Re: Backtrace library [2/3]

2012-09-13 Thread Diego Novillo
On 2012-09-11 18:54 , Ian Lance Taylor wrote: 2012-09-11 Ian Lance Taylor * MAINTAINERS (Various Maintainers): Add libbacktrace. * configure.ac (host_libs): Add libbacktrace. (target_libraries): Add libbacktrace. * Makefile.def (host_modules): Add libbacktrace

Backtrace library [2/3]

2012-09-11 Thread Ian Lance Taylor
I have finished the initial implementation of the backtrace library I proposed at http://gcc.gnu.org/ml/gcc/2012-08/msg00317.html . I've separated the work into three patches. These patches only implement the backtrace library itself; actual use of the library will follow in separate patches. Th