Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c77b484a
Commit
c77b484a
authored
Jun 17, 2000
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified make check test output
From-SVN: r34585
parent
26816187
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
41 additions
and
7 deletions
+41
-7
gcc/fixinc/tests/base/X11/ShellP.h
+1
-1
gcc/fixinc/tests/base/math.h
+2
-1
gcc/fixinc/tests/base/strings.h
+11
-0
gcc/fixinc/tests/base/sys/file.h
+1
-1
gcc/fixinc/tests/base/sys/limits.h
+12
-0
gcc/fixinc/tests/base/sys/stat.h
+13
-0
gcc/fixinc/tests/base/testing.h
+1
-4
No files found.
gcc/fixinc/tests/base/X11/ShellP.h
View file @
c77b484a
...
...
@@ -3,7 +3,7 @@
#if defined( X11_CLASS_CHECK )
struct
{
#ifdef __cplusplus
char
*
c_class
;
char
*
c_class
;
#else
char
*
class
;
#endif
...
...
gcc/fixinc/tests/base/math.h
View file @
c77b484a
...
...
@@ -95,7 +95,8 @@ extern int matherr();
#if defined( ULTRIX_ATOF_PARAM_CHECK )
extern
double
atof
(
const
char
*
);
extern
double
atof
(
const
char
*
__nptr
);
#endif
/* ULTRIX_ATOF_PARAM_CHECK */
#ifdef __cplusplus
#undef exception
...
...
gcc/fixinc/tests/base/strings.h
View file @
c77b484a
#ifndef FIXINC_ULTRIX_STRINGS_CHECK
#define FIXINC_ULTRIX_STRINGS_CHECK 1
#if defined( SUNOS_STRLEN_CHECK )
__SIZE_TYPE__
strlen
();
/* string length */
#endif
/* SUNOS_STRLEN_CHECK */
#if defined( ULTRIX_STRINGS_CHECK )
@
(
#
)
strings
.
h
6
.
1
(
ULTRIX
)
#endif
/* ULTRIX_STRINGS_CHECK */
#endif
/* FIXINC_ULTRIX_STRINGS_CHECK */
gcc/fixinc/tests/base/sys/file.h
View file @
c77b484a
...
...
@@ -6,7 +6,7 @@ extern void foo(struct file *, ...); /* HPUX_SOURCE - bad varargs */
#if defined( ULTRIX_IFDEF_CHECK )
#if defined(KERNEL)
&& defined( mumbojumbo )
#if defined(KERNEL)
&& defined( mumbojumbo )
int
oops
;
#endif
#endif
/* ULTRIX_IFDEF_CHECK */
gcc/fixinc/tests/base/sys/limits.h
View file @
c77b484a
#if defined( LIMITS_IFNDEFS_CHECK )
#ifndef DBL_DIG
# define DBL_DIG 0
/* somthin' */
#endif
#endif
/* LIMITS_IFNDEFS_CHECK */
#if defined( NESTED_SYS_LIMITS_CHECK )
/*
#define CHILD_MAX 20 Max, Max, ... */
/*
#define OPEN_MAX 20 Max, Max, ... */
#endif
/* NESTED_SYS_LIMITS_CHECK */
#if defined( ULTRIX_MATH_IFDEF_CHECK )
#if defined(__GFLOAT)
#endif
/* ULTRIX_MATH_IFDEF_CHECK */
gcc/fixinc/tests/base/sys/stat.h
View file @
c77b484a
...
...
@@ -39,6 +39,19 @@ static int stat(__f, __p)
#endif
/* SCO_STATIC_FUNC_CHECK */
#if defined( ULTRIX_STAT_CHECK )
@
(
#
)
stat
.
h
6
.
1
(
ULTRIX
)
#define S_IFPORT S_IFIFO
/* macro to test for symbolic link */
#define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
fstat
(),
lstat
(),
#endif
/* ULTRIX_STAT_CHECK */
#if defined( VXWORKS_NEEDS_VXWORKS_CHECK )
#include </dev/null>
/* ULONG */
# define __INCstath <sys/stat.h>
...
...
gcc/fixinc/tests/base/testing.h
View file @
c77b484a
#if defined( CTRL_QUOTES_DEF_CHECK )
#define BSD43_CTRL(n, x) ((n<<8)+x)
#define _CTRL(c) (c&037)
#endif
/* CTRL_QUOTES_DEF_CHECK */
...
...
@@ -12,9 +11,7 @@
#if defined( IO_QUOTES_DEF_CHECK )
#define BSD43__IOWR(n, x) ((n<<8)+x)
#define _IOWN(x,y,t) (_IOC_IN|(((t)&_IOCPARM_MASK)<<16)|(x<<8)|y)
#define _IO(x,y) (x<<8|y)
#define XX_IO(x) (x<<8|256)
#endif
/* IO_QUOTES_DEF_CHECK */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment