binutils-gdb/ld/scripttempl
Alan Modra 1c9c9b9b55 PR27226, ld.bfd contains huge .rodata section
This makes it possible to build ld without any compiled-in scripts,
by setting COMPILE_IN=no in the environment.  pe, beos and pdp11
targets didn't support scripts from the file system, with pdp11
nastily editing the ld/ldscripts file so that the built-in script
didn't match.

	PR 27226
	* emulparams/alphavms.sh: Don't set COMPILE_IN.
	* emulparams/elf64_ia64_vms.sh: Likewise.
	* emulparams/elf64mmix.sh: Likewise.
	* emulparams/elf_iamcu.sh: Likewise.
	* emulparams/elf_k1om.sh: Likewise.
	* emulparams/elf_l1om.sh: Likewise.
	* emulparams/mmo.sh: Likewise.
	* emulparams/pdp11.sh: Set DATA_SEG_ADDR.
	* scripttempl/pdp11.sc: Use it.
	* emultempl/pdp11.em: Don't edit .xn script for separate_code,
	instead use .xe script.  Support scripts from file system.
	* emultempl/beos.em: Support scripts from file system.
	* emultempl/pe.em: Likewise.
	* emultempl/pep.em: Likewise.
	* testsuite/ld-bootstrap/bootstrap.exp: Make tmpdir/ldscripts link.
2021-01-26 20:54:43 +10:30
..
aix.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
alpha.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
alphavms.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
aout.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
arclinux.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
armbpabi.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
avr.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
crisaout.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
dlx.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
DWARF.sc Add some more DWARF-5 sections 2021-01-25 11:35:57 +00:00
elf32cr16.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf32crx.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf32msp430.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf32xc16x.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf32xc16xl.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf32xc16xs.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf64bpf.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf64hppa.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf_chaos.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elf.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elfarc.sc arc: Enable -Ttext-segment 2020-12-01 04:27:41 -08:00
elfarcv2.sc
elfd10v.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elfd30v.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elfm9s12z.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elfm68hc11.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elfm68hc12.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elfmicroblaze.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elfxgate.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
elfxtensa.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
epiphany_4x4.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ft32.sc
hppaelf.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
i386beos.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
i386go32.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
i386msdos.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ia64vms.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ip2k.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
iq2000.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mcorepe.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mep.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mips.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mipsbsd.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
mmo.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
moxie.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
nds32elf.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
pdp11.sc PR27226, ld.bfd contains huge .rodata section 2021-01-26 20:54:43 +10:30
pe.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
pep.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
pj.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
pru.sc
README Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
sh.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tic4xcoff.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tic30coff.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
tic54xcoff.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
v850_rh850.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
v850.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
vanilla.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
visium.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
xstormy16.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
z80.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
z8000.sc Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.

Copyright (C) 2012-2021 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.