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
cbbb4649
Commit
cbbb4649
authored
Oct 02, 1995
by
Stan Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config/m88k/dgux.h (ASM_SPEC, *_LEGEND)
From-SVN: r10417
parent
2cd2a93e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
gcc/config/m88k/dgux.h
+11
-10
No files found.
gcc/config/m88k/dgux.h
View file @
cbbb4649
...
@@ -43,17 +43,18 @@ Boston, MA 02111-1307, USA. */
...
@@ -43,17 +43,18 @@ Boston, MA 02111-1307, USA. */
/* Augment TARGET_SWITCHES with the MXDB options. */
/* Augment TARGET_SWITCHES with the MXDB options. */
#define MASK_STANDARD 0x40000000
/* Retain standard information */
#define MASK_STANDARD 0x40000000
/* Retain standard information */
#define MASK_
LEGEND 0x20000000
/* Retain
legend information */
#define MASK_
NOLEGEND 0x20000000
/* Discard
legend information */
#define MASK_EXTERNAL_LEGEND 0x10000000
/* Make external legends */
#define MASK_EXTERNAL_LEGEND 0x10000000
/* Make external legends */
#define TARGET_STANDARD (target_flags & MASK_STANDARD)
#define TARGET_STANDARD (target_flags & MASK_STANDARD)
#define TARGET_
LEGEND (target_flags & MASK_
LEGEND)
#define TARGET_
NOLEGEND (target_flags & MASK_NO
LEGEND)
#define TARGET_EXTERNAL_LEGEND (target_flags & MASK_EXTERNAL_LEGEND)
#define TARGET_EXTERNAL_LEGEND (target_flags & MASK_EXTERNAL_LEGEND)
#undef SUBTARGET_SWITCHES
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
#define SUBTARGET_SWITCHES \
{ "standard", MASK_STANDARD }, \
{ "standard", MASK_STANDARD }, \
{ "legend", MASK_LEGEND }, \
{ "legend", -MASK_NOLEGEND }, \
{ "no-legend", MASK_NOLEGEND }, \
{ "external-legend", MASK_EXTERNAL_LEGEND }, \
{ "external-legend", MASK_EXTERNAL_LEGEND }, \
/* the following is used only in the *_SPEC's */
\
/* the following is used only in the *_SPEC's */
\
{ "keep-coff", 0 },
{ "keep-coff", 0 },
...
@@ -92,13 +93,14 @@ Boston, MA 02111-1307, USA. */
...
@@ -92,13 +93,14 @@ Boston, MA 02111-1307, USA. */
#define ASM_SPEC "\
#define ASM_SPEC "\
%{V} %{v:%{!V:-V}} %{pipe:%{!.s: - }\
%{V} %{v:%{!V:-V}} %{pipe:%{!.s: - }\
%{!msvr3:%{!m88110:-KV3 }%{m88110:-KV04.00 }}}\
%{!msvr3:%{!m88110:-KV3 }%{m88110:-KV04.00 }}}\
%{!mlegend:%{mstandard:-Wc,off}}\
%{g:\
%{mlegend:-Wc,-fix-bb,-s\"%i\"\
%{mno-legend:-Wc,off}\
%{!mno-legend:-Wc,-fix-bb,-s\"%i\"\
%{traditional:,-lc}%{!traditional:,-lansi-c}\
%{traditional:,-lc}%{!traditional:,-lansi-c}\
%{mstandard:,-keep-std}\
%{mstandard:,-keep-std}\
%{mkeep-coff:,-keep-coff}\
%{mkeep-coff:,-keep-coff}\
%{mexternal-legend:,-external}\
%{mexternal-legend:,-external}\
%{mocs-frame-position:,-ocs}}"
%{mocs-frame-position:,-ocs}}
}
"
/* Override svr4.h. */
/* Override svr4.h. */
#undef ASM_FINAL_SPEC
#undef ASM_FINAL_SPEC
...
@@ -120,8 +122,8 @@ Boston, MA 02111-1307, USA. */
...
@@ -120,8 +122,8 @@ Boston, MA 02111-1307, USA. */
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC "%{z*} %{h*} %{V} %{v:%{!V:-V}} \
#define LINK_SPEC "%{z*} %{h*} %{V} %{v:%{!V:-V}} \
%{static:-dn -Bstatic} \
%{static:-dn -Bstatic} \
%{shared:-G -dy
-z text
} \
%{shared:-G -dy} \
%{symbolic:-Bsymbolic -G -dy
-z text
} \
%{symbolic:-Bsymbolic -G -dy} \
%{pg:-L/usr/lib/libp}%{p:-L/usr/lib/libp}"
%{pg:-L/usr/lib/libp}%{p:-L/usr/lib/libp}"
#undef STARTFILE_SPEC
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "%{!shared:%{!symbolic:%{pg:gcrt0.o%s} \
#define STARTFILE_SPEC "%{!shared:%{!symbolic:%{pg:gcrt0.o%s} \
...
@@ -153,8 +155,7 @@ Boston, MA 02111-1307, USA. */
...
@@ -153,8 +155,7 @@ Boston, MA 02111-1307, USA. */
else \
else \
fprintf (FILE, "\t%s\t \"%s\"\n", VERSION_ASM_OP, "03.00"); \
fprintf (FILE, "\t%s\t \"%s\"\n", VERSION_ASM_OP, "03.00"); \
} \
} \
if (write_symbols != NO_DEBUG \
if (write_symbols != NO_DEBUG && !TARGET_NOLEGEND) \
&& ! (TARGET_STANDARD && ! TARGET_LEGEND)) \
{ \
{ \
fprintf (FILE, ";legend_info -fix-bb -h\"gcc-%s\" -s\"%s\"", \
fprintf (FILE, ";legend_info -fix-bb -h\"gcc-%s\" -s\"%s\"", \
VERSION_STRING, main_input_filename); \
VERSION_STRING, main_input_filename); \
...
...
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