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]

Re: gas warning fixes 18


On Fri, Dec 13, 2002 at 09:16:43AM +1030, Alan Modra wrote:
> gas/ChangeLog
> 	* config/e-criself.c (criself_bfd_name): Prototype.

Duh, pasto.

 	* config/e-criself.c: Fix typo in last change.

Index: gas/config/e-criself.c
===================================================================
RCS file: /cvs/src/src/gas/config/e-criself.c,v
retrieving revision 1.2
diff -u -p -r1.2 e-criself.c
--- gas/config/e-criself.c	12 Dec 2002 22:46:47 -0000	1.2
+++ gas/config/e-criself.c	12 Dec 2002 23:09:03 -0000
@@ -1,7 +1,7 @@
 #include "as.h"
 #include "emul.h"
 
-static const char *crisaout_bfd_name PARAMS ((void));
+static const char *criself_bfd_name PARAMS ((void));
 
 static const char *
 criself_bfd_name ()

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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