Commit 079b71f5 by Bruce Korb Committed by Bruce Korb

new check result files for fixinc

From-SVN: r34339
parent a940d8bd
2000-06-01 Bruce Korb <bkorb@gnu.org>
* fixinc/tests/base/...: new base result files
Thu Jun 1 09:37:35 2000 Clinton Popetz <cpopetz@cygnus.com>
* config/i386/i386.c (ix86_use_fcomi_compare): Make global.
......
......@@ -3,3 +3,10 @@
#if defined( HP_SYSFILE_CHECK )
extern void foo(struct file *, ...); /* HPUX_SOURCE - bad varargs */
#endif /* HP_SYSFILE_CHECK */
#if defined( ULTRIX_IFDEF_CHECK )
#if defined(KERNEL) && defined( mumbojumbo )
int oops;
#endif
#endif /* ULTRIX_IFDEF_CHECK */
#if defined( ULTRIX_FIX_FIXPROTO_CHECK )
/* ULTRIX's uname */
struct utsname;
extern int uname();
#endif /* ULTRIX_FIX_FIXPROTO_CHECK */
#if defined( TINFO_CPLUSPLUS_CHECK )
#ifdef __cplusplus
int bogus;
#endif
#endif /* TINFO_CPLUSPLUS_CHECK */
#if defined( VXWORKS_GCC_PROBLEM_CHECK )
#if 1
#ifndef _GCC_SIZE_T
#define _GCC_SIZE_T
typedef unsigned int size_t;
#endif
#ifndef _GCC_PTRDIFF_T
#define _GCC_PTRDIFF_T
typedef long ptrdiff_t;
#endif
#ifndef _GCC_WCHAR_T
#define _GCC_WCHAR_T
typedef unsigned short wchar_t;
#endif
#endif /* __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__ */
#endif /* VXWORKS_GCC_PROBLEM_CHECK */
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