2003-05-03 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 4 May 2003 06:52:38 +0000 (06:52 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
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 d4436f4f52b62f33b5965263cd521a162625ba53..df18933408466d520e9946df1f62a13176ede5b1 100644 (file)
@@ -1,3 +1,8 @@
+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.
index dd2315bfb3a3ef878a6c66bb64f4a69f1553bc17..d53b136386f89a8e538fa357df2be83e4604c4cc 100644 (file)
@@ -1,5 +1,5 @@
         .data
-        .type   x,@object
+        .type   x,%object
         .size   x,4
 x:
         .word 12
index 1e5308692e9316c25d48aa77a43031d9303e6fc3..fdb76467e2af43e0f8b70ac6cbbc5022757e630d 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