Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / symbol2w.s
1 .section .gnu.warning,"a",%progbits
2 .global Foo
3 .type Foo, %object
4 .size Foo, 20
5 Foo:
6 .string "function 'Foo' used"
This page took 0.047347 seconds and 4 git commands to generate.