freebsd-dev/contrib/binutils/ld/scripttempl
Tijl Coosemans 99e1a2bc3a Fix ldscripts such that ld(1) collects the .fini_array section in the same
order as the .init_array section.  Finalisation routines need to be called
in the opposite order as their corresponding initialisation routines but
rtld(1) handles that by calling the function pointers in .fini_array in
reverse order.

Reviewed by:	kib
MFC after:	2 weeks
2015-02-11 17:25:23 +00:00
..
alpha.sc
aout.sc
armaout.sc
armcoff.sc
elf32cr16.sc Merge ^/vendor/binutils/dist@214571 into contrib/binutils, which brings 2010-11-01 19:35:33 +00:00
elf.sc Fix ldscripts such that ld(1) collects the .fini_array section in the same 2015-02-11 17:25:23 +00:00
i386coff.sc
mep.sc Merge ^/vendor/binutils/dist@214571 into contrib/binutils, which brings 2010-11-01 19:35:33 +00:00
mips.sc
mipsbsd.sc
nw.sc
pe.sc
pep.sc Merge ^/vendor/binutils/dist@214571 into contrib/binutils, which brings 2010-11-01 19:35:33 +00:00
ppcpe.sc
README
sh.sc
sparccoff.sc
vanilla.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.