diff options
author | Richard Henderson <rth@redhat.com> | 2005-11-16 22:00:31 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2005-11-16 22:00:31 +0000 |
commit | a3157d8e3473f55057f1bc03d7114487d4779146 (patch) | |
tree | 6fbe6e3466a1ad1b579cce996d2b0dc3c913c80d /gas | |
parent | d91e9901182382c1ae600c552133f093578f59c1 (diff) | |
download | gdb-a3157d8e3473f55057f1bc03d7114487d4779146.zip gdb-a3157d8e3473f55057f1bc03d7114487d4779146.tar.gz gdb-a3157d8e3473f55057f1bc03d7114487d4779146.tar.bz2 |
* gas/all/weakref1.s: Use "=" instead of ".set" for equivalence.
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 |