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
27eaa708
Commit
27eaa708
authored
Dec 16, 2002
by
Bruce Korb
Committed by
Bruce Korb
Dec 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move inclusion of signal.h
From-SVN: r60176
parent
4977bab6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/fixinc/fixincl.c
+0
-1
gcc/fixinc/fixincl.x
+0
-0
gcc/fixinc/fixlib.h
+1
-0
No files found.
gcc/ChangeLog
View file @
27eaa708
2002
-
12
-
16
Bruce
Korb
<
bkorb
@gnu
.
org
>
*
fixinc
/
fixlib
.
h
:
add
:
#
include
<
signal
.
h
>
*
fixinc
/
fixincl
.
c
:
remove
:
#
include
<
signal
.
h
>
Mon
Dec
16
17
:
20
:
04
2002
J
"orn Rennecke <joern.rennecke@superh.com>
* sh.h (EXTRA_CONSTRAINT_Z): New macro.
...
...
gcc/fixinc/fixincl.c
View file @
27eaa708
...
...
@@ -28,7 +28,6 @@ Boston, MA 02111-1307, USA. */
#define BAD_ADDR ((void*)-1)
#endif
#include <signal.h>
#if ! defined( SIGCHLD ) && defined( SIGCLD )
# define SIGCHLD SIGCLD
#endif
...
...
gcc/fixinc/fixincl.x
View file @
27eaa708
This diff is collapsed.
Click to expand it.
gcc/fixinc/fixlib.h
View file @
27eaa708
...
...
@@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */
#include "system.h"
#include "coretypes.h"
#include "tm.h"
#include <signal.h>
#include "gnu-regex.h"
#include "machname.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