* elf.c (assign_file_positions_for_segments): Split into..
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / size2b.s
CommitLineData
5cfd5a0c
PB
1 .text
2 .weak _start
3 .type _start, "function"
4_start:
5 .byte 0
6 .byte 0
7 .size _start, 2
9d640403
AM
8
9 .weak foo
10 .type foo, "function"
11foo:
12 .byte 0
13 .byte 0
14 .size foo, 2
This page took 0.058524 seconds and 4 git commands to generate.