OSDN Git Service

pe-dll.c (pe_detail_list): arm-pe targets use underscores.
authorNick Clifton <nickc@redhat.com>
Wed, 2 Apr 2003 17:39:24 +0000 (17:39 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 2 Apr 2003 17:39:24 +0000 (17:39 +0000)
commit82cc02fb0c0b648393104bd6934be9007e5981cc
tree73fe4b760ec018c0b670fd9d1cf3d85a9e9fc73b
parent46a10b9bf26b606e4a4005850d9294e557251480
pe-dll.c (pe_detail_list): arm-pe targets use underscores.
(process_def_file): Don't create an export section if there are no exports and
  we're building an exe.
(pe_dll_build_sections): Ditto
(pe_dll_fill_sections): Conditionalize setting abfd->dll true on info->shared

emultempl/pe.em (gld_${EMULATION_NAME}_after_open): If i386pe or armpe, call
  pe_dll_build_section() for both exe's and dll's, not just dll's.  Don't call
  pe_dll_build_section() if link_info.relocateable.
(gld_${EMULATION_NAME}_finish): For all targets except shpe and mipspe, call
  pe_dll_fill_sections() for both exe's and dll's, not just dll's.  Don't call
  pe_dll_fill_sections() if link_info.relocateable.
ld/ChangeLog
ld/emultempl/pe.em
ld/pe-dll.c