summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2002-05-23 17:17:13 +0000
committerH.J. Lu <hjl@lucon.org>2002-05-23 17:17:13 +0000
commit9a12ed89eaeb219d4d0ab765041c8ff7788db50d (patch)
tree3d195186a8ddb2ce5dc004c75b7b4474c7c08b05
parent91e466808c0276cecd9f5269a8d2051bee3095c2 (diff)
downloadbinutils-redhat-9a12ed89eaeb219d4d0ab765041c8ff7788db50d.tar.gz
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 165ed7f7f9..47c93d3a22 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]*[ ]+.*