diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-05-23 17:17:13 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-05-23 17:17:13 +0000 |
commit | c69b42360d0f25726062f1e9add5285ae3f6c7f0 (patch) | |
tree | 50ba91621b378171f4c934aac6ace4ff11e21a47 /gas | |
parent | 76101304b176e42e80166afb000379f384967a87 (diff) | |
download | gdb-c69b42360d0f25726062f1e9add5285ae3f6c7f0.zip gdb-c69b42360d0f25726062f1e9add5285ae3f6c7f0.tar.gz gdb-c69b42360d0f25726062f1e9add5285ae3f6c7f0.tar.bz2 |
Don't match "A-F".
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/all/align2.d | 2 |
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]*[ ]+.* |