fde-vms.c: New file.
authorDouglas B Rupp <rupp@gnat.com>
Fri, 14 Aug 2009 20:56:31 +0000 (20:56 +0000)
committerDouglas Rupp <rupp@gcc.gnu.org>
Fri, 14 Aug 2009 20:56:31 +0000 (20:56 +0000)
commitb874a90d6dda3e9e841025329f1468268bcaccdf
tree319444e3ded8f724a8045ece29a0ef9a4e3deb1d
parentac77b88e5267498679463fb578fe89ba973977e2
fde-vms.c: New file.

2009-08-14  Douglas B Rupp  <rupp@gnat.com>

* config/ia64/fde-vms.c: New file.
* config/ia64/fde-glibc.c (_Unwind_FindTableEntry): Add dummy arg.
* config/ia64/unwind-ia64.c (UNW_ accessors): Move to unwind-ia64.h
(MD_UNW_COMPATIBLE_PERSONALITY_P): Provide default.
(uw_frame_state_for): Only register a personality routine if it is
known to be compatible with our expectations.
(_Unwind_FindEnclosingFunction, uw_frame_state_for):
Declare unw_table_entry stack variable and
mod all calls to _Unwind_FindTableEntry to add arg.
* config/ia64/unwind-ia64.h (UNW_ accessors): Move here.
(_Unwind_FindTableEntry): Add arg to prototype.

From-SVN: r150778
gcc/ChangeLog
gcc/config/ia64/fde-glibc.c
gcc/config/ia64/fde-vms.c [new file with mode: 0644]
gcc/config/ia64/unwind-ia64.c
gcc/config/ia64/unwind-ia64.h