binutils-gdb/ld/scripttempl
Martin Liska 5fa5f8f5fe
Introduce new .text.sorted.* sections.
gold/ChangeLog:

2019-11-26  Martin Liska  <mliska@suse.cz>

	* layout.cc (Layout::special_ordering_of_input_section):
	Add ".text.sorted".
	* output.cc: Special case ".text.sorted".
	* testsuite/section_sorting_name.cc: Cover also .text.sorted
	subsections.
	* testsuite/section_sorting_name.sh: Likewise.

ld/ChangeLog:

2019-11-26  Martin Liska  <mliska@suse.cz>

	* scripttempl/arclinux.sc: Add .text.sorted.* which is sorted
	by default.
	* scripttempl/elf.sc: Likewise.
	* scripttempl/elf64bpf.sc: Likewise.
	* scripttempl/nds32elf.sc: Likewise.
	* testsuite/ld-arm/arm-no-rel-plt.ld: Expect .text.sorted.*
	in the default linker script.
	* testsuite/ld-arm/fdpic-main.ld: Likewise.
	* testsuite/ld-arm/fdpic-shared.ld: Likewise.
2019-11-26 17:20:10 +01:00
..
aix.sc
alpha.sc
alphavms.sc
aout.sc
arclinux.sc Introduce new .text.sorted.* sections. 2019-11-26 17:20:10 +01:00
armbpabi.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
avr.sc
crisaout.sc
dlx.sc
DWARF.sc
elf32cr16.sc
elf32crx.sc
elf32msp430_3.sc
elf32msp430.sc
elf32xc16x.sc
elf32xc16xl.sc
elf32xc16xs.sc
elf64bpf.sc Introduce new .text.sorted.* sections. 2019-11-26 17:20:10 +01:00
elf64hppa.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
elf_chaos.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
elf.sc Introduce new .text.sorted.* sections. 2019-11-26 17:20:10 +01:00
elfarc.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
elfarcv2.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
elfd10v.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
elfd30v.sc
elfm9s12z.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
elfm68hc11.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
elfm68hc12.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
elfmicroblaze.sc
elfxgate.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
elfxtensa.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
epiphany_4x4.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
ft32.sc
hppaelf.sc
i386beos.sc PR46, cygwin: FAIL: cdtest with -Ur 2019-11-21 19:09:18 +10:30
i386go32.sc
i386msdos.sc
ia64vms.sc
ip2k.sc
iq2000.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
mcorepe.sc PR46, cygwin: FAIL: cdtest with -Ur 2019-11-21 19:09:18 +10:30
mep.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
mips.sc
mipsbsd.sc
mmo.sc
moxie.sc
nds32elf.sc Introduce new .text.sorted.* sections. 2019-11-26 17:20:10 +01:00
pe.sc PR46, cygwin: FAIL: cdtest with -Ur 2019-11-21 19:09:18 +10:30
pep.sc PR46, cygwin: FAIL: cdtest with -Ur 2019-11-21 19:09:18 +10:30
pj.sc
ppcpe.sc
pru.sc
README
sh.sc
tic4xcoff.sc
tic30aout.sc
tic30coff.sc
tic54xcoff.sc
tic80coff.sc
v850_rh850.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
v850.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
vanilla.sc
visium.sc
xstormy16.sc Rename elf32.em to elf.em 2019-09-11 13:45:18 +09:30
z80.sc
z8000.sc

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-2019 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.