Fix ld --gc-section segfault with ARMv8-M entry function in absolute section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-rel32.s
CommitLineData
da17376b
RS
1 .globl foo
2foo:
3 mov pc,lr
4 bal foo(PLT)
5
6 .data
7 .word foo-.
8 .word foo-.+0x100
This page took 0.242984 seconds and 4 git commands to generate.