binutils-gdb/ld/testsuite/ld-arm
Alan Modra 2edab91c10 Make assignments to dot keep an empty output section.
An assignment to dot in an output section that allocates space of
course keeps the output section.  Here, I'm changing the behaviour for
assignments that don't allocate space.  The idea is not so much to
allow people to force output of an empty section with ". = .", but
to fix cases where an otherwise empty section has padding added by an
alignment expression that changes with relaxation or .eh_frame
editing.  Such a section might have zero size before relaxation and so
be stripped incorrectly.

ld/
	* ld.texinfo (Output Section Discarding): Mention assigning to dot
	as a way of keeping otherwise empty sections.
	* ldexp.c (is_dot, is_value, is_sym_value, is_dot_ne_0,
	is_dot_plus_0, is_align_conditional): New predicates.
	(exp_fold_tree_1): Set SEC_KEEP when assigning to dot inside an
	output section, except for some special cases.
	* scripttempl/elfmicroblaze.sc: Use canonical form to align at
	end of .heap and .stack.
ld/testsuite/
	* ld-shared/elf-offset.ld: Align end of .bss with canonical form
	of ALIGN that allows an empty .bss to be removed.
	* ld-arm/arm-dyn.ld: Likewise.
	* ld-arm/arm-lib.ld: Likewise.
	* ld-elfvsb/elf-offset.ld: Likewise.
	* ld-mips-elf/mips-dyn.ld: Likewise.
	* ld-mips-elf/mips-lib.ld: Likewise.
	* ld-arm/arm-no-rel-plt.ld: Remove duplicate ALIGN.
	* ld-powerpc/vle-multiseg-1.ld: Remove ALIGN at start of section.
	ALIGN address of section instead.
	* ld-powerpc/vle-multiseg-2.ld: Likewise.
	* ld-powerpc/vle-multiseg-3.ld: Likewise.
	* ld-powerpc/vle-multiseg-4.ld: Likewise.
	* ld-powerpc/vle-multiseg-6.ld: Likewise.
	* ld-scripts/empty-aligned.d: Check section headers not program
	headers.  Remove xfail and notarget.
	* ld-scripts/empty-aligned.t: Use canonical ALIGN for end of .text2.
2014-01-22 11:58:29 +10:30
..
abs-call-1.d 2011-05-31 Paul Brook <paul@codesourcery.com> 2011-05-31 14:07:58 +00:00
abs-call-1.s 2011-05-31 Paul Brook <paul@codesourcery.com> 2011-05-31 14:07:58 +00:00
arch-v6.s 2009-01-19 Andrew Stubbs <ams@codesourcery.com> 2009-01-19 12:20:15 +00:00
arch-v6k.s 2009-01-19 Andrew Stubbs <ams@codesourcery.com> 2009-01-19 12:20:15 +00:00
arch-v6t2.s 2009-01-19 Andrew Stubbs <ams@codesourcery.com> 2009-01-19 12:20:15 +00:00
arm-app-abs32.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
arm-app-abs32.r * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
arm-app-abs32.s
arm-app-movw.s 2008-03-07 Paul Brook <paul@codesourcery.com> 2008-03-08 01:20:39 +00:00
arm-app.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
arm-app.r * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
arm-app.s
arm-be8.d PR 10288 2009-06-30 11:57:05 +00:00
arm-be8.s 2006-05-15 Paul Brook <paul@codesourcery.com> 2006-05-15 19:57:35 +00:00
arm-call.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
arm-call1.s 2011-05-31 Paul Brook <paul@codesourcery.com> 2011-05-31 14:07:58 +00:00
arm-call2.s 2011-05-31 Paul Brook <paul@codesourcery.com> 2011-05-31 14:07:58 +00:00
arm-dyn.ld Make assignments to dot keep an empty output section. 2014-01-22 11:58:29 +10:30
arm-elf.exp PR ld/15787 2013-08-14 12:20:41 +00:00
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 bfd/ 2011-03-14 15:53:33 +00:00
arm-lib-plt-2.rd bfd/ 2011-03-14 15:53:33 +00:00
arm-lib-plt-2a.s bfd/ 2011-03-14 15:53:33 +00:00
arm-lib-plt-2b.s bfd/ 2011-03-14 15:53:33 +00:00
arm-lib-plt32.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
arm-lib-plt32.r
arm-lib-plt32.s
arm-lib.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
arm-lib.ld Make assignments to dot keep an empty output section. 2014-01-22 11:58:29 +10:30
arm-lib.r * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
arm-lib.s
arm-movwt.d PR 10288 2009-06-30 11:57:05 +00:00
arm-movwt.s 2006-05-11 Paul Brook <paul@codesourcery.com> 2006-05-11 15:17:34 +00:00
arm-no-rel-plt.ld Make assignments to dot keep an empty output section. 2014-01-22 11:58:29 +10:30
arm-no-rel-plt.out PR ld/14397 2012-07-26 13:43:24 +00:00
arm-pic-veneer.d PR 10288 2009-06-30 11:57:05 +00:00
arm-pic-veneer.s 2007-03-20 Paul Brook <paul@codesourcery.com> 2007-03-20 20:19:07 +00:00
arm-rel31.d
arm-rel31.s
arm-rel32.d bfd/ 2011-01-17 16:36:43 +00:00
arm-rel32.s bfd/ 2011-01-17 16:36:43 +00:00
arm-static-app.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
arm-static-app.r * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
arm-static-app.s
arm-target1-abs.d
arm-target1-rel.d
arm-target1.s
arm-target2-abs.d gas/ 2009-07-16 13:18:52 +00:00
arm-target2-got-rel.d gas/ 2009-07-16 13:18:52 +00:00
arm-target2-rel.d gas/ 2009-07-16 13:18:52 +00:00
arm-target2.s gas/ 2009-07-16 13:18:52 +00:00
arm.ld 2009-05-05 Paul Brook <paul@codesourcery.com> 2009-05-05 14:18:30 +00:00
armthumb-lib.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
armthumb-lib.sym ld/ 2012-06-15 15:13:41 +00:00
armv4-bx.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
armv4-bx.s 2008-02-20 Paul Brook <paul@codesourcery.com> 2008-02-20 15:17:56 +00:00
attr-merge-2.attr * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-2a.s * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-2b.s * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-3.attr * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-3a.s 2010-05-10 Andrew Stubbs <ams@codesourcery.com> 2010-05-11 17:36:33 +00:00
attr-merge-3b.s 2010-05-10 Andrew Stubbs <ams@codesourcery.com> 2010-05-11 17:36:33 +00:00
attr-merge-4.attr * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-4a.s 2009-01-19 Andrew Stubbs <ams@codesourcery.com> 2009-01-19 12:20:15 +00:00
attr-merge-4b.s 2009-01-19 Andrew Stubbs <ams@codesourcery.com> 2009-01-19 12:20:15 +00:00
attr-merge-5.attr * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-5.s 2009-01-19 Andrew Stubbs <ams@codesourcery.com> 2009-01-19 12:20:15 +00:00
attr-merge-6.attr * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-6a.s * bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for 2010-02-18 10:56:28 +00:00
attr-merge-6b.s * bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for 2010-02-18 10:56:28 +00:00
attr-merge-7.attr * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-7a.s * bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for 2010-02-18 10:56:28 +00:00
attr-merge-7b.s * bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for 2010-02-18 10:56:28 +00:00
attr-merge-arch-1.attr * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-arch-2.attr * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-00.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-0.s * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-01-m3.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-01.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-1.s * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-02.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-2.s * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-10-m3.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-10.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-11.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-12.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-20.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-21.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-22.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-div-120.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-incompatible.d * ld/testsuite/ld-arm/arm-merge-incompatible.d: New test. 2010-03-02 11:40:24 +00:00
attr-merge-incompatiblea.s * ld/testsuite/ld-arm/arm-merge-incompatible.d: New test. 2010-03-02 11:40:24 +00:00
attr-merge-incompatibleb.s * ld/testsuite/ld-arm/arm-merge-incompatible.d: New test. 2010-03-02 11:40:24 +00:00
attr-merge-unknown-1.d * bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for 2010-02-18 10:56:28 +00:00
attr-merge-unknown-1.s * bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for 2010-02-18 10:56:28 +00:00
attr-merge-unknown-2.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-unknown-2.s 2009-01-19 Andrew Stubbs <ams@codesourcery.com> 2009-01-19 12:20:15 +00:00
attr-merge-unknown-2r.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-unknown-3.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-vfp-1.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-vfp-1r.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-vfp-2.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-vfp-2.s 2009-11-02 Paul Brook <paul@codesourcery.com> 2009-11-02 13:44:05 +00:00
attr-merge-vfp-2r.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-vfp-3-d16.s 2009-11-02 Paul Brook <paul@codesourcery.com> 2009-11-02 13:44:05 +00:00
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 2009-11-02 Paul Brook <paul@codesourcery.com> 2009-11-02 13:44:05 +00:00
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 2009-11-02 Paul Brook <paul@codesourcery.com> 2009-11-02 13:44:05 +00: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 2009-11-02 Paul Brook <paul@codesourcery.com> 2009-11-02 13:44:05 +00:00
attr-merge-vfp-4r.d * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00:00
attr-merge-vfp-5.d * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00: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 * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-vfp-6r.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-vfp-7.d * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00:00
attr-merge-vfp-7r.d * bfd/elf32-arm.c (v8): New array. 2012-08-24 07:50:38 +00: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 2010-05-10 Andrew Stubbs <ams@codesourcery.com> 2010-05-11 17:36:33 +00:00
attr-merge-wchar-00-nowarn.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-00.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-0.s bfd: 2008-07-18 20:49:12 +00:00
attr-merge-wchar-02-nowarn.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-02.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-2.s bfd: 2008-07-18 20:49:12 +00:00
attr-merge-wchar-04-nowarn.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-04.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-4.s bfd: 2008-07-18 20:49:12 +00:00
attr-merge-wchar-20-nowarn.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-20.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-22-nowarn.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-22.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-24-nowarn.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-24.d bfd: 2008-07-18 20:49:12 +00:00
attr-merge-wchar-40-nowarn.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-40.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-42-nowarn.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-42.d bfd: 2008-07-18 20:49:12 +00:00
attr-merge-wchar-44-nowarn.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge-wchar-44.d * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge.attr * gas/config/tc-arm.c (aeabi_set_public_attributes): Correct 2012-03-16 14:02:33 +00:00
attr-merge.s bfd: 2007-06-26 13:55:04 +00:00
blank.s 2009-01-19 Andrew Stubbs <ams@codesourcery.com> 2009-01-19 12:20:15 +00:00
branch-lks-sym.ld PR ld/15302 2013-06-13 12:36:02 +00:00
callweak-2.d 2S09-08-21 Daniel Gutson <dgutson@codesourcery.com> 2009-08-21 23:38:07 +00:00
callweak-2.s 2S09-08-21 Daniel Gutson <dgutson@codesourcery.com> 2009-08-21 23:38:07 +00:00
callweak.d 2S09-08-21 Daniel Gutson <dgutson@codesourcery.com> 2009-08-21 23:38:07 +00:00
callweak.s 2S09-08-21 Daniel Gutson <dgutson@codesourcery.com> 2009-08-21 23:38:07 +00:00
cortex-a8-arm-target.s ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-far-1.s bfd/ 2009-08-05 12:36:14 +00:00
cortex-a8-far-2.s bfd/ 2009-08-05 12:36:14 +00:00
cortex-a8-far-3.s 2011-05-31 Paul Brook <paul@codesourcery.com> 2011-05-31 14:07:58 +00:00
cortex-a8-far.d 2010-03-02 Christophe Lyon <christophe.lyon@st.com> 2010-03-02 08:19:54 +00:00
cortex-a8-fix-b-plt.d Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
cortex-a8-fix-b-plt.s bfd/ 2011-05-06 10:21:32 +00:00
cortex-a8-fix-b-rel-arm.d PR 10288 2009-06-30 11:57:05 +00:00
cortex-a8-fix-b-rel-thumb.d ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-b-rel.s ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-b.d ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-b.s ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-bcc-plt.d Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
cortex-a8-fix-bcc-plt.s bfd/ 2011-05-06 10:21:32 +00:00
cortex-a8-fix-bcc-rel-thumb.d ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-bcc-rel.s ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-bcc.d ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-bcc.s ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-bl-plt.d Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
cortex-a8-fix-bl-plt.s bfd/ 2011-05-06 10:21:32 +00:00
cortex-a8-fix-bl-rel-arm.d ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-bl-rel-plt.d Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
cortex-a8-fix-bl-rel-thumb.d ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-bl-rel.s ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-bl.d ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-bl.s ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-blx-bcond.d bfd/ 2010-08-25 12:37:30 +00:00
cortex-a8-fix-blx-bcond.s bfd/ 2010-08-25 12:37:30 +00:00
cortex-a8-fix-blx-plt.d Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
cortex-a8-fix-blx-plt.s bfd/ 2011-05-06 10:21:32 +00:00
cortex-a8-fix-blx-rel-arm.d ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-blx-rel-thumb.d ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-blx-rel.s ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-blx.d ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-blx.s ld/ 2009-05-22 11:58:45 +00:00
cortex-a8-fix-hdr.d bfd/ 2009-08-06 13:05:24 +00:00
cortex-a8-fix-hdr.s bfd/ 2009-08-06 13:05:24 +00:00
cortex-a8-fix-hdr.t bfd/ 2009-08-06 13:05:24 +00:00
cortex-a8-fix-plt.ld bfd/ 2011-05-06 10:21:32 +00:00
cortex-a8-thumb-target.s ld/ 2009-05-22 11:58:45 +00:00
data-only-map.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
data-only-map.ld 2010-02-12 Daniel Gutson <dgutson@codesourcery.com> 2010-02-12 20:52:52 +00:00
data-only-map.s 2010-02-12 Daniel Gutson <dgutson@codesourcery.com> 2010-02-12 20:52:52 +00:00
discard-unwind.ld 2009-05-15 Andrew Stubbs <ams@codesourcery.com> 2009-05-15 00:08:12 +00:00
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 Expect addend as signed 2012-05-17 16:36:22 +00:00
emit-relocs1.d binutils/ 2007-05-21 06:36:01 +00:00
emit-relocs1.s binutils/ 2007-05-21 06:36:01 +00:00
exec-got-1.d bfd/ 2011-03-14 15:52:53 +00:00
exec-got-1a.s bfd/ 2011-03-14 15:52:53 +00:00
exec-got-1b.s bfd/ 2011-03-14 15:52:53 +00:00
export-class.exp ld/testsuite/ 2013-09-04 14:35:13 +00:00
farcall-arm-arm-pic-veneer.d gas/ 2011-06-02 15:32:10 +00:00
farcall-arm-arm.d 2009-02-24 Joseph Myers <joseph@codesourcery.com> 2009-02-24 22:43:10 +00:00
farcall-arm-arm.s bfd/ 2008-05-23 13:53:27 +00:00
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 bfd/ 2009-02-24 22:44:18 +00:00
farcall-arm-thumb-blx.d 2009-02-24 Joseph Myers <joseph@codesourcery.com> 2009-02-24 22:43:10 +00:00
farcall-arm-thumb-pic-veneer.d bfd/ 2009-02-24 22:44:18 +00:00
farcall-arm-thumb.d gas/ 2011-06-02 15:32:10 +00:00
farcall-arm-thumb.s bfd/ 2008-05-15 17:00:15 +00: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 bfd/ 2009-12-09 21:42:00 +00:00
farcall-data.s bfd/ 2009-12-09 21:42:00 +00:00
farcall-group-limit.d 09-03-05 Christophe Lyon <christophe.lyon@st.com> 2009-03-06 08:57:58 +00:00
farcall-group-size2.d gas/ 2011-06-02 15:32:10 +00:00
farcall-group.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
farcall-group.s Add more farcall tests 2008-05-23 14:16:16 +00:00
farcall-group2.s bfd/ 2008-08-26 11:46:41 +00:00
farcall-group3.s 09-03-05 Christophe Lyon <christophe.lyon@st.com> 2009-03-06 08:57:58 +00:00
farcall-group4.s 2011-05-31 Paul Brook <paul@codesourcery.com> 2011-05-31 14:07:58 +00:00
farcall-mix.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
farcall-mix.s Add more farcall tests 2008-05-23 14:16:16 +00:00
farcall-mix2.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
farcall-mix2.s Add more farcall tests 2008-05-23 14:16:16 +00:00
farcall-mixed-app-v5.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
farcall-mixed-app.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
farcall-mixed-app.r 2009-03-05 Christophe Lyon <christophe.lyon@st.com> 2009-03-05 17:28:21 +00:00
farcall-mixed-app.s 2009-06-22 Christophe Lyon <christophe.lyon@st.com> 2009-06-22 10:55:33 +00:00
farcall-mixed-app.sym ld/ 2012-06-15 15:13:41 +00:00
farcall-mixed-lib-v4t.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
farcall-mixed-lib.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
farcall-mixed-lib.r 2009-03-05 Christophe Lyon <christophe.lyon@st.com> 2009-03-05 17:28:21 +00:00
farcall-mixed-lib1.s 2010-03-02 Christophe Lyon <christophe.lyon@st.com> 2010-03-02 08:19:54 +00:00
farcall-mixed-lib2.s 2010-03-02 Christophe Lyon <christophe.lyon@st.com> 2010-03-02 08:19:54 +00:00
farcall-section.d Add more farcall tests 2008-05-23 14:16:16 +00:00
farcall-section.s Add more farcall tests 2008-05-23 14:16:16 +00:00
farcall-thumb-arm-blx-pic-veneer.d gas/ 2011-06-02 15:32:10 +00:00
farcall-thumb-arm-blx.d 2010-03-02 Christophe Lyon <christophe.lyon@st.com> 2010-03-02 08:19:54 +00:00
farcall-thumb-arm-pic-veneer.d gas/ 2011-06-02 15:32:10 +00:00
farcall-thumb-arm-short.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
farcall-thumb-arm-short.s bfd/ 2008-08-26 11:46:41 +00:00
farcall-thumb-arm.d 2010-03-02 Christophe Lyon <christophe.lyon@st.com> 2010-03-02 08:19:54 +00:00
farcall-thumb-arm.s 2010-03-02 Christophe Lyon <christophe.lyon@st.com> 2010-03-02 08:19:54 +00:00
farcall-thumb-thumb-blx-pic-veneer.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
farcall-thumb-thumb-blx.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
farcall-thumb-thumb-m-pic-veneer.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
farcall-thumb-thumb-m.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
farcall-thumb-thumb-pic-veneer.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
farcall-thumb-thumb.d gas/ 2011-06-02 15:32:10 +00:00
farcall-thumb-thumb.s bfd/ 2008-05-15 17:00:15 +00:00
fix-arm1176-off.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
fix-arm1176-on.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
fix-arm1176.s * bfd/bfd-in.h (bfd_elf32_arm_set_target_relocs): Update prototype. 2011-08-09 13:10:44 +00:00
gc-hidden-1.d gas/testsuite/ChangeLog: 2013-03-15 17:55:03 +00:00
gc-thumb-lib.s bfd/ 2011-01-17 16:36:15 +00:00
gc-thumb.d bfd/ 2011-01-17 16:36:15 +00:00
gc-thumb.s bfd/ 2011-01-17 16:36:15 +00:00
gc-unwind.d 2007-02-22 Paul Brook <paul@codesourcery.com> 2007-02-22 17:03:59 +00:00
gc-unwind.s 2007-02-22 Paul Brook <paul@codesourcery.com> 2007-02-22 17:03:59 +00:00
gcdfn.s PR ld/13990 2012-04-24 16:14:31 +00:00
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 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2} 2006-06-15 11:03:02 +00:00
group-relocs-alu-bad.s * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2} 2006-06-15 11:03:02 +00:00
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 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2} 2006-06-15 11:03:02 +00:00
group-relocs-ldc-bad.s * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2} 2006-06-15 11:03:02 +00:00
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 PR ld/13990 2012-04-24 16:14:31 +00:00
hidfn.s PR ld/13990 2012-04-24 16:14:31 +00:00
ifunc-1.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-1.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-1.rd bfd/efl32-arm.c: Fix handling of IRELATIVE relocs. 2013-04-29 09:48:32 +00:00
ifunc-1.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-2.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-2.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-2.rd bfd/efl32-arm.c: Fix handling of IRELATIVE relocs. 2013-04-29 09:48:32 +00:00
ifunc-2.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-3.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-3.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-3.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-3.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-4.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-4.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-4.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-4.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-5.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-5.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-5.rd bfd/efl32-arm.c: Fix handling of IRELATIVE relocs. 2013-04-29 09:48:32 +00:00
ifunc-5.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-6.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-6.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-6.rd bfd/efl32-arm.c: Fix handling of IRELATIVE relocs. 2013-04-29 09:48:32 +00:00
ifunc-6.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-7.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-7.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-7.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-7.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-8.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-8.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-8.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-8.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-9.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-9.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-9.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-9.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-10.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-10.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-10.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-10.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-11.dd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-11.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-11.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-11.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-12.dd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-12.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-12.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-12.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-13.dd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-13.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-13.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-13.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-14.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-14.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-14.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-14.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-15.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-15.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-15.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-15.s include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-16.dd Jie Zhang <jie@codesourcery.com> 2011-10-18 14:41:55 +00:00
ifunc-16.gd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-16.rd include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-16.s include/elf/ 2011-03-14 16:04:16 +00:00
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/testsuite/ld-arm: Fix ifunc-17 failure with arm-eabi. 2013-04-30 13:40:27 +00: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 include/elf/ 2011-03-14 16:04:16 +00:00
ifunc-static.ld include/elf/ 2011-03-14 16:04:16 +00:00
jump-reloc-veneers-long.d gas/ 2011-06-02 15:32:10 +00:00
jump-reloc-veneers-short1.d 2010-02-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 2010-02-16 19:02:59 +00:00
jump-reloc-veneers-short2.d 2010-02-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> 2010-02-16 19:02:59 +00:00
jump-reloc-veneers.s * ld/testsuite/ld-arm/jump-reloc-veneers.s: Update for changes to assembler output. 2011-11-09 17:01:38 +00:00
jump19.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
jump19.s bfd/ 2007-05-15 09:54:09 +00:00
main.s PR ld/13990 2012-04-24 16:14:31 +00:00
mixed-app-v5.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
mixed-app.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
mixed-app.r
mixed-app.s
mixed-app.sym ld/ 2012-06-15 15:13:41 +00:00
mixed-lib.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
mixed-lib.r
mixed-lib.s
mixed-lib.sym ld/ 2012-06-15 15:13:41 +00:00
movw-merge.d PR 10288 2009-06-30 11:57:05 +00:00
movw-merge.s 2008-03-07 Paul Brook <paul@codesourcery.com> 2008-03-08 01:20:39 +00:00
movw-shared-1.d bfd: 2009-04-30 00:01:11 +00:00
movw-shared-1.s bfd: 2009-04-30 00:01:11 +00:00
movw-shared-2.d bfd: 2009-04-30 00:01:11 +00:00
movw-shared-2.s bfd: 2009-04-30 00:01:11 +00:00
movw-shared-3.d bfd: 2009-04-30 00:01:11 +00:00
movw-shared-3.s bfd: 2009-04-30 00:01:11 +00:00
movw-shared-4.d bfd: 2009-04-30 00:01:11 +00:00
movw-shared-4.s bfd: 2009-04-30 00:01:11 +00:00
preempt-app.s 2007-04-17 Paul Brook <paul@codesourcery.com> 2007-04-17 20:09:52 +00:00
preempt-app.sym ld/ 2012-06-15 15:13:41 +00:00
reloc-boundaries.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
reloc-boundaries.s bfd/ 2009-12-28 18:55:16 +00:00
rodata-merge-map.ld 2011-09-01 Christophe Lyon <christophe.lyon@st.com> 2011-09-01 14:10:40 +00:00
rodata-merge-map.sym 2011-09-01 Christophe Lyon <christophe.lyon@st.com> 2011-09-01 14:10:40 +00:00
rodata-merge-map1.s 2011-09-01 Christophe Lyon <christophe.lyon@st.com> 2011-09-01 14:10:40 +00:00
rodata-merge-map2.s 2011-09-01 Christophe Lyon <christophe.lyon@st.com> 2011-09-01 14:10:40 +00:00
rodata-merge-map3.s 2011-09-01 Christophe Lyon <christophe.lyon@st.com> 2011-09-01 14:10:40 +00:00
script-type.ld * ld/testsuite/ld-arm/script-type.ld: Update to generate symbols in a section. 2010-09-20 16:26:53 +00:00
script-type.s 2009-11-23 Paul Brook <paul@codesourcery.com> 2009-11-23 14:41:33 +00:00
script-type.sym ld/ARM: Fix script-type testsuite failure. 2013-11-14 08:39:59 +00:00
symbian-seg1.d * elf.c (_bfd_elf_get_dynamic_reloc_upper_bound) 2008-04-29 11:53:45 +00:00
symbian-seg1.s * elf.c (_bfd_elf_get_dynamic_reloc_upper_bound) 2008-04-29 11:53:45 +00:00
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 2006-05-02 Paul Brook <paul@codesourcery.com> 2006-05-02 13:09:18 +00:00
thumb-rel32.s 2006-05-02 Paul Brook <paul@codesourcery.com> 2006-05-02 13:09:18 +00:00
thumb1-bl.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
thumb1-bl.s bfd/ 2006-10-17 15:46:21 +00:00
thumb2-b-interwork.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
thumb2-b-interwork.s 2008-03-08 Paul Brook <paul@codesourcery.com> 2008-03-08 14:58:14 +00:00
thumb2-bl-as-thumb1-bad-noeabi.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
thumb2-bl-as-thumb1-bad.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
thumb2-bl-as-thumb1-bad.s 2009-02-23 Christophe Lyon <christophe.lyon@st.com> 2009-02-23 10:03:47 +00:00
thumb2-bl-bad-noeabi.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
thumb2-bl-bad.d * gas/testsuite/gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs. 2010-06-07 10:43:52 +00:00
thumb2-bl-bad.s bfd/ 2008-05-15 17:00:15 +00:00
thumb2-bl-blx-interwork.d ld/testsuite/ 2009-05-01 13:49:19 +00:00
thumb2-bl-blx-interwork.s ld/testsuite/ 2009-05-01 13:49:19 +00:00
thumb2-bl-undefweak.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
thumb2-bl-undefweak.s bfd: 2008-11-25 15:53:27 +00:00
thumb2-bl-undefweak1.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
thumb2-bl-undefweak1.s 2009-04-15 Christophe Lyon <christophe.lyon@st.com> 2009-04-15 13:49:54 +00:00
thumb2-bl.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
thumb2-bl.s bfd/ 2006-10-17 15:46:21 +00:00
tls-app.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-app.r * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
tls-app.s
tls-descrelax-be8.d bfd/ 2011-01-10 08:40:19 +00:00
tls-descrelax-be8.s bfd/ 2011-01-10 08:40:19 +00:00
tls-descrelax-be32.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-descrelax-be32.s bfd/ 2011-01-10 08:40:19 +00:00
tls-descrelax-v7.d bfd/ 2011-01-10 08:40:19 +00:00
tls-descrelax-v7.s bfd/ 2011-01-10 08:40:19 +00:00
tls-descrelax.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-descrelax.s bfd/ 2011-01-10 08:40:19 +00:00
tls-descseq.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-descseq.r bfd/ 2011-01-10 08:40:19 +00:00
tls-descseq.s bfd/ 2011-01-10 08:40:19 +00:00
tls-gdesc-got.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-gdesc-got.s bfd/ 2011-01-10 08:40:19 +00:00
tls-gdesc-nlazy.g bfd/ 2011-01-10 08:40:19 +00:00
tls-gdesc-nlazy.s bfd/ 2011-01-10 08:40:19 +00:00
tls-gdesc.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-gdesc.r bfd/ 2011-01-10 08:40:19 +00:00
tls-gdesc.s bfd/ 2011-01-10 08:40:19 +00:00
tls-gdierelax.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-gdierelax.s bfd/ 2011-01-10 08:40:19 +00:00
tls-gdierelax2.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-gdierelax2.s bfd/ 2011-01-10 08:40:19 +00:00
tls-gdlerelax.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-gdlerelax.s bfd/ 2011-01-10 08:40:19 +00:00
tls-lib-loc.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-lib-loc.r bfd/ 2011-01-10 08:40:19 +00:00
tls-lib-loc.s bfd/ 2011-01-10 08:40:19 +00:00
tls-lib.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-lib.r * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
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 gas/ 2011-06-02 15:32:10 +00:00
tls-longplt-lib.s bfd/ 2011-01-10 08:40:19 +00:00
tls-longplt.d 2011-05-31 Paul Brook <paul@codesourcery.com> 2011-05-31 13:37:27 +00:00
tls-longplt.s bfd/ 2011-01-10 08:40:19 +00:00
tls-mixed.r * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
tls-mixed.s bfd/ 2011-01-10 08:40:19 +00:00
tls-thumb1.d * ld-arm/arm-app-abs32.d; Update expected disassembly in line with 2012-06-13 14:15:59 +00:00
tls-thumb1.s bfd/ 2011-01-10 08:40:19 +00:00
unresolved-1-dyn.d bfd/ 2011-03-14 15:52:53 +00:00
unresolved-1.d bfd/ 2011-03-14 15:52:53 +00:00
unresolved-1.s bfd/ 2011-03-14 15:52:53 +00:00
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 2009-05-05 Paul Brook <paul@codesourcery.com> 2009-05-05 14:18:30 +00:00
unwind-1.s 2009-05-05 Paul Brook <paul@codesourcery.com> 2009-05-05 14:18:30 +00:00
unwind-2.d 2009-05-05 Paul Brook <paul@codesourcery.com> 2009-05-05 14:18:30 +00:00
unwind-2.s 2009-05-05 Paul Brook <paul@codesourcery.com> 2009-05-05 14:18:30 +00:00
unwind-3.d 2009-05-05 Paul Brook <paul@codesourcery.com> 2009-05-05 14:18:30 +00:00
unwind-3.s 2009-05-05 Paul Brook <paul@codesourcery.com> 2009-05-05 14:18:30 +00:00
unwind-4.d 2009-05-05 Paul Brook <paul@codesourcery.com> 2009-05-05 14:18:30 +00:00
unwind-4.s 2009-05-05 Paul Brook <paul@codesourcery.com> 2009-05-05 14:18:30 +00:00
unwind-5.d 2009-05-15 Andrew Stubbs <ams@codesourcery.com> 2009-05-15 00:08:12 +00:00
unwind-5.s 2009-05-15 Andrew Stubbs <ams@codesourcery.com> 2009-05-15 00:08:12 +00:00
use-thumb-lib.s 2006-06-19 Vladimir Prus <vladimir@codesourcery.com> 2006-06-20 13:55:08 +00:00
use-thumb-lib.sym Tolerate some whitespace differences in readelf output. 2009-09-23 03:12:28 +00:00
vfp11-fix-none.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
vfp11-fix-none.s * ld-arm/arm-elf.exp: Add VFP11 tests. 2007-01-29 16:27:34 +00:00
vfp11-fix-scalar.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
vfp11-fix-scalar.s * ld-arm/arm-elf.exp: Add VFP11 tests. 2007-01-29 16:27:34 +00:00
vfp11-fix-vector.d * elf32-arm.c (elf32_arm_nacl_plt0_entry, elf32_arm_nacl_plt_entry): 2012-04-12 13:01:15 +00:00
vfp11-fix-vector.s * ld-arm/arm-elf.exp: Add VFP11 tests. 2007-01-29 16:27:34 +00:00
vxworks1-lib.dd bfd/ 2007-05-10 17:00:03 +00:00
vxworks1-lib.nd
vxworks1-lib.rd ld/testsuite/ 2007-05-15 12:22:34 +00:00
vxworks1-lib.s
vxworks1-lib.td ld/testsuite/ 2007-05-15 12:22:34 +00:00
vxworks1-static.d
vxworks1.dd binutils/ 2007-05-21 06:36:01 +00:00
vxworks1.ld ld/testsuite/ 2007-05-15 12:22:34 +00:00
vxworks1.rd
vxworks1.s
vxworks2-static.sd
vxworks2.s
vxworks2.sd