diff options
author | Alan Modra <amodra@gmail.com> | 2005-10-24 23:06:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-10-24 23:06:19 +0000 |
commit | 57d975e1917621042d20f54bd34db8434cc9e1c4 (patch) | |
tree | 0b2e88991ec5a467995dd4511ac127429bbb3acf | |
parent | d80930e406f330e68a2020b7a845669c286a6dc6 (diff) | |
download | gdb-57d975e1917621042d20f54bd34db8434cc9e1c4.zip gdb-57d975e1917621042d20f54bd34db8434cc9e1c4.tar.gz gdb-57d975e1917621042d20f54bd34db8434cc9e1c4.tar.bz2 |
* ld-elf/orphan.d: Adjust for mips.
-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.* |