aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-06-09 00:00:04 +0000
committerAlan Modra <amodra@gmail.com>2000-06-09 00:00:04 +0000
commit63a0b638d4552518d5657938ae13032f95b1c7c3 (patch)
treece40bbc1e6410df6c6f91fb84acd87beefeb7257 /gas/read.c
parent9bab93495ab3f23df75d48b1a447361731faac5e (diff)
downloadfsf-binutils-gdb-63a0b638d4552518d5657938ae13032f95b1c7c3.zip
fsf-binutils-gdb-63a0b638d4552518d5657938ae13032f95b1c7c3.tar.gz
fsf-binutils-gdb-63a0b638d4552518d5657938ae13032f95b1c7c3.tar.bz2
Don't treat `;' as a line separator by default.
Explicitly mention `;' in line_separator_chars in each backend.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/read.c b/gas/read.c
index 7d6f19a..90c43dd 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -155,11 +155,7 @@ 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, /* */