From: Kazu Hirata Date: Wed, 3 Dec 2003 03:20:13 +0000 (+0000) Subject: * config/obj-elf.c: Remove ARGSUSED. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7efd976aa89684f335c20bd065a58785ac985fa5;p=binutils-gdb.git * config/obj-elf.c: Remove ARGSUSED. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 72618b82d61..9cd19775b94 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2003-12-02 Kazu Hirata + + * config/obj-elf.c: Remove ARGSUSED. + 2003-12-02 Alan Modra * Makefile.am: Run "make dep-am". diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 783930f7726..697dd4fc1d0 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;