summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa/parse/lselbug.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/hppa/parse/lselbug.s')
-rw-r--r--gas/testsuite/gas/hppa/parse/lselbug.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/testsuite/gas/hppa/parse/lselbug.s b/gas/testsuite/gas/hppa/parse/lselbug.s
deleted file mode 100644
index c937e86bb91..00000000000
--- a/gas/testsuite/gas/hppa/parse/lselbug.s
+++ /dev/null
@@ -1,10 +0,0 @@
- .code
-
- .align 4
-; In gas-1.36 the ldil instruction using parenthesis generated
-; garbage bits while the one without parens worked fine.
- ldil L%(0x00040000 | 0x00000008 | 0x00000002),%r21
- ldo L%(0x00040000 | 0x00000008 | 0x00000002) (%r21),%r21
- ldil L%0x00040000 | 0x00000008 | 0x00000002,%r21
- ldo L%0x00040000 | 0x00000008 | 0x00000002 (%r21),%r21
-