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
268afb99
Commit
268afb99
authored
Jul 11, 2000
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new tests results from changes
From-SVN: r34971
parent
10b9cbbe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
gcc/fixinc/tests/base/sys/types.h
+0
-6
gcc/fixinc/tests/base/testing.h
+0
-2
No files found.
gcc/fixinc/tests/base/sys/types.h
View file @
268afb99
#if defined( IRIX_MULTILINE_CMNT_CHECK )
/* we check the type of the result */
// /* of the sizeof something. This is a bad test :-( */
#endif
/* IRIX_MULTILINE_CMNT_CHECK */
#if defined( SYSTYPES_STDLIB_SIZE_T_CHECK )
#ifndef __SIZE_TYPE__
#define __SIZE_TYPE__ long unsigned int
...
...
gcc/fixinc/tests/base/testing.h
View file @
268afb99
...
...
@@ -23,11 +23,9 @@ BSD43__IOWR('T', 1) /* Some are multi-line */
#if defined( LIBC1_IFDEFD_MEMX_CHECK )
#if defined(__STDC__) && __GNUC__ < 2 || defined(__cplusplus)
/* Copy N bytes of SRC to DEST. */
extern
__ptr_t
memcpy
__P
((
__ptr_t
__dest
,
__const
__ptr_t
__src
,
size_t
__n
));
#endif
#endif
/* LIBC1_IFDEFD_MEMX_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