binutils-gdb/ld/testsuite/ld-elf
Alan Modra ad77db1c02 CC_FOR_TARGET et al
The top level Makefile, the ld Makefile and others, define
CC_FOR_TARGET to be a compiler for the binutils target machine.  This
is the compiler that should be used for almost all tests with C
source.  There are _FOR_TARGET versions of CFLAGS, CXX, and CXXFLAGS
too.  This was all supposed to work with the testsuite .exp files
using CC for the target compiler, and CC_FOR_HOST for the host
compiler, with the makefiles passing CC=$CC_FOR_TARGET and
CC_FOR_HOST=$CC to the runtest invocation.

One exception to the rule of using CC_FOR_TARGET is the native-only ld
bootstrap test, which uses the newly built ld to link a copy of
itself.  Since the files being linked were created with the host
compiler, the boostrap test should use CC and CFLAGS, in case some
host compiler option provides needed libraries automatically.
However, bootstrap.exp used CC where it should have used CC_FOR_HOST.
I set about fixing that problem, then decided that playing games in
the makefiles with CC was a bad idea.  Not only is it confusing, but
other dejagnu code knows about CC_FOR_TARGET.  See dejagnu/target.exp.

So this patch gets rid of the makefile variable renaming and changes
all the .exp files to use the correct _FOR_TARGET variables.
CC_FOR_HOST and CFLAGS_FOR_HOST disappear.  A followup patch will
correct bootstrap.exp to use CFLAGS, and a number of other things I
noticed.

binutils/
	* testsuite/lib/binutils-common.exp (run_dump_test): Use
	CC_FOR_TARGET and CFLAGS_FOR_TARGET rather than CC and CFLAGS.
ld/
	* Makefile.am (check-DEJAGNU): Don't set CC to CC_FOR_TARGET
	and similar.  Pass variables with unchanged names.  Don't set
	CC_FOR_HOST or CFLAGS_FOR_HOST.
	* Makefile.in: Regenerate.
	* testsuite/config/default.exp: Update default CC and similar.
	(compiler_supports, plug_opt): Use CC_FOR_TARGET.
	* testsuite/ld-cdtest/cdtest.exp: Replace all uses of CC with
	CC_FOR_TARGET, and similarly for CFLAGS, CXX and CXXFLAGS.
	* testsuite/ld-auto-import/auto-import.exp: Likewise.
	* testsuite/ld-cygwin/exe-export.exp: Likewise.
	* testsuite/ld-elf/dwarf.exp: Likewise.
	* testsuite/ld-elf/indirect.exp: Likewise.
	* testsuite/ld-elf/shared.exp: Likewise.
	* testsuite/ld-elfcomm/elfcomm.exp: Likewise.
	* testsuite/ld-elfvers/vers.exp: Likewise.
	* testsuite/ld-elfvsb/elfvsb.exp: Likewise.
	* testsuite/ld-elfweak/elfweak.exp: Likewise.
	* testsuite/ld-gc/gc.exp: Likewise.
	* testsuite/ld-ifunc/ifunc.exp: Likewise.
	* testsuite/ld-mn10300/mn10300.exp: Likewise.
	* testsuite/ld-pe/pe-compile.exp: Likewise.
	* testsuite/ld-pe/pe-run.exp: Likewise.
	* testsuite/ld-pe/pe-run2.exp: Likewise.
	* testsuite/ld-pie/pie.exp: Likewise.
	* testsuite/ld-plugin/lto.exp: Likewise.
	* testsuite/ld-plugin/plugin.exp: Likewise.
	* testsuite/ld-scripts/crossref.exp: Likewise.
	* testsuite/ld-selective/selective.exp: Likewise.
	* testsuite/ld-sh/sh.exp: Likewise.
	* testsuite/ld-shared/shared.exp: Likewise.
	* testsuite/ld-srec/srec.exp: Likewise.
	* testsuite/ld-undefined/undefined.exp: Likewise.
	* testsuite/ld-unique/unique.exp: Likewise.
	* testsuite/ld-x86-64/tls.exp: Likewise.
	* testsuite/lib/ld-lib.exp: Likewise.
libctf/
	* Makefile.am (check-DEJAGNU): Don't set CC to CC_FOR_TARGET.
	Pass CC and CC_FOR_TARGET.  Don't set CC_FOR_HOST.
	* Makefile.in: Regenerate.
	* testsuite/config/default.exp: Update default CC and similar.
	* testsuite/lib/ctf-lib.exp (run_native_host_cmd): Use CC rather
	than CC_FOR_HOST.
	(run_lookup_test): Use CC_FOR_TARGET and CFLAGS_FOR_TARGET.
2021-09-03 16:26:09 +09:30
..
anno-sym.d Stop the BFD library from treating annobin symbols as potential function symbols. 2021-04-28 11:49:09 +01:00
anno-sym.l Stop the BFD library from treating annobin symbols as potential function symbols. 2021-04-28 11:49:09 +01:00
anno-sym.s Stop the BFD library from treating annobin symbols as potential function symbols. 2021-04-28 11:49:09 +01:00
attributes.d
attributes.ld
attributes.s
audit.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
audit.rd
begin.c
beginwarn.c
binutils.exp ld testsuite: change unresolved to unsupported/fail 2021-02-14 22:34:27 +10:30
changelma.d
changelma.lnk
changelma.s
check-ptr-eq.c
comm1.c
comm-data1.s
comm-data1.sd
comm-data2.ld
comm-data2.rd
comm-data2.s
comm-data2.sd
comm-data2.xd
comm-data3.sd
comm-data3a.s
comm-data3b.s
comm-data4.d
comm-data4.s
comm-data5.d xfail more cases of complaints about relocs in read-only sections 2021-01-08 00:32:10 +10:30
comm-data5.s
comm-data.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
commonpage1.d
commonpage2.d
compress1-alt.s
compress1.s Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
compress1a.d
compress1b.d
compress1c.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
compress.exp ld testsuite: change unresolved to unsupported/fail 2021-02-14 22:34:27 +10:30
compressed1a.d
compressed1b.d
compressed1c.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
compressed1d-alt.d
compressed1d.d ld: Just xfail riscv little endian targets for compressed1d.d test. 2021-01-19 09:40:18 +08:00
compressed1e.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
data1.c
data1.h
data2.c
del.cc
depaudit2.rd
depaudit.rd
discard1.d
discard1.s
discard2.d
discard2.s
discard3.d
discard.ld
dl1.c
dl1.list
dl1.out
dl1main.c
dl2.c
dl2.list
dl2a.list
dl2a.out
dl2b.out
dl2main.c
dl2xxx.c
dl2xxx.list
dl3.cc
dl3.list
dl3a.out
dl3b.out
dl3header.h
dl3main.cc
dl4.c
dl4.list
dl4a.out
dl4b.out
dl4main.c
dl4xxx.c
dl4xxx.list
dl5.cc
dl5.out
dl6.c
dl6a.out
dl6amain.c
dl6b.out
dl6bmain.c
dl6cmain.c
dl6dmain.c
dlempty.list ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list 2020-06-03 06:37:39 -07:00
dummy.c
dummy.s
dwarf1.c
dwarf1.h
dwarf1.out
dwarf1main.c
dwarf2.err
dwarf2a.c
dwarf2b.c
dwarf3.c
dwarf3.err
dwarf.exp CC_FOR_TARGET et al 2021-09-03 16:26:09 +09:30
dynamic1.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
dynamic1.ld
dynamic1.s
dynamic-1.c
dynamic-1.rd ld testsuite fixes for alpha 2020-06-19 10:01:09 +09:30
dynamic-1.syms
dynbss1.c
dynsym1.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
eh1.d
eh1.s
eh1a.s
eh2.d
eh2a.s
eh3.d
eh3.s
eh3a.s
eh4.d
eh4.s
eh4a.s
eh5.d
eh5.s
eh5a.s
eh5b.s
eh6.d ld: Pass -z notext to linker for tests with DT_TEXTREL 2020-05-25 04:54:50 -07:00
eh6.s
eh-frame-hdr.d
eh-frame-hdr.s
eh-group1.s
eh-group2.s
eh-group.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
ehdr_start-missing.d
ehdr_start-missing.t
ehdr_start-shared.d xfail more cases of complaints about relocs in read-only sections 2021-01-08 00:32:10 +10:30
ehdr_start-strongref.s
ehdr_start-userdef.d
ehdr_start-userdef.t
ehdr_start-weak.d
ehdr_start.d xfail more cases of complaints about relocs in read-only sections 2021-01-08 00:32:10 +10:30
ehdr_start.s
elf.exp Deprecate a.out support for NetBSD targets. 2021-08-11 13:17:54 +01:00
empty2.d
empty2.s
empty-implib.out
empty.d
empty.s
end.c
endhidden.c
endprotected.c
endsym.d
endsym.s
exclude1.s
exclude2.s
exclude3.s
exclude3a.d
exclude3b.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
exclude3c.d
exclude.exp ld testsuite: change unresolved to unsupported/fail 2021-02-14 22:34:27 +10:30
export-class-def.s
export-class-dep.s
export-class-lib.s
export-class-lib.ver
export-class-ref.s
export-class.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
export-class.sd ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
export-class.vd
expr1.d
expr1.s
expr1.t
fini0.s
fini1.s
fini2.s
fini3.s
fini.c
fini.out
finin.s
flags1.d
flags1.ld
flags1.s
foo0.s
foo1.s
foo2.s
foo3.s
foo.c
foo.map
foon.s
frame.exp ld testsuite: change unresolved to unsupported/fail 2021-02-14 22:34:27 +10:30
frame.s
func1.c
gabiend.rt
gabinormal.rt
gap.s
global1.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
globalaudit.rd
gnubegin.rS
gnunormal.rS
group1.d solaris XPASS ld-elf/group1 2020-06-30 14:26:05 +09:30
group1a.s
group1b.s
group2.d
group3a.d
group3a.s
group3b.d
group3b.s
group4.d
group5.d
group6.d
group7.d
group8.s
group8a.d Enable linker garbage collection for the PRU target. 2021-05-10 14:00:00 +01:00
group8b.d Enable linker garbage collection for the PRU target. 2021-05-10 14:00:00 +01:00
group9.s
group9a.d Enable linker garbage collection for the PRU target. 2021-05-10 14:00:00 +01:00
group9b.d Enable linker garbage collection for the PRU target. 2021-05-10 14:00:00 +01:00
group10.d
group10.s
group11.d
group12.d
group12.ld
group.ld
hash.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
header.d
header.s
header.t
hidden.out
implib.rd
implib.s
indirect1a.c
indirect1b.c Use __asm__ rather than asm in ld testsuite 2020-06-16 22:13:20 +09:30
indirect1c.c
indirect2.c Use __asm__ rather than asm in ld testsuite 2020-06-16 22:13:20 +09:30
indirect3.out
indirect3a.c
indirect3b.c Use __asm__ rather than asm in ld testsuite 2020-06-16 22:13:20 +09:30
indirect3c.c
indirect4.out
indirect4a.c
indirect4b.c Use __asm__ rather than asm in ld testsuite 2020-06-16 22:13:20 +09:30
indirect4c.c
indirect5.map
indirect5.out
indirect5a.c
indirect5b.c
indirect6a.c
indirect-extern-access-1.rd elf: Add GNU_PROPERTY_1_NEEDED check 2021-07-08 18:14:31 -07:00
indirect-extern-access-1a.c elf: Add GNU_PROPERTY_1_NEEDED check 2021-07-08 18:14:31 -07:00
indirect-extern-access-1b.c elf: Add GNU_PROPERTY_1_NEEDED check 2021-07-08 18:14:31 -07:00
indirect-extern-access-2.rd elf: Add GNU_PROPERTY_1_NEEDED check 2021-07-08 18:14:31 -07:00
indirect-extern-access-2a.c elf: Add GNU_PROPERTY_1_NEEDED check 2021-07-08 18:14:31 -07:00
indirect-extern-access-2b.c elf: Add GNU_PROPERTY_1_NEEDED check 2021-07-08 18:14:31 -07:00
indirect-extern-access-3.rd elf: Add GNU_PROPERTY_1_NEEDED check 2021-07-08 18:14:31 -07:00
indirect-extern-access.S elf: Add GNU_PROPERTY_1_NEEDED check 2021-07-08 18:14:31 -07:00
indirect.exp CC_FOR_TARGET et al 2021-09-03 16:26:09 +09:30
init0.s
init1.s
init2.s
init3.s
init-fini-arrays.d
init-fini-arrays.s
init-mixed.c
init-mixed.out
init.c
init.out
initn.s
interleave-0.d
interleave-4.d
interleave.ld
interleave.s
libbarw.rd
linkinfo1.s
linkinfo1a.d
linkinfo1b.d
linkonce1.d
linkonce1a.s
linkonce1b.s
linkonce2.d
linkoncerdiff1.s
linkoncerdiff2.s
linkoncerdiff.d
linux-x86.exp elf: Treat undefined version as hidden 2021-08-04 05:07:42 -07:00
linux-x86.S
lma.lnk
lma.s
loadaddr1.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
loadaddr1.t
loadaddr2.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
loadaddr2.t
loadaddr3.t
loadaddr3a.d
loadaddr3b.d ELF: Don't generate unused section symbols 2021-01-07 06:46:55 -08:00
loadaddr.s
loadaddr.t
local1.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
local1.map
local1.s
main.c
maxpage1.d
maxpage1.s
maxpage2.d
maxpage3.t
maxpage3a.d
maxpage3b.d
maxpage3c.d
maxpage4.d
maxpage4.t
maxpage5.d
maxpage5.s
maxpage5.t
mbind1.s
mbind1a.d
mbind1b.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
mbind1c.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
mbind2a.s
mbind2b.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
merge2.d
merge2.s
merge3.d
merge3.s
merge.d
merge.ld
merge.s
multibss1.d
multibss1.s
needed1.out
needed1a.c
needed1b.c
needed1c.c
needed2.ver
needed2a.c
needed2b.c
needed2c.c
needed3.c
new.cc
nobits-1.d
nobits-1.s
nobits-1.t
noinit-sections-1.d ELF: Support .noinit and .persistent sections 2020-11-27 10:45:35 +00:00
noinit-sections-2.d ELF: Support .noinit and .persistent sections 2020-11-27 10:45:35 +00:00
noinit-sections-2.l ELF: Support .noinit and .persistent sections 2020-11-27 10:45:35 +00:00
noinit-sections.s ELF: Support .noinit and .persistent sections 2020-11-27 10:45:35 +00:00
noload-1.d
noload-1.s
noload-1.t
noload-2.d
noload-3.d
noload-3.s
noload-3.t
non-contiguous.d non-contiguous elf test 2020-03-14 17:24:19 +10:30
non-contiguous.ld CSKY: Support attribute section. 2020-08-28 17:23:24 +08:00
non-contiguous.s Add support for non-contiguous memory regions 2020-03-13 14:44:45 +00:00
normal.out
note1_1.s
note1_2.s
note1.r
note-1.d
note-1.s
note-1.t
note-2.d
note-2.s
note-2.t
note-3.l
note-3.s
note-3.t
notes.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
now-1.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
now-2.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
now-3.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
now-4.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
orphan2.d
orphan2.s
orphan3.d
orphan3a.s
orphan3b.s
orphan3c.s
orphan3d.s
orphan3e.s
orphan3f.s
orphan4.d
orphan4.ld
orphan4.s
orphan-5.d
orphan-5.l
orphan-6.d
orphan-6.l
orphan-7.d
orphan-7.map
orphan-8.d
orphan-8.map
orphan-9.d
orphan-9.ld
orphan-9.s
orphan-10.d
orphan-10.s
orphan-11.d
orphan-11.ld
orphan-11.s
orphan-12.d
orphan-12.s
orphan-region.d
orphan-region.ld RISC-V: Add PT_RISCV_ATTRIBUTES and add it to PHDR. 2021-07-06 11:34:36 +08:00
orphan-region.s
orphan.d
orphan.ld
orphan.s
overlay.d
overlay.s Re: ld script expression parsing 2021-07-24 17:35:59 +09:30
overlay.t ld script fill pattern expression 2021-08-14 09:54:48 +09:30
pass.out
passall.out Fix x86 ld testsuite fails with glibc < 2.28 2020-06-10 22:19:07 +09:30
persistent-sections-1.d ELF: Support .noinit and .persistent sections 2020-11-27 10:45:35 +00:00
persistent-sections-2.d ELF: Support .noinit and .persistent sections 2020-11-27 10:45:35 +00:00
persistent-sections-2.l ELF: Support .noinit and .persistent sections 2020-11-27 10:45:35 +00:00
persistent-sections.s ELF: Support .noinit and .persistent sections 2020-11-27 10:45:35 +00:00
pie.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr349-1.s
pr349-2.s
pr349.d
pr2404.out
pr2404a.c
pr2404b.c
pr9676-1.c
pr9676-2.c
pr9676-3.c
pr9676-4.c
pr9676.rd ld testsuite fixes for alpha 2020-06-19 10:01:09 +09:30
pr9679-1.c
pr9679-2.c
pr9679.rd ld testsuite fixes for alpha 2020-06-19 10:01:09 +09:30
pr11138-1.c
pr11138-1.map
pr11138-2.c
pr11138-2.map
pr11138.out
pr11304.d pr11304.d: Skip tic6x-*-elf 2020-06-07 08:47:02 -07:00
pr11304a.s
pr11304b.s
pr12851.d Enable linker garbage collection for the PRU target. 2021-05-10 14:00:00 +01:00
pr12851.s
pr12975.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr12975.s
pr12975.t
pr13177.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr13177.s
pr13195.c
pr13195.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr13195.s
pr13195.t
pr13250-1.c
pr13250-2.c
pr13250-3.c
pr13839.d
pr13839.s
pr13839.t
pr14052.d
pr14052.t
pr14156a.d
pr14156b.d
pr14156c.d
pr14156c.t
pr14170a.s
pr14170b.s
pr14170c.s
pr14323-1.c
pr14323-2.c Use __asm__ rather than asm in ld testsuite 2020-06-16 22:13:20 +09:30
pr14525.c
pr14525.out
pr14862-1.c
pr14862-2.c
pr14862.map
pr14862.out
pr14926.d
pr14926.s
pr16322.d Emit a warning when -z relro is unsupported 2020-06-19 09:50:20 +09:30
pr16322.s
pr16452.map
pr16452.od
pr16452a.c
pr16452b.c
pr16457.od
pr16496a.c
pr16496a.map
pr16496b.c
pr16496b.od
pr16498a.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr16498a.s
pr16498a.t
pr16498b.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr16498b.t
pr17068.s
pr17068a.s
pr17068b.s
pr17068c.s
pr17068d.s
pr17068e.s
pr17068ez.s
pr17550-1.s
pr17550-2.s
pr17550-3.s
pr17550-4.s
pr17550a.d
pr17550b.d
pr17550c.d
pr17550d.d
pr17615.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr17615.s
pr18458a.c
pr18458b.c
pr18458c.c
pr18718.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr18720.out
pr18720.rd
pr18720a.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr18720b.c Use __asm__ rather than asm in ld testsuite 2020-06-16 22:13:20 +09:30
pr18720c.c
pr18735.d
pr18735.s
pr19005.d
pr19005.s
pr19005.t
pr19073.map
pr19073.rd
pr19073.s
pr19162.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr19162a.s
pr19162b.s
pr19539.d PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*. 2020-05-27 23:25:53 +02:00
pr19539.s
pr19539.t
pr19553.map
pr19553a.c
pr19553b.c
pr19553b.out
pr19553c.c Re: Use __asm__ rather than asm in ld testsuite 2020-06-16 22:44:13 +09:30
pr19553c.out
pr19553d.c
pr19553d.out
pr19579a.c
pr19579b.c
pr19617.s
pr19617a.d h8300-linux ld testsuite 2020-03-25 14:51:41 +10:30
pr19617b.d
pr19617c.d
pr19698.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr19698.s
pr19698.t
pr19719a.c
pr19719b.c
pr19719c.c
pr19719d.c
pr19789.d
pr19789.s elf: Don't use .set for alpha target 2020-04-18 11:23:09 -07:00
pr20513a.d
pr20513a.s
pr20513b.d
pr20513b.s
pr20513c.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr20513d.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr20513e.d
pr20513f.d
pr20528a.d
pr20528a.s
pr20528b.d
pr20528b.s
pr20828-a.sd
pr20828-b.sd
pr20828-c.sd
pr20828-d.sd
pr20828-e.sd
pr20828-v.ld
pr20828-v.od
pr20828-v.s
pr20828-v.ver
pr20828.ld
pr20828.s
pr20828.ver
pr20995-2so.r
pr20995.r
pr20995a.s
pr20995b.s
pr20995c.s
pr21086.c
pr21086.list
pr21233-e.ld
pr21233-l.s
pr21233-l.sd
pr21233.ld
pr21233.s
pr21233.sd
pr21384.d
pr21384.dl
pr21384.ld
pr21384.s
pr21389.map
pr21389.s
pr21389a.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21389b.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21389c.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562a.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562a.s
pr21562a.t
pr21562b.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562b.s
pr21562b.t
pr21562c.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562c.t
pr21562d.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562d.t
pr21562e.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562f.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562g.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562h.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562i.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562j.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562k.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562l.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562m.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21562n.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21703-1.s
pr21703-2.s
pr21703-3.s
pr21703-4.s
pr21703-r.sd
pr21703-shared.sd
pr21703.sd
pr21703.ver
pr21884.d
pr21884.t
pr21884a.s
pr21884b.s
pr21903.s
pr21903a.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21903b.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21903c.d
pr21903d.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr21903e.d
pr21904.d
pr21904.s
pr21964-1a.c
pr21964-1b.c
pr21964-1c.c
pr21964-2a.c
pr21964-2b.c
pr21964-2c.c
pr21964-3a.c
pr21964-3c.c
pr21964-4.c
pr21964-5.c
pr21978.od
pr21978a.c
pr21978b.c
pr22150.vd
pr22150.ver
pr22150a.s
pr22150b.s
pr22263-1.rd
pr22263-1a.c
pr22263-1b.c
pr22269-1.c Commit: Running the linker testsuite with clang 2020-04-17 13:03:53 +01:00
pr22269-1.rd
pr22269.s
pr22269a.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr22269b.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr22319.d
pr22319.s
pr22374-1.r
pr22374-2.r
pr22374a.s
pr22374b.s
pr22393-1.s
pr22393-1a.d Emit a warning when -z relro is unsupported 2020-06-19 09:50:20 +09:30
pr22393-1b.d Emit a warning when -z relro is unsupported 2020-06-19 09:50:20 +09:30
pr22393-1c.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr22393-1d.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr22393-1e.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr22393-1f.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr22393-2a.c
pr22393-2a.rd
pr22393-2b.c
pr22393-2b.rd
pr22423.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr22450.d h8300-linux ld testsuite 2020-03-25 14:51:41 +10:30
pr22450.s
pr22471.t
pr22471a.s
pr22471b.s
pr22649-1.s
pr22649-2a.s
pr22649-2ab-mips.msg
pr22649-2b.s
pr22649-2cd-mips.msg
pr22649.msg
pr22677.d Enable linker garbage collection for the PRU target. 2021-05-10 14:00:00 +01:00
pr22677.s
pr22836-1.s
pr22836-1a.d
pr22836-1b.d
pr22836-2.d
pr22836-2.s
pr23161.map
pr23161a.c
pr23161a.rd
pr23161b.c
pr23161b.rd
pr23161c.c
pr23161c.rd
pr23161d.rd
pr23162.map
pr23162.rd
pr23162a.c
pr23162b.c
pr23428.c Use __asm__ rather than asm in ld testsuite 2020-06-16 22:13:20 +09:30
pr23591.d
pr23591a.s
pr23591b.s
pr23591c.s
pr23648.d
pr23648.s
pr23648.t
pr23658-1a.d
pr23658-1a.s
pr23658-1b.d
pr23658-1b.s
pr23658-1c.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
pr23658-1c.s
pr23658-1d.s
pr23658-2.rd
pr23658-3.d
pr23658-3.s
pr23658-3.t
pr23900-1-32.rd
pr23900-1-64.rd
pr23900-1.d pr23900-1.d: Adjusted 2020-01-21 16:20:38 -08:00
pr23900-1.s
pr23900-2.s
pr23900-2a.d
pr23900-2b.d
pr24511.d
pr24526.d ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr24526.s ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr24819.d
pr24819.s
pr24920.err x86: Check static link of dynamic objects 2020-03-13 07:39:06 -07:00
pr25021.d ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25021.s ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25022.d pr25022.d: Xfail more targets without ldelf_before_place_orphans 2020-02-07 05:10:05 -08:00
pr25022.s ELF: Discard a section if any of its linked-to sections has been discarded 2020-02-06 19:43:03 -08:00
pr25022.t ELF: Discard a section if any of its linked-to sections has been discarded 2020-02-06 19:43:03 -08:00
pr25458.map Mark all weak aliases for copy relocations 2020-01-27 10:53:00 +10:30
pr25458.rd Mark all weak aliases for copy relocations 2020-01-27 10:53:00 +10:30
pr25458a.s Mark all weak aliases for copy relocations 2020-01-27 10:53:00 +10:30
pr25458b.s Mark all weak aliases for copy relocations 2020-01-27 10:53:00 +10:30
pr25490-1.d ld: Issue an error for GC on __patchable_function_entries section 2020-02-06 19:40:38 -08:00
pr25490-1.s ld: Issue an error for GC on __patchable_function_entries section 2020-02-06 19:40:38 -08:00
pr25490-2-16.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-2-32.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-2-64.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-2.s ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-3-16.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-3-32.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-3-64.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-3.s ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-4-16.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-4-32.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-4-64.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-4.s ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-5-16.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-5-32.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-5-64.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-5.s ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-6-16.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-6-32.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-6-64.rd ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25490-6.s ELF: Support the section flag 'o' in .section directive 2020-02-06 18:05:10 -08:00
pr25708.d PR27128, nm -P portable output format regression 2021-03-01 14:26:39 +10:30
pr25749-1.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25749-1a.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25749-1b.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25749-1b.err x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25749-1c.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25749-1d.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25749-2.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25749-2a.s x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25749-2b.s x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25749.rd x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25754-1a.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25754-1b.s x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25754-2a.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25754-2b.s x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25754-3a.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25754-3b.s x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25754-4a.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25754-4b.s x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25754-4c.s x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25754-5a.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25754-5b.s x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25754-5c.s x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr25754-6a.c Remove bfd_stdint.h 2021-03-31 10:49:23 +10:30
pr25754-6b.s x86: Only allow S + A relocations against absolute symbol 2020-04-01 14:31:47 -07:00
pr26094-1.ver ELF: Properly handle section symbols 2020-06-10 05:31:31 -07:00
pr26094-1a.c ELF: Properly handle section symbols 2020-06-10 05:31:31 -07:00
pr26094-1a.rd ELF: Properly handle section symbols 2020-06-10 05:31:31 -07:00
pr26094-1b.c Fix a compile time warning in the linker testsuite when compiling using clang. 2020-06-11 09:27:41 +01:00
pr26094-1b.rd ELF: Properly handle section symbols 2020-06-10 05:31:31 -07:00
pr26094-1c.c ELF: Properly handle section symbols 2020-06-10 05:31:31 -07:00
pr26256-1.s elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-04 12:38:05 -08:00
pr26256-1.t elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-04 12:38:05 -08:00
pr26256-1a.d elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-04 12:38:05 -08:00
pr26256-1b.d Re: elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-05 15:47:06 +10:30
pr26256-2.s elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-04 12:38:05 -08:00
pr26256-2.t elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-04 12:38:05 -08:00
pr26256-2a.d SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
pr26256-2b-alt.d elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-04 12:38:05 -08:00
pr26256-2b.d SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
pr26256-3.s elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-04 12:38:05 -08:00
pr26256-3a.d elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-04 12:38:05 -08:00
pr26256-3a.t elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-04 12:38:05 -08:00
pr26256-3b.d SHF_LINK_ORDER fixup_link_order in ld 2021-01-13 22:06:02 +10:30
pr26256-3b.t elf: Allow mixed ordered/unordered inputs for non-relocatable link 2021-01-04 12:38:05 -08:00
pr26302.nd elf: Keep only one '@' for undefined versioned symbols 2020-08-22 08:32:02 -07:00
pr26302.rd elf: Keep only one '@' for undefined versioned symbols 2020-08-22 08:32:02 -07:00
pr26302.ver nm: Remove --with-symbol-versions 2020-08-10 05:17:41 -07:00
pr26302a.c nm: Remove --with-symbol-versions 2020-08-10 05:17:41 -07:00
pr26302b.c nm: Remove --with-symbol-versions 2020-08-10 05:17:41 -07:00
pr26391.fd ld: Skip libdep plugin if not all plugin hooks are available 2020-12-16 13:40:51 -08:00
pr26391.nd elf: Always append ".COUNT" to local symbols 2021-05-05 20:29:01 -07:00
pr26391.out elf: Add -z unique-symbol to avoid duplicated local symbol names 2020-09-12 05:37:43 -07:00
pr26391a.c elf: Add -z unique-symbol to avoid duplicated local symbol names 2020-09-12 05:37:43 -07:00
pr26391b.c elf: Add -z unique-symbol to avoid duplicated local symbol names 2020-09-12 05:37:43 -07:00
pr26391c.c elf: Add -z unique-symbol to avoid duplicated local symbol names 2020-09-12 05:37:43 -07:00
pr26391d.c elf: Add -z unique-symbol to avoid duplicated local symbol names 2020-09-12 05:37:43 -07:00
pr26580-1.sd PR26580, Size and alignment of commons vs as-needed shared lib 2020-09-08 22:30:38 +09:30
pr26580-2.sd Re: PR26580, Size and alignment of commons vs as-needed shared lib 2020-09-10 18:58:51 +09:30
pr26580-3.out PR26580, Size and alignment of commons vs as-needed shared lib 2020-09-08 22:30:38 +09:30
pr26580-4.out PR26580, Size and alignment of commons vs as-needed shared lib 2020-09-08 22:30:38 +09:30
pr26580-a.c PR26580, Size and alignment of commons vs as-needed shared lib 2020-09-08 22:30:38 +09:30
pr26580-a.s PR26580, Size and alignment of commons vs as-needed shared lib 2020-09-08 22:30:38 +09:30
pr26580-b.c PR26580, Size and alignment of commons vs as-needed shared lib 2020-09-08 22:30:38 +09:30
pr26580-b.s PR26580, Size and alignment of commons vs as-needed shared lib 2020-09-08 22:30:38 +09:30
pr26590.err ld: Add more tests for --as-needed 2020-09-10 07:52:20 -07:00
pr26590a.c ld: Add more tests for --as-needed 2020-09-10 07:52:20 -07:00
pr26590b.c ld: Add more tests for --as-needed 2020-09-10 07:52:20 -07:00
pr26590c.c ld: Add more tests for --as-needed 2020-09-10 07:52:20 -07:00
pr26590d.c ld: Add more tests for --as-needed 2020-09-10 07:52:20 -07:00
pr26681.d Allow note sections to be discarded when they are linked to another discarded secction. 2020-10-02 11:08:19 +01:00
pr26681.l Allow note sections to be discarded when they are linked to another discarded secction. 2020-10-02 11:08:19 +01:00
pr26681.s Allow note sections to be discarded when they are linked to another discarded secction. 2020-10-02 11:08:19 +01:00
pr26907.d PR26907, segment contains empty SHT_NOBITS section 2020-11-28 18:31:32 +10:30
pr26907.ld PR26907, segment contains empty SHT_NOBITS section 2020-11-28 18:31:32 +10:30
pr26907.s PR26907, segment contains empty SHT_NOBITS section 2020-11-28 18:31:32 +10:30
pr26936.d mips XPASS pr26936 2021-01-21 16:48:35 +10:30
pr26936a.s elf: Get the real kept section 2020-11-25 16:14:29 -08:00
pr26936b.s PR26936 testsuite fixes 2020-11-26 18:40:10 +10:30
pr26936c.s elf: Get the real kept section 2020-11-25 16:14:29 -08:00
pr26978a.d PR26978, Inconsistency for strong foo@v1 and weak foo@@v1 2020-12-04 11:06:52 +10:30
pr26978a.s PR26978, Inconsistency for strong foo@v1 and weak foo@@v1 2020-12-04 11:06:52 +10:30
pr26978b.d PR26978, Inconsistency for strong foo@v1 and weak foo@@v1 2020-12-04 11:06:52 +10:30
pr26978b.s PR26978, Inconsistency for strong foo@v1 and weak foo@@v1 2020-12-04 11:06:52 +10:30
pr26979.ver PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 2020-12-01 11:26:35 +10:30
pr26979a.d PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 2020-12-01 11:26:35 +10:30
pr26979a.s PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 2020-12-01 11:26:35 +10:30
pr26979b.d PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 2020-12-01 11:26:35 +10:30
pr26979b.s PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 2020-12-01 11:26:35 +10:30
pr26979c.s PR26979, Visibility of undefined foo@v1 should constrain foo@@v1 2020-12-01 11:26:35 +10:30
pr27128.s PR27128, nm -P portable output format regression 2020-12-31 19:07:02 +10:30
pr27128.t PR27128, nm -P portable output format regression 2020-12-31 19:07:02 +10:30
pr27128a.d PR27128, nm -P portable output format regression 2021-03-01 14:26:39 +10:30
pr27128b.d PR27128, nm -P portable output format regression 2021-03-01 14:26:39 +10:30
pr27128c.d PR27128, nm -P portable output format regression 2021-03-01 14:26:39 +10:30
pr27128d.d PR27128, nm -P portable output format regression 2021-03-01 14:26:39 +10:30
pr27128e.d PR27128, nm -P portable output format regression 2021-03-01 14:26:39 +10:30
pr27259.d Re: ld: Add a test for PR ld/27259 2021-02-01 18:35:33 +10:30
pr27259.s ld: Add a test for PR ld/27259 2021-01-28 05:40:07 -08:00
pr27590.s elf: Handle .gnu.debuglto_.debug_* sections 2021-03-18 20:57:02 -07:00
pr27590a.d pr27590 testcase fixes 2021-03-19 20:03:56 +10:30
pr27590b.d pr27590 testcase fixes 2021-03-19 20:03:56 +10:30
pr27825-1.d Re: elf: Always append ".COUNT" to local symbols 2021-05-07 09:18:18 +09:30
pr27825-1a.s elf: Always append ".COUNT" to local symbols 2021-05-05 20:29:01 -07:00
pr27825-1b.s elf: Always append ".COUNT" to local symbols 2021-05-05 20:29:01 -07:00
pr27825-2.d Re: elf: Always append ".COUNT" to local symbols 2021-05-07 09:18:18 +09:30
pr27825-2a.s elf: Always append ".COUNT" to local symbols 2021-05-05 20:29:01 -07:00
pr27825-2b.s elf: Always append ".COUNT" to local symbols 2021-05-05 20:29:01 -07:00
pr27825-2c.s elf: Always append ".COUNT" to local symbols 2021-05-05 20:29:01 -07:00
pr28158-1.c elf: Treat undefined version as hidden 2021-08-04 05:07:42 -07:00
pr28158-2.S elf: Treat undefined version as hidden 2021-08-04 05:07:42 -07:00
pr28158.nd elf: Treat undefined version as hidden 2021-08-04 05:07:42 -07:00
pr28158.rd elf: Treat undefined version as hidden 2021-08-04 05:07:42 -07:00
pr28158.t elf: Treat undefined version as hidden 2021-08-04 05:07:42 -07:00
preinit.c
preinit.out
property-1_needed-1.s elf: Add GNU_PROPERTY_1_NEEDED 2021-07-08 18:11:53 -07:00
property-1_needed-1a.d elf: Add GNU_PROPERTY_1_NEEDED 2021-07-08 18:11:53 -07:00
property-1_needed-1b.d elf: Limits 2 GNU_PROPERTY_1_NEEDED tests to Linux/x86 2021-07-08 20:18:40 -07:00
property-1_needed-1c.d elf: Limits 2 GNU_PROPERTY_1_NEEDED tests to Linux/x86 2021-07-08 20:18:40 -07:00
property-and-1.d elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX tests 2021-06-19 04:41:10 -07:00
property-and-1.s elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX 2021-06-18 07:19:01 -07:00
property-and-2.d elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX tests 2021-06-19 04:41:10 -07:00
property-and-2.s elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX 2021-06-18 07:19:01 -07:00
property-and-3.d elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX tests 2021-06-19 04:41:10 -07:00
property-and-3.s elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX 2021-06-18 07:19:01 -07:00
property-and-4.d elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX tests 2021-06-19 04:41:10 -07:00
property-and-empty.s elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX 2021-06-18 07:19:01 -07:00
property-or-1.d elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX tests 2021-06-19 04:41:10 -07:00
property-or-1.s elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX 2021-06-18 07:19:01 -07:00
property-or-2.d elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX tests 2021-06-19 04:41:10 -07:00
property-or-2.s elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX 2021-06-18 07:19:01 -07:00
property-or-3.d elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX tests 2021-06-19 04:41:10 -07:00
property-or-3.s elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX 2021-06-18 07:19:01 -07:00
property-or-4.d elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX tests 2021-06-19 04:41:10 -07:00
property-or-empty.s elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX 2021-06-18 07:19:01 -07:00
provide-hidden-1.ld
provide-hidden-1.s
provide-hidden-2.ld
provide-hidden-2.s
provide-hidden-3.s
provide-hidden-4.s
provide-hidden-abs.nd
provide-hidden-def.nd
provide-hidden-dyn.nd
provide-hidden-s.ld
provide-hidden-s.nd
provide-hidden-sec.nd
provide-hidden.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
rdynamic-1.c
rdynamic-1.rd ld testsuite fixes for alpha 2020-06-19 10:01:09 +09:30
readelf.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
rel.c
relmain.c
relmain.out
reloc-discard-warn.d
reloc-discard.d tic6x elf testsuite fix 2020-12-01 11:26:58 +10:30
reloc-discard.ld
reloc-discard.s
relocatable.d
relocatable.t
relro1.s
relro2.s
retain1.s Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain1a.d Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain1b.d Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain2.d Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain2.ld Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain2.map Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain3.d Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain3.s Fix SHF_GNU_RETAIN testsuite fallout 2020-11-20 10:33:28 +00:00
retain4.d Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain4.s Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain5.d Fix SHF_GNU_RETAIN testsuite fallout 2020-11-20 10:33:28 +00:00
retain5.map Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain5lib.s Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain5main.s Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain6a.d Fix SHF_GNU_RETAIN testsuite fallout 2020-11-20 10:33:28 +00:00
retain6b.d Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain6lib.s Support SHF_GNU_RETAIN ELF section flag 2020-11-18 11:51:13 +00:00
retain6main.s Fix SHF_GNU_RETAIN testsuite fallout 2020-11-20 10:33:28 +00:00
retain7.s elf: Copy elf_gnu_osabi_retain only for relocatable link 2020-12-18 04:24:36 -08:00
retain7a.d SHF_GNU_RETAIN 7a and 7b tests 2020-12-24 22:58:14 +10:30
retain7b.d SHF_GNU_RETAIN 7a and 7b tests 2020-12-24 22:58:14 +10:30
rpath-1.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
rpath-2.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
runpath-1.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
runpath-2.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
sec64k.exp Adjust readelf's output so that section symbols without a name as shown with their section name. 2021-04-21 10:34:32 +01:00
sec-to-seg1.s
sec-to-seg2.s
sec-to-seg-script-adjoining-pages.t
sec-to-seg-script-disjoint-pages.t
sec-to-seg-script-same-page.t
sec-to-seg.exp ld testsuite: change unresolved to unsupported/fail 2021-02-14 22:34:27 +10:30
seg.d
seg.s
seg.t
shared.exp CC_FOR_TARGET et al 2021-09-03 16:26:09 +09:30
simple.s
size-1.d
size-1.s
size-1.t
size-2.d PR26378, sections initialised only by linker scripts are always read/write 2021-01-18 23:07:40 +10:30
size-2.s
size-2.t
sizeof.s
sizeofa.d
sizeofb.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
sizeofc.d
stab.d
stack-exec.rd
stack-noexec.rd
stack-size.rd
stack.s
start.s
startof.s
startofa.d
startofb.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
startofc.d
strtab.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
strtab.s
symbol1ref.s
symbol1w.s
symbol2ref.s
symbol2w.s
symbol3.s
symbol3w.s
symbolic-func.r
symbolic-func.s
table.s
tbss1.s
tbss2.s
tbss3.s
tbss.s
tdata1.s
tdata2.s
tdata3.s
textaddr1.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
textaddr2.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
textaddr3.d
textaddr4.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
textaddr5.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
textaddr6.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
textaddr7.d
textrel.map
textrel.rd
textrel.s
textrel.warn
tls_common.exp ld testsuite: change unresolved to unsupported/fail 2021-02-14 22:34:27 +10:30
tls_common.s
tls_gc.s
tls.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
unknown2.d Add generic tests for linker support of the -shared or -pie options to tests which use them. 2020-04-30 13:49:30 +01:00
unknown2.s
unknown.d
var1.d microblaze-linux XPASS ld-elf/var1 2020-06-30 13:32:04 +09:30
var1.s
var1.t
ver_def.ld
ver_def.s
ver_def.vd
ver_def.ver
warn1.d ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC 2020-04-18 22:17:24 +02:00
warn2.d ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC 2020-04-18 22:17:24 +02:00
warn3.d
warn.out
weak-dyn-1.ld
weak-dyn-1.rd
weak-dyn-1a.s
weak-dyn-1b.s
weakdef1.c
wrap1.c
wrap1.out
wrap1a.c
wrap1b.c
wrap.exp Update year range in copyright notice of binutils files 2021-01-01 10:31:05 +10:30
x86-feature-1a.rd x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
x86-feature-1b.rd x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
x86-feature-1c.rd x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
x86-feature-1d.rd x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
x86-feature-1e.rd x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker 2020-10-30 06:50:10 -07:00
zlibbegin.rS Ensure that compressed sections that have an ELF compression header structure at the start are correctly aligned. 2020-08-20 15:03:21 +01:00
zlibnormal.rS Ensure that compressed sections that have an ELF compression header structure at the start are correctly aligned. 2020-08-20 15:03:21 +01:00