OSDN Git Service

2003-05-03 H.J. Lu <hjl@gnu.org>
authorhjl <hjl>
Sun, 4 May 2003 06:52:38 +0000 (06:52 +0000)
committerhjl <hjl>
Sun, 4 May 2003 06:52:38 +0000 (06:52 +0000)
* gas/elf/symver.s: Use '%' instead of '@' in .type.
* gas/elf/type.s: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/elf/symver.s
gas/testsuite/gas/elf/type.s

index d4436f4..df18933 100644 (file)
@@ -1,5 +1,10 @@
 2003-05-03  H.J. Lu <hjl@gnu.org>
 
+       * gas/elf/symver.s: Use '%' instead of '@' in .type.
+       * gas/elf/type.s: Likewise.
+
+2003-05-03  H.J. Lu <hjl@gnu.org>
+
        * gas/elf/elf.exp (run_list_test): Support pipe for readelf.
 
        * gas/elf/type.e-m32r: Removed.
index dd2315b..d53b136 100644 (file)
@@ -1,5 +1,5 @@
         .data
-        .type   x,@object
+        .type   x,%object
         .size   x,4
 x:
         .word 12
index 1e53086..fdb7646 100644 (file)
@@ -1,18 +1,18 @@
        .text
         .size   function,1
-        .type   function,@function
+        .type   function,%function
 function:
        .byte   0x0
         .data
-        .type   object,@object
+        .type   object,%object
         .size   object,1
 object:
        .byte   0x0
-        .type   tls_object,@tls_object
+        .type   tls_object,%tls_object
         .size   tls_object,1
 tls_object:
        .byte   0x0
-        .type   notype,@notype
+        .type   notype,%notype
         .size   notype,1
 notype:
        .byte   0x0