mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Fix pr20528 testsuite
PR ld/20528 * testsuite/ld-elf/pr20528a.d: xfail generic elf targets. Allow multiple .text sections for hppa-linux. * testsuite/ld-elf/pr20528b.d: Likewise.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2016-09-30 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
PR ld/20528
|
||||||
|
* testsuite/ld-elf/pr20528a.d: xfail generic elf targets. Allow
|
||||||
|
multiple .text sections for hppa-linux.
|
||||||
|
* testsuite/ld-elf/pr20528b.d: Likewise.
|
||||||
|
|
||||||
2016-09-30 Alan Modra <amodra@gmail.com>
|
2016-09-30 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* ldmain.c (default_bfd_error_handler): New function pointer.
|
* ldmain.c (default_bfd_error_handler): New function pointer.
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
#source: pr20528b.s
|
#source: pr20528b.s
|
||||||
#ld: -r
|
#ld: -r
|
||||||
#readelf: -S --wide
|
#readelf: -S --wide
|
||||||
|
#xfail: d30v-*-* dlx-*-* fr30-*-* frv-*-elf ft32-*-* i860-*-* i960-*-*
|
||||||
|
#xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
|
||||||
|
|
||||||
#...
|
#...
|
||||||
[ ]*\[.*\][ ]+\.text.startup[ ]+PROGBITS.*[ ]+AX[ ]+.*
|
[ ]*\[.*\][ ]+\.text.startup[ ]+PROGBITS.*[ ]+AX[ ]+.*
|
||||||
|
#...
|
||||||
[ ]*\[.*\][ ]+\.text.startup[ ]+PROGBITS.*[ ]+AXE[ ]+.*
|
[ ]*\[.*\][ ]+\.text.startup[ ]+PROGBITS.*[ ]+AXE[ ]+.*
|
||||||
#pass
|
#pass
|
||||||
|
@ -2,8 +2,11 @@
|
|||||||
#source: pr20528a.s
|
#source: pr20528a.s
|
||||||
#ld: -r
|
#ld: -r
|
||||||
#readelf: -S --wide
|
#readelf: -S --wide
|
||||||
|
#xfail: d30v-*-* dlx-*-* fr30-*-* frv-*-elf ft32-*-* i860-*-* i960-*-*
|
||||||
|
#xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
|
||||||
|
|
||||||
#...
|
#...
|
||||||
[ ]*\[.*\][ ]+\.text.startup[ ]+PROGBITS.*[ ]+AXE[ ]+.*
|
[ ]*\[.*\][ ]+\.text.startup[ ]+PROGBITS.*[ ]+AXE[ ]+.*
|
||||||
|
#...
|
||||||
[ ]*\[.*\][ ]+\.text.startup[ ]+PROGBITS.*[ ]+AX[ ]+.*
|
[ ]*\[.*\][ ]+\.text.startup[ ]+PROGBITS.*[ ]+AX[ ]+.*
|
||||||
#pass
|
#pass
|
||||||
|
Reference in New Issue
Block a user