Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14926.s
1 .text
2 .globl main
3 .globl _main
4 .globl start
5 .globl _start
6 .globl __start
7 main:
8 _main:
9 start:
10 _start:
11 __start:
12 .byte 0
This page took 0.030728 seconds and 4 git commands to generate.