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]

r129338 - in /trunk/gcc/ada: g-trasym-vms-alpha...


Author: charlet
Date: Mon Oct 15 13:57:26 2007
New Revision: 129338

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129338
Log:
2007-10-15  Olivier Hainque  <hainque@adacore.com>

	* tb-alvms.c (tb_entry_t, __gnat_backtrace): Store a frame pointer
	instead of a procedure value in each traceback entry.

	* g-trasym-vms-alpha.adb (Symbolic_Traceback): Pass frame pointer
	instead of procedure value to TBK$SYMBOLIZE.

	* s-traent-vms.adb (PV_For): Rename as FP_For and access the proper
	field.
	(TB_Entry_For): Account for the PV/FP renaming.

	* s-traent-vms.ads (Traceback_Entry): Rename PV component into FP and
	add comment.
	(Null_TB_Entry): Account for change of component name.
	(PV_For): Rename as FP_For.


Modified:
    trunk/gcc/ada/g-trasym-vms-alpha.adb
    trunk/gcc/ada/s-traent-vms.adb
    trunk/gcc/ada/s-traent-vms.ads
    trunk/gcc/ada/tb-alvms.c


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