tmp from _Unwind_Ptr to _Unwind_Word.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45360
138bc75d-0d04-0410-961f-
82ee72b054a4
+2001-09-03 Richard Sandiford <rsandifo@redhat.com>
+
+ * libsupc++/eh_personality.cc (parse_lsda_header): Change type of
+ tmp from _Unwind_Ptr to _Unwind_Word.
+
2001-08-31 Jason Merrill <jason_merrill@redhat.com>
* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Simplify
parse_lsda_header (_Unwind_Context *context, const unsigned char *p,
lsda_header_info *info)
{
- _Unwind_Ptr tmp;
+ _Unwind_Word tmp;
unsigned char lpstart_encoding;
info->Start = (context ? _Unwind_GetRegionStart (context) : 0);