OSDN Git Service

* ld-elfvsb/define.s: Avoid use of @ in .type directive.
authoramodra <amodra>
Sat, 9 Nov 2002 12:27:50 +0000 (12:27 +0000)
committeramodra <amodra>
Sat, 9 Nov 2002 12:27:50 +0000 (12:27 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-elfvsb/define.s

index 32a5dcd..8dc5269 100644 (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,
index 66cf4c2..b38e3e0 100644 (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: