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.
This commit is contained in:
Thomas Preud'homme 2016-01-14 18:00:24 +08:00
parent 1b451dda5f
commit 4c4ac9642a
4 changed files with 15 additions and 9 deletions

View File

@ -1,3 +1,12 @@
2016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
* 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.
2016-01-13 Nick Clifton <nickc@redhat.com>
* testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail

View File

@ -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"}

View File

@ -2,7 +2,6 @@
.thumb
.type myfunc, function
.global myfunc
.text
.space 102400000
.section .foo, "xa"
myfunc:
bx lr

View File

@ -14,11 +14,9 @@ Disassembly of section .text:
100e: bc01 pop {r0}
1010: 4760 bx ip
1012: bf00 nop
1014: 061a9019 .word 0x061a9019
\.\.\.
1014: 02001015 .word 0x02001015
00080000 <_stack>:
\.\.\.
Disassembly of section .foo:
061a9018 <myfunc>:
61a9018: 4770 bx lr
02001014 <myfunc>:
2001014: 4770 bx lr