* ld-elfvsb/define.s: Avoid use of @ in .type directive.

This commit is contained in:
Alan Modra 2002-11-09 12:27:50 +00:00
parent 72bdd9279d
commit f72dfb13ce
2 changed files with 7 additions and 3 deletions

View File

@ -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,

View File

@ -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: