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
cd773ac4
Commit
cd773ac4
authored
Mar 14, 2007
by
Richard Sandiford
Committed by
Richard Sandiford
Mar 14, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
invoke.texi: Document VxWorks options.
gcc/ * doc/invoke.texi: Document VxWorks options. From-SVN: r122922
parent
19ee2065
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
0 deletions
+49
-0
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+45
-0
No files found.
gcc/ChangeLog
View file @
cd773ac4
2007-03-14 Richard Sandiford <richard@codesourcery.com>
* doc/invoke.texi: Document VxWorks options.
2007-03-14 Uros Bizjak <ubizjak@gmail.com>
* doc/invoke.texi (i386 and x86-64 Options): Clarify -msahf option.
...
...
gcc/doc/invoke.texi
View file @
cd773ac4
...
...
@@ -771,6 +771,10 @@ See RS/6000 and PowerPC Options.
@
emph
{
VAX
Options
}
@
gccoptlist
{-
mg
-
mgnu
-
munix
}
@
emph
{
VxWorks
Options
}
@
gccoptlist
{-
mrtp
-
non
-
static
-
Bstatic
-
Bdynamic
@
gol
-
Xbind
-
lazy
-
Xbind
-
now
}
@
emph
{
x86
-
64
Options
}
See
i386
and
x86
-
64
Options
.
...
...
@@ -7761,6 +7765,7 @@ platform.
* TMS320C3x/C4x Options::
* V850 Options::
* VAX Options::
* VxWorks Options::
* x86-64 Options::
* Xstormy16 Options::
* Xtensa Options::
...
...
@@ -13826,6 +13831,46 @@ will assemble with the GNU assembler.
Output code for g-format floating point numbers instead of d-format.
@end table
@node VxWorks Options
@subsection VxWorks Options
@cindex VxWorks Options
The options in this section are defined for all VxWorks targets.
Options specific to the target hardware are listed with the other
options for that target.
@table @gcctabopt
@item -mrtp
@opindex mrtp
GCC can generate code for both VxWorks kernels and real time processes
(RTPs). This option switches from the former to the latter. It also
defines the preprocessor macro @code{__RTP__}.
@item -non-static
@opindex non-static
Link an RTP executable against shared libraries rather than static
libraries. The options @option{-static} and @option{-shared} can
also be used for RTPs (@pxref{Link Options}); @option{-static}
is the default.
@item -Bstatic
@itemx -Bdynamic
@opindex Bstatic
@opindex Bdynamic
These options are passed down to the linker. They are defined for
compatibility with Diab.
@item -Xbind-lazy
@opindex Xbind-lazy
Enable lazy binding of function calls. This option is equivalent to
@option{-Wl,-z,now} and is defined for compatibility with Diab.
@item -Xbind-now
@opindex Xbind-now
Disable lazy binding of function calls. This option is the default and
is defined for compatibility with Diab.
@end table
@node x86-64 Options
@subsection x86-64 Options
@cindex x86-64 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