mirror of git://gcc.gnu.org/git/gcc.git
system.h: Include stdarg.h/varargs.h...
* system.h: Include stdarg.h/varargs.h, make sure they are ordered
correctly with regards to stdio.h.
* calls.c: Remove stdarg.h/varargs.h.
* cccp.c: Likewise.
* cexp.y: Likewise.
* combine.c: Likewise.
* cpperror.c: Likewise.
* cpplib.c: Likewise.
* cpplib.h: Likewise.
* doprint.c: Likewise.
* emit-rtl.c: Likewise.
* final.c: Likewise.
* fix-header.c: Likewise.
* gcc.c: Likewise.
* genattr.c: Likewise.
* genattrtab.c: Likewise.
* gencodes.c: Likewise.
* genconfig.c: Likewise.
* genemit.c: Likewise.
* genextract.c: Likewise.
* genflags.c: Likewise.
* genopinit.c: Likewise.
* genoutput.c: Likewise.
* genpeep.c: Likewise.
* genrecog.c: Likewise.
* mips-tfile.c: Likewise.
* prefix.c: Likewise.
* protoize.c: Likewise.
* regmove.c: Likewise.
* toplev.c: Likewise.
* tree.c: Likewise.
* cp/errfn.c: Remove stdarg.h/varargs.h.
* cp/tree.c: Likewise.
From-SVN: r21997
This commit is contained in:
parent
f952a23816
commit
789f983ab1
|
|
@ -1,3 +1,38 @@
|
||||||
|
Wed Aug 26 10:53:03 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
|
* system.h: Include stdarg.h/varargs.h, make sure they are ordered
|
||||||
|
correctly with regards to stdio.h.
|
||||||
|
|
||||||
|
* calls.c: Remove stdarg.h/varargs.h.
|
||||||
|
* cccp.c: Likewise.
|
||||||
|
* cexp.y: Likewise.
|
||||||
|
* combine.c: Likewise.
|
||||||
|
* cpperror.c: Likewise.
|
||||||
|
* cpplib.c: Likewise.
|
||||||
|
* cpplib.h: Likewise.
|
||||||
|
* doprint.c: Likewise.
|
||||||
|
* emit-rtl.c: Likewise.
|
||||||
|
* final.c: Likewise.
|
||||||
|
* fix-header.c: Likewise.
|
||||||
|
* gcc.c: Likewise.
|
||||||
|
* genattr.c: Likewise.
|
||||||
|
* genattrtab.c: Likewise.
|
||||||
|
* gencodes.c: Likewise.
|
||||||
|
* genconfig.c: Likewise.
|
||||||
|
* genemit.c: Likewise.
|
||||||
|
* genextract.c: Likewise.
|
||||||
|
* genflags.c: Likewise.
|
||||||
|
* genopinit.c: Likewise.
|
||||||
|
* genoutput.c: Likewise.
|
||||||
|
* genpeep.c: Likewise.
|
||||||
|
* genrecog.c: Likewise.
|
||||||
|
* mips-tfile.c: Likewise.
|
||||||
|
* prefix.c: Likewise.
|
||||||
|
* protoize.c: Likewise.
|
||||||
|
* regmove.c: Likewise.
|
||||||
|
* toplev.c: Likewise.
|
||||||
|
* tree.c: Likewise.
|
||||||
|
|
||||||
Wed Aug 26 05:09:27 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
|
Wed Aug 26 05:09:27 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
|
||||||
|
|
||||||
* config/sparc/sparc.c (sparc_override_options): If not
|
* config/sparc/sparc.c (sparc_override_options): If not
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,6 @@ Foundation, 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
# include <stdarg.h>
|
|
||||||
#else
|
|
||||||
# include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define PRINTF_PROTO(ARGS, m, n) PVPROTO (ARGS) ATTRIBUTE_PRINTF(m, n)
|
#define PRINTF_PROTO(ARGS, m, n) PVPROTO (ARGS) ATTRIBUTE_PRINTF(m, n)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,11 +22,6 @@
|
||||||
#line 27 "cexp.y"
|
#line 27 "cexp.y"
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
# include <stdarg.h>
|
|
||||||
#else
|
|
||||||
# include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define PRINTF_PROTO(ARGS, m, n) PVPROTO (ARGS) ATTRIBUTE_PRINTF(m, n)
|
#define PRINTF_PROTO(ARGS, m, n) PVPROTO (ARGS) ATTRIBUTE_PRINTF(m, n)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,11 +26,6 @@ Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
# include <stdarg.h>
|
|
||||||
#else
|
|
||||||
# include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define PRINTF_PROTO(ARGS, m, n) PVPROTO (ARGS) ATTRIBUTE_PRINTF(m, n)
|
#define PRINTF_PROTO(ARGS, m, n) PVPROTO (ARGS) ATTRIBUTE_PRINTF(m, n)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,16 +75,8 @@ Boston, MA 02111-1307, USA. */
|
||||||
combine anyway. */
|
combine anyway. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* stdio.h must precede rtl.h for FFS. */
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
#include "rtl.h" /* stdio.h must precede rtl.h for FFS. */
|
||||||
#include "rtl.h"
|
|
||||||
#include "flags.h"
|
#include "flags.h"
|
||||||
#include "regs.h"
|
#include "regs.h"
|
||||||
#include "hard-reg-set.h"
|
#include "hard-reg-set.h"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Aug 26 10:54:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
|
* errfn.c: Remove stdarg.h/varargs.h.
|
||||||
|
* tree.c: Likewise.
|
||||||
|
|
||||||
1998-08-25 Brendan Kehoe <brendan@cygnus.com>
|
1998-08-25 Brendan Kehoe <brendan@cygnus.com>
|
||||||
|
|
||||||
* pt.c (tsubst_copy): Only do typename overloading on an
|
* pt.c (tsubst_copy): Only do typename overloading on an
|
||||||
|
|
|
||||||
|
|
@ -24,12 +24,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
#include "toplev.h"
|
#include "toplev.h"
|
||||||
|
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* cp_printer is the type of a function which converts an argument into
|
/* cp_printer is the type of a function which converts an argument into
|
||||||
a string for digestion by printf. The cp_printer function should deal
|
a string for digestion by printf. The cp_printer function should deal
|
||||||
with all memory management; the functions in this file will not free
|
with all memory management; the functions in this file will not free
|
||||||
|
|
|
||||||
|
|
@ -28,12 +28,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "toplev.h"
|
#include "toplev.h"
|
||||||
|
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern void compiler_error ();
|
extern void compiler_error ();
|
||||||
|
|
||||||
static tree get_identifier_list PROTO((tree));
|
static tree get_identifier_list PROTO((tree));
|
||||||
|
|
|
||||||
|
|
@ -24,11 +24,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#ifndef EMACS
|
#ifndef EMACS
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "gansidecl.h"
|
#include "gansidecl.h"
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
|
|
@ -19,11 +19,6 @@ along with this program; if not, write to the Free Software
|
||||||
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
#ifndef STDC_VALUE
|
#ifndef STDC_VALUE
|
||||||
|
|
|
||||||
|
|
@ -22,11 +22,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "gansidecl.h"
|
#include "gansidecl.h"
|
||||||
#undef _doprnt
|
#undef _doprnt
|
||||||
|
|
|
||||||
|
|
@ -35,11 +35,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
is the kind of rtx's they make and what arguments they use. */
|
is the kind of rtx's they make and what arguments they use. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
|
|
|
||||||
|
|
@ -45,11 +45,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
FUNCTION_EPILOGUE. Those instructions never exist as rtl. */
|
FUNCTION_EPILOGUE. Those instructions never exist as rtl. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
#include "tree.h"
|
#include "tree.h"
|
||||||
|
|
|
||||||
|
|
@ -71,11 +71,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||||
Written by Per Bothner <bothner@cygnus.com>, July 1993. */
|
Written by Per Bothner <bothner@cygnus.com>, July 1993. */
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "gansidecl.h"
|
#include "gansidecl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -32,12 +32,6 @@ Once it knows which kind of compilation to perform, the procedure for
|
||||||
compilation is specified by a string called a "spec". */
|
compilation is specified by a string called a "spec". */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
|
||||||
|
|
@ -21,11 +21,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -96,12 +96,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
/* varargs must always be included after *config.h, but before stdio.h. */
|
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "insn-config.h" /* For REGISTER_CONSTRAINTS */
|
#include "insn-config.h" /* For REGISTER_CONSTRAINTS */
|
||||||
|
|
|
||||||
|
|
@ -23,11 +23,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -21,11 +21,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -20,11 +20,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -20,11 +20,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -23,11 +23,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -20,11 +20,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -91,11 +91,6 @@ It would not make an case in output_insn_hairy because the template
|
||||||
given in the entry is a constant (it does not start with `*'). */
|
given in the entry is a constant (it does not start with `*'). */
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -20,11 +20,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -47,11 +47,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
it returns the split rtl in a SEQUENCE. */
|
it returns the split rtl in a SEQUENCE. */
|
||||||
|
|
||||||
#include "hconfig.h"
|
#include "hconfig.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "rtl.h"
|
#include "rtl.h"
|
||||||
#include "obstack.h"
|
#include "obstack.h"
|
||||||
|
|
|
||||||
|
|
@ -600,11 +600,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
#ifndef __SABER__
|
#ifndef __SABER__
|
||||||
|
|
|
||||||
|
|
@ -64,11 +64,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
|
||||||
|
|
@ -57,11 +57,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
#define _POSIX_SOURCE
|
#define _POSIX_SOURCE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#if ! defined (_WIN32) || defined (__CYGWIN32__)
|
#if ! defined (_WIN32) || defined (__CYGWIN32__)
|
||||||
|
|
|
||||||
|
|
@ -24,16 +24,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
instruction to avoid the move instruction. */
|
instruction to avoid the move instruction. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* stdio.h must precede rtl.h for FFS. */
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
#include "rtl.h" /* stdio.h must precede rtl.h for FFS. */
|
||||||
#include "rtl.h"
|
|
||||||
#include "insn-config.h"
|
#include "insn-config.h"
|
||||||
#include "recog.h"
|
#include "recog.h"
|
||||||
#include "output.h"
|
#include "output.h"
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,13 @@
|
||||||
#ifndef __GCC_SYSTEM_H__
|
#ifndef __GCC_SYSTEM_H__
|
||||||
#define __GCC_SYSTEM_H__
|
#define __GCC_SYSTEM_H__
|
||||||
|
|
||||||
|
/* We must include stdarg.h/varargs.h before stdio.h. */
|
||||||
|
#ifdef __STDC__
|
||||||
|
#include <stdarg.h>
|
||||||
|
#else
|
||||||
|
#include <varargs.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
/* Define a generic NULL if one hasn't already been defined. */
|
/* Define a generic NULL if one hasn't already been defined. */
|
||||||
|
|
|
||||||
|
|
@ -24,11 +24,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
Error messages and low-level interface to malloc also handled here. */
|
Error messages and low-level interface to malloc also handled here. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#undef FLOAT /* This is for hpux. They should change hpux. */
|
#undef FLOAT /* This is for hpux. They should change hpux. */
|
||||||
#undef FFS /* Some systems define this in param.h. */
|
#undef FFS /* Some systems define this in param.h. */
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
|
||||||
|
|
@ -34,11 +34,6 @@ Boston, MA 02111-1307, USA. */
|
||||||
by all passes of the compiler. */
|
by all passes of the compiler. */
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#ifdef __STDC__
|
|
||||||
#include <stdarg.h>
|
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include "flags.h"
|
#include "flags.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue