Commit 70305f2b by Richard Henderson

[multiple changes]

2001-01-27  Janis Johnson <janis@us.ibm.com>

        * config.gcc (i[34567]86-sequent-{ptx4*,sysv4*}): Use usegas.h
        if appropriate.
        * config/ptx4.h: Several fixes to build on DYNIX/ptx v4.[456], and
        to remove macro definitions that are duplicated from elfos.h.

2001-01-27  Richard Henderson  <rth@redhat.com>

        * config/i386/sco5gas.h: Move ...
        * config/usegas.h: ... here.
        * config.gcc (i[34567]86-*-sco3.2v5) [tm_file]: Update.

From-SVN: r39303
parent 940ff66d
2001-01-27 Janis Johnson <janis@us.ibm.com>
* config.gcc (i[34567]86-sequent-{ptx4*,sysv4*}): Use usegas.h
if appropriate.
* config/ptx4.h: Several fixes to build on DYNIX/ptx v4.[456], and
to remove macro definitions that are duplicated from elfos.h.
2001-01-27 Richard Henderson <rth@redhat.com>
* config/i386/sco5gas.h: Move ...
* config/usegas.h: ... here.
* config.gcc (i[34567]86-*-sco3.2v5) [tm_file]: Update.
2001-01-27 Jakub Jelinek <jakub@redhat.com> 2001-01-27 Jakub Jelinek <jakub@redhat.com>
* c-typeck.c (struct constructor_stack): Add range_stack member. * c-typeck.c (struct constructor_stack): Add range_stack member.
......
...@@ -1052,6 +1052,10 @@ i[34567]86-sequent-ptx2* | i[34567]86-sequent-sysv3*) ...@@ -1052,6 +1052,10 @@ i[34567]86-sequent-ptx2* | i[34567]86-sequent-sysv3*)
;; ;;
i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*) i[34567]86-sequent-ptx4* | i[34567]86-sequent-sysv4*)
xm_file="xm-alloca.h ${xm_file}" xm_file="xm-alloca.h ${xm_file}"
if test x$gas = xyes
then
tm_file="${tm_file} usegas.h"
fi
xm_defines="USG POSIX SMALL_ARG_MAX" xm_defines="USG POSIX SMALL_ARG_MAX"
xmake_file=x-svr4 xmake_file=x-svr4
tm_file=i386/ptx4-i.h tm_file=i386/ptx4-i.h
...@@ -1279,7 +1283,7 @@ i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5 ...@@ -1279,7 +1283,7 @@ i[34567]86-*-sco3.2v5*) # 80386 running SCO Open Server 5
tm_file=i386/sco5.h tm_file=i386/sco5.h
if test x$gas = xyes if test x$gas = xyes
then then
tm_file="i386/sco5gas.h ${tm_file}" tm_file="usegas.h ${tm_file}"
tmake_file=i386/t-sco5gas tmake_file=i386/t-sco5gas
else else
tmake_file=i386/t-sco5 tmake_file=i386/t-sco5
......
/* Definitions for Intel x86 running SCO OpenServer, running GNU assembler /* Copyright (C) 2001 Free Software Foundation, Inc.
Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of GNU CC. This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify GNU CC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option) the Free Software Foundation; either version 2, or (at your option)
any later version. any later version.
GNU CC is distributed in the hope that it will be useful, GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
/* Just set a single flag we can test for inside of sco5.h and include it. */
/* Just set a single flag we can test for it inside other files. */
#define USE_GAS 1 #define USE_GAS 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment