personality routine in a CIE augmentation.
+2004-11-05 Mark Kettenis <kettenis@jive.nl>
+
+ * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
+ personality routine in a CIE augmentation.
+
2004-11-05 Felix Lee <felix+log1@specifixinc.com>
* stack.c (set_current_sal_from_frame): New function.
else if (*augmentation == 'P')
{
/* Skip. */
- buf += size_of_encoded_value (*buf++);
+ unsigned char encoding = *buf++;
+ read_encoded_value (unit, encoding, buf, &bytes_read);
+ buf += bytes_read;
augmentation++;
}