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
573b3837
Commit
573b3837
authored
Nov 26, 2007
by
Ben Elliston
Committed by
Ben Elliston
Nov 26, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* unwind-generic.h: Fix comment typos.
From-SVN: r130423
parent
0ab2a34f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/ChangeLog
+2
-1
gcc/unwind-generic.h
+2
-2
No files found.
gcc/ChangeLog
View file @
573b3837
2007
-
11
-
26
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
2007
-
11
-
26
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
*
unwind
-
dw2
-
fde
.
c
:
Fix
comment
typo
.
*
unwind
-
dw2
-
fde
.
c
:
Fix
comment
typo
.
*
unwind
-
generic
.
h
:
Likewise
,
fix
comment
typos
.
2007
-
11
-
25
Richard
Sandiford
<
rsandifo
@
nildram
.
co
.
uk
>
2007
-
11
-
25
Richard
Sandiford
<
rsandifo
@
nildram
.
co
.
uk
>
*
tree
-
sra
.
c
(
scalarize_use
):
Adjust
the
vpos
argument
to
*
tree
-
sra
.
c
(
scalarize_use
):
Adjust
the
vpos
argument
to
gcc/unwind-generic.h
View file @
573b3837
...
@@ -141,7 +141,7 @@ extern void _Unwind_DeleteException (struct _Unwind_Exception *);
...
@@ -141,7 +141,7 @@ extern void _Unwind_DeleteException (struct _Unwind_Exception *);
extern
void
LIBGCC2_UNWIND_ATTRIBUTE
extern
void
LIBGCC2_UNWIND_ATTRIBUTE
_Unwind_Resume
(
struct
_Unwind_Exception
*
);
_Unwind_Resume
(
struct
_Unwind_Exception
*
);
/* @@@ Resume propagation of a
n
FORCE_UNWIND exception, or to rethrow
/* @@@ Resume propagation of a FORCE_UNWIND exception, or to rethrow
a normal exception that was handled. */
a normal exception that was handled. */
extern
_Unwind_Reason_Code
LIBGCC2_UNWIND_ATTRIBUTE
extern
_Unwind_Reason_Code
LIBGCC2_UNWIND_ATTRIBUTE
_Unwind_Resume_or_Rethrow
(
struct
_Unwind_Exception
*
);
_Unwind_Resume_or_Rethrow
(
struct
_Unwind_Exception
*
);
...
@@ -158,7 +158,7 @@ _Unwind_Backtrace (_Unwind_Trace_Fn, void *);
...
@@ -158,7 +158,7 @@ _Unwind_Backtrace (_Unwind_Trace_Fn, void *);
/* These functions are used for communicating information about the unwind
/* These functions are used for communicating information about the unwind
context (i.e. the unwind descriptors and the user register state) between
context (i.e. the unwind descriptors and the user register state) between
the unwind library and the personality routine and landing pad. Only
the unwind library and the personality routine and landing pad. Only
selected registers maybe manipulated. */
selected registers may
be manipulated. */
extern
_Unwind_Word
_Unwind_GetGR
(
struct
_Unwind_Context
*
,
int
);
extern
_Unwind_Word
_Unwind_GetGR
(
struct
_Unwind_Context
*
,
int
);
extern
void
_Unwind_SetGR
(
struct
_Unwind_Context
*
,
int
,
_Unwind_Word
);
extern
void
_Unwind_SetGR
(
struct
_Unwind_Context
*
,
int
,
_Unwind_Word
);
...
...
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