]> git.ipfire.org Git - thirdparty/gcc.git/commit
tb-gcc.c (trace_callback): Work around problem with _Unwind_GetIP on ia64 HP-UX.
authorMatthew Gingell <gingell@adacore.com>
Tue, 15 Nov 2005 13:54:25 +0000 (14:54 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 15 Nov 2005 13:54:25 +0000 (14:54 +0100)
commit748d8778ede2249ee70323886d36fcdd5c08248d
tree42a177a53177be2db515cfdae24464e13832f3a3
parente1ac6e5b2140d274f5e37b948e3074a284c3c3e6
tb-gcc.c (trace_callback): Work around problem with _Unwind_GetIP on ia64 HP-UX.

2005-11-14  Matthew Gingell  <gingell@adacore.com>
    Olivier Hainque  <hainque@adacore.com>

* tb-gcc.c (trace_callback): Work around problem with _Unwind_GetIP on
ia64 HP-UX.

* tracebak.c (ia64 configuration): Enable _Unwind_Backtrace driven
tracebacks on ia64 HP-UX and provide explanatory comment.
Enable backtraces on ia64 GNU/Linux.
(x86 configuration): Bump FRAME_LEVEL to 1 to ensure we retrieve a real
base pointer from builtin_frame_address. Adjust BASE_SKIP accordingly.

From-SVN: r106964
gcc/ada/tb-gcc.c
gcc/ada/tracebak.c