file config.texi was initially added on branch binutils-2_17-branch.
[binutils.git] / ld / testsuite / ld-elfweak / size2a.s
blob66b6d178798fa0f37fa94758365105f5863041e3
1 .text
2 .global _start
3 .type _start, "function"
4 _start:
5 .byte 0
6 .size _start, 1
8 .weak foo
9 .type foo, "function"
10 foo:
11 .byte 0
12 .size foo, 1