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
c095d84a
Commit
c095d84a
authored
Apr 02, 1999
by
Bruce Korb
Committed by
Bruce Korb
Apr 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete the change to the 'fixinc.tmp' file
From-SVN: r26120
parent
a734e0bf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
6 deletions
+17
-6
gcc/ChangeLog
+3
-0
gcc/fixinc/inclhack.def
+14
-6
No files found.
gcc/ChangeLog
View file @
c095d84a
...
...
@@ -3,6 +3,9 @@
*
fixinc
/
mkfixinc
.
sh
:
added
support
for
x86
-
interix
*
fixinc
/
fixinc
.
interix
:
fixincludes
script
,
slight
chages
from
.
/
fixinc
.
interix
.
Untested
(
needs
interix
box
).
*
fixinc
/
inclhack
.
def
:
Complete
the
change
to
the
'
fixinc
.
tmp
'
file
*
fixincl
.
x
,
fixincl
.
sh
,
inclhack
.
sh
:
regenerate
Fri
Apr
2
11
:
36
:
12
1999
Jan
Hubicka
(
hubicka
@paru
.
cas
.
cz
)
...
...
gcc/fixinc/inclhack.def
View file @
c095d84a
...
...
@@ -2253,6 +2253,14 @@ fix = {
};
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* UNDO BROKEN FIXES
*
* We sure do hope that broken fixes and needed fixes are never
* applied to the same file!! :-}
*/
/*
* Purge some HP-UX 11 files that are only borken after they are "fixed".
*/
...
...
@@ -2262,7 +2270,7 @@ fix = {
select = 'These definitions are for HP Internal developers';
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
$file.
\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
fixinc.tmp
\n"
"cat > /dev/null";
};
...
...
@@ -2276,7 +2284,7 @@ fix = {
select = '11.00 HP-UX LP64';
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
$file.
\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
fixinc.tmp
\n"
"cat > /dev/null";
};
...
...
@@ -2290,7 +2298,7 @@ fix = {
select = 'kthread_create_caller_t';
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
$file.
\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
fixinc.tmp
\n"
"cat > /dev/null";
};
...
...
@@ -2304,7 +2312,7 @@ fix = {
select = 'Kernel Instrumentation Definitions';
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
$file.
\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
fixinc.tmp
\n"
"cat > /dev/null";
};
...
...
@@ -2321,7 +2329,7 @@ fix = {
/* shouldn't there be a select expression here??? */
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
$file.
\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
fixinc.tmp
\n"
"cat > /dev/null";
};
...
...
@@ -2335,7 +2343,7 @@ fix = {
select = '11.0 and later representation of ki time';
shell =
"echo \"Removing incorrect fix to <$file>\" >&2\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
$file.
\n"
"rm -f ${DESTDIR}/$file ${DESTDIR}/
fixinc.tmp
\n"
"cat > /dev/null";
};
...
...
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