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
0761b462
Commit
0761b462
authored
Nov 13, 2009
by
Eric Botcazou
Committed by
Eric Botcazou
Nov 13, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* exception.cc (PERSONALITY_FUNCTION): Fix oversight.
From-SVN: r154159
parent
d7f1df66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libjava/ChangeLog
+4
-0
libjava/exception.cc
+1
-1
No files found.
libjava/ChangeLog
View file @
0761b462
2009-11-13 Eric Botcazou <ebotcazou@adacore.com>
* exception.cc (PERSONALITY_FUNCTION): Fix oversight.
2009-11-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2009-11-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR bootstrap/38867
PR bootstrap/38867
...
...
libjava/exception.cc
View file @
0761b462
...
@@ -328,7 +328,7 @@ PERSONALITY_FUNCTION (int version,
...
@@ -328,7 +328,7 @@ PERSONALITY_FUNCTION (int version,
#ifdef HAVE_GETIPINFO
#ifdef HAVE_GETIPINFO
ip
=
_Unwind_GetIPInfo
(
context
,
&
ip_before_insn
);
ip
=
_Unwind_GetIPInfo
(
context
,
&
ip_before_insn
);
#else
#else
ip
=
_Unwind_GetIP
(
context
)
-
1
;
ip
=
_Unwind_GetIP
(
context
);
#endif
#endif
if
(
!
ip_before_insn
)
if
(
!
ip_before_insn
)
--
ip
;
--
ip
;
...
...
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