mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only section.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-07-24 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only
|
||||||
|
section.
|
||||||
|
|
||||||
2007-07-23 Richard Sandiford <richard@codesourcery.com>
|
2007-07-23 Richard Sandiford <richard@codesourcery.com>
|
||||||
|
|
||||||
* ld-elf/weak-dyn-1a.s, ld-elf/weak-dyn-1b.s, ld-elf/weak-dyn-1.ld,
|
* ld-elf/weak-dyn-1a.s, ld-elf/weak-dyn-1b.s, ld-elf/weak-dyn-1.ld,
|
||||||
|
@ -170,12 +170,6 @@ set armelftests {
|
|||||||
{"jump19" "-static -T arm.ld" "" {jump19.s}
|
{"jump19" "-static -T arm.ld" "" {jump19.s}
|
||||||
{{objdump -dr jump19.d}}
|
{{objdump -dr jump19.d}}
|
||||||
"jump19"}
|
"jump19"}
|
||||||
{"EABI attribute merging" "-r" "" {attr-merge.s attr-merge.s}
|
|
||||||
{{readelf -A attr-merge.attr}}
|
|
||||||
"attr-merge"}
|
|
||||||
{"EABI attribute merging 2" "-r" "" {attr-merge-2a.s attr-merge-2b.s}
|
|
||||||
{{readelf -A attr-merge-2.attr}}
|
|
||||||
"attr-merge-2"}
|
|
||||||
{"callweak" "-static -T arm.ld" "" {callweak.s}
|
{"callweak" "-static -T arm.ld" "" {callweak.s}
|
||||||
{{objdump -dr callweak.d}}
|
{{objdump -dr callweak.d}}
|
||||||
"callweak"}
|
"callweak"}
|
||||||
@ -197,6 +191,12 @@ if { ![istarget "arm*-*-*eabi"] } {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set armeabitests {
|
set armeabitests {
|
||||||
|
{"EABI attribute merging" "-r" "" {attr-merge.s attr-merge.s}
|
||||||
|
{{readelf -A attr-merge.attr}}
|
||||||
|
"attr-merge"}
|
||||||
|
{"EABI attribute merging 2" "-r" "" {attr-merge-2a.s attr-merge-2b.s}
|
||||||
|
{{readelf -A attr-merge-2.attr}}
|
||||||
|
"attr-merge-2"}
|
||||||
{"Thumb-2 BL" "-Ttext 0x1000 --section-start .foo=0x1001000" "" {thumb2-bl.s}
|
{"Thumb-2 BL" "-Ttext 0x1000 --section-start .foo=0x1001000" "" {thumb2-bl.s}
|
||||||
{{objdump -dr thumb2-bl.d}}
|
{{objdump -dr thumb2-bl.d}}
|
||||||
"thumb2-bl"}
|
"thumb2-bl"}
|
||||||
|
Reference in New Issue
Block a user