* unwind-arm-common.inc: Handle ID3/4 unwinding data.
From-SVN: r180313
This commit is contained in:
parent
d2e312d7e5
commit
56dc349e1a
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user