summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa/parse/stringer.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/hppa/parse/stringer.s')
-rw-r--r--gas/testsuite/gas/hppa/parse/stringer.s11
1 files changed, 0 insertions, 11 deletions
diff --git a/gas/testsuite/gas/hppa/parse/stringer.s b/gas/testsuite/gas/hppa/parse/stringer.s
deleted file mode 100644
index 9f00b112e51..00000000000
--- a/gas/testsuite/gas/hppa/parse/stringer.s
+++ /dev/null
@@ -1,11 +0,0 @@
- .data
-
-
-; GAS used to mis-parse the embedded quotes
- .STRING "#include \"awk.def\"\x0a\x00"
-
-; Octal escapes used to consume > 3 chars which led to this
-; string being screwed in a big way.
- .STRING "\0110x123"
-
-