diff options
author | Alan Modra <amodra@gmail.com> | 2009-09-23 03:12:28 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-09-23 03:12:28 +0000 |
commit | f9272224cdd8ee09437255989d70d3f2284de413 (patch) | |
tree | 942833fc405688cc4f248a45c82ace9a32d6afdc /ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.nd | |
parent | dfc3ab44df77a8842c24ab2fc6ea2aa3ad880aed (diff) | |
download | gdb-f9272224cdd8ee09437255989d70d3f2284de413.zip gdb-f9272224cdd8ee09437255989d70d3f2284de413.tar.gz gdb-f9272224cdd8ee09437255989d70d3f2284de413.tar.bz2 |
Tolerate some whitespace differences in readelf output.
Diffstat (limited to 'ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.nd')
-rw-r--r-- | ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.nd | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.nd b/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.nd index 8ee90e4..e735a45 100644 --- a/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.nd +++ b/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.nd @@ -1,17 +1,17 @@ Symbol table '\.dynsym' contains .*: #... -.*: 0+ * 0 * FUNC * GLOBAL * DEFAULT * UND * extf5 +.*: 0+ +0 +FUNC +GLOBAL +DEFAULT +UND +extf5 # The index on the next line should correspond to MIPS_GOTSYM, # and the remaining symbols should have the same order as the # GOT layout given in the *.dd dump. #... - *7: 0+ * 0 * FUNC * GLOBAL * DEFAULT * UND * extf2 - *8: 0+ * 0 * FUNC * GLOBAL * DEFAULT * UND * extf3 - *9: 0+a2000 * 24 * OBJECT * GLOBAL * DEFAULT * [0-9]+ * extd2 - *10: 0+440a0 * 0 * FUNC * GLOBAL * DEFAULT * UND * extf1 - *11: 0+ * 0 * OBJECT * GLOBAL * DEFAULT * UND * extd1 - *12: 0+ * 0 * FUNC * GLOBAL * DEFAULT * UND * extf4 - *13: 0+ * 0 * OBJECT * GLOBAL * DEFAULT * UND * extd4 + *7: 0+ +0 +FUNC +GLOBAL +DEFAULT +UND +extf2 + *8: 0+ +0 +FUNC +GLOBAL +DEFAULT +UND +extf3 + *9: 0+a2000 +24 +OBJECT +GLOBAL +DEFAULT +[0-9]+ +extd2 + *10: 0+440a0 +0 +FUNC +GLOBAL +DEFAULT +UND +extf1 + *11: 0+ +0 +OBJECT +GLOBAL +DEFAULT +UND +extd1 + *12: 0+ +0 +FUNC +GLOBAL +DEFAULT +UND +extf4 + *13: 0+ +0 +OBJECT +GLOBAL +DEFAULT +UND +extd4 #pass |