binutils-gdb/ld/testsuite/ld-arm
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
..
abs-call-1.d
abs-call-1.s
arch-v6.s
arch-v6k.s
arch-v6t2.s
arm-app-abs32.d 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
arm-app-abs32.r
arm-app-abs32.s
arm-app-movw.s
arm-app.d 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
arm-app.r
arm-app.s
arm-be8.d
arm-be8.s
arm-call.d
arm-call1.s
arm-call2.s
arm-dyn.ld Make assignments to dot keep an empty output section. 2014-01-22 11:58:29 +10:30
arm-elf.exp More support for ld --hash-style in the ld testsuite 2017-08-08 07:22:36 +09:30
arm-export-class.rd * ld-elf/export-class.sd: New test. 2012-08-28 20:29:19 +00:00
arm-export-class.xd * ld-elf/export-class.sd: New test. 2012-08-28 20:29:19 +00:00
arm-lib-plt-2.dd
arm-lib-plt-2.rd
arm-lib-plt-2a.s
arm-lib-plt-2b.s
arm-lib-plt32.d 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
arm-lib-plt32.r
arm-lib-plt32.s
arm-lib.d 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
arm-lib.ld ld/ARM: Increase maximum page size to 64kB 2014-07-08 15:00:12 +01:00
arm-lib.r
arm-lib.s
arm-movwt.d
arm-movwt.s
arm-no-rel-plt.ld Set dynamic tag VMA and size from dynamic section when possible 2016-05-13 14:34:45 +09:30
arm-no-rel-plt.r Set dynamic tag VMA and size from dynamic section when possible 2016-05-13 14:34:45 +09:30
arm-pic-veneer.d
arm-pic-veneer.s
arm-rel31.d
arm-rel31.s
arm-rel32.d ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
arm-rel32.s
arm-static-app.d Set dynamic tag VMA and size from dynamic section when possible 2016-05-13 14:34:45 +09:30
arm-static-app.r Set dynamic tag VMA and size from dynamic section when possible 2016-05-13 14:34:45 +09:30
arm-static-app.s
arm-target1-abs.d
arm-target1-rel.d
arm-target1.s
arm-target2-abs.d
arm-target2-got-rel.d
arm-target2-rel.d
arm-target2.s
arm.ld
arm_purecode.ld [ARM] Change noread to purecode. 2016-07-05 11:28:46 +01:00
armthumb-lib.d 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
armthumb-lib.sym [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
armv4-bx.d
armv4-bx.s
attr-merge-2.attr ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 09:55:03 +08:00
attr-merge-2a.s ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 09:55:03 +08:00
attr-merge-2b.s ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 09:55:03 +08:00
attr-merge-3.attr [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-3a.s
attr-merge-3b.s
attr-merge-4.attr ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 09:55:03 +08:00
attr-merge-4a.s ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 09:55:03 +08:00
attr-merge-4b.s ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 09:55:03 +08:00
attr-merge-5.attr
attr-merge-5.s
attr-merge-6.attr ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 09:55:03 +08:00
attr-merge-6a.s ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 09:55:03 +08:00
attr-merge-6b.s ARM: Add support for value 3 of Tag_ABI_VFP_args attribute 2014-12-25 09:55:03 +08:00
attr-merge-7.attr
attr-merge-7a.s
attr-merge-7b.s
attr-merge-8.attr Add support for linking ARMv8-M object files 2015-12-24 17:33:17 +08:00
attr-merge-8a.s Add support for linking ARMv8-M object files 2015-12-24 17:33:17 +08:00
attr-merge-8b.s Add support for linking ARMv8-M object files 2015-12-24 17:33:17 +08:00
attr-merge-9.out Add support for linking ARMv8-M object files 2015-12-24 17:33:17 +08:00
attr-merge-9a.s Add support for linking ARMv8-M object files 2015-12-24 17:33:17 +08:00
attr-merge-9b.s Add support for linking ARMv8-M object files 2015-12-24 17:33:17 +08:00
attr-merge-10-dsp.attr Add support for ARMv8-M Mainline with DSP extension 2016-05-10 15:24:10 +01:00
attr-merge-10.attr Add support for linking ARMv8-M object files 2015-12-24 17:33:17 +08:00
attr-merge-10a.s Add support for linking ARMv8-M object files 2015-12-24 17:33:17 +08:00
attr-merge-10b-dsp.s Add support for ARMv8-M Mainline with DSP extension 2016-05-10 15:24:10 +01:00
attr-merge-10b.s Add support for linking ARMv8-M object files 2015-12-24 17:33:17 +08:00
attr-merge-11.attr [ARM] Add linker support for ARMv8-R 2017-06-24 10:48:08 +01:00
attr-merge-11a.s [ARM] Add linker support for ARMv8-R 2017-06-24 10:48:08 +01:00
attr-merge-11b.s [ARM] Add linker support for ARMv8-R 2017-06-24 10:48:08 +01:00
attr-merge-12.attr [ARM] Add linker support for ARMv8-R 2017-06-24 10:48:08 +01:00
attr-merge-12a.s [ARM] Add linker support for ARMv8-R 2017-06-24 10:48:08 +01:00
attr-merge-12b.s [ARM] Add linker support for ARMv8-R 2017-06-24 10:48:08 +01:00
attr-merge-arch-1.attr
attr-merge-arch-2.attr
attr-merge-arch-2.d Make the linker return an error status if it fails to merge ARM binaries with 2014-09-16 13:08:22 +01:00
attr-merge-arch-2a.s Make the linker return an error status if it fails to merge ARM binaries with 2014-09-16 13:08:22 +01:00
attr-merge-arch-2b.s Make the linker return an error status if it fails to merge ARM binaries with 2014-09-16 13:08:22 +01:00
attr-merge-div-00.d
attr-merge-div-0.s
attr-merge-div-01-m3.d
attr-merge-div-01.d
attr-merge-div-1.s
attr-merge-div-02.d
attr-merge-div-2.s
attr-merge-div-10-m3.d
attr-merge-div-10.d
attr-merge-div-11.d
attr-merge-div-12.d
attr-merge-div-20.d
attr-merge-div-21.d
attr-merge-div-22.d
attr-merge-div-120.d
attr-merge-hardfp-use-1.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-hardfp-use-1a.s [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-hardfp-use-1b.s [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-hardfp-use-2.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-hardfp-use-2a.s [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-hardfp-use-2b.s [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-incompatible.d
attr-merge-incompatiblea.s
attr-merge-incompatibleb.s
attr-merge-nosection-1.d Enable to link ARM object file that hasn't attribute section. 2014-11-20 13:54:27 +08:00
attr-merge-nosection-1a.s Enable to link ARM object file that hasn't attribute section. 2014-11-20 13:54:27 +08:00
attr-merge-nosection-1b.s Enable to link ARM object file that hasn't attribute section. 2014-11-20 13:54:27 +08:00
attr-merge-unknown-1.d
attr-merge-unknown-1.s
attr-merge-unknown-2.d
attr-merge-unknown-2.s
attr-merge-unknown-2r.d
attr-merge-unknown-3.d
attr-merge-vfp-1.d
attr-merge-vfp-1r.d
attr-merge-vfp-2.d
attr-merge-vfp-2.s
attr-merge-vfp-2r.d
attr-merge-vfp-3-d16.s
attr-merge-vfp-3.d * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00:00
attr-merge-vfp-3.s
attr-merge-vfp-3r.d * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00:00
attr-merge-vfp-4-d16.s
attr-merge-vfp-4-sp.s Support ARM Cortex-M7 2014-11-21 11:36:06 +08:00
attr-merge-vfp-4.d * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00:00
attr-merge-vfp-4.s
attr-merge-vfp-4r.d * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00:00
attr-merge-vfp-5-sp.s Support ARM Cortex-M7 2014-11-21 11:36:06 +08:00
attr-merge-vfp-5.d * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00:00
attr-merge-vfp-5.s Support ARM Cortex-M7 2014-11-21 11:36:06 +08:00
attr-merge-vfp-5r.d * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00:00
attr-merge-vfp-6.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-6r.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-7.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-7r.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-8.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-8r.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-9.d Support ARM Cortex-M7 2014-11-21 11:36:06 +08:00
attr-merge-vfp-9r.d Support ARM Cortex-M7 2014-11-21 11:36:06 +08:00
attr-merge-vfp-10.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-10r.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-11.d Support ARM Cortex-M7 2014-11-21 11:36:06 +08:00
attr-merge-vfp-11r.d Support ARM Cortex-M7 2014-11-21 11:36:06 +08:00
attr-merge-vfp-12.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-12r.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-13.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-13r.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-14.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-14r.d [ARM]Update for Tag_ABI_HardFP_use per EABI doc 2015-02-26 14:11:41 +08:00
attr-merge-vfp-armv8-hard.s * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00:00
attr-merge-vfp-armv8.s * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00:00
attr-merge-vfpv3xd.s
attr-merge-wchar-00-nowarn.d
attr-merge-wchar-00.d
attr-merge-wchar-0.s
attr-merge-wchar-02-nowarn.d
attr-merge-wchar-02.d
attr-merge-wchar-2.s
attr-merge-wchar-04-nowarn.d
attr-merge-wchar-04.d
attr-merge-wchar-4.s
attr-merge-wchar-20-nowarn.d
attr-merge-wchar-20.d
attr-merge-wchar-22-nowarn.d
attr-merge-wchar-22.d
attr-merge-wchar-24-nowarn.d
attr-merge-wchar-24.d
attr-merge-wchar-40-nowarn.d
attr-merge-wchar-40.d
attr-merge-wchar-42-nowarn.d
attr-merge-wchar-42.d
attr-merge-wchar-44-nowarn.d
attr-merge-wchar-44.d
attr-merge.attr
attr-merge.s
blank.s
branch-lks-sym.ld PR ld/15302 2013-06-13 12:36:02 +00:00
callweak-2.d
callweak-2.s
callweak.d
callweak.s
cmse-implib-errors.out 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com> 2016-08-04 15:54:57 +01:00
cmse-implib.rd 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com> 2016-08-04 15:54:57 +01:00
cmse-implib.s Add support for stable secure gateway veneers addresses 2016-08-26 11:00:36 +01:00
cmse-implib.type Make import libraries relocatable objects 2017-05-08 15:26:51 +01:00
cmse-new-comeback-implib.rd Add support for stable secure gateway veneers addresses 2016-08-26 11:00:36 +01:00
cmse-new-earlier-later-implib.out Add support for stable secure gateway veneers addresses 2016-08-26 11:00:36 +01:00
cmse-new-implib-no-output.out Add support for stable secure gateway veneers addresses 2016-08-26 11:00:36 +01:00
cmse-new-implib-not-sg-in-implib.out Add support for stable secure gateway veneers addresses 2016-08-26 11:00:36 +01:00
cmse-new-implib.out Add support for stable secure gateway veneers addresses 2016-08-26 11:00:36 +01:00
cmse-new-implib.rd Add support for stable secure gateway veneers addresses 2016-08-26 11:00:36 +01:00
cmse-new-wrong-implib.out Add support for stable secure gateway veneers addresses 2016-08-26 11:00:36 +01:00
cmse-veneers-no-gnu_sgstubs.out 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com> 2016-08-04 15:36:52 +01:00
cmse-veneers-wrong-entryfct.out 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com> 2016-08-04 15:36:52 +01:00
cmse-veneers.d 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com> 2016-08-04 15:36:52 +01:00
cmse-veneers.rd Fix ld --gc-section segfault with ARMv8-M entry function in absolute section 2016-09-14 16:03:43 +01:00
cmse-veneers.s Fix ld --gc-section segfault with ARMv8-M entry function in absolute section 2016-09-14 16:03:43 +01:00
cmse-veneers.sd 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com> 2016-08-04 15:36:52 +01:00
cortex-a8-arm-target.s
cortex-a8-far-1.s
cortex-a8-far-2.s
cortex-a8-far-3.s
cortex-a8-far.d As Alan predicted at https://sourceware.org/ml/binutils/2017-10/msg00137.html the values in some Arm tests need updating after recent changes. These looked a bit spooky at first, but they are just a difference in the order we emit veneers and far jumps, so are not so scary after all. 2017-10-26 11:30:40 +01:00
cortex-a8-fix-b-plt.d 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
cortex-a8-fix-b-plt.s
cortex-a8-fix-b-rel-arm.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-b-rel-thumb.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-b-rel.s
cortex-a8-fix-b.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-b.s
cortex-a8-fix-bcc-plt.d 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
cortex-a8-fix-bcc-plt.s
cortex-a8-fix-bcc-rel-thumb.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-bcc-rel.s
cortex-a8-fix-bcc.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-bcc.s
cortex-a8-fix-bl-plt.d 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
cortex-a8-fix-bl-plt.s
cortex-a8-fix-bl-rel-arm.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-bl-rel-plt.d 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
cortex-a8-fix-bl-rel-thumb.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-bl-rel.s
cortex-a8-fix-bl.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-bl.s
cortex-a8-fix-blx-bcond.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-blx-bcond.s
cortex-a8-fix-blx-plt.d 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
cortex-a8-fix-blx-plt.s
cortex-a8-fix-blx-rel-arm.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-blx-rel-thumb.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-blx-rel.s
cortex-a8-fix-blx.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-blx.s
cortex-a8-fix-hdr.d [ARM]: Don't tail-pad over-aligned functions to the alignment boundary. 2015-04-24 15:54:39 +01:00
cortex-a8-fix-hdr.s
cortex-a8-fix-hdr.t
cortex-a8-fix-plt.ld
cortex-a8-thumb-target.s
data-only-map.d ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
data-only-map.ld
data-only-map.s
discard-unwind.ld
eabi-hard-float.d oops accidentally omitted from previous delta 2012-10-31 08:42:11 +00:00
eabi-hard-float.s oops accidentally omitted from previous delta 2012-10-31 08:42:11 +00:00
eabi-soft-float-ABI4.d oops accidentally omitted from previous delta 2012-10-31 08:42:11 +00:00
eabi-soft-float-r.d oops accidentally omitted from previous delta 2012-10-31 08:42:11 +00:00
eabi-soft-float.d oops accidentally omitted from previous delta 2012-10-31 08:42:11 +00:00
eabi-soft-float.s oops accidentally omitted from previous delta 2012-10-31 08:42:11 +00:00
emit-relocs1-vxworks.d
emit-relocs1.d
emit-relocs1.s
exec-got-1.d
exec-got-1a.s
exec-got-1b.s
export-class.exp Update year range in copyright notice of all files. 2017-01-02 14:08:56 +10:30
farcall-arm-arm-pic-veneer.d
farcall-arm-arm.d
farcall-arm-arm.s
farcall-arm-nacl-pic.d * elf32-arm.c (elf32_arm_stub_long_branch_arm_nacl): New variable. 2013-07-18 11:24:11 +00:00
farcall-arm-nacl.d * elf32-arm.c (elf32_arm_stub_long_branch_arm_nacl): New variable. 2013-07-18 11:24:11 +00:00
farcall-arm-thumb-blx-pic-veneer.d
farcall-arm-thumb-blx.d
farcall-arm-thumb-pic-veneer.d
farcall-arm-thumb.d
farcall-arm-thumb.s
farcall-cond-thumb-arm.d bfd/ChangeLog 2014-08-21 18:00:35 +08:00
farcall-cond-thumb-arm.s bfd/ChangeLog 2014-08-21 18:00:35 +08:00
farcall-data-nacl.d * elf32-arm.c (elf32_arm_stub_long_branch_arm_nacl): New variable. 2013-07-18 11:24:11 +00:00
farcall-data.d
farcall-data.s
farcall-group-limit.d
farcall-group-size2.d As Alan predicted at https://sourceware.org/ml/binutils/2017-10/msg00137.html the values in some Arm tests need updating after recent changes. These looked a bit spooky at first, but they are just a difference in the order we emit veneers and far jumps, so are not so scary after all. 2017-10-26 11:30:40 +01:00
farcall-group.d As Alan predicted at https://sourceware.org/ml/binutils/2017-10/msg00137.html the values in some Arm tests need updating after recent changes. These looked a bit spooky at first, but they are just a difference in the order we emit veneers and far jumps, so are not so scary after all. 2017-10-26 11:30:40 +01:00
farcall-group.s
farcall-group2.s
farcall-group3.s
farcall-group4.s
farcall-mix.d
farcall-mix.s
farcall-mix2.d
farcall-mix2.s
farcall-mixed-app-v5.d dynrelro section for read-only dynamic symbols copied into executable 2016-12-26 13:47:51 +10:30
farcall-mixed-app.d dynrelro section for read-only dynamic symbols copied into executable 2016-12-26 13:47:51 +10:30
farcall-mixed-app.r
farcall-mixed-app.s
farcall-mixed-app.sym ld/ 2012-06-15 15:13:41 +00:00
farcall-mixed-app2.d 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
farcall-mixed-app2.r [ARM] PR ld/20608 Relocation truncated to fit: R_ARM_THM_JUMP24 for relocation to PLT entry 2016-09-28 01:41:00 +02:00
farcall-mixed-app2.s [ARM] PR ld/20608 Relocation truncated to fit: R_ARM_THM_JUMP24 for relocation to PLT entry 2016-09-28 01:41:00 +02:00
farcall-mixed-app2.sym [ARM] PR ld/20608 Relocation truncated to fit: R_ARM_THM_JUMP24 for relocation to PLT entry 2016-09-28 01:41:00 +02:00
farcall-mixed-lib-v4t.d dynrelro section for read-only dynamic symbols copied into executable 2016-12-26 13:47:51 +10:30
farcall-mixed-lib.d dynrelro section for read-only dynamic symbols copied into executable 2016-12-26 13:47:51 +10:30
farcall-mixed-lib.r
farcall-mixed-lib1.s
farcall-mixed-lib2.s
farcall-section.d
farcall-section.s
farcall-thumb-arm-blx-pic-veneer.d
farcall-thumb-arm-blx.d
farcall-thumb-arm-pic-veneer.d
farcall-thumb-arm-short.d
farcall-thumb-arm-short.s
farcall-thumb-arm.d
farcall-thumb-arm.s
farcall-thumb-thumb-blx-pic-veneer.d
farcall-thumb-thumb-blx.d
farcall-thumb-thumb-m-no-profile-a.s Add test for ARMv6-M farcall with no profile info 2015-12-26 10:24:58 +08:00
farcall-thumb-thumb-m-no-profile-b.s Fix Thumb-Thumb farcall v6-M (no profile) test 2016-01-14 18:00:55 +08:00
farcall-thumb-thumb-m-no-profile.d Fix Thumb-Thumb farcall v6-M (no profile) test 2016-01-14 18:00:55 +08:00
farcall-thumb-thumb-m-pic-veneer.d
farcall-thumb-thumb-m.d
farcall-thumb-thumb-pic-veneer.d
farcall-thumb-thumb.d
farcall-thumb-thumb.s
farcall-thumb2-purecode.d [ARM] Purecode compatible long branch veneer for M-profile targets with MOVW. 2016-07-05 11:39:06 +01:00
farcall-thumb2-purecode.s [ARM] Purecode compatible long branch veneer for M-profile targets with MOVW. 2016-07-05 11:39:06 +01:00
farcall-thumb2-thumb2-m.d Add support for Thumb-2 long branch veneers 2016-06-17 18:28:08 +01:00
fix-arm1176-off.d ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
fix-arm1176-on.d ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
fix-arm1176.s
gc-hidden-1.d Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets 2014-03-06 09:46:15 -08:00
gc-thumb-lib.s
gc-thumb.d
gc-thumb.s
gc-unwind.d
gc-unwind.s
gcdfn.s
group-relocs-alu-bad-2.d PR ld/15787 2013-07-31 16:26:02 +00:00
group-relocs-alu-bad-2.s PR ld/15787 2013-07-31 16:26:02 +00:00
group-relocs-alu-bad.d
group-relocs-alu-bad.s
group-relocs-ldc-bad-2.d PR ld/15787 2013-07-31 16:26:02 +00:00
group-relocs-ldc-bad-2.s PR ld/15787 2013-07-31 16:26:02 +00:00
group-relocs-ldc-bad.d
group-relocs-ldc-bad.s
group-relocs-ldr-bad-2.d PR ld/15787 2013-08-14 12:20:41 +00:00
group-relocs-ldr-bad-2.s PR ld/15787 2013-08-14 12:20:41 +00:00
group-relocs-ldr-bad.d PR ld/15787 2013-08-14 12:20:41 +00:00
group-relocs-ldr-bad.s PR ld/15787 2013-08-14 12:20:41 +00:00
group-relocs-ldrs-bad-2.d PR ld/15787 2013-08-14 12:20:41 +00:00
group-relocs-ldrs-bad-2.s PR ld/15787 2013-08-14 12:20:41 +00:00
group-relocs-ldrs-bad.d PR ld/15787 2013-08-14 12:20:41 +00:00
group-relocs-ldrs-bad.s PR ld/15787 2013-08-14 12:20:41 +00:00
group-relocs.d PR ld/15787 2013-07-31 16:26:02 +00:00
group-relocs.s PR ld/15787 2013-07-31 16:26:02 +00:00
hideall.ld
hidfn.s
ifunc-1.dd
ifunc-1.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-1.rd bfd/efl32-arm.c: Fix handling of IRELATIVE relocs. 2013-04-29 09:48:32 +00:00
ifunc-1.s
ifunc-2.dd [ARM] Update ld testcases 2015-04-29 11:04:17 +01:00
ifunc-2.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-2.rd bfd/efl32-arm.c: Fix handling of IRELATIVE relocs. 2013-04-29 09:48:32 +00:00
ifunc-2.s
ifunc-3.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
ifunc-3.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-3.rd readelf ngettext fixes 2017-11-07 17:01:16 +10:30
ifunc-3.s
ifunc-4.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
ifunc-4.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-4.rd [ARM] PR ld/19368: Add missing relocation type class for R_ARM_IRELATIVE 2016-01-08 09:49:03 +00:00
ifunc-4.s
ifunc-5.dd
ifunc-5.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-5.rd bfd/efl32-arm.c: Fix handling of IRELATIVE relocs. 2013-04-29 09:48:32 +00:00
ifunc-5.s
ifunc-6.dd
ifunc-6.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-6.rd bfd/efl32-arm.c: Fix handling of IRELATIVE relocs. 2013-04-29 09:48:32 +00:00
ifunc-6.s
ifunc-7.dd [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
ifunc-7.gd [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
ifunc-7.rd [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
ifunc-7.s [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
ifunc-8.dd [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
ifunc-8.gd [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
ifunc-8.rd [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
ifunc-8.s [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
ifunc-9.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
ifunc-9.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-9.rd readelf ngettext fixes 2017-11-07 17:01:16 +10:30
ifunc-9.s
ifunc-10.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
ifunc-10.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-10.rd [ARM] PR ld/19368: Add missing relocation type class for R_ARM_IRELATIVE 2016-01-08 09:49:03 +00:00
ifunc-10.s
ifunc-11.dd
ifunc-11.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-11.rd
ifunc-11.s
ifunc-12.dd
ifunc-12.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-12.rd [ARM] PR ld/19368: Add missing relocation type class for R_ARM_IRELATIVE 2016-01-08 09:49:03 +00:00
ifunc-12.s
ifunc-13.dd
ifunc-13.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-13.rd [ARM] PR ld/19368: Add missing relocation type class for R_ARM_IRELATIVE 2016-01-08 09:49:03 +00:00
ifunc-13.s
ifunc-14.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
ifunc-14.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-14.rd bfd/elf32-arm.c: Set st_value to zero for undefined symbols 2014-03-20 11:43:33 +00:00
ifunc-14.s
ifunc-15.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
ifunc-15.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-15.rd
ifunc-15.s
ifunc-16.dd
ifunc-16.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-16.rd
ifunc-16.s
ifunc-17.dd ld/testsuite/ld-arm: Fix ifunc-17 failure with arm-eabi. 2013-04-30 13:40:27 +00:00
ifunc-17.gd ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
ifunc-17.rd ld/testsuite/ld-arm: Fix ifunc-17 failure with arm-eabi. 2013-04-30 13:40:27 +00:00
ifunc-17.s bfd/efl32-arm.c: Fix handling of IRELATIVE relocs. 2013-04-29 09:48:32 +00:00
ifunc-dynamic.ld
ifunc-gdesc.r ld/ARM: Increase maximum page size to 64kB 2014-07-08 15:00:12 +01:00
ifunc-gdesc.s ld/ARM: Fix IFUNC and TLS descriptors in the same shared object 2014-06-16 15:51:21 +01:00
ifunc-gdesc.ver ld/ARM: Fix IFUNC and TLS descriptors in the same shared object 2014-06-16 15:51:21 +01:00
ifunc-static.ld
jump-reloc-veneers-cond-long-backward.d Add support for Thumb-2 long branch veneers 2016-06-17 18:28:08 +01:00
jump-reloc-veneers-cond-long.d Add support for Thumb-2 long branch veneers 2016-06-17 18:28:08 +01:00
jump-reloc-veneers-cond-short-backward.d bfd/ChangeLog 2014-08-21 18:00:35 +08:00
jump-reloc-veneers-cond-short.d bfd/ChangeLog 2014-08-21 18:00:35 +08:00
jump-reloc-veneers-cond.s bfd/ChangeLog 2014-08-21 18:00:35 +08:00
jump-reloc-veneers-long.d ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
jump-reloc-veneers-short1.d
jump-reloc-veneers-short2.d
jump-reloc-veneers.s
jump19.d
jump19.s
long-plt-format.d 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
long-plt-format.s This patch adds support for ARM PLT entries that support a full 32-bit offset range. 2014-02-27 14:35:37 +00:00
main.s
mixed-app-v5.d 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
mixed-app.d 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
mixed-app.r
mixed-app.s
mixed-app.sym ld/ 2012-06-15 15:13:41 +00:00
mixed-lib.d 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
mixed-lib.r
mixed-lib.s
mixed-lib.sym ld/ 2012-06-15 15:13:41 +00:00
movw-merge.d
movw-merge.s
movw-shared-1.d
movw-shared-1.s
movw-shared-2.d
movw-shared-2.s
movw-shared-3.d
movw-shared-3.s
movw-shared-4.d
movw-shared-4.s
pcrel-shared.rd Fix PR ld/17277: bogus dynamic relocs and TEXTREL for ARM PC-relative relocs 2014-08-20 10:12:57 -07:00
pcrel-shared.s Fix PR ld/17277: bogus dynamic relocs and TEXTREL for ARM PC-relative relocs 2014-08-20 10:12:57 -07:00
pie-bind-locally-a.s [ARM] Bind defined symbol locally in PIE 2016-11-24 14:01:53 +00:00
pie-bind-locally-b.s [ARM] Bind defined symbol locally in PIE 2016-11-24 14:01:53 +00:00
pie-bind-locally.d [ARM] Bind defined symbol locally in PIE 2016-11-24 14:01:53 +00:00
preempt-app.s
preempt-app.sym ld/ 2012-06-15 15:13:41 +00:00
protected-data.d [ARM] Fix extern protected data handling 2015-07-27 11:45:27 +01:00
protected-data.s [ARM] Fix extern protected data handling 2015-07-27 11:45:27 +01:00
rel32-reject-pie.d [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
rel32-reject-pie.s [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
rel32-reject.d [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
rel32-reject.s [ARM] Reject R_ARM_REL32 when trying to defer it to runtime 2015-01-14 19:11:54 +00:00
reloc-boundaries.d ld/arm: Fix testsuite failures for armeb-linux-eabi 2014-04-23 13:56:49 +01:00
reloc-boundaries.s
rodata-merge-map.ld
rodata-merge-map.sym
rodata-merge-map1.s
rodata-merge-map2.s
rodata-merge-map3.s
script-type.ld
script-type.s
script-type.sym ld/ARM: Fix script-type testsuite failure. 2013-11-14 08:39:59 +00:00
stm32l4xx-cannot-fix-far-ldm.d Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround for a bug in the bus matrix / memory controller for some of the STM32 Cortex-M4 based products (STM32L4xx). 2015-10-27 13:20:33 +00:00
stm32l4xx-cannot-fix-far-ldm.s Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround for a bug in the bus matrix / memory controller for some of the STM32 Cortex-M4 based products (STM32L4xx). 2015-10-27 13:20:33 +00:00
stm32l4xx-cannot-fix-it-block.d Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround for a bug in the bus matrix / memory controller for some of the STM32 Cortex-M4 based products (STM32L4xx). 2015-10-27 13:20:33 +00:00
stm32l4xx-cannot-fix-it-block.s Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround for a bug in the bus matrix / memory controller for some of the STM32 Cortex-M4 based products (STM32L4xx). 2015-10-27 13:20:33 +00:00
stm32l4xx-fix-all.d [ARM/STM32L4XX] PR 20030: --fix-stm32l4xx-629360 fails to create vldm/vpop veneers for double-precision registers 2016-05-09 15:10:37 +02:00
stm32l4xx-fix-all.s Fix spelling in comments in Assembler files (ld) 2016-11-27 15:07:26 +10:30
stm32l4xx-fix-it-block.d Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround for a bug in the bus matrix / memory controller for some of the STM32 Cortex-M4 based products (STM32L4xx). 2015-10-27 13:20:33 +00:00
stm32l4xx-fix-it-block.s Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround for a bug in the bus matrix / memory controller for some of the STM32 Cortex-M4 based products (STM32L4xx). 2015-10-27 13:20:33 +00:00
stm32l4xx-fix-ldm.d Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround for a bug in the bus matrix / memory controller for some of the STM32 Cortex-M4 based products (STM32L4xx). 2015-10-27 13:20:33 +00:00
stm32l4xx-fix-ldm.s Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround for a bug in the bus matrix / memory controller for some of the STM32 Cortex-M4 based products (STM32L4xx). 2015-10-27 13:20:33 +00:00
stm32l4xx-fix-vldm-dp.d [ARM/STM32L4XX] PR 20030: --fix-stm32l4xx-629360 fails to create vldm/vpop veneers for double-precision registers 2016-05-09 15:10:37 +02:00
stm32l4xx-fix-vldm-dp.s [ARM/STM32L4XX] PR 20030: --fix-stm32l4xx-629360 fails to create vldm/vpop veneers for double-precision registers 2016-05-09 15:10:37 +02:00
stm32l4xx-fix-vldm.d Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time workaround for a bug in the bus matrix / memory controller for some of the STM32 Cortex-M4 based products (STM32L4xx). 2015-10-27 13:20:33 +00:00
stm32l4xx-fix-vldm.s [ARM/STM32L4XX] PR 20030: --fix-stm32l4xx-629360 fails to create vldm/vpop veneers for double-precision registers 2016-05-09 15:10:37 +02:00
symbian-seg1.d
symbian-seg1.s
thumb-b-lks-sym.d * elf32-arm.c (arm_type_of_stub): Don't use ST_BRANCH_TO_ARM for 2013-07-18 12:00:26 +00:00
thumb-b-lks-sym.s PR ld/15302 2013-06-13 12:36:02 +00:00
thumb-bl-lks-sym.d * elf32-arm.c (arm_type_of_stub): Don't use ST_BRANCH_TO_ARM for 2013-07-18 12:00:26 +00:00
thumb-bl-lks-sym.s PR ld/15302 2013-06-13 12:36:02 +00:00
thumb-entry.d
thumb-entry.s
thumb-rel32.d
thumb-rel32.s
thumb1-adds-armv7-m.s PR gas/19744: Thumb-1 pcrop relocations don't work on Thumb-2 targets 2016-03-10 17:06:35 +01:00
thumb1-adds.d [ARM] Add support for thumb1 pcrop relocations. 2015-12-16 10:19:51 +01:00
thumb1-adds.s [ARM] Add support for thumb1 pcrop relocations. 2015-12-16 10:19:51 +01:00
thumb1-bl.d
thumb1-bl.s
thumb1-movs-armv7-m.s PR gas/19744: Thumb-1 pcrop relocations don't work on Thumb-2 targets 2016-03-10 17:06:35 +01:00
thumb1-movs.d [ARM] Add support for thumb1 pcrop relocations. 2015-12-16 10:19:51 +01:00
thumb1-movs.s [ARM] Add support for thumb1 pcrop relocations. 2015-12-16 10:19:51 +01:00
thumb2-b-interwork.d
thumb2-b-interwork.s Fix spelling in comments in Assembler files (ld) 2016-11-27 15:07:26 +10:30
thumb2-bl-as-thumb1-bad-noeabi.d
thumb2-bl-as-thumb1-bad.d
thumb2-bl-as-thumb1-bad.s
thumb2-bl-bad-noeabi.d
thumb2-bl-bad.d
thumb2-bl-bad.s
thumb2-bl-blx-interwork.d
thumb2-bl-blx-interwork.s
thumb2-bl-undefweak.d Add support for limited pretty-printing of ARM PLT entries on eabi and nacl targets. 2014-03-27 13:54:03 +00:00
thumb2-bl-undefweak.s
thumb2-bl-undefweak1.d Add support for limited pretty-printing of ARM PLT entries on eabi and nacl targets. 2014-03-27 13:54:03 +00:00
thumb2-bl-undefweak1.s
thumb2-bl.d Fix Thumb-2 BL detection 2016-07-01 16:13:25 +01:00
thumb2-bl.s Fix spelling in comments in Assembler files (ld) 2016-11-27 15:07:26 +10:30
tls-app.d [ARM] PR ld/21402, only override the symbol dynamic decision on undefined weak symbol. 2017-10-10 16:18:07 +01:00
tls-app.r [ARM] PR ld/21402, only override the symbol dynamic decision on undefined weak symbol. 2017-10-10 16:18:07 +01:00
tls-app.s
tls-descrelax-be8.d
tls-descrelax-be8.s
tls-descrelax-be32.d Fix tests when configured for arm-linux and arm-elf 2014-07-10 09:32:56 +01:00
tls-descrelax-be32.s
tls-descrelax-v7.d
tls-descrelax-v7.s
tls-descrelax.d Fix tests when configured for arm-linux and arm-elf 2014-07-10 09:32:56 +01:00
tls-descrelax.s
tls-descseq.d Fix tests when configured for arm-linux and arm-elf 2014-07-10 09:32:56 +01:00
tls-descseq.r
tls-descseq.s
tls-gdesc-got.d Fix tests when configured for arm-linux and arm-elf 2014-07-10 09:32:56 +01:00
tls-gdesc-got.s
tls-gdesc-nlazy.g Modify get_reloc_section for targets that map .got.plt to .got 2015-04-07 23:22:11 +09:30
tls-gdesc-nlazy.s
tls-gdesc.d Fix tests when configured for arm-linux and arm-elf 2014-07-10 09:32:56 +01:00
tls-gdesc.r
tls-gdesc.s
tls-gdierelax.d Fix tests when configured for arm-linux and arm-elf 2014-07-10 09:32:56 +01:00
tls-gdierelax.s
tls-gdierelax2.d Fix tests when configured for arm-linux and arm-elf 2014-07-10 09:32:56 +01:00
tls-gdierelax2.s
tls-gdlerelax.d Fix tests when configured for arm-linux and arm-elf 2014-07-10 09:32:56 +01:00
tls-gdlerelax.s
tls-lib-loc.d 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
tls-lib-loc.r
tls-lib-loc.s
tls-lib.d Fix tests when configured for arm-linux and arm-elf 2014-07-10 09:32:56 +01:00
tls-lib.r
tls-lib.s
tls-local-static.d bfd/ 2013-02-28 10:31:34 +00:00
tls-local-static.s bfd/ 2013-02-28 10:31:34 +00:00
tls-longplt-lib.d Calculate ARM arch attribute after relaxation 2014-11-21 11:54:39 +08:00
tls-longplt-lib.s Calculate ARM arch attribute after relaxation 2014-11-21 11:54:39 +08:00
tls-longplt.d Calculate ARM arch attribute after relaxation 2014-11-21 11:54:39 +08:00
tls-longplt.s Calculate ARM arch attribute after relaxation 2014-11-21 11:54:39 +08:00
tls-mixed.r
tls-mixed.s
tls-thumb1.d Fix tests when configured for arm-linux and arm-elf 2014-07-10 09:32:56 +01:00
tls-thumb1.s
unresolved-1-dyn.d [ARM] PR ld/21402, only override the symbol dynamic decision on undefined weak symbol. 2017-10-10 16:18:07 +01:00
unresolved-1.d
unresolved-1.s
unresolved-2.d PR ld/15787 2013-08-14 12:20:41 +00:00
unresolved-2.s PR ld/15787 2013-08-14 12:20:41 +00:00
unwind-1.d
unwind-1.s
unwind-2.d
unwind-2.s
unwind-3.d
unwind-3.s
unwind-4.d Delete relocations associatesd with deleted exidx entries. 2016-09-23 16:32:04 +01:00
unwind-4.s
unwind-5.d
unwind-5.s
unwind-mix.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
unwind-mix1.s Add cantunwind when unwind info does not match start of section. 2016-01-12 16:35:49 +00:00
unwind-mix2.s Add cantunwind when unwind info does not match start of section. 2016-01-12 16:35:49 +00:00
unwind-rel.d readelf ngettext fixes 2017-11-07 17:01:16 +10:30
unwind-rel1.s ARM: Fix exidx coverage for relocatable builds. 2015-12-22 15:50:13 +00:00
unwind-rel2.s ARM: Fix exidx coverage for relocatable builds. 2015-12-22 15:50:13 +00:00
unwind-rel3.s ARM: Fix exidx coverage for relocatable builds. 2015-12-22 15:50:13 +00:00
use-thumb-lib.s
use-thumb-lib.sym
vfp11-fix-none.d
vfp11-fix-none.s
vfp11-fix-scalar.d
vfp11-fix-scalar.s
vfp11-fix-vector.d
vfp11-fix-vector.s
vxworks1-lib.dd Fix unexpected failures in the linker testsuite for ARM VxWorks targets. 2016-01-21 10:51:25 +00:00
vxworks1-lib.nd
vxworks1-lib.rd Fix unexpected failures in the linker testsuite for ARM VxWorks targets. 2016-01-21 10:51:25 +00:00
vxworks1-lib.s
vxworks1-lib.td
vxworks1-static.d
vxworks1.dd Fix unexpected failures in the linker testsuite for ARM VxWorks targets. 2016-01-21 10:51:25 +00:00
vxworks1.ld Fix unexpected failures in the linker testsuite for ARM VxWorks targets. 2016-01-21 10:51:25 +00:00
vxworks1.rd Fix unexpected failures in the linker testsuite for ARM VxWorks targets. 2016-01-21 10:51:25 +00:00
vxworks1.s
vxworks2-static.sd
vxworks2.s
vxworks2.sd Adjust linker test for arm-vxworks in wake of patch for PR 20815. 2016-11-23 14:57:51 +00:00