[BFD][PR21703]Override the new defined symbol with the old normal symbol when --allow...
[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.03143 seconds and 5 git commands to generate.