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
2583397b
Commit
2583397b
authored
May 28, 1999
by
Robert Lipe
Committed by
Bruce Korb
May 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace local include scheme with #include of system.h
From-SVN: r27232
parent
1392020e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
37 deletions
+13
-37
gcc/ChangeLog
+7
-0
gcc/fixinc/fixincl.c
+2
-17
gcc/fixinc/procopen.c
+2
-11
gcc/fixinc/server.c
+2
-9
No files found.
gcc/ChangeLog
View file @
2583397b
Fri May 28 21:40 1999 Robert Lipe <robertlipe@usa.net>
* fixincl.c: Replace local include scheme with #includes of
gansidecl.h and system.h.
* procopen.c: Likewise.
* server.c: Likewise.
Fri May 28 03:47:03 1999 Eric Raskin (ehr@listworks.com)
Fri May 28 03:47:03 1999 Eric Raskin (ehr@listworks.com)
* i386/t-dgux (EXTRA_PARTS): Add crti.o
* i386/t-dgux (EXTRA_PARTS): Add crti.o
...
...
gcc/fixinc/fixincl.c
View file @
2583397b
...
@@ -24,24 +24,9 @@ Boston, MA 02111-1307, USA. */
...
@@ -24,24 +24,9 @@ Boston, MA 02111-1307, USA. */
#include "auto-host.h"
#include "auto-host.h"
#include <sys/types.h>
#include "gansidecl.h"
#include <sys/param.h>
#include "system.h"
#include <sys/stat.h>
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#include <signal.h>
#include <signal.h>
#include <stdio.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#include <ctype.h>
#include "gnu-regex.h"
#include "gnu-regex.h"
#include "server.h"
#include "server.h"
...
...
gcc/fixinc/procopen.c
View file @
2583397b
...
@@ -46,17 +46,8 @@
...
@@ -46,17 +46,8 @@
* If you do not wish that, delete this exception notice.
* If you do not wish that, delete this exception notice.
*/
*/
#include "auto-host.h"
#include "auto-host.h"
#include "gansidecl.h"
#include <sys/types.h>
#include "system.h"
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#include <errno.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <sys/param.h>
#include "server.h"
#include "server.h"
...
...
gcc/fixinc/server.c
View file @
2583397b
...
@@ -47,16 +47,9 @@
...
@@ -47,16 +47,9 @@
*/
*/
#include "auto-host.h"
#include "auto-host.h"
#include <sys/types.h>
#include "gansidecl.h"
#ifdef HAVE_FCNTL_H
#include "system.h"
#include <fcntl.h>
#endif
#include <errno.h>
#include <signal.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <sys/param.h>
#include "server.h"
#include "server.h"
...
...
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