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
e89c8502
Commit
e89c8502
authored
May 08, 2000
by
Bruce Korb
Committed by
Bruce Korb
May 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code generation reduction & sco script removal
From-SVN: r33766
parent
4615e15d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
38 deletions
+13
-38
gcc/ChangeLog
+9
-0
gcc/fixinc/fixincl.sh
+1
-1
gcc/fixinc/genfixes
+3
-32
gcc/fixinc/mkfixinc.sh
+0
-5
No files found.
gcc/ChangeLog
View file @
e89c8502
2000
-
05
-
08
Bruce
Korb
<
bkorb
@gnu
.
org
>
*
fixinc
/
mkfixinc
.
sh
:
fixinc
.
sco
is
no
longer
used
*
fixinc
/
genfixes
:
inclhack
.
sh
and
fixincl
.
sh
are
no
longer
generated
*
fixinc
/
inclhack
.
sh
:
deleted
*
fixinc
/
hackshell
.
tpl
:
deleted
*
fixinc
/
inclhack
.
tpl
:
deleted
*
fixinc
/
fixincl
.
sh
:
"DO NOT EDIT"
text
modified
2000
-
05
-
08
Andreas
Jaeger
<
aj
@suse
.
de
>
*
config
/
mips
/
linux
.
h
:
Remove
undefines
which
disabled
.
ctor
/
.
dtor
...
...
gcc/fixinc/fixincl.sh
View file @
e89c8502
#!/bin/sh
#
#
DO NOT EDIT THIS FILE - it has been
generated
#
EDIT THIS FILE - it is no longer
generated
#
# Install modified versions of certain ANSI-incompatible system header
# files which are fixed to work correctly with ANSI C and placed in a
...
...
gcc/fixinc/genfixes
View file @
e89c8502
...
...
@@ -48,7 +48,7 @@ do
echo
"USAGE: gendefs [ -D<def-name> ... ] [ <output-name> ]"
echo
"WHERE: '<def-name>' specifies a #define test name from inclhack.def"
echo
" and '<output-name>' is one of:"
echo
"
inclhack.sh fixincl.x fixincl.sh
machine.h"
echo
"
fixincl.x
machine.h"
echo
"The default is to produce the first three outputs."
exit
0
;;
...
...
@@ -60,31 +60,15 @@ do
done
if
[
$#
-eq
0
]
;
then
${
SHELL
}
$0
$AG
inclhack.sh
||
exit
1
${
SHELL
}
$0
$AG
fixincl.x
||
exit
1
${
SHELL
}
$0
$AG
fixincl.sh
||
exit
1
exit
0
set
--
fixincl.x
fi
AG
=
"autogen
$AG
"
set
-e
case
"
$1
"
in
inclhack.sh
|
*
/inclhack.sh
)
if
(
autogen
--help
>
/dev/null 2>&1
)
then
echo
AutoGen-ing inclhack.sh
$AG
inclhack.def
else
echo
"AutoGen does not appear to be correctly installed."
echo
"Please download and install:"
echo
" ftp://sourceware.cygnus.com/pub/egcs/infrastructure/autogen.tar.gz"
touch inclhack.sh
fi
;;
fixincl.x
|
*
/fixincl.x
)
if
(
autogen
--help
>
/dev/null 2>&1
)
if
(
${
AG
}
--help
>
/dev/null 2>&1
)
then
echo
AutoGen-ing fixincl.x
$AG
-T
fixincl.tpl
-b
fixincl inclhack.def
...
...
@@ -96,19 +80,6 @@ fixincl.x | */fixincl.x )
fi
;;
fixincl.sh
|
*
/fixincl.sh
)
if
(
autogen
--help
>
/dev/null 2>&1
)
then
echo
AutoGen-ing fixincl.sh
$AG
-DPROGRAM
=
1
-b
fixincl inclhack.def
else
echo
"AutoGen does not appear to be correctly installed."
echo
"Please download and install:"
echo
" ftp://sourceware.cygnus.com/pub/egcs/infrastructure/autogen.tar.gz"
touch fixincl.sh
fi
;;
machname.h
|
*
/machname.h
)
# This script extracts from the specs file all the predefined macros
# that are not in the C89 reserved namespace (the reserved namespace
...
...
gcc/fixinc/mkfixinc.sh
View file @
e89c8502
...
...
@@ -53,11 +53,6 @@ case $machine in
fixincludes
=
fixinc.ptx
;;
i[34567]86-
*
-sco3
.2v5
*
|
\
i[34567]86-
*
-sco3
.2v4
*
)
fixincludes
=
fixinc.sco
;;
alpha
*
-dec-vms
*
|
\
arm-semi-aout
|
armel-semi-aout
|
\
arm-semi-aof
|
armel-semi-aof
|
\
...
...
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