* 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/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.
.data
- .type x,@object
+ .type x,%object
.size x,4
x:
.word 12
.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