This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

fix weakref tests for alpha


Alpha assembly obsconds with .set for other purposes.
As far as I know, = means the same thing everywhere.

Tested on alpha and i686.


r~


        * gas/all/weakref1.s: Use "=" instead of ".set" for equivalence.

Index: gas/all/weakref1.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/all/weakref1.s,v
retrieving revision 1.2
diff -u -p -d -r1.2 weakref1.s
--- gas/all/weakref1.s	4 Nov 2005 19:45:25 -0000	1.2
+++ gas/all/weakref1.s	16 Nov 2005 21:59:38 -0000
@@ -189,7 +189,7 @@ l:
 /* d# target symbol definitions */
 	.weakref Wld1, ld1
 	.long Wld1
-	.set ld1, l
+ld1 = l
 
 	.weakref Wld2, ld2
 	.long Wld2


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