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
6655a9bc
Commit
6655a9bc
authored
Mar 12, 1999
by
Bruce Korb
Committed by
Bruce Korb
Mar 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing merges from fixincl-branch
From-SVN: r25725
parent
42fd06c9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
37 additions
and
32 deletions
+37
-32
gcc/ChangeLog
+5
-0
gcc/fixinc/fixinc.dgux
+4
-4
gcc/fixinc/fixinc.irix
+4
-4
gcc/fixinc/fixinc.ptx
+4
-4
gcc/fixinc/fixinc.sco
+4
-4
gcc/fixinc/fixinc.svr4
+4
-4
gcc/fixinc/fixinc.winnt
+4
-4
gcc/fixinc/fixinc.wrap
+4
-4
gcc/fixinc/fixinc.x86-linux-gnu
+4
-4
No files found.
gcc/ChangeLog
View file @
6655a9bc
Fri
Mar
12
07
:
54
:
43
1999
Bruce
Korb
<
korb
@datadesign
.
com
>
*
fixinc
/
fixinc
.
*:
Some
changes
from
the
fixincl
-
branch
were
not
applied
(??
!!
).
Corrected
.
Fri
Mar
12
00
:
51
:
43
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
expr
.
c
(
expand_expr
)
:
Allow
a
CALL_EXPR
with
a
mode
wider
than
...
...
gcc/fixinc/fixinc.dgux
View file @
6655a9bc
...
...
@@ -189,12 +189,12 @@ fi
done
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
;
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
then
cd
${
ORIG_DIR
}
rm
-f
include/assert.h
;
cp
$
(
srcdir
)
/assert.h include/assert.h
;
chmod a+r include/assert.h
;
rm
-f
include/assert.h
cp
$
{
srcdir
}
/assert.h include/assert.h
||
exit
1
chmod a+r include/assert.h
fi
exit
0
gcc/fixinc/fixinc.irix
View file @
6655a9bc
...
...
@@ -232,12 +232,12 @@ fi
done
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
;
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
then
cd
${
ORIG_DIR
}
rm
-f
include/assert.h
;
cp
$
(
srcdir
)
/assert.h include/assert.h
;
chmod a+r include/assert.h
;
rm
-f
include/assert.h
cp
$
{
srcdir
}
/assert.h include/assert.h
||
exit
1
chmod a+r include/assert.h
fi
exit
0
gcc/fixinc/fixinc.ptx
View file @
6655a9bc
...
...
@@ -263,12 +263,12 @@ fi
done
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
;
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
then
cd
${
ORIG_DIR
}
rm
-f
include/assert.h
;
cp
$
(
srcdir
)
/assert.h include/assert.h
;
chmod a+r include/assert.h
;
rm
-f
include/assert.h
cp
$
{
srcdir
}
/assert.h include/assert.h
||
exit
1
chmod a+r include/assert.h
fi
exit
0
gcc/fixinc/fixinc.sco
View file @
6655a9bc
...
...
@@ -434,12 +434,12 @@ fi
done
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
;
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
then
cd
${
ORIG_DIR
}
rm
-f
include/assert.h
;
cp
$
(
srcdir
)
/assert.h include/assert.h
;
chmod a+r include/assert.h
;
rm
-f
include/assert.h
cp
$
{
srcdir
}
/assert.h include/assert.h
||
exit
1
chmod a+r include/assert.h
fi
exit
0
gcc/fixinc/fixinc.svr4
View file @
6655a9bc
...
...
@@ -1767,12 +1767,12 @@ chmod a+r ${LIB}/sys/byteorder.h
done
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
;
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
then
cd
${
ORIG_DIR
}
rm
-f
include/assert.h
;
cp
$
(
srcdir
)
/assert.h include/assert.h
;
chmod a+r include/assert.h
;
rm
-f
include/assert.h
cp
$
{
srcdir
}
/assert.h include/assert.h
||
exit
1
chmod a+r include/assert.h
fi
exit
0
gcc/fixinc/fixinc.winnt
View file @
6655a9bc
...
...
@@ -229,12 +229,12 @@ for file in $files; do
rmdir
$LIB
/
$file
>
NUL 2>&1
done
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
;
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
then
cd
${
ORIG_DIR
}
rm
-f
include/assert.h
;
cp
$
(
srcdir
)
/assert.h include/assert.h
;
chmod a+r include/assert.h
;
rm
-f
include/assert.h
cp
$
{
srcdir
}
/assert.h include/assert.h
||
exit
1
chmod a+r include/assert.h
fi
exit
0
gcc/fixinc/fixinc.wrap
View file @
6655a9bc
...
...
@@ -133,12 +133,12 @@ fi
done
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
;
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
then
cd
${
ORIG_DIR
}
rm
-f
include/assert.h
;
cp
$
(
srcdir
)
/assert.h include/assert.h
;
chmod a+r include/assert.h
;
rm
-f
include/assert.h
cp
$
{
srcdir
}
/assert.h include/assert.h
||
exit
1
chmod a+r include/assert.h
fi
exit
0
gcc/fixinc/fixinc.x86-linux-gnu
View file @
6655a9bc
...
...
@@ -136,12 +136,12 @@ __EOF__
# the real <gnu/types.h>.
chmod a+r
$LIB
/
$file
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
;
if
[
x
${
INSTALL_ASSERT_H
}
!=
x
]
then
cd
${
ORIG_DIR
}
rm
-f
include/assert.h
;
cp
$
(
srcdir
)
/assert.h include/assert.h
;
chmod a+r include/assert.h
;
rm
-f
include/assert.h
cp
$
{
srcdir
}
/assert.h include/assert.h
||
exit
1
chmod a+r include/assert.h
fi
exit
0
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