ld: Add tests for -z separate-code and -z noseparate-code
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / fdpic-gotofffuncdesci20-static.s
1 .text
2 .globl _start
3 .type _start,@function
4 _start:
5 movi20 #foo@GOTOFFFUNCDESC, r1
6 add r12, r1
7 .type foo,@function
8 foo:
9 nop
This page took 0.031253 seconds and 4 git commands to generate.