x86: Force relocation against local absolute symbol
[deliverable/binutils-gdb.git] / gas / testsuite / gas / d10v / instruction_packing-007.s
CommitLineData
8c2784a5
TR
1 ;;
2 ;; -gstabs --no-gstabs-packing inserts nop's so gdb will have the
3 ;; correct line number information.
4 ;; -gstabs and -gstabs --gstabs-packing disable inserting nops.
5
6 .text
7 .global foo
8foo:
9 ldi.l r0, #0x0000
10 ldi.l r1, #0x1000
11
12 ldi.s r2, #0x0002
13 ldi.s r3, #0x0003
14
15 ldi.l r4, #0x4000
16 ldi.s r5, #0x0005
17
18 jmp r13
This page took 0.766613 seconds and 4 git commands to generate.