PATCH: cosmetic changes to config/rs6000/rs6000.c

Franz Sirl Franz.Sirl-kernel@lauterbach.com
Wed Aug 29 02:22:00 GMT 2001


At 02:04 29.08.2001, dalej@apple.com wrote:
>Changes in rs6000.c to eliminate warnings:
>#include "integrate.h" gets some missing function declarations.
>     (There should presumably be a makefile dependency added somewhere,
>     but I can't find where.)
>add 'const' in output_profile_hook() to eliminate "assignment discards
>     qualifiers" warning
>
>Index: rs6000.c
>===================================================================
>RCS file: /cvs/Darwin/Commands/GNU/gcc/gcc/config/rs6000/rs6000.c,v
>retrieving revision 1.35
>diff -u -d -b -w -r1.35 rs6000.c
>--- rs6000.c    2001/08/21 20:03:04     1.35
>+++ rs6000.c    2001/08/28 23:02:10
>@@ -44,6 +44,7 @@
>  #include "tm_p.h"
>  #include "target.h"
>  #include "target-def.h"
>+#include "integrate.h"

Superfluous now, already fixed.

Franz.



More information about the Gcc-patches mailing list