diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/orphan.d | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6f0848e..70689e3 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-10-25 Alan Modra <amodra@bigpond.net.au> + + * ld-elf/orphan.d: Adjust for mips. + 2005-10-24 Jan Beulich <jbeulich@novell.com> * ld-elf/empty2.[sd]: New. diff --git a/ld/testsuite/ld-elf/orphan.d b/ld/testsuite/ld-elf/orphan.d index b9c3249..04d935c 100644 --- a/ld/testsuite/ld-elf/orphan.d +++ b/ld/testsuite/ld-elf/orphan.d @@ -3,8 +3,8 @@ #readelf: -S --wide #... - \[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t0-9a-f]+AX.* - \[[ 0-9]+\] \.notbad[ \t]+PROGBITS[ \t0-9a-f]+A.* + \[[ 0-9]+\] \.(text|notbad)[ \t]+PROGBITS[ \t0-9a-f]+AX?.* + \[[ 0-9]+\] \.(text|notbad)[ \t]+PROGBITS[ \t0-9a-f]+AX?.* \[[ 0-9]+\] \.data[ \t]+PROGBITS[ \t0-9a-f]+WA.* #... \[[ 0-9]+\] \.note[ \t]+NOTE[ \t0-9a-f]+A.* |