This commit was generated by cvs2svn to track changes on a CVS vendor
[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
8
9 .weak foo
10 .type foo, "function"
11 foo:
12 .byte 0
13 .byte 0
14 .size foo, 2
This page took 0.030547 seconds and 5 git commands to generate.