]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2000-06-03 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 3 Jun 2000 22:33:09 +0000 (22:33 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 3 Jun 2000 22:33:09 +0000 (22:33 +0000)
* read.c (is_end_of_line): Put back `;'.

gas/ChangeLog
gas/read.c

index 2c766a7234edf1bc9a3bf5f85d2a2473c1ca5e44..6a3fb812af137fc3d438001c179f6023c56725a4 100644 (file)
@@ -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.
index 7ff8aad3248b44da2ef7731419c9af681674c927..15c7304b0d46ecf43addb2a9e614f6c549f10b79 100644 (file)
@@ -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,      /* */