mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
xfail pr20022.d on targets without dynamic relocs in .text
ld-gc/pr20022.d requires support for dynamic relocations in .text section. PR ld/20022 * testsuite/ld-gc/pr20022.d: Skip on targets without dynamic relocations in .text section.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2017-06-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
PR ld/20022
|
||||||
|
* testsuite/ld-gc/pr20022.d: Skip on targets without dynamic
|
||||||
|
relocations in .text section.
|
||||||
|
|
||||||
2017-06-14 H.J. Lu <hongjiu.lu@intel.com>
|
2017-06-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* testsuite/ld-elf/pr21562a.d: Skip on targets with leading char
|
* testsuite/ld-elf/pr21562a.d: Skip on targets with leading char
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
#readelf: -SsW
|
#readelf: -SsW
|
||||||
#target: *-*-linux* *-*-gnu*
|
#target: *-*-linux* *-*-gnu*
|
||||||
#notarget: *-*-*aout *-*-*oldld frv-*-linux* metag-*-linux*
|
#notarget: *-*-*aout *-*-*oldld frv-*-linux* metag-*-linux*
|
||||||
|
#notarget: mips*-*-*
|
||||||
|
# Skip on targets without dynamic relocations in .text section.
|
||||||
|
|
||||||
#...
|
#...
|
||||||
\[[ 0-9]+\] _foo[ \t]+PROGBITS[ \t]+[0-9a-f]+ +[0-9a-f]+ +[0-9a-f]+[ \t]+.*
|
\[[ 0-9]+\] _foo[ \t]+PROGBITS[ \t]+[0-9a-f]+ +[0-9a-f]+ +[0-9a-f]+[ \t]+.*
|
||||||
|
Reference in New Issue
Block a user