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
82c3a53e
Commit
82c3a53e
authored
Apr 30, 2000
by
Bruce Korb
Committed by
Bruce Korb
Apr 30, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed two stale entries
From-SVN: r33557
parent
4c188026
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
39 deletions
+6
-39
gcc/ChangeLog
+2
-1
gcc/fixinc/inclhack.def
+4
-38
No files found.
gcc/ChangeLog
View file @
82c3a53e
2000
-
40
-
30
Bruce
Korb
<
bkorb
@gnu
.
org
>
*
fixinc
/
inclhack
.
def
:
Added
definitions
needed
by
OSR5
*
fixinc
/
inclhack
.
def
:
Added
definitions
needed
by
OSR5
,
removed
two
stale
entries
(
defined
away
with
OLD_CPP
).
*
fixinc
/
inclhack
.
sh
:
regen
*
fixinc
/
fixincl
.
x
:
regen
...
...
gcc/fixinc/inclhack.def
View file @
82c3a53e
...
...
@@ -3,13 +3,11 @@
autogen definitions inclhack;
/*
Define all the fixes we know about for repairing damaged headers.
Please see the README before adding or changing entries in this file.
/* Define all the fixes we know about for repairing damaged headers.
Please see the README before adding or changing entries in this file.
Set up a debug test so we can make the templates emit special
code while debugging these fixes: */
Set up a debug test so we can make the templates emit special
code while debugging these fixes: */
#ifdef DEBUG
FIXINC_DEBUG = yes;
...
...
@@ -765,21 +763,6 @@ fix = {
};
#ifdef OLD_CPP
/*
* Remove the double-slash comments. The "double_slash" test will
* try to ignore C++ headers by checking for "CC/", "xx/" and "++/"
* in the file name. There are still the occasional C++ headers
* that have their comments stripped. Too bad.
*/
fix = {
hackname = no_double_slash;
c_test = "double_slash";
c_fix = "no_double_slash";
};
#endif
/*
* Fix these Sun OS files to avoid an invalid identifier in an #ifdef.
*/
...
...
@@ -791,23 +774,6 @@ fix = {
};
#ifdef OLD_CPP
/*
* Fix else and endif directives that contain non-commentary text
*/
fix = {
hackname = end_else_label;
/*
* Select files that contain '#endif' or '#else' directives with
* some sort of following junk.
*/
c_test = "else_endif_label";
c_fix = "else_endif_label";
};
#endif
/*
* Fix HP's use of ../machine/inline.h to refer to
* /usr/include/machine/inline.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