mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-05 08:14:19 +08:00
* gas/all/weakref1.s: Use "=" instead of ".set" for equivalence.
This commit is contained in:
parent
d91e990118
commit
a3157d8e34
@ -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
|
||||
|
@ -189,7 +189,7 @@ l:
|
||||
/* d# target symbol definitions */
|
||||
.weakref Wld1, ld1
|
||||
.long Wld1
|
||||
.set ld1, l
|
||||
ld1 = l
|
||||
|
||||
.weakref Wld2, ld2
|
||||
.long Wld2
|
||||
|
Loading…
Reference in New Issue
Block a user