]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
./:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Sep 2012 12:38:08 +0000 (12:38 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Sep 2012 12:38:08 +0000 (12:38 +0000)
commit3f4257112ebaa98abb97d3170ad95eafd8998261
tree4cd99601f0770b6683b8099f845efc0cb209f0f1
parent8fdb69579a887bd55f8ecd98e999cc6b857721f2
./:
* Makefile.def: Make all-gcc depend on all-libbacktrace.
* Makefile.in: Rebuild.
gcc/:
* diagnostic.c: Include "demangle.h" and "backtrace.h".
(bt_stop): New static array.
(bt_callback, bt_err_callback): New static functions.
(diagnostic_action_after_output): Call backtrace_full for DK_ICE.
* Makefile.in (BACKTRACE): New variable.
(BACKTRACEINC, LIBBACKTRACE): New variables.
(BACKTRACE_H): New variable.
(LIBDEPS, LIBS): Add $(LIBBACKTRACE).
(INCLUDES): Add $(BACKTRACEINC).
(diagnostic.o): Depend upon $(DEMANGLE_H) and $(BACKTRACE_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191757 138bc75d-0d04-0410-961f-82ee72b054a4
ChangeLog
Makefile.def
Makefile.in
gcc/ChangeLog
gcc/Makefile.in
gcc/diagnostic.c