binutils-gdb/ld/emultempl
Nick Clifton 2b817be136 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.
2003-04-02 17:39:24 +00:00
..
README
aix.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
alphaelf.em * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define. 2003-03-02 22:07:10 +00:00
armcoff.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
armelf.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
armelf_oabi.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
astring.sed * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
beos.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
elf32.em * ldemul.c: Include getopt.h. 2003-02-28 22:55:11 +00:00
generic.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
gld960.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
gld960c.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
hppaelf.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
linux.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
lnk960.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
m68kcoff.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
m68kelf.em Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
mipsecoff.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
mipself.em 2002-06-18 Chris Demetriou <cgd@broadcom.com> 2002-06-19 05:34:56 +00:00
mmix-elfnmmo.em s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
mmixelf.em s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
mmo.em s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
needrelax.em s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify 2002-11-30 08:39:46 +00:00
netbsd.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
ostring.sed * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
pe.em pe-dll.c (pe_detail_list): arm-pe targets use underscores. 2003-04-02 17:39:24 +00:00
ppc32elf.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
ppc64elf.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
sh64elf.em include/elf/ChangeLog 2003-01-23 11:51:35 +00:00
sunos.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
ticoff.em * ldemul.c: Include getopt.h. 2003-02-28 22:55:11 +00:00
vanilla.em * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions. 2003-02-28 01:32:31 +00:00
xtensaelf.em Add Xtensa port 2003-04-01 15:50:31 +00:00

README

The files in this directory are sourced by genscripts.sh, after
setting some variables to substitute in, to produce
C source files that contain jump tables for each emulation.