binutils-gdb/ld/testsuite/ld-tic6x
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
..
attr-arch-c62x-c62x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c62x-c64x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c62x-c64x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c62x-c67x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c62x-c67x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c62x-c674x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c62x.s bfd: 2010-06-16 00:36:04 +00:00
attr-arch-c64x+-c62x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x+-c64x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x+-c64x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x+-c67x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x+-c67x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x+-c674x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x+.s bfd: 2010-06-16 00:36:04 +00:00
attr-arch-c64x-c62x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x-c64x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x-c64x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x-c67x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x-c67x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x-c674x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c64x.s bfd: 2010-06-16 00:36:04 +00:00
attr-arch-c67x+-c62x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x+-c64x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x+-c64x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x+-c67x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x+-c67x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x+-c674x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x+.s bfd: 2010-06-16 00:36:04 +00:00
attr-arch-c67x-c62x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x-c64x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x-c64x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x-c67x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x-c67x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x-c674x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c67x.s bfd: 2010-06-16 00:36:04 +00:00
attr-arch-c674x-c62x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c674x-c64x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c674x-c64x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c674x-c67x+.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c674x-c67x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c674x-c674x.d bfd: 2010-10-21 21:16:54 +00:00
attr-arch-c674x.s bfd: 2010-06-16 00:36:04 +00:00
attr-array-4-4.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-4-8.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-4-16.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-4-48.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-4-416.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-4-816.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-4.s bfd: 2010-11-02 14:36:39 +00:00
attr-array-8-4.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-8-8.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-8-16.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-8-48.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-8-416.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-8-816.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-8.s bfd: 2010-11-02 14:36:39 +00:00
attr-array-16-4.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-16-8.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-16-16.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-16-48.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-16-416.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-16-816.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-16.s bfd: 2010-11-02 14:36:39 +00:00
attr-array-48-4.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-48-8.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-48-16.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-48-48.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-48-416.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-48-816.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-48.s bfd: 2010-11-02 14:36:39 +00:00
attr-array-416-4.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-416-8.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-416-16.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-416-48.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-416-416.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-416-816.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-416.s bfd: 2010-11-02 14:36:39 +00:00
attr-array-816-4.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-816-8.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-816-16.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-816-48.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-816-416.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-816-816.d bfd: 2010-11-02 14:36:39 +00:00
attr-array-816.s bfd: 2010-11-02 14:36:39 +00:00
attr-compatibility-gnu-gnu.d bfd: 2010-10-29 16:47:55 +00:00
attr-compatibility-gnu-other.d bfd: 2010-10-29 16:47:55 +00:00
attr-compatibility-gnu.s bfd: 2010-10-29 16:47:55 +00:00
attr-compatibility-other-gnu.d bfd: 2010-10-29 16:47:55 +00:00
attr-compatibility-other-other.d bfd: 2010-10-29 16:47:55 +00:00
attr-compatibility-other.s bfd: 2010-10-29 16:47:55 +00:00
attr-conformance-10-10.d bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-10-11.d bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-10-none.d bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-10.s bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-11-10.d bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-11-11.d bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-11-none.d bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-11.s bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-none-10.d bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-none-11.d bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-none-none.d bfd: 2010-11-02 14:36:39 +00:00
attr-conformance-none.s bfd: 2010-11-02 14:36:39 +00:00
attr-dsbt-00.d bfd: 2010-10-29 00:15:59 +00:00
attr-dsbt-0.s bfd: 2010-10-29 00:15:59 +00:00
attr-dsbt-01.d bfd: 2010-10-29 00:15:59 +00:00
attr-dsbt-1.s bfd: 2010-10-29 00:15:59 +00:00
attr-dsbt-10.d bfd: 2010-10-29 00:15:59 +00:00
attr-dsbt-11.d bfd: 2010-10-29 00:15:59 +00:00
attr-pic-00.d bfd: 2010-11-02 14:36:39 +00:00
attr-pic-0.s bfd: 2010-11-02 14:36:39 +00:00
attr-pic-01.d bfd/ 2011-05-05 16:05:19 +00:00
attr-pic-1.s bfd: 2010-11-02 14:36:39 +00:00
attr-pic-10.d bfd/ 2011-05-05 16:05:19 +00:00
attr-pic-11.d bfd: 2010-11-02 14:36:39 +00:00
attr-pid-00.d bfd: 2010-11-02 14:36:39 +00:00
attr-pid-0.s bfd: 2010-11-02 14:36:39 +00:00
attr-pid-01.d bfd/ 2011-05-05 16:05:19 +00:00
attr-pid-1.s bfd: 2010-11-02 14:36:39 +00:00
attr-pid-02.d bfd/ 2011-05-05 16:05:19 +00:00
attr-pid-2.s bfd: 2010-11-02 14:36:39 +00:00
attr-pid-10.d bfd/ 2011-05-05 16:05:19 +00:00
attr-pid-11.d bfd: 2010-11-02 14:36:39 +00:00
attr-pid-12.d bfd/ 2011-05-05 16:05:19 +00:00
attr-pid-20.d bfd/ 2011-05-05 16:05:19 +00:00
attr-pid-21.d bfd/ 2011-05-05 16:05:19 +00:00
attr-pid-22.d bfd: 2010-11-02 14:36:39 +00:00
attr-stack-8-8.d bfd: 2010-11-02 14:36:39 +00:00
attr-stack-8-16.d bfd: 2010-11-02 14:36:39 +00:00
attr-stack-8-816.d bfd: 2010-11-02 14:36:39 +00:00
attr-stack-8.s bfd: 2010-11-02 14:36:39 +00:00
attr-stack-16-8.d bfd: 2010-11-02 14:36:39 +00:00
attr-stack-16-16.d bfd: 2010-11-02 14:36:39 +00:00
attr-stack-16-816.d bfd: 2010-11-02 14:36:39 +00:00
attr-stack-16.s bfd: 2010-11-02 14:36:39 +00:00
attr-stack-816-8.d bfd: 2010-11-02 14:36:39 +00:00
attr-stack-816-16.d bfd: 2010-11-02 14:36:39 +00:00
attr-stack-816-816.d bfd: 2010-11-02 14:36:39 +00:00
attr-stack-816.s bfd: 2010-11-02 14:36:39 +00:00
attr-unknown-1.d bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-2.d bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-3.d bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-4.d bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-5.d bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-6.d bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-7.d bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-54-1.s bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-55-a.s bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-71-a.s bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-71-b.s bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-1000-1.s bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-1000-2.s bfd: 2010-11-05 13:04:07 +00:00
attr-unknown-1024-1.s bfd: 2010-11-05 13:04:07 +00:00
attr-wchar-00.d bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-0.s bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-01.d bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-1.s bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-02.d bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-2.s bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-10.d bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-11.d bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-12.d bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-20.d bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-21.d bfd: 2010-11-02 14:36:39 +00:00
attr-wchar-22.d bfd: 2010-11-02 14:36:39 +00:00
common.d Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
common.ld include/elf/ 2011-03-31 08:58:28 +00:00
common.s include/elf/ 2011-03-31 08:58:28 +00:00
data-reloc-global-rel.d
data-reloc-global-rel.s
data-reloc-global.d
data-reloc-global.s
data-reloc-local-1.s
data-reloc-local-2.s
data-reloc-local-r-rel.d
data-reloc-local-r.d
data-reloc-local-rel.d
data-reloc-local.d
discard-unwind.ld 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
dsbt-be.ld ld/ 2012-06-15 15:13:41 +00:00
dsbt-index-error.d include/elf/ 2011-03-31 08:58:28 +00:00
dsbt-index.d include/elf/ 2011-03-31 08:58:28 +00:00
dsbt-index.s include/elf/ 2011-03-31 08:58:28 +00:00
dsbt-inrange.ld include/elf/ 2011-03-31 08:58:28 +00:00
dsbt-overflow.ld include/elf/ 2011-03-31 08:58:28 +00:00
dsbt.ld ld/ 2012-06-15 15:13:41 +00:00
ehtype-reloc-1-rel.d 2011-05-03 Paul Brook <paul@codesourcery.com> 2011-05-03 11:17:22 +00:00
ehtype-reloc-1.d 2011-05-03 Paul Brook <paul@codesourcery.com> 2011-05-03 11:17:22 +00:00
ehtype-reloc-1.s 2011-05-03 Paul Brook <paul@codesourcery.com> 2011-05-03 11:17:22 +00:00
generic.ld
got-reloc-global-addend-1.d include/elf/ 2011-03-31 08:58:28 +00:00
got-reloc-global-addend-1.s include/elf/ 2011-03-31 08:58:28 +00:00
got-reloc-global-addend-2.d include/elf/ 2011-03-31 08:58:28 +00:00
got-reloc-global-addend-2.s include/elf/ 2011-03-31 08:58:28 +00:00
got-reloc-global.s include/elf/ 2011-03-31 08:58:28 +00:00
got-reloc-inrange.d bfd/ 2011-05-05 16:05:19 +00:00
got-reloc-local-1.s include/elf/ 2011-03-31 08:58:28 +00:00
got-reloc-local-2.s include/elf/ 2011-03-31 08:58:28 +00:00
got-reloc-local-r.d include/elf/ 2011-03-31 08:58:28 +00:00
got-reloc-overflow.d include/elf/ 2011-03-31 08:58:28 +00:00
mvk-reloc-global-rel.d
mvk-reloc-global-rel.s
mvk-reloc-global.d
mvk-reloc-global.s
mvk-reloc-local-1-rel.s
mvk-reloc-local-1.s
mvk-reloc-local-2-rel.s
mvk-reloc-local-2.s
mvk-reloc-local-r-rel.d
mvk-reloc-local-r.d * ld-tic6x/mvk-reloc-local-r.d: Adjust for signed addend. 2012-05-18 05:55:23 +00:00
mvk-reloc-local-rel.d
mvk-reloc-local.d
pcr-reloc.d ld/testsuite/ 2011-05-20 10:10:00 +00:00
pcr-reloc.s ld/testsuite/ 2011-05-20 10:10:00 +00:00
pcrel-reloc-global-rel.d
pcrel-reloc-global.d
pcrel-reloc-global.s
pcrel-reloc-local-1.s
pcrel-reloc-local-2.s
pcrel-reloc-local-r-rel-rela.d bfd/ 2010-09-23 16:16:38 +00:00
pcrel-reloc-local-r-rel.d
pcrel-reloc-local-r.d
pcrel-reloc-local-rel.d
pcrel-reloc-local.d
reloc-overflow-abs-s16-1.d
reloc-overflow-abs-s16-2.d
reloc-overflow-abs-s16.s
reloc-overflow-abs8-1.d
reloc-overflow-abs8-2.d
reloc-overflow-abs8.s
reloc-overflow-abs16-1.d
reloc-overflow-abs16-2.d
reloc-overflow-abs16.s
reloc-overflow-pcr-s7-1.d
reloc-overflow-pcr-s7-2.d
reloc-overflow-pcr-s7.s
reloc-overflow-pcr-s10-1.d
reloc-overflow-pcr-s10-2.d
reloc-overflow-pcr-s10.s
reloc-overflow-pcr-s12-1.d
reloc-overflow-pcr-s12-2.d
reloc-overflow-pcr-s12.s
reloc-overflow-pcr-s21-1.d
reloc-overflow-pcr-s21-2.d
reloc-overflow-pcr-s21.s
reloc-overflow-sbr-s16-1.d
reloc-overflow-sbr-s16-2.d
reloc-overflow-sbr-s16.s
reloc-overflow-sbr-u15-b-1.d
reloc-overflow-sbr-u15-b-2.d
reloc-overflow-sbr-u15-b.s
reloc-overflow-sbr-u15-h-1.d
reloc-overflow-sbr-u15-h-2.d
reloc-overflow-sbr-u15-h.s
reloc-overflow-sbr-u15-w-1.d
reloc-overflow-sbr-u15-w-2.d
reloc-overflow-sbr-u15-w.s
sbr-reloc-global-rel.d
sbr-reloc-global-rel.s
sbr-reloc-global.d
sbr-reloc-global.s
sbr-reloc-local-1-rel.s
sbr-reloc-local-1.s
sbr-reloc-local-2-rel.s
sbr-reloc-local-2.s
sbr-reloc-local-r-rel.d
sbr-reloc-local-r.d
sbr-reloc-local-rel.d
sbr-reloc-local.d
sbr.ld
shared-nopic.d bfd/ 2011-05-05 16:05:19 +00:00
shared-nopid.d bfd/ 2011-05-05 16:05:19 +00:00
shlib-1.dd Enhance objdump so that it will use .got, .plt and .plt.got section symbols when disassembling, and it will use dynamic relocs to interpret entries in the PLT and GOT. 2016-10-11 13:50:10 +01:00
shlib-1.rd Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
shlib-1.s include/elf/ 2011-03-31 08:58:28 +00:00
shlib-1.sd include/elf/ 2011-03-31 08:58:28 +00:00
shlib-1b.dd Enhance objdump so that it will use .got, .plt and .plt.got section symbols when disassembling, and it will use dynamic relocs to interpret entries in the PLT and GOT. 2016-10-11 13:50:10 +01:00
shlib-1b.rd Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
shlib-1b.sd include/elf/ 2011-03-31 08:58:28 +00:00
shlib-1r.dd Update more tests for objdump change 2016-10-12 09:36:05 +10:30
shlib-1r.rd Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
shlib-1r.sd include/elf/ 2011-03-31 08:58:28 +00:00
shlib-1rb.dd Enhance objdump so that it will use .got, .plt and .plt.got section symbols when disassembling, and it will use dynamic relocs to interpret entries in the PLT and GOT. 2016-10-11 13:50:10 +01:00
shlib-1rb.rd Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
shlib-1rb.sd include/elf/ 2011-03-31 08:58:28 +00:00
shlib-2.s include/elf/ 2011-03-31 08:58:28 +00:00
shlib-app-1.dd Enhance objdump so that it will use .got, .plt and .plt.got section symbols when disassembling, and it will use dynamic relocs to interpret entries in the PLT and GOT. 2016-10-11 13:50:10 +01:00
shlib-app-1.od include/elf/ 2011-03-31 08:58:28 +00:00
shlib-app-1.rd readelf ngettext fixes 2017-11-07 17:01:16 +10:30
shlib-app-1.s include/elf/ 2011-03-31 08:58:28 +00:00
shlib-app-1.sd include/elf/ 2011-03-31 08:58:28 +00:00
shlib-app-1b.dd Enhance objdump so that it will use .got, .plt and .plt.got section symbols when disassembling, and it will use dynamic relocs to interpret entries in the PLT and GOT. 2016-10-11 13:50:10 +01:00
shlib-app-1b.od include/elf/ 2011-03-31 08:58:28 +00:00
shlib-app-1b.rd readelf ngettext fixes 2017-11-07 17:01:16 +10:30
shlib-app-1b.sd include/elf/ 2011-03-31 08:58:28 +00:00
shlib-app-1r.dd Enhance objdump so that it will use .got, .plt and .plt.got section symbols when disassembling, and it will use dynamic relocs to interpret entries in the PLT and GOT. 2016-10-11 13:50:10 +01:00
shlib-app-1r.od include/elf/ 2011-03-31 08:58:28 +00:00
shlib-app-1r.rd readelf ngettext fixes 2017-11-07 17:01:16 +10:30
shlib-app-1r.s include/elf/ 2011-03-31 08:58:28 +00:00
shlib-app-1r.sd include/elf/ 2011-03-31 08:58:28 +00:00
shlib-app-1rb.dd Enhance objdump so that it will use .got, .plt and .plt.got section symbols when disassembling, and it will use dynamic relocs to interpret entries in the PLT and GOT. 2016-10-11 13:50:10 +01:00
shlib-app-1rb.od include/elf/ 2011-03-31 08:58:28 +00:00
shlib-app-1rb.rd readelf ngettext fixes 2017-11-07 17:01:16 +10:30
shlib-app-1rb.sd include/elf/ 2011-03-31 08:58:28 +00:00
shlib-noindex.dd Enhance objdump so that it will use .got, .plt and .plt.got section symbols when disassembling, and it will use dynamic relocs to interpret entries in the PLT and GOT. 2016-10-11 13:50:10 +01:00
shlib-noindex.rd readelf ngettext fixes 2017-11-07 17:01:16 +10:30
shlib-noindex.sd include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1.dd include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1.od include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1.rd Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
static-app-1.sd include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1b.dd include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1b.od include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1b.rd Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
static-app-1b.sd include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1r.dd include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1r.od include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1r.rd Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
static-app-1r.sd include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1rb.dd include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1rb.od include/elf/ 2011-03-31 08:58:28 +00:00
static-app-1rb.rd Place .shstrtab section after .symtab and .strtab, thus restoring monotonically increasing section offsets. 2016-08-19 09:16:30 +01:00
static-app-1rb.sd include/elf/ 2011-03-31 08:58:28 +00:00
tic6x.exp Support different ld --hash-style in the ld testsuite 2017-08-07 22:10:51 +09:30
unwind-1.d 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
unwind-1.s 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
unwind-2.d 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
unwind-2.s 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
unwind-3.d 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
unwind-3.s 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
unwind-4.d 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
unwind-4.s 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
unwind-5.d 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
unwind-5.s 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
unwind-6.d * ld-tic6x/mvk-reloc-local-r.d: Adjust for signed addend. 2012-05-18 05:55:23 +00:00
unwind.ld 2011-05-09 Paul Brook <paul@codesourcery.com> 2011-05-09 13:23:27 +00:00
weak-be.d include/elf/ 2011-03-31 08:58:28 +00:00
weak-data.d include/elf/ 2011-03-31 08:58:28 +00:00
weak.d include/elf/ 2011-03-31 08:58:28 +00:00
weak.s include/elf/ 2011-03-31 08:58:28 +00:00