aboutsummaryrefslogtreecommitdiff
path: root/include/xtensa-isa-internal.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-12-18 09:38:00 +1030
committerAlan Modra <amodra@gmail.com>2020-12-18 10:34:16 +1030
commit3fafa2e26ed651e3d3a50193b5bbf8f55779c7aa (patch)
treecf500a8af62e6585b754b965a500d70ae8b8521e /include/xtensa-isa-internal.h
parent7fbd5f4e2c143bbe28715608ca00e2e93a7d7fd4 (diff)
downloadgdb-3fafa2e26ed651e3d3a50193b5bbf8f55779c7aa.zip
gdb-3fafa2e26ed651e3d3a50193b5bbf8f55779c7aa.tar.gz
gdb-3fafa2e26ed651e3d3a50193b5bbf8f55779c7aa.tar.bz2
Assorted tidies
bfd/ * elf32-microblaze.c (dbg): Delete unused variable. * elf32-nds32.c (relax_group_section_id_list): Make static. * som.c (reloc_queue): Make static. * xtensa-isa.c (xtisa_errno, xtisa_error_msg): Make static. include/ * xtensa-isa-internal.h (xtisa_errno, xtisa_error_msg): Delete.
Diffstat (limited to 'include/xtensa-isa-internal.h')
-rw-r--r--include/xtensa-isa-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xtensa-isa-internal.h b/include/xtensa-isa-internal.h
index cf1e8a3..e7edab4 100644
--- a/include/xtensa-isa-internal.h
+++ b/include/xtensa-isa-internal.h
@@ -228,7 +228,4 @@ typedef struct xtensa_isa_internal_struct
extern int xtensa_isa_name_compare (const void *, const void *);
-extern xtensa_isa_status xtisa_errno;
-extern char xtisa_error_msg[];
-
#endif /* !XTENSA_ISA_INTERNAL_H */