mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:01:59 +08:00
[ld, testsuite] XFAIL "pr20995-2", "Build pr20995-2.so" on arm*-*-eabi*
ld/ * testsuite/ld-elf/elf.exp ("pr20995-2", "Build pr20995-2.so"): XFAIL on arm*-*-eabi*. Some technical discussions about the reason of this XFAIL are available at https://sourceware.org/ml/binutils/2017-01/msg00441.html
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2017-01-27 Jiong Wang <jiong.wang@arm.com>
|
||||||
|
|
||||||
|
* testsuite/ld-elf/elf.exp ("pr20995-2", "Build pr20995-2.so"): XFAIL on
|
||||||
|
arm*-*-eabi*.
|
||||||
|
|
||||||
2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
|
2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
|
||||||
Nick Clifton <nickc@redhat.com>
|
Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
@ -142,6 +142,10 @@ if { [check_shared_lib_support] } then {
|
|||||||
{pr20995b.s} {} "pr20995.so"}
|
{pr20995b.s} {} "pr20995.so"}
|
||||||
}
|
}
|
||||||
setup_xfail "tic6x-*-*"
|
setup_xfail "tic6x-*-*"
|
||||||
|
# xfail on arm*-*-eabi*. The list can be enlarged to those targets that
|
||||||
|
# don't support GNU_RELRO. For more details, please see discussions at:
|
||||||
|
# https://sourceware.org/ml/binutils/2017-01/msg00441.html
|
||||||
|
setup_xfail "arm*-*-eabi*"
|
||||||
run_ld_link_tests {
|
run_ld_link_tests {
|
||||||
{"Build pr20995-2.so"
|
{"Build pr20995-2.so"
|
||||||
"-shared -z relro" "" ""
|
"-shared -z relro" "" ""
|
||||||
@ -154,7 +158,9 @@ if { [check_shared_lib_support] } then {
|
|||||||
"pr20995" \
|
"pr20995" \
|
||||||
"" "tmpdir/pr20995.so" "$AFLAGS_NONPIC" \
|
"" "tmpdir/pr20995.so" "$AFLAGS_NONPIC" \
|
||||||
{pr20995a.s} {{readelf {-S --wide} pr20995.r}} "pr20995"]]
|
{pr20995a.s} {{readelf {-S --wide} pr20995.r}} "pr20995"]]
|
||||||
setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*"
|
# xfail on arm*-*-eabi* is particularly because of no support of GNU_RELRO.
|
||||||
|
# Please see the link above for details.
|
||||||
|
setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*" "arm*-*-eabi*"
|
||||||
run_ld_link_tests [list \
|
run_ld_link_tests [list \
|
||||||
[list \
|
[list \
|
||||||
"pr20995-2" \
|
"pr20995-2" \
|
||||||
|
Reference in New Issue
Block a user