* ld/testsuite/ld-arm/arm-elf.exp (armeabitests): Replace --defsym argument in

jump-reloc-veneers* tests with --section-start .text=0x8000.
This commit is contained in:
Matthew Gretton-Dann 2010-11-25 09:34:43 +00:00
parent 1e8766d7c9
commit d9a88323fe
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2010-11-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* ld-arm/arm-elf.exp (armeabitests): Replace --defsym argument in
jump-reloc-veneers* tests with --section-start .text=0x8000.
2010-11-20 Richard Sandiford <rdsandiford@googlemail.com>
* lib/ld-lib.exp (regexp_diff, simple_diff): Delete.

View File

@ -464,19 +464,19 @@ set armeabitests {
"farcall-data"}
{"R_ARM_THM_JUMP24 Relocation veneers: Short 1"
"-defsym _start=0x8000 --section-start destsect=0x00009000"
"--section-start destsect=0x00009000 --section-start .text=0x8000"
"-march=armv7-a -mthumb"
{jump-reloc-veneers.s}
{{objdump -d jump-reloc-veneers-short1.d}}
"jump-reloc-veneers-short1"}
{"R_ARM_THM_JUMP24 Relocation veneers: Short 2"
"-defsym _start=0x8000 --section-start destsect=0x00900000"
"--section-start destsect=0x00900000 --section-start .text=0x8000"
"-march=armv7-a -mthumb"
{jump-reloc-veneers.s}
{{objdump -d jump-reloc-veneers-short2.d}}
"jump-reloc-veneers-short2"}
{"R_ARM_THM_JUMP24 Relocation veneers: Long"
"-defsym _start=0x8000 --section-start destsect=0x09000000"
"--section-start destsect=0x09000000 --section-start .text=0x8000"
"-march=armv7-a -mthumb"
{jump-reloc-veneers.s}
{{objdump -d jump-reloc-veneers-long.d}}