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] ld/emultempl/beos.em: Remove ARGSUSED.


Hi,

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

Now no ARGSUSED is left in the tree.

Kazu Hirata

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

	* emultempl/beos.em: Remove ARGSUSED.

Index: beos.em
===================================================================
RCS file: /cvs/src/src/ld/emultempl/beos.em,v
retrieving revision 1.23
diff -u -r1.23 beos.em
--- beos.em	27 Jun 2003 00:38:25 -0000	1.23
+++ beos.em	3 Dec 2003 03:22:43 -0000
@@ -686,7 +686,6 @@
    but I'm leaving this here in case we want to enable it for sections
    which are not mentioned in the linker script.  */
 
-/*ARGSUSED*/
 static bfd_boolean
 gld${EMULATION_NAME}_place_orphan (lang_input_statement_type *file, asection *s)
 {


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