A patch for binutils testsuite
H . J . Lu
hjl@lucon.org
Thu Jun 7 09:48:00 GMT 2001
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
More information about the Binutils
mailing list