diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-08-02 09:44:53 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-08-02 09:44:53 +0200 |
commit | 4a9843c301e5453ae21639e500b9b2bd62ff1e69 (patch) | |
tree | d69d40e6126cfaff999bf19c90ecf7ed27aaa503 /gas/config/tc-cris.h | |
parent | 3615e5db8d07da71110143ee37f604235dd088a6 (diff) | |
download | gdb-4a9843c301e5453ae21639e500b9b2bd62ff1e69.zip gdb-4a9843c301e5453ae21639e500b9b2bd62ff1e69.tar.gz gdb-4a9843c301e5453ae21639e500b9b2bd62ff1e69.tar.bz2 |
gas: drop unnecessary use of tc_comment_chars
The override is necessary only when a target needs other than an array
of const char.
For cris drop redundant sibling declarations at the same time.
Diffstat (limited to 'gas/config/tc-cris.h')
-rw-r--r-- | gas/config/tc-cris.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/config/tc-cris.h b/gas/config/tc-cris.h index 398f819..4dab3ad 100644 --- a/gas/config/tc-cris.h +++ b/gas/config/tc-cris.h @@ -50,11 +50,6 @@ extern size_t md_longopts_size; extern const pseudo_typeS md_pseudo_table[]; -#define tc_comment_chars cris_comment_chars -extern const char cris_comment_chars[]; -extern const char line_comment_chars[]; -extern const char line_separator_chars[]; - /* This should be optional, since it is ignored as an escape (assumed to be itself) if it is not recognized. */ #define ONLY_STANDARD_ESCAPES |