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: fixincludes patches for libstdc++-v3 on



Approved, with a minor change.  I'll apply it tomorrow.

> Convert UnixWare 7 to C fixincludes for avoid_wchat_t_type for C++ and
> libstc++-v3. Note that fixinc/fixincl.x is generated by autogen.

<<don't include it in the future :->>

> Not yet tested off UnixWare7.  gcc/include diffs attached.
> 
> 2001-02-15  Rodney Brown  <RodneyBrown@mynd.com>
> 
>         * fixinc/mkfixinc.sh: Use C fixincludes for UnixWare 7.
>         * fixinc/inclhack.def: Add fixinc.svr4 patterns with matching
>         machine restrictions.
>         * fixinc/fixincl.x: Generated from inclhack.def.

Since anything that matches 'i?86-*-sysv5*' also matches
'i?86-*-sysv5uw7*', there is no point leaving it in the mkfixinc.sh
script.  Also, since your patch makes provision for 'i?86-*-udk*',
should not that entry in mkfixinc.sh also be removed?  Actually, given
this last question, I think I should wait for you to reply before
applying :-).  Thanks! - Bruce

Index: mkfixinc.sh
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fixinc/mkfixinc.sh,v
retrieving revision 1.36
diff -c -r1.36 mkfixinc.sh
*** mkfixinc.sh 2001/01/05 16:28:58     1.36
--- mkfixinc.sh 2001/02/16 02:13:04
***************
*** 35,43 ****
  
  # Check for special fix rules for particular targets
  case $machine in
!       *-*-sysv4* | \
!       i?86-*-sysv5* | \
!       i?86-*-udk*)
                fixincludes=fixinc.svr4
                ;;
  
--- 35,41 ----
  
  # Check for special fix rules for particular targets
  case $machine in
!       *-*-sysv4* )
                fixincludes=fixinc.svr4
                ;;
  


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