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
cea60f06
Commit
cea60f06
authored
Apr 11, 1996
by
Stan Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor EXTRA_SPECS fixes.
From-SVN: r11700
parent
4ee74e29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/config/m88k/dgux.h
+6
-4
gcc/config/m88k/dguxbcs.h
+3
-1
No files found.
gcc/config/m88k/dgux.h
View file @
cea60f06
...
...
@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */
(TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG)
#ifndef VERSION_INFO2
#define VERSION_INFO2 "$Revision: 1.2
0
$"
#define VERSION_INFO2 "$Revision: 1.2
1
$"
#endif
#ifndef NO_BUGS
#define AS_BUG_IMMEDIATE_LABEL
...
...
@@ -88,7 +88,9 @@ Boston, MA 02111-1307, USA. */
/* Assembler support (-V, silicon filter, legends for mxdb). */
#undef ASM_SPEC
#define ASM_SPEC "
%
(
asm_cpu
)
%
{
!
msvr3
:%
{
!
m88110
:-
KV3
}
%
{
m88110
:-
KV04
.
00
}}}
"
#define ASM_SPEC "
%
{
pipe
:%
{
!
.
s
:
-
}
\
%
{
!
msvr3
:%
{
!
m88110
:-
KV3
}
%
{
m88110
:-
KV04
.
00
}}}
\
%
(
asm_cpu
)
"
/* Override svr4.h. */
#undef ASM_FINAL_SPEC
...
...
@@ -134,7 +136,7 @@ Boston, MA 02111-1307, USA. */
{ "
startfile_crtbegin
", STARTFILE_CRTBEGIN_SPEC }
#define ASM_CPU_SPEC "
\
%
{
V
}
%
{
v
:%
{
!
V
:-
V
}}
%
{
V
}
%
{
v
:%
{
!
V
:-
V
}}
\
%
{
g
:
\
%
{
mno
-
legend
:-
Wc
,
off
}
\
%
{
!
mno
-
legend
:-
Wc
,
-
fix
-
bb
,
-
s
\
"%i
\"
\
...
...
@@ -152,7 +154,7 @@ Boston, MA 02111-1307, USA. */
#define STARTFILE_DEFAULT_SPEC "\
%{!shared:%{!symbolic:%{pg:gcrt0.o%s} \
%{!pg:%{p:/lib/mcrt0.o}%{!p:/lib/crt0.o}} \
%(startfile_crtbegin)
%(startfile_crtbegin) \
%{svr4:%{ansi:/lib/values-Xc.o} \
%{!ansi:%{traditional:/lib/values-Xt.o} \
%{!traditional:/usr/lib/values-Xa.o}}}}}"
...
...
gcc/config/m88k/dguxbcs.h
View file @
cea60f06
...
...
@@ -36,7 +36,9 @@ Boston, MA 02111-1307, USA. */
/* Assembler support (-V, silicon filter, legends for mxdb). */
#undef ASM_SPEC
#define ASM_SPEC "%(asm_cpu) %{msvr4:%{!m88110:-KV3 }%{m88110:-KV04.00 }}}"
#define ASM_SPEC "%{pipe:%{!.s: - }\
%{msvr4:%{!m88110:-KV3 }%{m88110:-KV04.00 }}}\
%(asm_cpu)"
/* If -m88100 is in effect, add -Dm88100; similarly for -m88110.
Here, the CPU_DEFAULT is assumed to be -m88000. If not -ansi,
...
...
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