mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* ld-arm/arm-elf.exp (armelftests_common): Move cases using
mixed-lib.so to ... (armelftests_nonacl): ... here.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2012-04-13 Roland McGrath <mcgrathr@google.com>
|
||||||
|
|
||||||
|
* ld-arm/arm-elf.exp (armelftests_common): Move cases using
|
||||||
|
mixed-lib.so to ...
|
||||||
|
(armelftests_nonacl): ... here.
|
||||||
|
|
||||||
2012-04-12 Roland McGrath <mcgrathr@google.com>
|
2012-04-12 Roland McGrath <mcgrathr@google.com>
|
||||||
|
|
||||||
* ld-arm/arm-elf.exp (armelftests): Split out into ...
|
* ld-arm/arm-elf.exp (armelftests): Split out into ...
|
||||||
|
@ -154,9 +154,6 @@ set armelftests_common {
|
|||||||
{"BE8 Mapping Symbols" "-static -T arm.ld -EB --be8" "-EB" {arm-be8.s}
|
{"BE8 Mapping Symbols" "-static -T arm.ld -EB --be8" "-EB" {arm-be8.s}
|
||||||
{{objdump -d arm-be8.d}}
|
{{objdump -d arm-be8.d}}
|
||||||
"arm-be8"}
|
"arm-be8"}
|
||||||
{"Using Thumb lib by another lib" "-shared tmpdir/mixed-lib.so" "" {use-thumb-lib.s}
|
|
||||||
{{readelf -Ds use-thumb-lib.sym}}
|
|
||||||
"use-thumb-lib.so"}
|
|
||||||
{"VFP11 denorm erratum fix, scalar operation"
|
{"VFP11 denorm erratum fix, scalar operation"
|
||||||
"-EL --vfp11-denorm-fix=scalar -Ttext=0x8000" "-EL -mfpu=vfpxd" {vfp11-fix-scalar.s}
|
"-EL --vfp11-denorm-fix=scalar -Ttext=0x8000" "-EL -mfpu=vfpxd" {vfp11-fix-scalar.s}
|
||||||
{{objdump -dr vfp11-fix-scalar.d}}
|
{{objdump -dr vfp11-fix-scalar.d}}
|
||||||
@ -239,10 +236,6 @@ set armelftests_common {
|
|||||||
{"arm-pic-veneer" "-static -T arm.ld --pic-veneer" "" {arm-pic-veneer.s}
|
{"arm-pic-veneer" "-static -T arm.ld --pic-veneer" "" {arm-pic-veneer.s}
|
||||||
{{objdump -d arm-pic-veneer.d}}
|
{{objdump -d arm-pic-veneer.d}}
|
||||||
"arm-pic-veneer"}
|
"arm-pic-veneer"}
|
||||||
{"Preempt Thumb symbol" "tmpdir/mixed-lib.so -T arm-dyn.ld --use-blx" ""
|
|
||||||
{preempt-app.s}
|
|
||||||
{{readelf -Ds preempt-app.sym}}
|
|
||||||
"preempt-app"}
|
|
||||||
{"jump19" "-static -T arm.ld" "" {jump19.s}
|
{"jump19" "-static -T arm.ld" "" {jump19.s}
|
||||||
{{objdump -dr jump19.d}}
|
{{objdump -dr jump19.d}}
|
||||||
"jump19"}
|
"jump19"}
|
||||||
@ -309,6 +302,13 @@ set armelftests_nonacl {
|
|||||||
{{objdump -fdw mixed-app-v5.d} {objdump -Rw mixed-app.r}
|
{{objdump -fdw mixed-app-v5.d} {objdump -Rw mixed-app.r}
|
||||||
{readelf -Ds mixed-app.sym}}
|
{readelf -Ds mixed-app.sym}}
|
||||||
"mixed-app-v5"}
|
"mixed-app-v5"}
|
||||||
|
{"Using Thumb lib by another lib" "-shared tmpdir/mixed-lib.so" "" {use-thumb-lib.s}
|
||||||
|
{{readelf -Ds use-thumb-lib.sym}}
|
||||||
|
"use-thumb-lib.so"}
|
||||||
|
{"Preempt Thumb symbol" "tmpdir/mixed-lib.so -T arm-dyn.ld --use-blx" ""
|
||||||
|
{preempt-app.s}
|
||||||
|
{{readelf -Ds preempt-app.sym}}
|
||||||
|
"preempt-app"}
|
||||||
{"TLS gnu shared library inlined trampoline" "--no-fix-arm1176 -shared -T arm-dyn.ld" "" {tls-descseq.s}
|
{"TLS gnu shared library inlined trampoline" "--no-fix-arm1176 -shared -T arm-dyn.ld" "" {tls-descseq.s}
|
||||||
{{objdump -fdw tls-descseq.d} {objdump -Rw tls-descseq.r}}
|
{{objdump -fdw tls-descseq.d} {objdump -Rw tls-descseq.r}}
|
||||||
"tls-lib2inline.so"}
|
"tls-lib2inline.so"}
|
||||||
|
Reference in New Issue
Block a user