|
|
|
@ -72,10 +72,12 @@ if { ![is_elf_format] || ![istarget "arm*-*-*"] } { |
|
|
|
# nm: Apply nm options on result. Compare with regex (last arg). |
|
|
|
# readelf: Apply readelf options on result. Compare with regex (last arg). |
|
|
|
|
|
|
|
set armelftests_common_1 { |
|
|
|
set armelftests_common { |
|
|
|
{"Group relocations" "-Ttext 0x8000 -Tdata 0x3000000 --section-start alpha=0xeef0 --section-start beta=0xffeef0" "" "" {group-relocs.s} |
|
|
|
{{objdump -dr group-relocs.d}} |
|
|
|
"group-relocs"} |
|
|
|
} |
|
|
|
set tmp { |
|
|
|
{"Indirect cross-library function reference (set-up)" |
|
|
|
"-shared" "" "" {arm-lib-plt-2a.s} |
|
|
|
{} |
|
|
|
@ -84,6 +86,9 @@ set armelftests_common_1 { |
|
|
|
"-shared tmpdir/arm-lib-plt-2a.so" "" "" {arm-lib-plt-2b.s} |
|
|
|
{{objdump -dr arm-lib-plt-2.dd} {readelf --relocs arm-lib-plt-2.rd}} |
|
|
|
"arm-lib-plt-2b.so"} |
|
|
|
} |
|
|
|
if [check_shared_lib_support] { append armelftests_common $tmp } |
|
|
|
set tmp { |
|
|
|
{"Simple static application" "" "" "" {arm-static-app.s} |
|
|
|
{{objdump -fdw arm-static-app.d} {objdump -rw arm-static-app.r}} |
|
|
|
"arm-static-app"} |
|
|
|
@ -105,12 +110,21 @@ set armelftests_common_1 { |
|
|
|
{"arm-rel31" "-static -T arm.ld" "" "" {arm-rel31.s} |
|
|
|
{{objdump -s arm-rel31.d}} |
|
|
|
"arm-rel31"} |
|
|
|
} |
|
|
|
append armelftests_common $tmp |
|
|
|
set tmp { |
|
|
|
{"arm-rel32" "-shared -T arm-dyn.ld --hash-style=sysv" "" "" {arm-rel32.s} |
|
|
|
{{objdump -Rsj.data arm-rel32.d}} |
|
|
|
"arm-rel32"} |
|
|
|
} |
|
|
|
if [check_shared_lib_support] { append armelftests_common $tmp } |
|
|
|
set tmp { |
|
|
|
{"arm-call" "--no-fix-arm1176 -static -T arm.ld" "" "-meabi=4" {arm-call1.s arm-call2.s} |
|
|
|
{{objdump -d arm-call.d}} |
|
|
|
"arm-call"} |
|
|
|
} |
|
|
|
append armelftests_common $tmp |
|
|
|
set tmp { |
|
|
|
{"TLS shared library" "-shared -T arm-lib.ld --hash-style=sysv" "" |
|
|
|
"" {tls-lib.s} |
|
|
|
{{objdump -fdw tls-lib.d} {objdump -Rw tls-lib.r}} |
|
|
|
@ -123,38 +137,53 @@ set armelftests_common_1 { |
|
|
|
"-shared -T arm-dyn.ld --hash-style=sysv" "" "" {tls-gdesc-got.s} |
|
|
|
{{objdump "-fDR -j .got" tls-gdesc-got.d}} |
|
|
|
"tls-lib2-got.so"} |
|
|
|
} |
|
|
|
if [check_shared_lib_support] { append armelftests_common $tmp } |
|
|
|
set tmp { |
|
|
|
{"TLS gnu GD to IE relaxation" |
|
|
|
"-static -T arm-dyn.ld --hash-style=sysv" "" "" {tls-gdierelax.s} |
|
|
|
"-static -T arm-dyn.ld" "" "" {tls-gdierelax.s} |
|
|
|
{{objdump -fdw tls-gdierelax.d}} |
|
|
|
"tls-app-rel-ie"} |
|
|
|
} |
|
|
|
append armelftests_common $tmp |
|
|
|
set tmp { |
|
|
|
{"TLS gnu GD to IE shared relaxation" |
|
|
|
"--no-fix-arm1176 -shared -T arm-dyn.ld --hash-style=sysv" "" |
|
|
|
"" {tls-gdierelax2.s} |
|
|
|
{{objdump -fdw tls-gdierelax2.d}} |
|
|
|
"tls-app-rel-ie2"} |
|
|
|
{"TLS gnu GD to LE relaxation" "-T arm-dyn.ld --hash-style=sysv" "" |
|
|
|
} |
|
|
|
if [check_shared_lib_support] { append armelftests_common $tmp } |
|
|
|
set tmp { |
|
|
|
{"TLS gnu GD to LE relaxation" "-T arm-dyn.ld" "" |
|
|
|
"" {tls-gdlerelax.s} |
|
|
|
{{objdump -fdw tls-gdlerelax.d}} |
|
|
|
"tls-app-rel-le"} |
|
|
|
} |
|
|
|
append armelftests_common $tmp |
|
|
|
set tmp { |
|
|
|
{"TLS mixed models shared lib" |
|
|
|
"-shared -T arm-dyn.ld --hash-style=sysv" "" "" {tls-mixed.s} |
|
|
|
{{objdump -Rw tls-mixed.r}} |
|
|
|
"tls-mixed.so"} |
|
|
|
} |
|
|
|
if [check_shared_lib_support] { append armelftests_common $tmp } |
|
|
|
set tmp { |
|
|
|
{"TLS descseq relaxation" |
|
|
|
"-T arm-dyn.ld --hash-style=sysv" "" "" {tls-descrelax.s} |
|
|
|
"-T arm-dyn.ld" "" "" {tls-descrelax.s} |
|
|
|
{{objdump -fdw tls-descrelax.d}} |
|
|
|
"tls-descrelax"} |
|
|
|
{"TLS descseq relaxation v7" |
|
|
|
"-T arm-dyn.ld --hash-style=sysv" "" "" {tls-descrelax-v7.s} |
|
|
|
"-T arm-dyn.ld" "" "" {tls-descrelax-v7.s} |
|
|
|
{{objdump -fdw tls-descrelax-v7.d}} |
|
|
|
"tls-descrelax-v7"} |
|
|
|
{"TLS descseq relaxation BE8" |
|
|
|
"-T arm-dyn.ld --hash-style=sysv -EB --be8" "" |
|
|
|
"-T arm-dyn.ld -EB --be8" "" |
|
|
|
"-mbig-endian" {tls-descrelax-be8.s} |
|
|
|
{{objdump -fdw tls-descrelax-be8.d}} |
|
|
|
"tls-descrelax-be8"} |
|
|
|
{"TLS descseq relaxation BE32" |
|
|
|
"-T arm-dyn.ld --hash-style=sysv -EB" "" |
|
|
|
"-T arm-dyn.ld -EB" "" |
|
|
|
"-mbig-endian" {tls-descrelax-be32.s} |
|
|
|
{{objdump -fdw tls-descrelax-be32.d}} |
|
|
|
"tls-descrelax-be32"} |
|
|
|
@ -203,14 +232,16 @@ set armelftests_common_1 { |
|
|
|
{{objdump -sj.data gc-unwind.d}} |
|
|
|
"gc-unwind"} |
|
|
|
} |
|
|
|
append armelftests_common $tmp |
|
|
|
|
|
|
|
set armelftests_common_2 { |
|
|
|
set tmp { |
|
|
|
{"script-type" "-static -T script-type.ld" "" "" {script-type.s} |
|
|
|
{{readelf -s script-type.sym}} |
|
|
|
"script-type"} |
|
|
|
} |
|
|
|
if ![istarget "arm*-*-netbsdelf"] { append armelftests_common $tmp } |
|
|
|
|
|
|
|
set armelftests_common_3 { |
|
|
|
set tmp { |
|
|
|
{"callweak" "-static -T arm.ld" "" "" {callweak.s} |
|
|
|
{{objdump -dr callweak.d}} |
|
|
|
"callweak"} |
|
|
|
@ -220,6 +251,9 @@ set armelftests_common_3 { |
|
|
|
{"Data only mapping symbols" "-T data-only-map.ld -Map map" "" "" {data-only-map.s} |
|
|
|
{{objdump -dr data-only-map.d}} |
|
|
|
"data-only-map"} |
|
|
|
} |
|
|
|
append armelftests_common $tmp |
|
|
|
set tmp { |
|
|
|
{"Data only mapping symbols for merged sections" "-T rodata-merge-map.ld" "" "" {rodata-merge-map1.s rodata-merge-map2.s rodata-merge-map3.s} |
|
|
|
{{readelf -s rodata-merge-map.sym}} |
|
|
|
"rodata-merge-map"} |
|
|
|
@ -234,25 +268,40 @@ set armelftests_common_3 { |
|
|
|
{"Simple non-PIC shared library (no PLT check)" "-shared" "" "" {arm-lib.s} |
|
|
|
{{objdump -Rw arm-lib.r}} |
|
|
|
"arm-lib.so"} |
|
|
|
} |
|
|
|
if [check_shared_lib_support] { append armelftests_common $tmp } |
|
|
|
set tmp { |
|
|
|
{"EABI soft-float ET_EXEC ABI flag" "-T arm.ld" "" "-mfloat-abi=soft -meabi=5" {eabi-soft-float.s} |
|
|
|
{{readelf -h eabi-soft-float.d}} |
|
|
|
"eabi-soft-float"} |
|
|
|
{"EABI hard-float ET_EXEC ABI flag" "-T arm.ld" "" "-mfloat-abi=hard -meabi=5" {eabi-hard-float.s} |
|
|
|
{{readelf -h eabi-hard-float.d}} |
|
|
|
"eabi-hard-float"} |
|
|
|
} |
|
|
|
append armelftests_common $tmp |
|
|
|
set tmp { |
|
|
|
{"EABI hard-float ET_DYN ABI flag" "-shared" "" "-mfloat-abi=hard -meabi=5" {eabi-hard-float.s} |
|
|
|
{{readelf -h eabi-hard-float.d}} |
|
|
|
"eabi-hard-float.so"} |
|
|
|
} |
|
|
|
if [check_shared_lib_support] { append armelftests_common $tmp } |
|
|
|
set tmp { |
|
|
|
{"EABI ABI flags wrong ABI version" "-T arm.ld" "" "-mfloat-abi=soft -meabi=4" {eabi-soft-float.s} |
|
|
|
{{readelf -h eabi-soft-float-ABI4.d}} |
|
|
|
"eabi-soft-float-no-flags"} |
|
|
|
{"EABI ABI flags ld -r" "-r" "" "-mfloat-abi=soft -meabi=5" {eabi-soft-float.s} |
|
|
|
{{readelf -h eabi-soft-float-r.d}} |
|
|
|
"eabi-soft-float-r.o"} |
|
|
|
} |
|
|
|
append armelftests_common $tmp |
|
|
|
set tmp { |
|
|
|
{"PC-relative in -shared" "-shared --hash-style=sysv" "" |
|
|
|
"" {pcrel-shared.s} |
|
|
|
{{readelf -dr pcrel-shared.rd}} |
|
|
|
"pcrel-shared.so"} |
|
|
|
} |
|
|
|
if [check_shared_lib_support] { append armelftests_common $tmp } |
|
|
|
set tmp { |
|
|
|
{"MOVS thumb1 relocations" "-static -T arm.ld" "" "" {thumb1-movs.s} |
|
|
|
{{objdump -dw thumb1-movs.d}} |
|
|
|
"thumb1-movs"} |
|
|
|
@ -270,13 +319,9 @@ set armelftests_common_3 { |
|
|
|
{{objdump -dw branch-futures.d}} |
|
|
|
"branch-futures"} |
|
|
|
} |
|
|
|
append armelftests_common $tmp |
|
|
|
|
|
|
|
run_ld_link_tests $armelftests_common_1 |
|
|
|
if { ![istarget "arm*-*-netbsdelf"] } { |
|
|
|
run_ld_link_tests $armelftests_common_2 |
|
|
|
} |
|
|
|
run_ld_link_tests $armelftests_common_3 |
|
|
|
|
|
|
|
run_ld_link_tests $armelftests_common |
|
|
|
|
|
|
|
set armelftests_nonacl { |
|
|
|
{"Thumb-1 BL" "-Ttext 0x1000 --section-start .foo=0x401000" "" "" {thumb1-bl.s} |
|
|
|
@ -291,6 +336,8 @@ set armelftests_nonacl { |
|
|
|
{"jump19" "-static -T arm.ld" "" "" {jump19.s} |
|
|
|
{{objdump -dr jump19.d}} |
|
|
|
"jump19"} |
|
|
|
} |
|
|
|
set tmp { |
|
|
|
{"Thumb and -gc-sections" |
|
|
|
"-shared -T arm-dyn.ld --hash-style=sysv" "" "" {gc-thumb-lib.s} |
|
|
|
{} |
|
|
|
@ -298,7 +345,6 @@ set armelftests_nonacl { |
|
|
|
{"Thumb and -gc-sections" "-pie -T arm.ld -gc-sections tmpdir/gc-thumb-lib.so" "" "" {gc-thumb.s} |
|
|
|
{{readelf --relocs gc-thumb.d}} |
|
|
|
"gc-thumb"} |
|
|
|
|
|
|
|
{"Simple non-PIC shared library" "-shared" "" "" {arm-lib.s} |
|
|
|
{{objdump -fdw arm-lib.d} {objdump -Rw arm-lib.r}} |
|
|
|
"arm-lib.so"} |
|
|
|
@ -308,10 +354,16 @@ set armelftests_nonacl { |
|
|
|
{"Simple dynamic application" "tmpdir/arm-lib.so" "" "" {arm-app.s} |
|
|
|
{{objdump -fdw arm-app.d} {objdump -Rw arm-app.r}} |
|
|
|
"arm-app"} |
|
|
|
} |
|
|
|
if [check_shared_lib_support] { append armelftests_nonacl $tmp } |
|
|
|
set tmp { |
|
|
|
{"Simple static application without .rel.plt in linker script" |
|
|
|
"-T arm-no-rel-plt.ld" "" "" {arm-static-app.s} |
|
|
|
{{objdump -fdw arm-static-app.d} {objdump -rw arm-static-app.r}} |
|
|
|
"arm-static-app-no-rel-plt"} |
|
|
|
} |
|
|
|
append armelftests_nonacl $tmp |
|
|
|
set tmp { |
|
|
|
{"Simple dynamic application without .rel.plt in linker script" |
|
|
|
"tmpdir/arm-lib.so -T arm-no-rel-plt.ld" "" "" {arm-app.s} |
|
|
|
{{readelf -dr arm-no-rel-plt.r}} |
|
|
|
@ -358,6 +410,7 @@ set armelftests_nonacl { |
|
|
|
{{objdump -fdw tls-lib-loc.d} {objdump -Rw tls-lib-loc.r}} |
|
|
|
"tls-lib-loc.so"} |
|
|
|
} |
|
|
|
if [check_shared_lib_support] { append armelftests_nonacl $tmp } |
|
|
|
|
|
|
|
if { ![istarget "arm*-*-nacl*"] } { |
|
|
|
run_ld_link_tests $armelftests_nonacl |
|
|
|
|