Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-goti20-static.s
1 .text
2 .globl _start
3 .type _start,@function
4 _start:
5 movi20 #foo@GOT, r0
6 mov.l @(r0,r12), r1
7 .data
8 .type foo,@object
9 .size foo,4
10 foo:
11 .long 1
This page took 0.036424 seconds and 4 git commands to generate.