diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-12-03 03:20:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-12-03 03:20:13 +0000 |
commit | 7efd976aa89684f335c20bd065a58785ac985fa5 (patch) | |
tree | da4887c2b22b9bfe5a6c45f33b50a57213323b83 /gas/config/obj-elf.c | |
parent | e0ab682bec5fe48fd19f5c3286e3b2e316449e48 (diff) | |
download | gdb-7efd976aa89684f335c20bd065a58785ac985fa5.zip gdb-7efd976aa89684f335c20bd065a58785ac985fa5.tar.gz gdb-7efd976aa89684f335c20bd065a58785ac985fa5.tar.bz2 |
* config/obj-elf.c: Remove ARGSUSED.
Diffstat (limited to 'gas/config/obj-elf.c')
-rw-r--r-- | gas/config/obj-elf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 783930f..697dd4f 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -1773,7 +1773,6 @@ elf_get_extr (sym, ext) /* This function is called by bfd_ecoff_debug_externals. It has nothing to do for ELF. */ -/*ARGSUSED*/ static void elf_set_index (sym, indx) asymbol *sym ATTRIBUTE_UNUSED; |