]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/d30v/reloc.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / d30v / reloc.s
1 .text
2 start:
3 add r2, r0, hello
4 add r4, r0, bar
5 add r4, r0, bar2
6 add r4, r0, unk
7 bra cont
8 hello: .ascii "Hello World\n"
9 .align 3
10 cont: jmp cont2
11 abs r2,r3
12 cont2:
13 bra start || nop
14 jmp start || nop
15 bra start
16 jmp start
17 jmp start
18 bra start
19 bra unknown
20 jmp unknown
21
22 .data
23 bar: .asciz "XYZZY"
24 bar2: .long 0xdeadbeef
25