mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 10:12:21 +08:00
2008-05-03 Mike Frysinger <vapier@gentoo.org>
* ld-scripts/defined.s: Use .set syntax rather than =.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2008-05-03 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* ld-scripts/defined.s: Use .set syntax rather than =.
|
||||
|
||||
2008-05-02 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/6475
|
||||
|
@ -1,2 +1,2 @@
|
||||
.globl defined
|
||||
defined = 1
|
||||
.set defined, 1
|
||||
|
Reference in New Issue
Block a user