diff options
author | Nick Clifton <nickc@redhat.com> | 2002-02-13 09:48:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-02-13 09:48:40 +0000 |
commit | 6cdd886ce9775afcb1f968f3a6d4a934b5d5e5b7 (patch) | |
tree | 646a99daeec3cabb9abde8127119d4f6528898bc /binutils/testsuite | |
parent | 6334e3120fd8973bb443a5fe248da6b369b0be34 (diff) | |
download | gdb-6cdd886ce9775afcb1f968f3a6d4a934b5d5e5b7.zip gdb-6cdd886ce9775afcb1f968f3a6d4a934b5d5e5b7.tar.gz gdb-6cdd886ce9775afcb1f968f3a6d4a934b5d5e5b7.tar.bz2 |
Do not expect an explicit ordering of the sections.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.ss-mips | 18 |
2 files changed, 14 insertions, 9 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 2c2ef38..59afb23 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-02-13 Nick Clifton <nickc@cambridge.redhat.com> + + * binutils-all/readelf.ss-mips: Do not expect an explicit + ordering of the sections. + 2002-02-10 Nick Clifton <nickc@cambridge.redhat.com> * binutils-all/objdump.exp: Add 'xscale' to the list of expected diff --git a/binutils/testsuite/binutils-all/readelf.ss-mips b/binutils/testsuite/binutils-all/readelf.ss-mips index 6b5a8c5..c71ee04 100644 --- a/binutils/testsuite/binutils-all/readelf.ss-mips +++ b/binutils/testsuite/binutils-all/readelf.ss-mips @@ -2,14 +2,14 @@ Symbol table '.symtab' contains 12 entries: Num: Value Size Type Bind Vis Ndx Name 0: 00000000 0 NOTYPE LOCAL DEFAULT UND - 1: 00000000 0 SECTION LOCAL DEFAULT 1 - 2: 00000000 0 SECTION LOCAL DEFAULT 4 - 3: 00000000 0 SECTION LOCAL DEFAULT 5 - 4: 00000000 0 SECTION LOCAL DEFAULT 6 - 5: 00000000 0 SECTION LOCAL DEFAULT 7 - 6: 00000000 0 OBJECT GLOBAL DEFAULT 1 text_symbol - 7: 00000000 0 NOTYPE LOCAL DEFAULT 1 static_text_symbol + 1: 00000000 0 SECTION LOCAL DEFAULT . + 2: 00000000 0 SECTION LOCAL DEFAULT . + 3: 00000000 0 SECTION LOCAL DEFAULT . + 4: 00000000 0 SECTION LOCAL DEFAULT . + 5: 00000000 0 SECTION LOCAL DEFAULT . + 6: 00000000 0 OBJECT GLOBAL DEFAULT . text_symbol + 7: 00000000 0 NOTYPE LOCAL DEFAULT . static_text_symbol 8: 00000000 0 NOTYPE GLOBAL DEFAULT UND external_symbol - 9: 00000000 0 OBJECT GLOBAL DEFAULT 4 data_symbol - 10: 00000000 0 NOTYPE LOCAL DEFAULT 4 static_data_symbol + 9: 00000000 0 OBJECT GLOBAL DEFAULT . data_symbol + 10: 00000000 0 NOTYPE LOCAL DEFAULT . static_data_symbol 11: 00000004 4 OBJECT GLOBAL DEFAULT (PRC|COM) common_symbol |