aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/arm-elf.exp
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2016-01-14 18:00:24 +0800
committerThomas Preud'homme <thomas.preudhomme@arm.com>2016-01-14 18:00:55 +0800
commit4c4ac9642a973e825d71584b526ee8bbb83fdbd2 (patch)
treedc7f4fd9392208c85600d5d39c800b8ac544a207 /ld/testsuite/ld-arm/arm-elf.exp
parent1b451dda5f8905b26bafafe00423335d4fffe8dd (diff)
downloadbinutils-4c4ac9642a973e825d71584b526ee8bbb83fdbd2.zip
binutils-4c4ac9642a973e825d71584b526ee8bbb83fdbd2.tar.gz
binutils-4c4ac9642a973e825d71584b526ee8bbb83fdbd2.tar.bz2
Fix Thumb-Thumb farcall v6-M (no profile) test
2016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com> ld/ * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)): Set address of .foo section when linking. * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc in .foo section. * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected output to the above changes.
Diffstat (limited to 'ld/testsuite/ld-arm/arm-elf.exp')
-rw-r--r--ld/testsuite/ld-arm/arm-elf.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-arm/arm-elf.exp b/ld/testsuite/ld-arm/arm-elf.exp
index 70ca829..89cec66 100644
--- a/ld/testsuite/ld-arm/arm-elf.exp
+++ b/ld/testsuite/ld-arm/arm-elf.exp
@@ -481,7 +481,7 @@ set armeabitests_nonacl {
{"Thumb-Thumb farcall (PIC veneer)" "-Ttext 0x1000 --section-start .foo=0x2001014 --pic-veneer" "" "-march=armv4t" {farcall-thumb-thumb.s}
{{objdump -d farcall-thumb-thumb-pic-veneer.d}}
"farcall-thumb-thumb-pic-veneer"}
- {"Thumb-Thumb farcall v6-M (no profile)" "-Ttext 0x1000" "" ""
+ {"Thumb-Thumb farcall v6-M (no profile)" "-Ttext 0x1000 --section-start .foo=0x2001014" "" ""
{farcall-thumb-thumb-m-no-profile-a.s farcall-thumb-thumb-m-no-profile-b.s}
{{objdump -d farcall-thumb-thumb-m-no-profile.d}}
"farcall-thumb-thumb-m-no-profile"}