tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr20513b.s
1 .section .text.exclude,"axe","progbits"
2 .type start,"function"
3 .global start
4 start:
5 .type _start,"function"
6 .global _start
7 _start:
8 .type __start,"function"
9 .global __start
10 __start:
11 .type main,"function"
12 .global main
13 main:
14 .long 0
This page took 0.039364 seconds and 4 git commands to generate.