]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-metag/stub.s
oops - omitted from previous delta
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-metag / stub.s
1
2 .text
3 .global __start
4 __start:
5 CALLR D1RtP,_far
6
7 .section .text.pad,"ax"
8 .space 0x200000
9
10 .section .text.far,"ax"
11 .global _far
12 _far:
13 NOP