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]

I checked in a patch for symver test


My old test only supports 32bit. I checked in this patch to fix it.


-- 
H.J. Lu (hjl@valinux.com)
---
2000-11-16  H.J. Lu  <hjl@gnu.org>

	* gas/symver/symver0.d: Add 64bit support.
	* gas/symver/symver1.d: Likewise.

Index: gas/symver/symver0.d
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/symver/symver0.d,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 symver0.d
--- gas/symver/symver0.d	2000/11/15 04:40:41	1.1.1.1
+++ gas/symver/symver0.d	2000/11/16 22:19:20
@@ -1,6 +1,6 @@
 #nm: -n
 #name: symver symver0
 
-         U foo@version1
+[ 	]+U foo@version1
 0+0000000 D foo1
 0+00000.. d L_foo1
Index: gas/symver/symver1.d
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/testsuite/gas/symver/symver1.d,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 symver1.d
--- gas/symver/symver1.d	2000/11/15 04:40:41	1.1.1.1
+++ gas/symver/symver1.d	2000/11/16 22:19:30
@@ -1,7 +1,7 @@
 #nm: -n
 #name: symver symver1
 
-         U foo@version1
+[ 	]+U foo@version1
 0+0000000 D foo1@@version1
 0+00000.. d L_foo1
 0+00000.. D foo2

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