This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

update Xtensa ld scripts


The linker's elfxtensa.sc file has gotten out-of-sync with the elf.sc file. This patch sync's it back up. While I was at it, I fixed up a few Xtensa-specific issues: adding the .lit4 section that is used for some Xtensa processors and including some linkonce sections that are generated by Tensilica's XCC compiler. Tested with an xtensa-elf build and committed to CVS.

ld/
	* emulparams/elf32xtensa.sh (TEXT_PLT): Enable.
	(OTHER_READONLY_SECTIONS): Add linkonce .xt_except_table sections.
	(OTHER_READWRITE_SECTIONS): Add linkonce .xt_except_desc sections.
	(OTHER_SDATA_SECTIONS): New.
	* scripttempl/elfxtensa.sc: Import changes from elf.sc.

Attachment: xtensa-ld-upd.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]