old-cross-binutils/ld/emultempl
Ian Lance Taylor 7617a82283 * scripttempl/pe.sc: Use SORT to sort sections appropriately.
* emultempl/pe.em (sort_by_file_name): Remove.
	(sort_by_section_name): Remove.
	(sort_sections_1, sort_sections): Remove.
	(gld_${EMULATION_NAME}_before_allocation): Don't call
	sort_sections.
	(hold_section, hold_section_name): New static variables.
	(hold_use, hold_text, hold_rdata, hold_data, hold_bss): Likewise.
	(gld_${EMULATION_NAME}_place_orphan): Rewrite.  Look for a good
	place to put the section.  Align the section.  Sort the input
	sections by name.
	(gld_${EMULATION_NAME}_place_section): New static function.
1998-07-03 21:52:58 +00:00
..
.Sanitize * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set vma to 0 1998-06-05 22:58:06 +00:00
aix.em * emultempl/aix.em (gld${EMULATION_NAME}_after_open): Only set 1995-12-19 22:36:03 +00:00
elf32.em * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't 1996-12-05 18:47:22 +00:00
generic.em
gld960.em
gld960c.em * emultempl/gld960c.em: Include <ctype.h>. 1996-12-12 22:06:51 +00:00
hppaelf.em * emultempl/hppaelf.em: Include elf32-hppa.h. 1994-02-28 00:30:36 +00:00
linux.em Thu Jun 16 14:25:22 1994 Eric Youngdale (ericy@cais.cais.com) 1994-06-16 18:36:40 +00:00
lnk960.em
mipsecoff.em * emultempl/miposecoff.em: New file. 1994-12-02 22:28:09 +00:00
pe.em * scripttempl/pe.sc: Use SORT to sort sections appropriately. 1998-07-03 21:52:58 +00:00
README
stringify.sed changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs) 1994-05-27 16:58:05 +00:00
sunos.em * emultempl/sunos.em: Include <ctype.h>. 1997-01-30 16:33:36 +00:00
vanilla.em

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.