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
ecff22ab
Commit
ecff22ab
authored
Jun 21, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Jun 21, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi: Document -mrelax for the mn10300 and mn10200.
From-SVN: r20648
parent
04821e98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
gcc/ChangeLog
+2
-0
gcc/invoke.texi
+26
-0
No files found.
gcc/ChangeLog
View file @
ecff22ab
...
...
@@ -5,6 +5,8 @@ Sun Jun 21 17:05:34 1998 Dave Love <d.love@dl.ac.uk>
Sun Jun 21 18:56:44 1998 Jeffrey A Law (law@cygnus.com)
* invoke.texi: Document -mrelax for the mn10300 and mn10200.
* basic-block.h (init_regset_vector): Delete declaration.
* flow.c (init_regset_vector): Make it static and add a prototype.
...
...
gcc/invoke.texi
View file @
ecff22ab
...
...
@@ -265,9 +265,13 @@ in the following sections.
-
mthumb
-
interwork
-
mno
-
thumb
-
interwork
-
mstructure
-
size
-
boundary
=
@emph
{
MN10200
Options
}
-
mrelax
@emph
{
MN10300
Options
}
-
mmult
-
bug
-
mno
-
mult
-
bug
-
mrelax
@emph
{
M32R
/
D
Options
}
-
mcode
-
model
=
@var
{
model
type
}
-
msdata
=
@var
{
sdata
type
}
...
...
@@ -2948,6 +2952,7 @@ that macro, which enables you to change the defaults.
*
AMD29K
Options
::
*
ARM
Options
::
*
Thumb
Options
::
*
MN10200
Options
::
*
MN10300
Options
::
*
M32R
/
D
Options
::
*
M88K
Options
::
...
...
@@ -3773,6 +3778,19 @@ value as future versions of the toolchain may default to this value.
@end
table
@node
MN10200
Options
@subsection
MN10200
Options
@cindex
MN10200
options
These
@samp
{
-
m
}
options
are
defined
for
Matsushita
MN10200
architectures
:
@table
@code
@item
-
mrelax
Indicate
to
the
linker
that
it
should
perform
a
relaxation
optimization
pass
to
shorten
branches
,
calls
and
absolute
memory
addresses
.
This
option
only
has
an
effect
when
used
on
the
command
line
for
the
final
link
step
.
This
option
makes
symbolic
debugging
impossible
.
@end
table
@node
MN10300
Options
@subsection
MN10300
Options
...
...
@@ -3787,8 +3805,16 @@ processors. This is the default.
@item
-
mno
-
mult
-
bug
Do
not
generate
code
to
avoid
bugs
in
the
multiply
instructions
for
the
MN10300
processors
.
@item
-
mrelax
Indicate
to
the
linker
that
it
should
perform
a
relaxation
optimization
pass
to
shorten
branches
,
calls
and
absolute
memory
addresses
.
This
option
only
has
an
effect
when
used
on
the
command
line
for
the
final
link
step
.
This
option
makes
symbolic
debugging
impossible
.
@end
table
@node
M32R
/
D
Options
@subsection
M32R
/
D
Options
@cindex
M32R
/
D
options
...
...
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