This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r150778 - in /trunk/gcc: ChangeLog config/ia64/...


Author: rupp
Date: Fri Aug 14 20:56:31 2009
New Revision: 150778

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150778
Log:
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.


Added:
    trunk/gcc/config/ia64/fde-vms.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/ia64/fde-glibc.c
    trunk/gcc/config/ia64/unwind-ia64.c
    trunk/gcc/config/ia64/unwind-ia64.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]