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
0600f3fa
Commit
0600f3fa
authored
Mar 16, 1995
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move SunOS 4 assembler flags from default_compilers into ASM_SPEC.
From-SVN: r9197
parent
de73f171
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
18 deletions
+19
-18
gcc/config/i386/sun.h
+2
-2
gcc/config/m68k/sun2.h
+2
-2
gcc/config/m68k/sun3.h
+2
-2
gcc/config/sparc/sparc.h
+2
-1
gcc/gcc.c
+11
-11
No files found.
gcc/config/i386/sun.h
View file @
0600f3fa
/* Definitions for Intel 386 running SunOS 4.0.
Copyright (C) 1988 Free Software Foundation, Inc.
Copyright (C) 1988
, 1995
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Extra switches to give the assembler. */
#define ASM_SPEC "
-i386
"
#define ASM_SPEC "
%{R} -i386 %{keep-local-as-symbols:-L}
"
/* Specify predefined symbols in preprocessor. */
...
...
gcc/config/m68k/sun2.h
View file @
0600f3fa
/* Definitions of target machine for GNU compiler. Sun 68010 version.
Copyright (C) 1987, 1988 Free Software Foundation, Inc.
Copyright (C) 1987, 1988
, 1995
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define ASM_SPEC \
"%{m68020:-mc68020}%{mc68020:-mc68020}%{!mc68020:%{!m68020:-mc68010}} \
%{fpic:-k} %{fPIC:-k}"
%{fpic:-k} %{fPIC:-k}
%{R} %{j} %{J} %{h} %{d2} %{keep-local-as-symbols:-L}
"
/* Names to predefine in the preprocessor for this target machine. */
...
...
gcc/config/m68k/sun3.h
View file @
0600f3fa
/* Definitions of target machine for GNU compiler. Sun 68000/68020 version.
Copyright (C) 1987, 1988, 1993 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1993
, 1995
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -78,7 +78,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define ASM_SPEC \
"%{m68000:-mc68010}%{mc68000:-mc68010}%{!mc68000:%{!m68000:-mc68020}} \
%{fpic:-k} %{fPIC:-k}"
%{fpic:-k} %{fPIC:-k}
%{R} %{j} %{J} %{h} %{d2} %{keep-local-as-symbols:-L}
"
/* Names to predefine in the preprocessor for this target machine. */
/* For a while, -D_CROSS_TARGET_ARCH=SUN3 was included here,
...
...
gcc/config/sparc/sparc.h
View file @
0600f3fa
...
...
@@ -70,7 +70,8 @@ extern enum arch_type sparc_arch_type;
/* Special flags to the Sun-4 assembler when using pipe for input. */
#define ASM_SPEC " %| %{!pg:%{!p:%{fpic:-k} %{fPIC:-k}}}"
#define ASM_SPEC \
" %| %{R} %{!pg:%{!p:%{fpic:-k} %{fPIC:-k}}} %{keep-local-as-symbols:-L}"
/* Define macros to distinguish architectures. */
...
...
gcc/gcc.c
View file @
0600f3fa
...
...
@@ -614,7 +614,7 @@ static struct compiler default_compilers[] =
%{v:-version -fversion} %{f*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |
\n
\
%{!S:as %
{R} %{j} %{J} %{h} %{d2} %a %{keep-local-as-symbols:-L}
\
%{!S:as %
a
\
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o}\
%{!pipe:%g.s} %A
\n
}"
},
{
".f"
,
"@f77"
},
...
...
@@ -625,7 +625,7 @@ static struct compiler default_compilers[] =
%{v:-version -fversion} %{f*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |
\n
\
%{!S:as %
{R} %{j} %{J} %{h} %{d2} %a %{keep-local-as-symbols:-L}
\
%{!S:as %
a
\
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o}\
%{!pipe:%g.s} %A
\n
}"
},
{
".c"
,
"@c"
},
...
...
@@ -647,7 +647,7 @@ static struct compiler default_compilers[] =
%{aux-info*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |
\n
\
%{!S:as %
{R} %{j} %{J} %{h} %{d2} %
a %Y\
%{!S:as %a %Y\
%{c:%W{o*}%{!o*:-o %w%b.%O}}%{!c:-o %d%w%u.%O}\
%{!pipe:%g.s} %A
\n
}}}}"
},
{
"-"
,
...
...
@@ -682,7 +682,7 @@ static struct compiler default_compilers[] =
%{aux-info*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |
\n
\
%{!S:as %
{R} %{j} %{J} %{h} %{d2} %
a %Y\
%{!S:as %a %Y\
%{c:%W{o*}%{!o*:-o %w%b.%O}}%{!c:-o %d%w%u.%O}\
%{!pipe:%g.s} %A
\n
}}}}"
},
{
".h"
,
"@c-header"
},
...
...
@@ -715,7 +715,7 @@ static struct compiler default_compilers[] =
%{aux-info*} %X \
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |
\n
\
%{!S:as %
{R} %{j} %{J} %{h} %{d2} %a %Y %{keep-local-as-symbols:-L}
\
%{!S:as %
a %Y
\
%{c:%W{o*}%{!o*:-o %w%b.o}}%{!c:-o %d%w%u.o}\
%{!pipe:%g.s} %A
\n
}}"
},
{
".cc"
,
"@c++"
},
...
...
@@ -740,7 +740,7 @@ static struct compiler default_compilers[] =
%{f*} %{+e*} %{aux-info*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}}|
\n
\
%{!S:as %
{R} %{j} %{J} %{h} %{d2} %
a %Y\
%{!S:as %a %Y\
%{c:%W{o*}%{!o*:-o %w%b.%O}}%{!c:-o %d%w%u.%O}\
%{!pipe:%g.s} %A
\n
}}}}"
},
{
".i"
,
"@cpp-output"
},
...
...
@@ -751,7 +751,7 @@ static struct compiler default_compilers[] =
%{aux-info*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |
\n
\
%{!S:as %
{R} %{j} %{J} %{h} %{d2} %
a %Y\
%{!S:as %a %Y\
%{c:%W{o*}%{!o*:-o %w%b.%O}}%{!c:-o %d%w%u.%O}\
%{!pipe:%g.s} %A
\n
}}}}"
},
{
".ii"
,
"@c++-cpp-output"
},
...
...
@@ -762,12 +762,12 @@ static struct compiler default_compilers[] =
%{f*} %{+e*} %{aux-info*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |
\n
\
%{!S:as %
{R} %{j} %{J} %{h} %{d2} %
a %Y\
%{!S:as %a %Y\
%{c:%W{o*}%{!o*:-o %w%b.%O}}%{!c:-o %d%w%u.%O}\
%{!pipe:%g.s} %A
\n
}}}}"
},
{
".s"
,
"@assembler"
},
{
"@assembler"
,
"%{!M:%{!MM:%{!E:%{!S:as %
{R} %{j} %{J} %{h} %{d2} %
a %Y\
"%{!M:%{!MM:%{!E:%{!S:as %a %Y\
%{c:%W{o*}%{!o*:-o %w%b.%O}}%{!c:-o %d%w%u.%O}\
%i %A
\n
}}}}"
},
{
".S"
,
"@assembler-with-cpp"
},
...
...
@@ -780,7 +780,7 @@ static struct compiler default_compilers[] =
%{traditional-cpp:-traditional}\
%{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*} %Z\
%i %{!M:%{!MM:%{!E:%{!pipe:%g.s}}}}%{E:%W{o*}}%{M:%W{o*}}%{MM:%W{o*}} |
\n
"
,
"%{!M:%{!MM:%{!E:%{!S:as %
{R} %{j} %{J} %{h} %{d2} %
a %Y\
"%{!M:%{!MM:%{!E:%{!S:as %a %Y\
%{c:%W{o*}%{!o*:-o %w%b.%O}}%{!c:-o %d%w%u.%O}\
%{!pipe:%g.s} %A
\n
}}}}"
},
{
".ads"
,
"@ada"
},
...
...
@@ -792,7 +792,7 @@ static struct compiler default_compilers[] =
%{d*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%i %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |
\n
\
%{!S:%{!gnatc:%{!gnats:as %
{R} %{j} %{J} %{h} %{d2} %
a %Y\
%{!S:%{!gnatc:%{!gnats:as %a %Y\
%{c:%W{o*}%{!o*:-o %w%b.%O}}\
%{!c:-o %d%w%u.%O} %{!pipe:%g.s} %A
\n
}}}}}} "
},
/* Mark end of table */
...
...
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