Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / gc-plt-main.s
CommitLineData
edb2fa9a
MS
1 .data
2 .global var
3 .text
4 .globl _start
5 .type _start, %function
6_start:
7 bl foo
8 .size _start, . - _start
This page took 0.356138 seconds and 4 git commands to generate.