aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2002-05-23 17:17:13 +0000
committerH.J. Lu <hjl.tools@gmail.com>2002-05-23 17:17:13 +0000
commitc69b42360d0f25726062f1e9add5285ae3f6c7f0 (patch)
tree50ba91621b378171f4c934aac6ace4ff11e21a47
parent76101304b176e42e80166afb000379f384967a87 (diff)
downloadgdb-c69b42360d0f25726062f1e9add5285ae3f6c7f0.zip
gdb-c69b42360d0f25726062f1e9add5285ae3f6c7f0.tar.gz
gdb-c69b42360d0f25726062f1e9add5285ae3f6c7f0.tar.bz2
Don't match "A-F".
-rw-r--r--gas/testsuite/gas/all/align2.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/all/align2.d b/gas/testsuite/gas/all/align2.d
index 165ed7f..47c93d3 100644
--- a/gas/testsuite/gas/all/align2.d
+++ b/gas/testsuite/gas/all/align2.d
@@ -6,4 +6,4 @@
.*: .*
Contents of section .text:
- 0000 ff[ 0-9a-fA-F]*[ ]+.*
+ 0000 ff[ 0-9a-f]*[ ]+.*