* gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pic.s
1 @ Test file for ARM ELF PIC
2
3 .text
4 .align 0
5 bl foo
6 bl foo(PLT)
7 .word sym
8 .word sym(GOT)
9 .word sym(GOTOFF)
10 1:
11 .word _GLOBAL_OFFSET_TABLE_ - 1b
This page took 0.034903 seconds and 4 git commands to generate.