Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21703-3.s
1 .text
2 .global foo
3 .type foo, %function
4 foo:
5 .space 4
6 .size foo, 4
7
8 .global foo1
9 .type foo1, %function
10 foo1:
11 .space 32
12 .size foo1, 32
13
14 .symver foo, foo@FOO
15 .symver foo1, foo@@FOO1
This page took 0.030631 seconds and 4 git commands to generate.