diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/all/weakref1.s | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index bbab3c8..059cc50 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-11-16 Richard Henderson <rth@redhat.com> + + * gas/all/weakref1.s: Use "=" instead of ".set" for equivalence. + 2005-11-15 Daniel Jacobowitz <dan@codesourcery.com> * gas/arm/unwind.s, gas/arm/unwind.d, gas/arm/unwind_vxworks.d: Add diff --git a/gas/testsuite/gas/all/weakref1.s b/gas/testsuite/gas/all/weakref1.s index d1fd763..0c48c27 100644 --- a/gas/testsuite/gas/all/weakref1.s +++ b/gas/testsuite/gas/all/weakref1.s @@ -189,7 +189,7 @@ l: /* d# target symbol definitions */ .weakref Wld1, ld1 .long Wld1 - .set ld1, l +ld1 = l .weakref Wld2, ld2 .long Wld2 |