Adds command line support for Armv8.4-A, via the new command line option -march=armv8...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pic.s
CommitLineData
ca6489f9
PB
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)
101:
11 .word _GLOBAL_OFFSET_TABLE_ - 1b
9c504268 12 .word foo2(TARGET1)
db6579d4 13 .word foo3(SBREL)
eb043451 14 .word foo4(TARGET2)
This page took 0.720353 seconds and 4 git commands to generate.