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
56dc349e
Commit
56dc349e
authored
13 years ago
by
Paul Brook
Committed by
Bernd Schmidt
13 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* unwind-arm-common.inc: Handle ID3/4 unwinding data.
From-SVN: r180313
parent
d2e312d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libgcc/ChangeLog
+4
-0
libgcc/unwind-arm-common.inc
+1
-1
No files found.
libgcc/ChangeLog
View file @
56dc349e
2011-10-21 Paul Brook <paul@codesourcery.com>
* unwind-arm-common.inc: Handle ID3/4 unwinding data.
2011-10-16 Uros Bizjak <ubizjak@gmail.com>
Eric Botcazou <ebotcazou@adacore.com>
...
...
This diff is collapsed.
Click to expand it.
libgcc/unwind-arm-common.inc
View file @
56dc349e
...
...
@@ -583,7 +583,7 @@ __gnu_unwind_pr_common (_Unwind_State state,
uws
.
words_left
=
0
;
uws
.
bytes_left
=
3
;
}
else
else
if
(
id
<
3
)
{
uws
.
words_left
=
(
uws
.
data
>>
16
)
&
0xff
;
uws
.
data
<<=
16
;
...
...
This diff is collapsed.
Click to expand it.
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