(is_end_of_line): No ';' for TC_HPPA.
authorAlan Modra <amodra@gmail.com>
Sun, 4 Jun 2000 03:28:38 +0000 (03:28 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 4 Jun 2000 03:28:38 +0000 (03:28 +0000)
gas/ChangeLog
gas/read.c

index 6a3fb81..6012ddc 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-04  Alan Modra  <alan@linuxcare.com.au>
+
+       * read.c (is_end_of_line): No ';' for TC_HPPA.
+
 2000-06-03  H.J. Lu  <hjl@gnu.org>
 
        * read.c (is_end_of_line): Put back `;'.
index 15c7304..4081afe 100644 (file)
@@ -155,7 +155,11 @@ 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,      /* _!"#$%&'()*+,-./ */
+#ifdef TC_HPPA
+  0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,      /* 0123456789:;<=>? */
+#else
   0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0,      /* 0123456789:;<=>? */
+#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,      /* */