mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
2003-05-01 H.J. Lu <hjl@gnu.org>
* gas/ia64/ia64.exp: Add "global". * gas/ia64/global.d: New file. * gas/ia64/global.s: Likewise.
This commit is contained in:
parent
a645d1eb84
commit
395f4d9b6a
@ -1,3 +1,10 @@
|
||||
2003-05-01 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* gas/ia64/ia64.exp: Add "global".
|
||||
|
||||
* gas/ia64/global.d: New file.
|
||||
* gas/ia64/global.s: Likewise.
|
||||
|
||||
2003-04-30 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* gas/ia64/ia64.exp: Add order.
|
||||
|
10
gas/testsuite/gas/ia64/global.d
Normal file
10
gas/testsuite/gas/ia64/global.d
Normal file
@ -0,0 +1,10 @@
|
||||
#readelf: --sym
|
||||
#name: ia64 global label
|
||||
|
||||
Symbol table '.symtab' contains 5 entries:
|
||||
Num: Value Size Type Bind Vis Ndx Name
|
||||
0: 0+0 0 NOTYPE LOCAL DEFAULT UND
|
||||
1: 0+0 0 SECTION LOCAL DEFAULT 1
|
||||
2: 0+0 0 SECTION LOCAL DEFAULT 2
|
||||
3: 0+0 0 SECTION LOCAL DEFAULT 3
|
||||
4: 0+0 0 NOTYPE GLOBAL DEFAULT 2 foo
|
3
gas/testsuite/gas/ia64/global.s
Normal file
3
gas/testsuite/gas/ia64/global.s
Normal file
@ -0,0 +1,3 @@
|
||||
.data
|
||||
foo::
|
||||
data1 0
|
@ -45,4 +45,5 @@ if [istarget "ia64-*"] then {
|
||||
run_dump_test "real"
|
||||
run_dump_test "align"
|
||||
run_dump_test "order"
|
||||
run_dump_test "global"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user