binutils-gdb/ld/testsuite/ld-cris
Alan Modra d3a49aa80b readelf ngettext fixes
This patch is a first pass at fixing readelf message pluralization.
I've deliberately not fixed the "out of memory" errors since it's very
unlikely that they will ever be complaining about not being able to
allocate for a single entry, and a few others where the size is very
unlikely to be 1 byte.

Then there are messages like this one:
"Out of %lu items there are %zu bucket clashes (longest of %zu entries).\n"
I suppose this could be split into three parts, "Of %lu items ",
"there are %zu bucket clashes ", and "(longest of %zu entries).\n",
each part being printed separately, but that might not be ideal for
sentence construction in other languages.  For now I'm punting on this
one.

Changes to readelf output require lots of testsuite adjustment..

binutils/
	* dwarf.c (read_uleb128): Properly pluralize messages.
	(display_debug_lines_raw, display_debug_loc): Likewise.
	(display_debug_names, process_cu_tu_index): Likewise.
	* od-macho.c (dump_code_signature_superblob): Likewise.
	* readelf.c (process_program_headers): Likewise.
	(process_section_header, process_relocs): Likewise.
	(hppa_process_unwind, arm_process_unwind): Likewise.
	(process_dynamic_section, process_version_sections): Likewise.
	(process_symbol_table, process_syminfo): Likewise.
	(apply_relocations, process_mips_specific): Likewise.
	(process_gnu_liblist, process_notes_at): Likewise.
	(process_archive): Likewise.
	* testsuite/binutils-all/dw2-1.W,
	* testsuite/binutils-all/dw2-3.W,
	* testsuite/binutils-all/dw2-3gabi.W,
	* testsuite/binutils-all/dw5.S,
	* testsuite/binutils-all/dw5.W,
	* testsuite/binutils-all/i386/compressed-1a.d,
	* testsuite/binutils-all/libdw2-compressedgabi.out,
	* testsuite/binutils-all/objdump.W,
	* testsuite/binutils-all/readelf.r,
	* testsuite/binutils-all/readelf.r-64,
	* testsuite/binutils-all/x86-64/compressed-1a.d: Update
	for pluralization fixes.
gas/
	* testsuite/gas/arm/got_prel.d,
	* testsuite/gas/elf/dwarf2-1.d,
	* testsuite/gas/elf/dwarf2-2.d,
	* testsuite/gas/elf/dwarf2-3.d,
	* testsuite/gas/elf/dwarf2-5.d,
	* testsuite/gas/elf/dwarf2-6.d,
	* testsuite/gas/i386/debug1.d,
	* testsuite/gas/i386/dw2-compress-1.d,
	* testsuite/gas/i386/dw2-compress-3a.d,
	* testsuite/gas/i386/dw2-compress-3b.d,
	* testsuite/gas/i386/dw2-compressed-1.d,
	* testsuite/gas/i386/dw2-compressed-3a.d,
	* testsuite/gas/i386/dw2-compressed-3b.d,
	* testsuite/gas/i386/ilp32/x86-64-localpic.d,
	* testsuite/gas/i386/localpic.d,
	* testsuite/gas/i386/x86-64-localpic.d,
	* testsuite/gas/ia64/pr13167.d,
	* testsuite/gas/mips/loc-swap-2.d,
	* testsuite/gas/mips/loc-swap.d,
	* testsuite/gas/mips/micromips@loc-swap-2.d,
	* testsuite/gas/mips/micromips@loc-swap.d,
	* testsuite/gas/mips/mips16-dwarf2-n32.d,
	* testsuite/gas/mips/mips16-dwarf2.d,
	* testsuite/gas/mips/mips16@loc-swap-2.d,
	* testsuite/gas/mips/mips16@loc-swap.d,
	* testsuite/gas/mips/mips16e@loc-swap.d,
	* testsuite/gas/mmix/bspec-1.d,
	* testsuite/gas/mmix/bspec-2.d,
	* testsuite/gas/tic6x/unwind-1.d,
	* testsuite/gas/tic6x/unwind-2.d,
	* testsuite/gas/tic6x/unwind-3.d: Update for pluralization
	fixes.
ld/
	* testsuite/ld-aarch64/ifunc-13.d,
	* testsuite/ld-aarch64/ifunc-15.d,
	* testsuite/ld-aarch64/ifunc-20.d,
	* testsuite/ld-alpha/tlsbin.rd,
	* testsuite/ld-alpha/tlspic.rd,
	* testsuite/ld-arm/ifunc-3.rd,
	* testsuite/ld-arm/ifunc-9.rd,
	* testsuite/ld-arm/unwind-mix.d,
	* testsuite/ld-arm/unwind-rel.d,
	* testsuite/ld-cris/hiddef1.d,
	* testsuite/ld-cris/libdso-13.d,
	* testsuite/ld-cris/libdso-2.d,
	* testsuite/ld-cris/pr16044.d,
	* testsuite/ld-cris/tls-local-63.d,
	* testsuite/ld-cris/tls-local-64.d,
	* testsuite/ld-cris/tls-und-38.d,
	* testsuite/ld-cris/tls-und-42.d,
	* testsuite/ld-cris/tls-und-46.d,
	* testsuite/ld-cris/tls-und-50.d,
	* testsuite/ld-cris/weakref3.d,
	* testsuite/ld-cris/weakref4.d,
	* testsuite/ld-elf/comm-data2r.rd,
	* testsuite/ld-elf/discard1.d,
	* testsuite/ld-elf/discard2.d,
	* testsuite/ld-elf/pr19539.d,
	* testsuite/ld-elf/pr22374-1.r,
	* testsuite/ld-elf/pr22374-2.r,
	* testsuite/ld-i386/combreloc.d,
	* testsuite/ld-i386/emit-relocs-nacl.rd,
	* testsuite/ld-i386/emit-relocs.rd,
	* testsuite/ld-i386/pr13302.d,
	* testsuite/ld-i386/pr17709-nacl.rd,
	* testsuite/ld-i386/pr17709.rd,
	* testsuite/ld-i386/pr19539.d,
	* testsuite/ld-i386/pr19615.d,
	* testsuite/ld-i386/pr19636-1a.d,
	* testsuite/ld-i386/pr19636-1e.d,
	* testsuite/ld-i386/pr19636-1f.d,
	* testsuite/ld-i386/pr19636-2a.d,
	* testsuite/ld-i386/pr19636-2b.d,
	* testsuite/ld-i386/pr19636-2d-nacl.d,
	* testsuite/ld-i386/pr19636-2e-nacl.d,
	* testsuite/ld-i386/pr19636-3a.d,
	* testsuite/ld-i386/pr19636-3d.d,
	* testsuite/ld-i386/pr19636-3e.d,
	* testsuite/ld-i386/pr19636-4a.d,
	* testsuite/ld-i386/pr19645.d,
	* testsuite/ld-i386/pr19827-nacl.rd,
	* testsuite/ld-i386/pr19827.rd,
	* testsuite/ld-i386/pr20253-4a.d,
	* testsuite/ld-i386/pr20253-4b.d,
	* testsuite/ld-i386/pr20253-5.d,
	* testsuite/ld-i386/tlsbin-nacl.rd,
	* testsuite/ld-i386/tlsbin.rd,
	* testsuite/ld-i386/tlspic-nacl.rd,
	* testsuite/ld-i386/tlspic.rd,
	* testsuite/ld-i386/undefweakb.d,
	* testsuite/ld-ia64/tlsbin.rd,
	* testsuite/ld-ia64/tlspic.rd,
	* testsuite/ld-ifunc/ifunc-13-i386.d,
	* testsuite/ld-ifunc/ifunc-13-x86-64.d,
	* testsuite/ld-ifunc/ifunc-15-i386.d,
	* testsuite/ld-ifunc/ifunc-15-x86-64.d,
	* testsuite/ld-ifunc/ifunc-20-i386.d,
	* testsuite/ld-ifunc/ifunc-20-x86-64.d,
	* testsuite/ld-ifunc/ifunc-23a-x86.d,
	* testsuite/ld-ifunc/ifunc-23b-x86.d,
	* testsuite/ld-ifunc/ifunc-23c-x86.d,
	* testsuite/ld-ifunc/ifunc-24a-x86.d,
	* testsuite/ld-ifunc/ifunc-24b-x86.d,
	* testsuite/ld-ifunc/ifunc-24c-x86.d,
	* testsuite/ld-ifunc/ifunc-25a-x86.d,
	* testsuite/ld-ifunc/ifunc-25b-x86.d,
	* testsuite/ld-ifunc/ifunc-25c-x86.d,
	* testsuite/ld-m68k/got-1.d,
	* testsuite/ld-mips-elf/vxworks1.rd,
	* testsuite/ld-powerpc/ambiguousv1.d,
	* testsuite/ld-powerpc/ambiguousv1b.d,
	* testsuite/ld-powerpc/ambiguousv2.d,
	* testsuite/ld-powerpc/ambiguousv2b.d,
	* testsuite/ld-powerpc/tlsexe.r,
	* testsuite/ld-powerpc/tlsexe32.r,
	* testsuite/ld-powerpc/tlsexetoc.r,
	* testsuite/ld-powerpc/tlsso.r,
	* testsuite/ld-powerpc/tlsso32.r,
	* testsuite/ld-powerpc/tlstocso.r,
	* testsuite/ld-powerpc/vle-multiseg-1.d,
	* testsuite/ld-powerpc/vle-multiseg-2.d,
	* testsuite/ld-powerpc/vle-multiseg-3.d,
	* testsuite/ld-s390/tlsbin.rd,
	* testsuite/ld-s390/tlsbin_64.rd,
	* testsuite/ld-s390/tlspic.rd,
	* testsuite/ld-s390/tlspic_64.rd,
	* testsuite/ld-sh/ld-r-1.d,
	* testsuite/ld-sh/sh64/gotplt.d,
	* testsuite/ld-sh/shared-1.d,
	* testsuite/ld-sh/tlsbin-2.d,
	* testsuite/ld-sh/tlspic-2.d,
	* testsuite/ld-sparc/gotop32.rd,
	* testsuite/ld-sparc/gotop64.rd,
	* testsuite/ld-sparc/tlssunpic32.rd,
	* testsuite/ld-sparc/tlssunpic64.rd,
	* testsuite/ld-sparc/vxworks1-lib.rd,
	* testsuite/ld-tic6x/shlib-app-1.rd,
	* testsuite/ld-tic6x/shlib-app-1b.rd,
	* testsuite/ld-tic6x/shlib-app-1r.rd,
	* testsuite/ld-tic6x/shlib-app-1rb.rd,
	* testsuite/ld-tic6x/shlib-noindex.rd,
	* testsuite/ld-vax-elf/export-class-data.rd,
	* testsuite/ld-x86-64/pr13082-1a.d,
	* testsuite/ld-x86-64/pr13082-1b.d,
	* testsuite/ld-x86-64/pr13082-2a.d,
	* testsuite/ld-x86-64/pr13082-2b.d,
	* testsuite/ld-x86-64/pr13082-3a.d,
	* testsuite/ld-x86-64/pr13082-3c.d,
	* testsuite/ld-x86-64/pr13082-4a.d,
	* testsuite/ld-x86-64/pr13082-5a.d,
	* testsuite/ld-x86-64/pr13082-5b.d,
	* testsuite/ld-x86-64/pr13082-6a.d,
	* testsuite/ld-x86-64/pr13082-6b.d,
	* testsuite/ld-x86-64/pr17709-nacl.rd,
	* testsuite/ld-x86-64/pr17709.rd,
	* testsuite/ld-x86-64/pr19539a.d,
	* testsuite/ld-x86-64/pr19539b.d,
	* testsuite/ld-x86-64/pr19615.d,
	* testsuite/ld-x86-64/pr19636-1a.d,
	* testsuite/ld-x86-64/pr19636-1d.d,
	* testsuite/ld-x86-64/pr19636-1e.d,
	* testsuite/ld-x86-64/pr19636-2a.d,
	* testsuite/ld-x86-64/pr19636-2e.d,
	* testsuite/ld-x86-64/pr19636-2f.d,
	* testsuite/ld-x86-64/pr19636-3a.d,
	* testsuite/ld-x86-64/pr19645.d,
	* testsuite/ld-x86-64/pr19807-2b.d,
	* testsuite/ld-x86-64/pr19807-2d.d,
	* testsuite/ld-x86-64/pr19827-nacl.rd,
	* testsuite/ld-x86-64/pr19827.rd,
	* testsuite/ld-x86-64/pr20253-4a.d,
	* testsuite/ld-x86-64/pr20253-4b.d,
	* testsuite/ld-x86-64/pr20253-4d.d,
	* testsuite/ld-x86-64/pr20253-4e.d,
	* testsuite/ld-x86-64/pr20253-5a.d,
	* testsuite/ld-x86-64/pr20253-5b.d,
	* testsuite/ld-x86-64/tlsbin-nacl.rd,
	* testsuite/ld-x86-64/tlsbin.rd,
	* testsuite/ld-x86-64/tlspic-nacl.rd,
	* testsuite/ld-x86-64/tlspic.rd,
	* testsuite/ld-x86-64/tlspic2-nacl.rd: Update for
	pluralization fixes.
2017-11-07 17:01:16 +10:30
..
asneed1.d * ld-cris/asneed1.d: New test. 2013-10-18 02:38:35 +00:00
badgotr1.d Fix typo last change 2008-11-24 02:02:57 +00:00
comref1.s
cris.exp Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
def2.d
def3.d
dso-1.s * ld-cris/start1.s: Prepend register name with $. 2008-11-25 02:27:29 +00:00
dso-1b.s * ld-cris/hidedsofns2468, ld-cris/libdso-12b.d, 2008-12-15 01:36:21 +00:00
dso-1c.s Fix for PR ld/16044: elf32-cris.c h->plt.refcount inconsistency 2017-03-28 23:43:09 +02:00
dso-2.s
dso-2b.s Fix for PR ld/16044: elf32-cris.c h->plt.refcount inconsistency 2017-03-28 23:43:09 +02:00
dso-3.s
dso-4.s Fix for PR ld/16044: elf32-cris.c h->plt.refcount inconsistency 2017-03-28 23:43:09 +02:00
dso-pltdis1.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
dso-pltdis2.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
dso12-pltdis.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
dsofn4g.s * ld-cris/dso-pltdis1.d, ld-cris/dso-pltdis2.d, dsofng.s 2012-06-18 06:17:36 +00:00
dsofnf.s
dsofnf2.s
dsofng.s Trim last, empty, line 2012-06-18 06:19:02 +00:00
dsov32-1.s
dsov32-2.s
dsov32-3.s
dsov32-4.s
euwref1.s
expalltst3 * ld-cris/expalltst3, ld-cris/expdyn2.s, ld-cris/libdso-15.d: New 2008-12-17 02:15:34 +00:00
expdref1.s
expdref2.s * lib/ld-lib.exp (run_dump_test): New option ld_after_inputfiles. 2008-12-23 11:45:25 +00:00
expdref3.s * ld-cris/expdref3.s, ld-cris/expdref4.s, ld-cris/weakref3.d, 2009-01-19 17:33:26 +00:00
expdref4.s * ld-cris/expdref3.s, ld-cris/expdref4.s, ld-cris/weakref3.d, 2009-01-19 17:33:26 +00:00
expdyn1.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
expdyn1.s
expdyn1w.s * lib/ld-lib.exp (run_dump_test): New option ld_after_inputfiles. 2008-12-23 11:45:25 +00:00
expdyn2.d
expdyn2.s * ld-cris/expalltst3, ld-cris/expdyn2.s, ld-cris/libdso-15.d: New 2008-12-17 02:15:34 +00:00
expdyn3.d
expdyn4.d
expdyn5.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
expdyn6.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
expdyn7.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
globsym1ref.s
globsymw1.s
globsymw2.s
got7.s * ld-cris/got7.s: Correct .size expression. 2008-12-15 01:30:57 +00:00
gotplt1.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
gotplt2.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
gotplt3.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
gotrel1.s
gotrel2.s
hiddef1.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
hiddef1.s
hide1
hidedsofns2468 * ld-cris/hidedsofns2468, ld-cris/libdso-12b.d, 2008-12-15 01:36:21 +00:00
hidrefgotplt1.s
init.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
ldsym1.d
libdso-1.d * ld-cris/start1.s: Prepend register name with $. 2008-11-25 02:27:29 +00:00
libdso-1b.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-1c.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-1d.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-2.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
libdso-3.d
libdso-4.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-10.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
libdso-11.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-12.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-12b.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-12c.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-13.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
libdso-13b.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-14.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-15.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
libdso-15b.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
locref1.d bfd/ 2009-09-24 15:56:52 +00:00
locref1.s
locref2.d Strip undefined symbols from .symtab 2015-02-19 13:36:34 +10:30
locref2.s
move-1.s
nodyn4.d
nodyn5.d
noglob1.d
noglob1.s
noov.d
noov.s
pcrelcp-1.d PR ld/11458 2010-03-31 13:23:40 +00:00
pcrelcp-1.s PR ld/11458 2010-03-31 13:23:40 +00:00
pic-gc-72.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
pic-gc-72.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
pic-gc-73.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
pic-gc-73.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
pr16044.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
pv32-1.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
pv32.s * ld-cris/start1.s: Prepend register name with $. 2008-11-25 02:27:29 +00:00
stabs1.s
start1.s * ld-cris/start1.s: Prepend register name with $. 2008-11-25 02:27:29 +00:00
tls-commx.s * ld-cris/tls-commx.s, ld-cris/tls-dso-dtpoffd2.d, 2009-03-24 07:58:23 +00:00
tls-dso-dtpoffd2.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-dso-dtpoffd4.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-dso-tpoffgotcomm1.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-dso-tpoffgotcomm1.s * ld-cris/tls-e-tpiecomm1.d, ld-cris/tls-e-tpiecomm1.s: New test. 2012-06-17 07:29:55 +00:00
tls-dso-x1x2-1.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-dso-xz-1.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-dtpoffdx.s * ld-cris/tls-commx.s, ld-cris/tls-dso-dtpoffd2.d, 2009-03-24 07:58:23 +00:00
tls-dtprelm.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-e-20.d ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
tls-e-20a.d ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
tls-e-21.d ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
tls-e-22.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d, 2009-10-19 16:34:31 +00:00
tls-e-23.d ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
tls-e-66.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-01-07 03:27:11 +00:00
tls-e-80.d ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
tls-e-dtpoffd1.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d, 2009-10-19 16:34:31 +00:00
tls-e-dtpoffd3.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d, 2009-10-19 16:34:31 +00:00
tls-e-tpiecomm1.d * ld-cris/tls-e-tpiecomm1.d, ld-cris/tls-e-tpiecomm1.s: New test. 2012-06-17 07:29:55 +00:00
tls-e-tpiecomm1.s * ld-cris/tls-e-tpiecomm1.d, ld-cris/tls-e-tpiecomm1.s: New test. 2012-06-17 07:29:55 +00:00
tls-e-tpoffcomm1.d ld/ELF: refine fake STT_FILE symbol emission 2013-10-29 17:52:24 +01:00
tls-e-tpoffcomm1.s * ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-e-tpoffcomm1.d, 2009-03-25 03:04:21 +00:00
tls-e-tpoffgotcomm1.d * ld-cris/tls-e-tpoffgotcomm1.d: New test. 2012-06-17 16:56:37 +00:00
tls-err-20x.d LD: vfinfo: Make clever formatters consistent WRT function name reporting 2017-02-15 13:41:51 +00:00
tls-err-24.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-25.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-26.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-27.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-28.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-29.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-31.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-33.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-35.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-37.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-39.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-40.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-41.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-43.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-44.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-45.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-47.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-48.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-49.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-51.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-52.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-53.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-55.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-55.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-56.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-56.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-62.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-62.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-65.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-67.d * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-err-77.d * ld-cris/tls-err-77.d, ld-cris/tls-gc-79.d, ld-cris/tls-ie-8e.s, 2008-12-20 00:30:39 +00:00
tls-gc-68.d ELF: Call check_relocs after opening all inputs 2017-10-16 03:50:13 -07:00
tls-gc-69.d ELF: Call check_relocs after opening all inputs 2017-10-16 03:50:13 -07:00
tls-gc-70.d ELF: Call check_relocs after opening all inputs 2017-10-16 03:50:13 -07:00
tls-gc-71.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-gc-71.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-gc-75.d ELF: Call check_relocs after opening all inputs 2017-10-16 03:50:13 -07:00
tls-gc-76.d Fix garbage collection of common symbols 2015-01-19 21:26:30 +10:30
tls-gc-76.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-gc-79.d ELF: Call check_relocs after opening all inputs 2017-10-16 03:50:13 -07:00
tls-gd-1.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-gd-1.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-gd-1h.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-gd-2.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-gd-2.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-gd-2h.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-gd-3.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-03-24 03:34:05 +00:00
tls-gd-3.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-gd-3h.d ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
tls-gdgotrelm.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-global-74.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-03-24 03:34:05 +00:00
tls-gottprelm.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-hx.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-hx1x2.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ie-8.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ie-8.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ie-8e.s * ld-cris/tls-err-77.d, ld-cris/tls-gc-79.d, ld-cris/tls-ie-8e.s, 2008-12-20 00:30:39 +00:00
tls-ie-8e1.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-01-07 03:27:11 +00:00
tls-ie-9.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ie-9.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ie-10.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ie-10.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ie-11.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ie-11.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ie-78.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-js1.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-ld-4.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ld-4.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ld-5.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ld-5.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ld-6.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ld-6.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ld-7.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ld-7.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ldgd-14.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ldgd-14.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ldgd-15.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ldgd-15.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-ldgde-14.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d, 2009-10-19 16:34:31 +00:00
tls-ldgde-15.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d, 2009-10-19 16:34:31 +00:00
tls-ldgdex-14.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-ldgdex-15.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-ldgdx-14.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-ldgdx-15.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-le-12.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-01-07 03:27:11 +00:00
tls-le-12.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-le-12s.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-01-07 03:27:11 +00:00
tls-le-12s.s * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-01-07 03:27:11 +00:00
tls-le-13.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-01-07 03:27:11 +00:00
tls-le-13.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-le-13s.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-01-07 03:27:11 +00:00
tls-le-13s.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-legd-16.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-03-24 03:34:05 +00:00
tls-legd-16.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-legd-17.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-03-24 03:34:05 +00:00
tls-legdx-16.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-legdx-17.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-leie-18.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-01-07 03:27:11 +00:00
tls-leie-19.d ELF/LD: Avoid producing hidden and internal dynamic symbols 2016-04-05 15:14:54 +01:00
tls-leie-19.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-local-54.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-local-54.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-local-57.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-03-24 03:34:05 +00:00
tls-local-57.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-local-58.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-03-24 03:34:05 +00:00
tls-local-58.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-local-59.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-03-24 03:34:05 +00:00
tls-local-59.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-local-60.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-local-61.d Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
tls-local-63.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
tls-local-64.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
tls-ok-30.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-ok-32.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-ok-34.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
tls-ok-36.d * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-01-07 03:27:11 +00:00
tls-tbss64.s * ld-cris/tls-tbss64.s, ld-cris/tls-e-80.d: New test. 2009-01-27 22:31:19 +00:00
tls-tprelm.s * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d, 2009-01-07 03:27:11 +00:00
tls-und-38.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
tls-und-42.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
tls-und-46.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
tls-und-50.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
tls-x.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-x1x2.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls-z.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls128.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
tls128g.s * ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d, 2008-11-25 04:10:48 +00:00
undef1.d * ld-cris/start1.s: Prepend register name with $. 2008-11-25 02:27:29 +00:00
undef2.d
undef3.d
v10-v32.d
v10-va.d
v32-ba-1.d
v32-ba-1.s
v32-bin-1.d
v32-bin-1.s
v32-v10.d
v32-va.d
va-v10.d
va-v32.d
warn1.d
warn2.d
warn3.d
warn4.d
weakhid.s * ld-cris/weakhiddso.d, ld-cris/weakhid.s: New test. 2009-01-27 06:08:52 +00:00
weakhiddso.d cris: Check UNDEFWEAK_NO_DYNAMIC_RELOC 2017-10-14 11:09:44 -07:00
weakref1.d
weakref2.d testsuite/ld-cris various files: Run ld with --hash-style=sysv. 2017-08-30 02:27:14 +02:00
weakref3.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
weakref4.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30