mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
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:
parent
32e7087da9
commit
1f88a2f93a
@ -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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
.data
|
||||
.type x,@object
|
||||
.type x,%object
|
||||
.size x,4
|
||||
x:
|
||||
.word 12
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user