This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] gas/config/obj-elf.c: Remove ARGSUSED.


Hi,

Committed as preapproved by Nick a few years ago through personal
communication.

Kazu Hirata

2003-12-02  Kazu Hirata  <kazu@cs.umass.edu>

	* config/obj-elf.c: Remove ARGSUSED.

Index: obj-elf.c
===================================================================
RCS file: /cvs/src/src/gas/config/obj-elf.c,v
retrieving revision 1.75
diff -u -r1.75 obj-elf.c
--- obj-elf.c	20 Nov 2003 00:01:55 -0000	1.75
+++ obj-elf.c	3 Dec 2003 03:18:38 -0000
@@ -1773,7 +1773,6 @@
 /* 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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]