From e9e2c3f6cf08b74babad85070dca2845317830e8 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 14 Apr 2004 07:38:12 +0000 Subject: * binutils-all/readelf.ss-mips: Allow named section symbols. --- binutils/testsuite/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/readelf.ss-mips | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'binutils') diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 8c4665e..0c02ead 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-04-14 Richard Sandiford + + * binutils-all/readelf.ss-mips: Allow named section symbols. + 2004-03-30 Jakub Jelinek * binutils-all/objcopy.exp: Accept main as a data symbol as well. diff --git a/binutils/testsuite/binutils-all/readelf.ss-mips b/binutils/testsuite/binutils-all/readelf.ss-mips index c71ee04..073ade0 100644 --- a/binutils/testsuite/binutils-all/readelf.ss-mips +++ b/binutils/testsuite/binutils-all/readelf.ss-mips @@ -2,11 +2,11 @@ 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 . - 2: 00000000 0 SECTION LOCAL DEFAULT . - 3: 00000000 0 SECTION LOCAL DEFAULT . - 4: 00000000 0 SECTION LOCAL DEFAULT . - 5: 00000000 0 SECTION LOCAL DEFAULT . + 1: 00000000 0 SECTION LOCAL DEFAULT . (|\.text) + 2: 00000000 0 SECTION LOCAL DEFAULT . (|\.data) + 3: 00000000 0 SECTION LOCAL DEFAULT . (|\.bss) + 4: 00000000 0 SECTION LOCAL DEFAULT . (|\.reginfo) + 5: 00000000 0 SECTION LOCAL DEFAULT . (|\.pdr) 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 -- cgit v1.1