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
5b6b4000
Commit
5b6b4000
authored
24 years ago
by
Bruce Korb
Committed by
Bruce Korb
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified test results
From-SVN: r34300
parent
6bb88b67
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
51 additions
and
7 deletions
+51
-7
gcc/ChangeLog
+5
-0
gcc/fixinc/check.tpl
+1
-1
gcc/fixinc/tests/base/stdio.h
+19
-0
gcc/fixinc/tests/base/sys/asm.h
+1
-1
gcc/fixinc/tests/base/sys/stat.h
+11
-4
gcc/fixinc/tests/base/sys/wait.h
+1
-1
gcc/fixinc/tests/base/time.h
+13
-0
No files found.
gcc/ChangeLog
View file @
5b6b4000
...
...
@@ -6,6 +6,11 @@
* inclhack.def: add new tests
* tests/base/arch/i960/archI960.h: New test result
* tests/base/curses.h: modified test result
* tests/base/stdio.h: ditto
* tests/base/time.h: ditto
* tests/base/sys/asm.h: ditto
* tests/base/sys/stat.h: ditto
* tests/base/sys/wait.h: ditto
Wed May 31 13:17:20 2000 Philippe De Muyter <phdm@macqel.be>
...
...
This diff is collapsed.
Click to expand it.
gcc/fixinc/check.tpl
View file @
5b6b4000
...
...
@@ -123,7 +123,7 @@ do
:
else
diff -c $f $
{
TESTBASE
}
/$f >
&
2
diff -c $f $
{
TESTBASE
}
/$f >
&
2
|| :
exitok=false
fi
done
...
...
This diff is collapsed.
Click to expand it.
gcc/fixinc/tests/base/stdio.h
View file @
5b6b4000
...
...
@@ -32,4 +32,23 @@ extern int rename(const char *_old, const char *_new);
#endif
/* STDIO_STDARG_H_CHECK */
#if defined( ULTRIX_CONST_CHECK )
extern
void
perror
(
const
char
*
__s
);
extern
int
fputs
(
const
char
*
__s
,
FILE
*
);
extern
size_t
fwrite
(
const
void
*
__ptr
,
size_t
,
size_t
,
FILE
*
);
extern
int
fscanf
(
FILE
*
__stream
,
const
char
*
__format
,
...);
extern
int
scanf
(
const
char
*
__format
,
...);
#endif
/* ULTRIX_CONST_CHECK */
#if defined( ULTRIX_CONST2_CHECK )
extern
FILE
*
fopen
(
const
char
*
__filename
,
const
char
*
__type
);
extern
int
sscanf
(
const
char
*
__s
,
const
char
*
__format
,
...);
extern
FILE
*
popen
(
const
char
*
,
const
char
*
);
extern
char
*
tempnam
(
const
char
*
,
const
char
*
);
#endif
/* ULTRIX_CONST2_CHECK */
#endif
/* FIXINC_STDIO_STDARG_H_CHECK */
This diff is collapsed.
Click to expand it.
gcc/fixinc/tests/base/sys/asm.h
View file @
5b6b4000
#if defined( IRIX_ASM_APOSTROPHE_CHECK )
# and we are on vacation
# and we are on vacation
#endif
/* IRIX_ASM_APOSTROPHE_CHECK */
This diff is collapsed.
Click to expand it.
gcc/fixinc/tests/base/sys/stat.h
View file @
5b6b4000
...
...
@@ -16,7 +16,7 @@ extern int fchmod(int, mode_t);
extern
"C"
{
#endif
/* __cplusplus */
static
int
stat
(
const
char
*
__f
,
struct
stat
*
__p
)
{
return
__stat32
(
__f
,
__p
);
return
__stat32
(
__f
,
__p
);
}
#if __cplusplus
}
...
...
@@ -27,13 +27,20 @@ return __stat32(__f, __p);
extern
"C"
{
#endif
/* __cplusplus */
static
int
stat
(
__f
,
__p
)
char
*
__f
;
struct
stat
*
__p
;
char
*
__f
;
struct
stat
*
__p
;
{
return
__stat32
(
__f
,
__p
);
return
__stat32
(
__f
,
__p
);
}
#if __cplusplus
}
#endif
/* __cplusplus */
#endif
#endif
/* SCO_STATIC_FUNC_CHECK */
#if defined( VXWORKS_NEEDS_VXWORKS_CHECK )
#include </dev/null>
/* ULONG */
# define __INCstath <sys/stat.h>
#include <types/vxTypesOld.h>
#endif
/* VXWORKS_NEEDS_VXWORKS_CHECK */
This diff is collapsed.
Click to expand it.
gcc/fixinc/tests/base/sys/wait.h
View file @
5b6b4000
...
...
@@ -4,7 +4,7 @@
/* bos325, */
struct
rusage
;
extern
pid_t
wait3
();
/* pid_t wait3(int *, int, struct rusage *); */
/* pid_t wait3(int *, int, struct rusage *); */
#endif
/* AIX_SYSWAIT_CHECK */
...
...
This diff is collapsed.
Click to expand it.
gcc/fixinc/tests/base/time.h
View file @
5b6b4000
...
...
@@ -12,4 +12,17 @@
unsigned
int
_clocks_per_sec
;
#endif
/* VXWORKS_NEEDS_VXTYPES_CHECK */
#if defined( VXWORKS_TIME_CHECK )
#ifndef __gcc_VOIDFUNCPTR_defined
#ifdef __cplusplus
typedef
void
(
*
__gcc_VOIDFUNCPTR
)
(...);
#else
typedef
void
(
*
__gcc_VOIDFUNCPTR
)
();
#endif
#define __gcc_VOIDFUNCPTR_defined
#endif
#define VOIDFUNCPTR __gcc_VOIDFUNCPTR
#endif
/* VXWORKS_TIME_CHECK */
#endif
/* FIXINC_M88K_MULTI_INCL_CHECK */
This diff is collapsed.
Click to expand it.
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