]> gcc.gnu.org Git - gcc.git/commit
dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32 bit PC-relative...
authorJason Merrill <jason@yorick.cygnus.com>
Sun, 26 Oct 1997 19:54:42 +0000 (19:54 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 26 Oct 1997 19:54:42 +0000 (14:54 -0500)
commitd84e64d416af881a3dbc9eed8dd0212cc473baf8
tree4e1082dba15dedf1e0cf5b5116ab52cddd4e3511
parentbd123dc9f223f452d5dd6937dd6076d762bca564
dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32 bit PC-relative offset.

* dwarf2out.c (output_call_frame_info): The CIE pointer is now a 32
  bit PC-relative offset.  The exception range table pointer is now in
  the CIE.
* frame.c (dwarf_cie, dwarf_fde): Rename CIE_pointer to CIE_delta.
(count_fdes, add_fdes, get_cie): Adjust.
(cie_info, extract_cie_info, __frame_state_for): Adjust eh_ptr uses.

From H.J. Lu:
* frame.c (count_fdes, add_fdes): Skip linked once FDE entries.

From-SVN: r16192
gcc/ChangeLog
gcc/dwarf2out.c
gcc/frame.c
This page took 0.059343 seconds and 5 git commands to generate.