[BACK]Return to pep-dll.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils / dist / ld

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils/dist/ld/pep-dll.c between version 1.1.1.5.2.1 and 1.1.1.5.2.2

version 1.1.1.5.2.1, 2019/06/10 21:52:23 version 1.1.1.5.2.2, 2020/04/08 14:04:47
Line 1 
Line 1 
 /* Routines to help build PEPI-format DLLs (Win64 etc)  /* Routines to help build PEPI-format DLLs (Win64 etc)
    Copyright (C) 2006-2018 Free Software Foundation, Inc.     Copyright (C) 2006-2020 Free Software Foundation, Inc.
    Written by Kai Tietz, OneVision Software GmbH&CoKg.     Written by Kai Tietz, OneVision Software GmbH&CoKg.
   
    This file is part of the GNU Binutils.     This file is part of the GNU Binutils.
Line 39 
Line 39 
 #define pe_use_coff_long_section_names \  #define pe_use_coff_long_section_names \
                                     pep_use_coff_long_section_names                                      pep_use_coff_long_section_names
 #define pe_leading_underscore       pep_leading_underscore  #define pe_leading_underscore       pep_leading_underscore
   #define pe_dll_enable_reloc_section pep_dll_enable_reloc_section
   
 /* Unique global name for functions to avoid double defined symbols.  */  /* Unique global name for functions to avoid double defined symbols.  */
 #define pe_find_data_imports        pep_find_data_imports  #define pe_find_data_imports        pep_find_data_imports

Legend:
Removed from v.1.1.1.5.2.1  
changed lines
  Added in v.1.1.1.5.2.2

CVSweb <webmaster@jp.NetBSD.org>