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
59784c46
Commit
59784c46
authored
Sep 08, 2014
by
DJ Delorie
Committed by
DJ Delorie
Sep 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi (MSP430 Options): Add -minrt.
From-SVN: r215021
parent
db09274d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+8
-1
No files found.
gcc/ChangeLog
View file @
59784c46
2014
-
09
-
08
DJ
Delorie
<
dj
@
redhat
.
com
>
*
doc
/
invoke
.
texi
(
MSP430
Options
):
Add
-
minrt
.
2014
-
09
-
08
Bill
Schmidt
<
wschmidt
@
linux
.
vnet
.
ibm
.
com
>
*
config
/
rs6000
/
rs6000
.
c
(
special_handling_values
):
Add
SH_SPLAT
.
gcc/doc/invoke.texi
View file @
59784c46
...
...
@@ -837,7 +837,7 @@ Objective-C and Objective-C++ Dialects}.
@
emph
{
MSP430
Options
}
@
gccoptlist
{-
msim
-
masm
-
hex
-
mmcu
=
-
mcpu
=
-
mlarge
-
msmall
-
mrelax
@
gol
-
mhwmult
=}
-
mhwmult
=
-
minrt
}
@
emph
{
NDS32
Options
}
@
gccoptlist
{-
mbig
-
endian
-
mlittle
-
endian
@
gol
...
...
@@ -18586,6 +18586,13 @@ The hardware multiply routines disable interrupts whilst running and
restore
the
previous
interrupt
state
when
they
finish
.
This
makes
them
safe
to
use
inside
interrupt
handlers
as
well
as
in
normal
code
.
@
item
-
minrt
@
opindex
minrt
Enable
the
use
of
a
minimum
runtime
environment
-
no
static
initializers
or
constructors
.
This
is
intended
for
memory
-
constrained
devices
.
The
compiler
will
include
special
symbols
in
some
objects
that
tell
the
linker
and
runtime
which
code
fragments
are
required
.
@
end
table
@
node
NDS32
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