binutils-gdb/ld/scripttempl
Nick Clifton 72b016b4ac * dw2gencfi.c (dwcfi_seg_list): New struct.
(dwcfi_hash): New static hash variable.
	(get_debugseg_name): New.
	(alloc_debugseg_item): New.
	(make_debug_seg): New.
	(dwcfi_hash_insert): New.
	(dwcfi_hash_find): New.
	(dwcfi_hash_find_or_make): New.
	(cfi_insn_data): New member cur_seg.
	(cie_entry): Likewise.
	(fde_entry): New cseg and handled members.
	(alloc_fde_entry): Initialize cseg member.
	(alloc_cfi_insn_data): Initialize cur_seg member.
	(dot_cfi_sections): Compare for beginning of
	section names via strncmp.
	(get_cfi_seg): New.
	(cfi_finish): Treat link-once sections.
	(is_now_linkonce_segment): New local helper.
	(output_cie): Ignore cie entries not member of current
	segment.
	(output_fde): Likewise.
	(select_cie_for_fde): Likewise.
	(cfi_change_reg_numbers): Add new argument for current segment
	and ignore insn elements, if not part of current segment.
	* ehopt.c (get_cie_info): Use strncmp for
	section name matching.
	(heck_eh_frame): Likewise.

	* coffcode.h (sec_to_styp_flags): Allow linkonce for
	debugging sections.

	* scripttempl/pe.sc: Handle .eh_frame($|.)* sections.
	* scripttempl/pep.sc: Likewise.

	* ld-pe/pe.exp: Add cfi/cfi32 tests.
	* ld-pe/cfi.d: New.
	* ld-pe/cfi32.d: New.
	* ld-pe/cfia.s: New.
	* ld-pe/cfib.s: New.
2011-04-26 15:28:08 +00:00
..
aix.sc
alpha.sc
alphavms.sc 2011-04-21 Tristan Gingold <gingold@adacore.com> 2011-04-21 12:22:25 +00:00
aout.sc
armaout.sc
armbpabi.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
armcoff.sc
avr.sc 2011-03-21 Eric B. Weddington <eric.weddington@atmel.com> 2011-03-21 20:07:42 +00:00
crisaout.sc
delta68.sc
dlx.sc
elf32cr16.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elf32cr16c.sc
elf32crx.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elf32msp430_3.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elf32msp430.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elf32sh-symbian.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elf32xc16x.sc
elf32xc16xl.sc
elf32xc16xs.sc
elf64hppa.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elf_chaos.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elf.sc * scripttempl/elf.sc (.exception_ranges): Add new section. 2011-04-11 15:38:12 +00:00
elfd10v.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elfd30v.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elfi370.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elfm68hc11.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elfm68hc12.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
elfmicroblaze.sc
elfxtensa.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
epocpe.sc
h8300.sc
h8300h.sc
h8300hn.sc
h8300s.sc
h8300sn.sc
h8300sx.sc
h8300sxn.sc
h8500.sc
h8500b.sc
h8500c.sc
h8500m.sc
h8500s.sc
hppaelf.sc
i386beos.sc
i386coff.sc
i386go32.sc
i386msdos.sc
i860coff.sc
i960.sc
ip2k.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
iq2000.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
m68kaux.sc
m68kcoff.sc
m88kbcs.sc
mcorepe.sc
mep.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
mips.sc
mipsbsd.sc
mmo.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
moxie.sc
nw.sc
or32.sc
pe.sc * dw2gencfi.c (dwcfi_seg_list): New struct. 2011-04-26 15:28:08 +00:00
pep.sc * dw2gencfi.c (dwcfi_seg_list): New struct. 2011-04-26 15:28:08 +00:00
pj.sc
ppcpe.sc
psos.sc
README
riscix.sc
sh.sc
sparccoff.sc
st2000.sc
tic4xcoff.sc
tic30aout.sc
tic30coff.sc
tic54xcoff.sc
tic80coff.sc
v850.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
vanilla.sc
w65.sc
xstormy16.sc * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu. 2011-02-10 08:18:58 +00:00
z80.sc
z8000.sc

The files in this directory are linker script templates.
genscripts.sh sets some shell variables, then sources
EMULATION.sc, to generate EMULATION.{x,xr,xu,xn,xbn} -- the script
files for default, -r, -Ur, -n, -N.