PR21910, segfault in common symbol override test when hash-style=gnu
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-gotoffi20-shared.s
CommitLineData
8e45593f
NC
1 .text
2 .globl f
3 .type f,@function
4f:
5 movi20 #foo@GOTOFF, r0
6 mov.l @(r0,r12), r1
7 .data
8 .type foo,@object
9 .size foo,4
10foo:
11 .long 1
This page took 0.519052 seconds and 4 git commands to generate.