This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

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


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.


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