summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/d10v/instruction_packing-007.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/d10v/instruction_packing-007.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/d10v/instruction_packing-007.s18
1 files changed, 0 insertions, 18 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/d10v/instruction_packing-007.s b/binutils-2.17/gas/testsuite/gas/d10v/instruction_packing-007.s
deleted file mode 100644
index 932580c6..00000000
--- a/binutils-2.17/gas/testsuite/gas/d10v/instruction_packing-007.s
+++ /dev/null
@@ -1,18 +0,0 @@
- ;;
- ;; -gstabs --no-gstabs-packing inserts nop's so gdb will have the
- ;; correct line number information.
- ;; -gstabs and -gstabs --gstabs-packing disable inserting nops.
-
- .text
- .global foo
-foo:
- ldi.l r0, #0x0000
- ldi.l r1, #0x1000
-
- ldi.s r2, #0x0002
- ldi.s r3, #0x0003
-
- ldi.l r4, #0x4000
- ldi.s r5, #0x0005
-
- jmp r13