Commit: Running the linker testsuite with clang
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / size2a.s
CommitLineData
5cfd5a0c
PB
1 .text
2 .global _start
10388905 3 .global __start
5cfd5a0c 4 .type _start, "function"
10388905 5 .type __start, "function"
5cfd5a0c 6_start:
10388905 7__start:
5cfd5a0c
PB
8 .byte 0
9 .size _start, 1
10388905 10 .size __start, 1
9d640403
AM
11
12 .weak foo
13 .type foo, "function"
14foo:
15 .byte 0
16 .size foo, 1
This page took 0.618864 seconds and 4 git commands to generate.