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

Re: IA64 Crashes in stack unwinding


Otto Bruggeman wrote:
Ok, from which version is this supported ? gcc 3.3.something or later like 3.4/5 ? Or does 3.2.2 already support this in its configure, if not can you give me an estimate on when and where it was added to CVS so i can search the commit logs for the source changes ?

The necesary support is in gcc-3.3 or later. Looking at ChangeLog entries, I see it was backported from mainline to the gcc-3.3 branch on 2003-08-10, which was after the 3.3.1 release. So you need 3.3.2 or later.


The gcc-3.4 support is a little bit different than the gcc-3.3 support, but I don't think that should matter. The most recent version of libunwind added some additional functions from the libunwind API, allowing us to disable more of gcc's builtin unwinder, but this just reduces static library/executable sizes. It shouldn't affect correctness.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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