2003-05-03 H.J. Lu <hjl@gnu.org>

* gas/elf/symver.s: Use '%' instead of '@' in .type.
	* gas/elf/type.s: Likewise.
This commit is contained in:
H.J. Lu 2003-05-04 06:52:38 +00:00
parent 32e7087da9
commit 1f88a2f93a
3 changed files with 10 additions and 5 deletions

View 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.

View File

@ -1,5 +1,5 @@
.data
.type x,@object
.type x,%object
.size x,4
x:
.word 12

View 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