binutils-gdb/ld/emultempl
Bob Wilson 2caa7ca0aa bfd/
* elf32-xtensa.c (elf_xtensa_special_sections): Add .xtensa.info.
gas/
	* config/tc-xtensa.c (XSHAL_ABI): Add default definition.
	(directive_state): Disable scheduling by default.
	(xtensa_add_config_info): New.
	(xtensa_end): Call xtensa_add_config_info.
gas/testsuite/
	* gas/elf/section2.e-xtensa: New file.
	* gas/elf/elf.exp: Use it.
include/
	* xtensa-config.h (XSHAL_ABI): New.
	(XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
ld/
	* emultempl/xtensaelf.em (XSHAL_ABI): Add default definition.
	(replace_insn_sec_with_prop_sec): Use bfd_make_section_with_flags.
	Delete redundant code to set sections flags and alignment.
	(xt_config_info_unpack_and_check, check_xtensa_info): New.
	(elf_xtensa_after_open): Iterate over input statements instead of
	link_info.input_bfds.
	(elf_xtensa_before_allocation): Likewise.  Call check_xtensa_info for
	each input, and write a new .xtensa.info section in the output.
2006-11-27 20:14:53 +00:00
..
README
aix.em * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its 2006-09-16 18:12:17 +00:00
alphaelf.em * emulparams/elf64alpha.sh (PLT): New. 2005-05-29 23:16:09 +00:00
armcoff.em bfd/ 2006-10-17 13:41:49 +00:00
armelf.em bfd/ 2006-11-13 20:39:21 +00:00
astring.sed
avrelf.em Add support for AVR6 family 2006-05-24 07:36:12 +00:00
beos.em * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its 2006-09-16 18:12:17 +00:00
crxelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
elf-generic.em * emultempl/elf-generic.em (map_segments): Reorganise loop so that 2006-07-26 12:27:12 +00:00
elf32.em ld/ 2006-11-08 11:29:16 +00:00
genelf.em bfd/ 2006-06-20 02:22:16 +00:00
generic.em bfd/ 2005-08-04 06:22:14 +00:00
gld960.em bfd/ 2005-08-04 06:22:14 +00:00
gld960c.em bfd/ 2005-08-04 06:22:14 +00:00
hppaelf.em bfd/ 2006-06-20 02:22:16 +00:00
ia64elf.em bfd/ 2006-04-06 18:52:46 +00:00
irix.em ld/ 2006-07-29 08:48:15 +00:00
linux.em bfd/ 2005-08-04 06:22:14 +00:00
lnk960.em bfd/ 2005-08-04 06:22:14 +00:00
m68hc1xelf.em * ldlang.h (lang_input_section_type): Remove "ifile" field. 2005-11-17 00:10:05 +00:00
m68kcoff.em bfd/ 2005-08-04 06:22:14 +00:00
m68kelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mipsecoff.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mipself.em ld/ 2006-07-29 08:48:15 +00:00
mmix-elfnmmo.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mmixelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mmo.em * emultempl/mmo.em: Improve comments. Explain why there's 2006-06-21 02:53:43 +00:00
needrelax.em Update FSF addresses 2005-05-12 07:32:09 +00:00
netbsd.em
ostring.sed
pe.em * pe-dll.c : Fix typo. 2006-10-03 10:06:26 +00:00
pep.em Add x86_64-mingw64 target 2006-09-20 11:35:11 +00:00
ppc32elf.em bfd/ 2005-12-08 11:41:12 +00:00
ppc64elf.em bfd/ 2006-06-20 02:22:16 +00:00
scoreelf.em Add support for Score target. 2006-09-16 23:51:50 +00:00
sh64elf.em * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation): 2005-08-17 05:13:13 +00:00
spu_inc.s New Cell SPU port. 2006-10-25 06:49:21 +00:00
spu_ovl.S New Cell SPU port. 2006-10-25 06:49:21 +00:00
spu_ovl.o New Cell SPU port. 2006-10-25 06:49:21 +00:00
spuelf.em New Cell SPU port. 2006-10-25 06:49:21 +00:00
sunos.em * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its 2006-09-16 18:12:17 +00:00
ticoff.em bfd/ 2005-08-04 06:22:14 +00:00
vanilla.em bfd/ 2005-08-04 06:22:14 +00:00
vxworks.em bfd/ 2006-08-04 13:13:56 +00:00
xtensaelf.em bfd/ 2006-11-27 20:14:53 +00:00
z80.em Add support for the Z80 processor family 2005-10-25 17:40:19 +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.