This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
binutils-gdb
Watch
12
Star
0
Fork
You've already forked binutils-gdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
efa9bda482
binutils-gdb
/
ld
/
testsuite
/
ld-checks
/
asm.s
12 lines
108 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
tic54x/ibmc54xdsp target for ld.
2000-06-20 15:29:07 +02:00
.text
19990502 sourceware import
1999-05-03 09:29:11 +02:00
.global
foo
foo
:
.long
0x12345678
tic54x/ibmc54xdsp target for ld.
2000-06-20 15:29:07 +02:00
.data
19990502 sourceware import
1999-05-03 09:29:11 +02:00
.global
bar
bar
:
.long
0x87654321
* ld-checks/asm.s: Use a symbol name for .lcomm. * ld-checks/checks.exp: Use different names for the two tests. Don't add extra text when invoking fail.
1999-06-13 00:40:18 +02:00
.lcomm
dummy,
0
x12