aboutsummaryrefslogtreecommitdiff
path: root/bfd/targets.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-05-03 15:53:29 +0930
committerAlan Modra <amodra@gmail.com>2023-05-03 15:53:29 +0930
commita07223191bdda5e85a500e3b8206ee8fe8bcdfed (patch)
tree0184018534c7fc1c58bcb3ddb223916123f55c56 /bfd/targets.c
parent717d4bd6d199fcf834f741489aaf3bd800f9769f (diff)
downloadgdb-a07223191bdda5e85a500e3b8206ee8fe8bcdfed.zip
gdb-a07223191bdda5e85a500e3b8206ee8fe8bcdfed.tar.gz
gdb-a07223191bdda5e85a500e3b8206ee8fe8bcdfed.tar.bz2
Remove unused args from bfd_make_debug_symbol
The ptr and size args are unused. Make the function look the same as bfd_make_empty_symbol.
Diffstat (limited to 'bfd/targets.c')
-rw-r--r--bfd/targets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/targets.c b/bfd/targets.c
index 021c808..3dbcd08 100644
--- a/bfd/targets.c
+++ b/bfd/targets.c
@@ -420,7 +420,7 @@ BFD_JUMP_TABLE macros.
. while using BFD for everything else. Currently used by the assembler
. when creating COFF files. *}
. asymbol *
-. (*_bfd_make_debug_symbol) (bfd *, void *, unsigned long size);
+. (*_bfd_make_debug_symbol) (bfd *);
.#define bfd_read_minisymbols(b, d, m, s) \
. BFD_SEND (b, _read_minisymbols, (b, d, m, s))
. long (*_read_minisymbols) (bfd *, bool, void **, unsigned int *);