2005-05-05 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / size2b.s
1 .text
2 .weak _start
3 .type _start, "function"
4 _start:
5 .byte 0
6 .byte 0
7 .size _start, 2
This page took 0.030381 seconds and 5 git commands to generate.