summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-12-03 03:20:13 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-12-03 03:20:13 +0000
commiteaa8e1fbd8136474ccf3f6e0b9031e26384180d6 (patch)
tree639e6e2212cf6fffc67a3f41dfb724951572a55e
parent23853a2235630c3e1edbe5594e26e782a2b80fdd (diff)
downloadbinutils-redhat-eaa8e1fbd8136474ccf3f6e0b9031e26384180d6.tar.gz
* config/obj-elf.c: Remove ARGSUSED.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/obj-elf.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 72618b82d6..9cd19775b9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-02 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/obj-elf.c: Remove ARGSUSED.
+
2003-12-02 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Run "make dep-am".
diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c
index 783930f772..697dd4fc1d 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;