This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
A patch for binutils testsuite
- To: binutils at sourceware dot cygnus dot com
- Subject: A patch for binutils testsuite
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Thu, 7 Jun 2001 09:48:39 -0700
I checked the following patch.
H.J.
---
2001-06-07 H.J. Lu <hjl@gnu.org>
* binutils-all/readelf.ss-mips: Support stabs.
* binutils-all/readelf.ss-tmips: Likewise.
Index: binutils-all/readelf.ss-mips
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/readelf.ss-mips,v
retrieving revision 1.1
diff -u -p -r1.1 readelf.ss-mips
--- readelf.ss-mips 2000/11/03 01:59:12 1.1
+++ readelf.ss-mips 2001/06/07 16:45:37
@@ -12,4 +12,4 @@ Symbol table '.symtab' contains 12 entri
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
- 11: 00000004 4 OBJECT GLOBAL DEFAULT PRC common_symbol
+ 11: 00000004 4 OBJECT GLOBAL DEFAULT (PRC|COM) common_symbol
Index: binutils-all/readelf.ss-tmips
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/readelf.ss-tmips,v
retrieving revision 1.1
diff -u -p -r1.1 readelf.ss-tmips
--- readelf.ss-tmips 2001/05/25 18:58:10 1.1
+++ readelf.ss-tmips 2001/06/07 16:45:37
@@ -12,4 +12,4 @@ Symbol table '.symtab' contains 12 entri
8: 00000000 0 OBJECT GLOBAL DEFAULT 1 text_symbol
9: 00000000 0 NOTYPE GLOBAL DEFAULT UND external_symbol
10: 00000000 0 OBJECT GLOBAL DEFAULT 4 data_symbol
- 11: 00000004 4 OBJECT GLOBAL DEFAULT PRC common_symbol
+ 11: 00000004 4 OBJECT GLOBAL DEFAULT (PRC|COM) common_symbol