aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-06-03 22:33:09 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-06-03 22:33:09 +0000
commit969e1a7b863576e53a576cfc92f2e0c13c4b62a5 (patch)
tree2b88c01a44a53cd0249ae1e2fdd68c125fca9d0f /gas
parent65172ab8f7857e7ed63782a14be5c3a643d0f055 (diff)
downloadfsf-binutils-gdb-969e1a7b863576e53a576cfc92f2e0c13c4b62a5.zip
fsf-binutils-gdb-969e1a7b863576e53a576cfc92f2e0c13c4b62a5.tar.gz
fsf-binutils-gdb-969e1a7b863576e53a576cfc92f2e0c13c4b62a5.tar.bz2
2000-06-03 H.J. Lu <hjl@gnu.org>
* read.c (is_end_of_line): Put back `;'.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/read.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2c766a7..6a3fb81 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-03 H.J. Lu <hjl@gnu.org>
+
+ * read.c (is_end_of_line): Put back `;'.
+
2000-06-03 Alan Modra <alan@linuxcare.com.au>
* config/tc-i386.c (md_shortopts): Remove 'm', add 'q' to non-elf.
diff --git a/gas/read.c b/gas/read.c
index 7ff8aad..15c7304 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -155,7 +155,7 @@ char is_end_of_line[256] =
#endif
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* _!"#$%&'()*+,-./ */
- 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0123456789:;<=>? */
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, /* 0123456789:;<=>? */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */