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
8a9a2486
Commit
8a9a2486
authored
Feb 08, 2010
by
Joern Rennecke
Committed by
Joern Rennecke
Feb 08, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
From-SVN: r156595
parent
7bf25dd6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+5
-0
No files found.
gcc/ChangeLog
View file @
8a9a2486
2010-02-08 Joern Rennecke <joern.rennecke@embecosm.com>
* doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
2010-02-07 Adam Nemet <adambnmet@gmail.com>
2010-02-07 Adam Nemet <adambnmet@gmail.com>
* config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
* config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
...
...
gcc/doc/tm.texi
View file @
8a9a2486
...
@@ -1424,6 +1424,11 @@ of shift instructions expanded to libgcc calls. If not defined
...
@@ -1424,6 +1424,11 @@ of shift instructions expanded to libgcc calls. If not defined
targets
.
targets
.
@end
deftypefn
@end
deftypefn
@deftypefn
{
Target
Hook
}
{
enum
machine_mode
}
TARGET_UNWIND_WORD_MODE
(
void
)
Return
machine
mode
to
be
used
for
@code{
_Unwind_Word
}
type
.
The
default
is
to
use
@code{
word_mode
}
.
@end
deftypefn
@defmac
ROUND_TOWARDS_ZERO
@defmac
ROUND_TOWARDS_ZERO
If
defined
,
this
macro
should
be
true
if
the
prevailing
rounding
If
defined
,
this
macro
should
be
true
if
the
prevailing
rounding
mode
is
towards
zero
.
mode
is
towards
zero
.
...
...
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