mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*
ld/ * testsuite/ld-elf/shared.exp (pr20995-2): XFAIL on aarch64*-*-elf*, another target without RELRO.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2018-03-20 Roland McGrath <mcgrathr@google.com>
|
||||||
|
|
||||||
|
* testsuite/ld-elf/shared.exp (pr20995-2): XFAIL on aarch64*-*-elf*,
|
||||||
|
another target without RELRO.
|
||||||
|
|
||||||
2018-03-20 H.J. Lu <hongjiu.lu@intel.com>
|
2018-03-20 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* testsuite/ld-plugin/pr22983.d: Allow leading underscore as
|
* testsuite/ld-plugin/pr22983.d: Allow leading underscore as
|
||||||
|
@ -418,7 +418,7 @@ run_ld_link_tests [list \
|
|||||||
[list "Build pr20995-2.so" \
|
[list "Build pr20995-2.so" \
|
||||||
"-shared -z relro" "" "$AFLAGS_PIC" \
|
"-shared -z relro" "" "$AFLAGS_PIC" \
|
||||||
{pr20995c.s} {{readelf {-l --wide} pr20995-2so.r}} "pr20995-2.so"] \
|
{pr20995c.s} {{readelf {-l --wide} pr20995-2so.r}} "pr20995-2.so"] \
|
||||||
] "tic6x-*-*" "arm*-*-eabi*" "hppa*64*-*-hpux*"
|
] "tic6x-*-*" "arm*-*-eabi*" "hppa*64*-*-hpux*" "aarch64*-*-elf*"
|
||||||
|
|
||||||
# These targets don't copy dynamic variables into .bss.
|
# These targets don't copy dynamic variables into .bss.
|
||||||
setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*"
|
setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*"
|
||||||
@ -433,7 +433,7 @@ run_ld_link_tests [list \
|
|||||||
# xfail on arm*-*-eabi* is particularly because of no support of GNU_RELRO.
|
# xfail on arm*-*-eabi* is particularly because of no support of GNU_RELRO.
|
||||||
# Please see the link above for details.
|
# Please see the link above for details.
|
||||||
setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*" "arm*-*-eabi*"
|
setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*" "arm*-*-eabi*"
|
||||||
setup_xfail "hppa*64*-*-hpux*"
|
setup_xfail "hppa*64*-*-hpux*" "aarch64*-*-elf*"
|
||||||
run_ld_link_tests [list \
|
run_ld_link_tests [list \
|
||||||
[list \
|
[list \
|
||||||
"pr20995-2" \
|
"pr20995-2" \
|
||||||
|
Reference in New Issue
Block a user