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
1e60c057
Commit
1e60c057
authored
Jul 10, 2003
by
J"orn Rennecke
Committed by
Joern Rennecke
Jul 10, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tm.texi (RETURN_ADDR_OFFSET): Document.
From-SVN: r69190
parent
7c728fc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+7
-0
No files found.
gcc/ChangeLog
View file @
1e60c057
2003-07-10 J"orn Rennecke <joern.rennecke@superh.com>
* tm.texi (RETURN_ADDR_OFFSET): Document.
2003-07-10 Nathan Sidwell <nathan@codesourcery.com>
* gcov-io.h: Update documentation.
...
...
gcc/doc/tm.texi
View file @
1e60c057
...
...
@@ -2999,6 +2999,13 @@ If you want to support call frame exception handling, you must
define
either
this
macro
or
the
@code{
eh_return
}
instruction
pattern
.
@end
defmac
@defmac
RETURN_ADDR_OFFSET
If
defined
,
an
integer
-
valued
C
expression
for
which
rtl
will
be
generated
to
add
it
to
the
exception
handler
address
before
it
is
searched
in
the
exception
handling
tables
,
and
to
subtract
it
again
from
the
address
before
using
it
to
return
to
the
exception
handler
.
@end
defmac
@defmac
ASM_PREFERRED_EH_DATA_FORMAT
(
@var{
code
}
,
@var{
global
}
)
This
macro
chooses
the
encoding
of
pointers
embedded
in
the
exception
handling
sections
.
If
at
all
possible
,
this
should
be
defined
such
...
...
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