summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/hppa/basic/immed.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/hppa/basic/immed.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/hppa/basic/immed.s12
1 files changed, 0 insertions, 12 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/hppa/basic/immed.s b/binutils-2.17/gas/testsuite/gas/hppa/basic/immed.s
deleted file mode 100644
index f3400101..00000000
--- a/binutils-2.17/gas/testsuite/gas/hppa/basic/immed.s
+++ /dev/null
@@ -1,12 +0,0 @@
- .code
- .align 4
-; Basic immediate instruction tests.
-;
-; We could/should test some of the corner cases for register and
-; immediate fields. We should also check the assorted field
-; selectors to make sure they're handled correctly.
-immediate_tests:
- ldo 5(%r26),%r26
- ldil L%0xdeadbeef,%r26
- addil L%0xdeadbeef,%r5
-