diff options
author | Alan Modra <amodra@gmail.com> | 2020-12-18 09:38:00 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-12-18 10:34:16 +1030 |
commit | 3fafa2e26ed651e3d3a50193b5bbf8f55779c7aa (patch) | |
tree | cf500a8af62e6585b754b965a500d70ae8b8521e /bfd/elf32-nds32.c | |
parent | 7fbd5f4e2c143bbe28715608ca00e2e93a7d7fd4 (diff) | |
download | fsf-binutils-gdb-3fafa2e26ed651e3d3a50193b5bbf8f55779c7aa.zip fsf-binutils-gdb-3fafa2e26ed651e3d3a50193b5bbf8f55779c7aa.tar.gz fsf-binutils-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 'bfd/elf32-nds32.c')
-rw-r--r-- | bfd/elf32-nds32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-nds32.c b/bfd/elf32-nds32.c index 85bbd09..15c63e9 100644 --- a/bfd/elf32-nds32.c +++ b/bfd/elf32-nds32.c @@ -13336,7 +13336,7 @@ elf32_nds32_check_relax_group (bfd *abfd, asection *asec) } /* Reorder RELAX_GROUP ID when command line option '-r' is applied. */ -struct section_id_list_t *relax_group_section_id_list = NULL; +static struct section_id_list_t *relax_group_section_id_list = NULL; struct section_id_list_t * elf32_nds32_lookup_section_id (int id, struct section_id_list_t **lst_ptr) |