diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-09 00:00:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-09 00:00:04 +0000 |
commit | 63a0b638d4552518d5657938ae13032f95b1c7c3 (patch) | |
tree | ce40bbc1e6410df6c6f91fb84acd87beefeb7257 /gas/config/tc-h8300.c | |
parent | 9bab93495ab3f23df75d48b1a447361731faac5e (diff) | |
download | gdb-63a0b638d4552518d5657938ae13032f95b1c7c3.zip gdb-63a0b638d4552518d5657938ae13032f95b1c7c3.tar.gz 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/config/tc-h8300.c')
-rw-r--r-- | gas/config/tc-h8300.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index 2b63b00..97a2695 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -34,11 +34,9 @@ #include "opcode/h8300.h" #include <ctype.h> -const char comment_chars[] = -{';', 0}; -const char line_separator_chars[] = -{0}; +const char comment_chars[] = ";"; const char line_comment_chars[] = "#"; +const char line_separator_chars[] = ""; /* This table describes all the machine specific pseudo-ops the assembler has to support. The fields are: |