mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* 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:
parent
1e8766d7c9
commit
d9a88323fe
@ -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.
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user