re PR libstdc++/22284 (ia64 exception handling broken)
2005-07-29 H.J. Lu <hongjiu.lu@intel.com> PR libstdc++/22284 * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Revert the change to info.ttype_base. From-SVN: r102552
This commit is contained in:
parent
abf86bf227
commit
216edb224f
@ -1,3 +1,9 @@
|
||||
2005-07-29 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR libstdc++/22284
|
||||
* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Revert
|
||||
the change to info.ttype_base.
|
||||
|
||||
2005-07-28 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
|
||||
|
||||
* include/std/std_valarray.h: Fix grammar in comments.
|
||||
|
@ -428,7 +428,7 @@ PERSONALITY_FUNCTION (int version,
|
||||
|
||||
// Parse the LSDA header.
|
||||
p = parse_lsda_header (context, language_specific_data, &info);
|
||||
info.ttype_base = 0;
|
||||
info.ttype_base = base_of_encoded_value (info.ttype_encoding, context);
|
||||
ip = _Unwind_GetIP (context) - 1;
|
||||
landing_pad = 0;
|
||||
action_record = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user