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
98180123
Commit
98180123
authored
Nov 22, 2001
by
Nick Clifton
Committed by
Nick Clifton
Nov 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document -m32r switch. Fix typo -mm32rx=> -m32rx.
From-SVN: r47263
parent
ebe413e5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
gcc/ChangeLog
+3
-0
gcc/doc/invoke.texi
+8
-5
No files found.
gcc/ChangeLog
View file @
98180123
2001
-
11
-
22
Nick
Clifton
<
nickc
@cambridge
.
redhat
.
com
>
*
doc
/
invoke
.
texi
(
M32R
/
D
Option
Summary
)
:
Document
-
m32r
switch
.
Fix
typo
-
mm32rx
=>
-
m32rx
.
*
config
/
arm
/
arm
.
c
(
arm_elf_asm_named_section
)
:
Only
build
for
elf
targets
.
...
...
gcc/doc/invoke.texi
View file @
98180123
...
...
@@ -406,7 +406,7 @@ in the following sections.
@
emph
{
M32R
/
D
Options
}
@
gccoptlist
{
-
m
m32rx
-
mcode
-
model
=@
var
{
model
-
type
}
-
msdata
=@
var
{
sdata
-
type
}
@
gol
-
m
32rx
-
m32r
-
mcode
-
model
=@
var
{
model
-
type
}
-
msdata
=@
var
{
sdata
-
type
}
@
gol
-
G
@
var
{
num
}}
@
emph
{
M88K
Options
}
...
...
@@ -6247,9 +6247,13 @@ This option makes symbolic debugging impossible.
These @option{-m} options are defined for Mitsubishi M32R/D architectures:
@table @gcctabopt
@item -mm32rx
@opindex mm32rx
Generate code for the M32R/X. The default is to generate code for the M32R.
@item -m32rx
@opindex m32rx
Generate code for the M32R/X.
@item -m32r
@opindex m32r
Generate code for the M32R. This is the default.
@item -mcode-model=small
@opindex mcode-model=small
...
...
@@ -9727,7 +9731,6 @@ Generate an executable in the ELF format, rather than the default
@samp{mmo} format used by the @command{mmix} simulator.
@end table
@node Code Gen Options
@section Options for Code Generation Conventions
@cindex code generation conventions
...
...
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