aboutsummaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
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/libcoff.h
parent717d4bd6d199fcf834f741489aaf3bd800f9769f (diff)
downloadfsf-binutils-gdb-a07223191bdda5e85a500e3b8206ee8fe8bcdfed.zip
fsf-binutils-gdb-a07223191bdda5e85a500e3b8206ee8fe8bcdfed.tar.gz
fsf-binutils-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/libcoff.h')
-rw-r--r--bfd/libcoff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h
index 12bd758..235d5c3 100644
--- a/bfd/libcoff.h
+++ b/bfd/libcoff.h
@@ -364,7 +364,7 @@ extern void coff_get_symbol_info
extern bool _bfd_coff_is_local_label_name
(bfd *, const char *);
extern asymbol *coff_bfd_make_debug_symbol
- (bfd *, void *, unsigned long);
+ (bfd *);
extern bool coff_find_nearest_line
(bfd *, asymbol **, asection *, bfd_vma,
const char **, const char **, unsigned int *, unsigned int *);