ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr20828-v.s
CommitLineData
902e9fc7
MR
1 .text
2 .globl new_foo
3 .type new_foo, %function
4new_foo:
5 .size new_foo, . - new_foo
6 .symver new_foo, foo@@ver_foo
7
8 .data
9 .globl bar
10 .type bar, %object
11bar:
12 .dc.a foo
13 .size bar, . - bar
This page took 0.183223 seconds and 4 git commands to generate.