From 6cdd886ce9775afcb1f968f3a6d4a934b5d5e5b7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 13 Feb 2002 09:48:40 +0000 Subject: [PATCH] Do not expect an explicit ordering of the sections. --- binutils/testsuite/ChangeLog | 5 +++++ .../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 2c2ef3866bf..59afb23878d 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-02-13 Nick Clifton + + * binutils-all/readelf.ss-mips: Do not expect an explicit + ordering of the sections. + 2002-02-10 Nick Clifton * 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 6b5a8c5dda2..c71ee0461f4 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 -- 2.30.2