From b38b83dc8523d21c7648e706dc0245b4595b44b3 Mon Sep 17 00:00:00 2001 From: Matthew Fortune Date: Tue, 2 Sep 2014 08:25:23 +0100 Subject: MIPS testsuite cleanup - part 1 binutils/testsuite/ * binutils-all/readelf.ss-mips: Account for new sections. gas/testsuite/ * gas/elf/type.e: Account for new sections. * gas/mips/mips16-e.d: Likewise. * gas/mips/mips16-f.d: Likewise. * gas/mips/mipsel16-e.d: Likewise. * gas/mips/mipsel16-f.d: Likewise. * gas/mips/tmips16-e.d: Appropriately escape dots. * gas/mips/tmips16-f.d: Likewise. * gas/mips/tmipsel16-e.d: Likewise. * gas/mips/tmipsel16-f.d: Likewise. --- binutils/testsuite/binutils-all/readelf.ss-mips | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'binutils/testsuite/binutils-all') diff --git a/binutils/testsuite/binutils-all/readelf.ss-mips b/binutils/testsuite/binutils-all/readelf.ss-mips index fd97552..01d3df1 100644 --- a/binutils/testsuite/binutils-all/readelf.ss-mips +++ b/binutils/testsuite/binutils-all/readelf.ss-mips @@ -1,15 +1,17 @@ -Symbol table '.symtab' contains 12 entries: +Symbol table '.symtab' contains 14 entries: +Num: +Value +Size +Type +Bind +Vis +Ndx +Name +0: 00000000 +0 +NOTYPE +LOCAL +DEFAULT +UND +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 - +9: 00000000 +0 +OBJECT +GLOBAL +DEFAULT +. data_symbol - +10: 00000000 +0 +NOTYPE +LOCAL +DEFAULT +. static_data_symbol - +11: 00000004 +4 +(COMMON|OBJECT) +GLOBAL +DEFAULT +(PRC|COM) common_symbol + +5: 00000000 +0 +SECTION +LOCAL +DEFAULT +. (|\.MIPS\.abiflags) + +6: 00000000 +0 +SECTION +LOCAL +DEFAULT +. (|\.pdr) + +7: 00000000 +0 +SECTION +LOCAL +DEFAULT +. (|\.gnu\.attributes) + +8: 00000000 +0 +OBJECT +GLOBAL +DEFAULT +. text_symbol + +9: 00000000 +0 +NOTYPE +LOCAL +DEFAULT +. static_text_symbol + +10: 00000000 +0 +NOTYPE +GLOBAL +DEFAULT +UND external_symbol + +11: 00000000 +0 +OBJECT +GLOBAL +DEFAULT +. data_symbol + +12: 00000000 +0 +NOTYPE +LOCAL +DEFAULT +. static_data_symbol + +13: 00000004 +4 +(COMMON|OBJECT) +GLOBAL +DEFAULT +(PRC|COM) common_symbol -- cgit v1.1