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-or1k.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-or1k.h')
-rw-r--r-- | gas/config/tc-or1k.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-or1k.h b/gas/config/tc-or1k.h index 8277272..5b323f2 100644 --- a/gas/config/tc-or1k.h +++ b/gas/config/tc-or1k.h @@ -29,9 +29,6 @@ extern unsigned long or1k_machine; #define TARGET_FORMAT "elf32-or1k" #define TARGET_BYTES_BIG_ENDIAN 1 -extern const char or1k_comment_chars []; -#define tc_comment_chars or1k_comment_chars - /* Permit temporary numeric labels. */ #define LOCAL_LABELS_FB 1 |