This is the mail archive of the gcc-patches@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]

[Ada] Enable traceback computation on ia64 platforms


Tested on ia64-linux, committed on mainline.

This patch enables tracebacks on ia64 platforms using the GCC DWARF-2
based unwinder mechanism. A value of -16 is used for the macro
PC_ADJUST because, since every call on ia64 is part of a 128 bit
bundle, an adjustment of minus 16 bytes from the point of return finds
the address of the previous bundle.

2005-07-04  Matthew Gingell  <gingell@adacore.com>

	* tracebak.c: Enable tracebacks on ia64 platforms

Attachment: difs.24
Description: Text document


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