This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for binutils testsuite


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]