[PATCH] style fix for aix51.h and rs6000/mach.h

Franz Sirl Franz.Sirl-kernel@lauterbach.com
Thu May 3 02:34:00 GMT 2001


At 03:00 03.05.2001, David O'Brien wrote:

>2001-05-02  David O'Brien  <obrien@FreeBSD.org>
>
>         * config.gcc, config/rs6000/aix51.h, config/rs6000/mach.h:  Do not
>         directly include rs6000/rs6000.h.  Instead do it in tm.h.
>
>
>
>Index: config.gcc
>===================================================================
>RCS file: /cvs/gcc/egcs/gcc/config.gcc,v
>retrieving revision 1.56
>diff -u -r1.56 config.gcc
>--- config.gcc  2001/05/01 17:45:02     1.56
>+++ config.gcc  2001/05/03 01:00:22
>@@ -2741,7 +2741,7 @@
>         ;;
>  rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
>         xm_defines=POSIX
>-       tm_file="${tm_file} rs6000/aix.h rs6000/aix51.h"
>+       tm_file="${tm_file} rs6000/aix.h rs6000/rs6000.h rs6000/aix.h 
>rs6000/aix51.h"
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is duplication, why? At this point tm_file should be set to 
rs6000/rs6000.h, so I don't see what you are heading at, it was already fine.

Franz.



More information about the Gcc-patches mailing list