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
be02fa1a
Commit
be02fa1a
authored
Apr 12, 1999
by
Bruce Korb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regenerated
From-SVN: r26364
parent
7db774d2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
17 deletions
+13
-17
gcc/fixinc/fixincl.sh
+5
-7
gcc/fixinc/fixincl.x
+0
-0
gcc/fixinc/inclhack.sh
+8
-10
No files found.
gcc/fixinc/fixincl.sh
View file @
be02fa1a
#!/bin/sh
#!/bin/sh
#
#
# DO NOT EDIT THIS FILE (fixincl.sh)
# DO NOT EDIT THIS FILE - it has been generated
#
# It has been autogen-ed Sunday April 4, 1999 at 12:12:26 AM MST
# From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
# and the template file /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
#
#
# Install modified versions of certain ANSI-incompatible system header
# Install modified versions of certain ANSI-incompatible system header
# files which are fixed to work correctly with ANSI C and placed in a
# files which are fixed to work correctly with ANSI C and placed in a
...
@@ -14,6 +10,8 @@
...
@@ -14,6 +10,8 @@
#
#
# See README-fixinc for more information.
# See README-fixinc for more information.
#
#
# fixincludes copyright (c) 1999 The Free Software Foundation, Inc.
#
# fixincludes is free software.
# fixincludes is free software.
#
#
# You may redistribute it and/or modify it under the terms of the
# You may redistribute it and/or modify it under the terms of the
...
@@ -345,9 +343,9 @@ while [ $# != 0 ]; do
...
@@ -345,9 +343,9 @@ while [ $# != 0 ]; do
#
#
cd
${
INPUT
}
cd
${
INPUT
}
required
=
"
$required
`
if
$LINKS
;
then
required
=
"
$required
`
if
$LINKS
;
then
find
${
FIND_BASE
}
/.
\(
-type
f
-o
-type
l
\)
-print
find
${
FIND_BASE
}
/.
-name
'*.h'
\(
-type
f
-o
-type
l
\)
-print
else
else
find
${
FIND_BASE
}
/.
-type
f
-print
find
${
FIND_BASE
}
/.
-
name
'*.h'
-
type
f
-print
fi
|
\
fi
|
\
sed
-e
's;/\./;/;g'
-e
's;//*;/;g'
|
\
sed
-e
's;/\./;/;g'
-e
's;//*;/;g'
|
\
${
FIXINCL
}
`
"
${
FIXINCL
}
`
"
...
...
gcc/fixinc/fixincl.x
View file @
be02fa1a
This diff is collapsed.
Click to expand it.
gcc/fixinc/inclhack.sh
View file @
be02fa1a
#!/bin/sh
#!/bin/sh
#
#
# DO NOT EDIT THIS FILE (inclhack.sh)
# DO NOT EDIT THIS FILE - it has been generated
#
# It has been autogen-ed Sunday April 4, 1999 at 12:12:26 AM MST
# From the definitions /puke/law//egcs/egcs/gcc/fixinc/inclhack.def
# and the template file /puke/law//egcs/egcs/gcc/fixinc/inclhack.tpl
#
#
# Install modified versions of certain ANSI-incompatible system header
# Install modified versions of certain ANSI-incompatible system header
# files which are fixed to work correctly with ANSI C and placed in a
# files which are fixed to work correctly with ANSI C and placed in a
...
@@ -14,6 +10,8 @@
...
@@ -14,6 +10,8 @@
#
#
# See README-fixinc for more information.
# See README-fixinc for more information.
#
#
# fixincludes copyright (c) 1999 The Free Software Foundation, Inc.
#
# fixincludes is free software.
# fixincludes is free software.
#
#
# You may redistribute it and/or modify it under the terms of the
# You may redistribute it and/or modify it under the terms of the
...
@@ -343,9 +341,9 @@ while [ $# != 0 ]; do
...
@@ -343,9 +341,9 @@ while [ $# != 0 ]; do
#
#
cd
${
INPUT
}
cd
${
INPUT
}
files
=
`
if
$LINKS
;
then
files
=
`
if
$LINKS
;
then
find
${
FIND_BASE
}
/.
\(
-type
f
-o
\(
-type
l
-exec
test
!
-d
{}
\;
\)
\)
-print
find
${
FIND_BASE
}
/.
-name
'*.h'
\(
-type
f
-o
-type
l
\)
-print
else
else
find
${
FIND_BASE
}
/.
-type
f
-print
find
${
FIND_BASE
}
/.
-
name
'*.h'
-
type
f
-print
fi
|
\
fi
|
\
sed
-e
's;/\./;/;g'
-e
's;//*;/;g'
`
sed
-e
's;/\./;/;g'
-e
's;//*;/;g'
`
...
@@ -731,8 +729,8 @@ struct rusage;
...
@@ -731,8 +729,8 @@ struct rusage;
#
#
# Fix 17: No_Double_Slash
# Fix 17: No_Double_Slash
#
#
if
(
test
-n
"
`
egrep
'//[^\"*]'
${
file
}
`
"
-a
\
if
(
test
-n
"
`
egrep
'
(^|[^:])
//[^\"*]'
${
file
}
`
"
-a
\
'('
-z
"
`
echo
${
file
}
|egrep
'(cxx/|\+\+$|\.hh$|\.H$|\.hxx$)'
`
"
')'
'('
-z
`
echo
${
file
}
| egrep
'(cxx|\+\+)/'
`
')'
)
>
/dev/null 2>&1
;
then
)
>
/dev/null 2>&1
;
then
fixlist
=
"
${
fixlist
}
fixlist
=
"
${
fixlist
}
no_double_slash"
no_double_slash"
...
@@ -740,7 +738,7 @@ struct rusage;
...
@@ -740,7 +738,7 @@ struct rusage;
then
infile
=
${
file
}
then
infile
=
${
file
}
else
infile
=
${
DESTFILE
}
;
fi
else
infile
=
${
DESTFILE
}
;
fi
sed
-e
'/\/\/[^"*]/s|//.*$||g'
\
sed
-e
'/\
(^|[^:]\)\
/\/[^"*]/s|//.*$||g'
\
<
$infile
>
${
DESTDIR
}
/fixinc.tmp
<
$infile
>
${
DESTDIR
}
/fixinc.tmp
rm
-f
${
DESTFILE
}
rm
-f
${
DESTFILE
}
mv
-f
${
DESTDIR
}
/fixinc.tmp
${
DESTFILE
}
mv
-f
${
DESTDIR
}
/fixinc.tmp
${
DESTFILE
}
...
...
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