mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-02 15:02:18 +00:00
* ld-elfvsb/define.s: Avoid use of @ in .type directive.
This commit is contained in:
parent
72bdd9279d
commit
f72dfb13ce
@ -1,3 +1,7 @@
|
||||
2002-11-09 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-elfvsb/define.s: Avoid use of @ in .type directive.
|
||||
|
||||
2002-11-07 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* ld-cris/expdyn6.d, ld-cris/weakref2.d, ld-cris/expdyn7.d,
|
||||
|
@ -1,10 +1,10 @@
|
||||
.data
|
||||
.globl protected
|
||||
.type protected,@object
|
||||
.type protected,"object"
|
||||
protected:
|
||||
.globl hidden
|
||||
.type hidden,@object
|
||||
.type hidden,"object"
|
||||
hidden:
|
||||
.globl internal
|
||||
.type internal,@object
|
||||
.type internal,"object"
|
||||
internal:
|
||||
|
Loading…
x
Reference in New Issue
Block a user