aboutsummaryrefslogtreecommitdiff
path: root/bfd/som.c
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 /bfd/som.c
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 'bfd/som.c')
-rw-r--r--bfd/som.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/som.c b/bfd/som.c
index d3865f0..7d6fc7f 100644
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -114,7 +114,7 @@ static unsigned int som_slurp_symbol_table (bfd *);
Note one side effect of using a R_PREV_FIXUP is the relocation that
is being repeated moves to the front of the queue. */
-struct reloc_queue
+static struct reloc_queue
{
unsigned char *reloc;
unsigned int size;