Fix spurious testsuite failure

Andreas Schwab schwab@suse.de
Thu Jun 23 11:36:00 GMT 2005


This fixes a spurious testsuite failure due to warning about implicit
return type.  Checked in as obvious.

Andreas.

2005-06-23  Andreas Schwab  <schwab@suse.de>

	* ld-elfweak/size_foo.c (foo): Fix warning about implicit return
	type.

Index: ld/testsuite/ld-elfweak/size_foo.c
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elfweak/size_foo.c,v
retrieving revision 1.1
diff -u -a -p -u -p -a -r1.1 ld/testsuite/ld-elfweak/size_foo.c
--- ld/testsuite/ld-elfweak/size_foo.c	20 Apr 2004 14:50:22 -0000	1.1
+++ ld/testsuite/ld-elfweak/size_foo.c	23 Jun 2005 11:32:30 -0000
@@ -2,6 +2,7 @@
 
 extern void bar ();
 
+void
 foo ()
 {
   bar ();

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Binutils mailing list