projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac743b2
)
(is_end_of_line): Add three missing lines of 0 initializers.
author
Alan Modra
<amodra@gmail.com>
Sun, 4 Jun 2000 05:03:31 +0000
(
05:03
+0000)
committer
Alan Modra
<amodra@gmail.com>
Sun, 4 Jun 2000 05:03:31 +0000
(
05:03
+0000)
gas/ChangeLog
patch
|
blob
|
history
gas/read.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 6012ddcbae78eb32f235704f9cba1b66f769ac54..8153b549b16f9c262f361e90f0dc63f30074a534 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,6
+1,7
@@
2000-06-04 Alan Modra <alan@linuxcare.com.au>
- * 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 <hjl@gnu.org>
diff --git
a/gas/read.c
b/gas/read.c
index 4081afeb4d3752ed3413796bea52ac989248e612..7d6f19a2f89ac8d9f6d6b0b1355e3b491ea7f251 100644
(file)
--- 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. */