mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
(is_end_of_line): No ';' for TC_HPPA.
This commit is contained in:
parent
8e6a3c35b9
commit
ac743b2c9d
@ -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 `;'.
|
||||
|
@ -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, /* */
|
||||
|
Loading…
Reference in New Issue
Block a user