From: Alan Modra Date: Sun, 4 Jun 2000 03:28:38 +0000 (+0000) Subject: (is_end_of_line): No ';' for TC_HPPA. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac743b2c9daca8fb059552fa7416ab58052c78b8;p=binutils-gdb.git (is_end_of_line): No ';' for TC_HPPA. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 6a3fb812af1..6012ddcbae7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-06-04 Alan Modra + + * read.c (is_end_of_line): No ';' for TC_HPPA. + 2000-06-03 H.J. Lu * read.c (is_end_of_line): Put back `;'. diff --git a/gas/read.c b/gas/read.c index 15c7304b0d4..4081afeb4d3 100644 --- a/gas/read.c +++ b/gas/read.c @@ -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, /* */