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
a55bbe13
Commit
a55bbe13
authored
Mar 03, 2015
by
H.J. Lu
Committed by
H.J. Lu
Mar 03, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate doc/tm.texi
* doc/tm.texi: Regenerated. From-SVN: r221151
parent
2e612c47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+4
-3
No files found.
gcc/ChangeLog
View file @
a55bbe13
2015-03-03 H.J. Lu <hongjiu.lu@intel.com>
* doc/tm.texi: Regenerated.
2015-03-03 Max Filippov <jcmvbkbc@gmail.com>
* builtins.c (expand_builtin_return_addr): Add
...
...
gcc/doc/tm.texi
View file @
a55bbe13
...
...
@@ -3045,7 +3045,7 @@ A C expression whose value is RTL representing the value of the return
address
for
the
frame
@var
{
count
}
steps
up
from
the
current
frame
,
after
the
prologue
.
@var
{
frameaddr
}
is
the
frame
pointer
of
the
@var
{
count
}
frame
,
or
the
frame
pointer
of
the
@var
{
count
}
@minus
{}
1
frame
if
@code
{
RETURN_ADDR_IN_PREVIOUS_FRAME
}
is
defined
.
@code
{
RETURN_ADDR_IN_PREVIOUS_FRAME
}
is
nonzero
.
The
value
of
the
expression
must
always
be
the
correct
address
when
@var
{
count
}
is
zero
,
but
may
be
@code
{
NULL_RTX
}
if
there
is
no
way
to
...
...
@@ -3053,8 +3053,9 @@ determine the return address of other frames.
@end
defmac
@defmac
RETURN_ADDR_IN_PREVIOUS_FRAME
Define
this
if
the
return
address
of
a
particular
stack
frame
is
accessed
from
the
frame
pointer
of
the
previous
stack
frame
.
Define
this
macro
to
nonzero
value
if
the
return
address
of
a
particular
stack
frame
is
accessed
from
the
frame
pointer
of
the
previous
stack
frame
.
The
zero
default
for
this
macro
is
suitable
for
most
ports
.
@end
defmac
@defmac
INCOMING_RETURN_ADDR_RTX
...
...
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