From: Alan Modra Date: Sun, 4 Jun 2000 05:03:31 +0000 (+0000) Subject: (is_end_of_line): Add three missing lines of 0 initializers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b5454486cd4b2e34f4ac7eb51092ef55fa97b07;p=binutils-gdb.git (is_end_of_line): Add three missing lines of 0 initializers. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 6012ddcbae7..8153b549b16 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,7 @@ 2000-06-04 Alan Modra - * read.c (is_end_of_line): No ';' for TC_HPPA. + * read.c (is_end_of_line): No ';' for TC_HPPA. Add missing + initializers too. 2000-06-03 H.J. Lu diff --git a/gas/read.c b/gas/read.c index 4081afeb4d3..7d6f19a2f89 100644 --- a/gas/read.c +++ b/gas/read.c @@ -169,6 +169,9 @@ char is_end_of_line[256] = 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, /* */ + 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 /* */ }; /* Functions private to this file. */