Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21703-4.s
1 .text
2 .global bar
3 .type bar, %function
4 bar:
5 .space 16
6 .size bar, 16
7
8 .global bar1
9 .type bar1, %function
10 bar1:
11 .space 8
12 .size bar1, 8
13
14 .symver bar, foo@FOO
15 .symver bar1, foo@@FOO1
This page took 0.029584 seconds and 4 git commands to generate.