Re: [PATCH 1/5][libbacktrace] Factor out backtrace_vector_free

2018-11-30 Thread Tom de Vries
On 29-11-18 19:17, Ian Lance Taylor wrote: > On Thu, Nov 29, 2018 at 4:33 AM, Tom de Vries wrote: >> On 29-11-18 00:26, Ian Lance Taylor wrote: >>> On Wed, Nov 28, 2018 at 3:15 PM, Tom de Vries wrote: this patch factors out new function backtrace_vector_free. Bootstrapped and

Re: [PATCH 1/5][libbacktrace] Factor out backtrace_vector_free

2018-11-29 Thread Ian Lance Taylor via gcc-patches
On Thu, Nov 29, 2018 at 4:33 AM, Tom de Vries wrote: > On 29-11-18 00:26, Ian Lance Taylor wrote: >> On Wed, Nov 28, 2018 at 3:15 PM, Tom de Vries wrote: >>> >>> this patch factors out new function backtrace_vector_free. >>> >>> Bootstrapped and reg-tested on x86_64. >>> >>> OK for trunk? >> >> W

Re: [PATCH 1/5][libbacktrace] Factor out backtrace_vector_free

2018-11-29 Thread Tom de Vries
On 29-11-18 00:26, Ian Lance Taylor wrote: > On Wed, Nov 28, 2018 at 3:15 PM, Tom de Vries wrote: >> >> this patch factors out new function backtrace_vector_free. >> >> Bootstrapped and reg-tested on x86_64. >> >> OK for trunk? > > We should only add new files if we really absolutely must, as thi

Re: [PATCH 1/5][libbacktrace] Factor out backtrace_vector_free

2018-11-28 Thread Ian Lance Taylor via gcc-patches
On Wed, Nov 28, 2018 at 3:15 PM, Tom de Vries wrote: > > this patch factors out new function backtrace_vector_free. > > Bootstrapped and reg-tested on x86_64. > > OK for trunk? We should only add new files if we really absolutely must, as this package is copied around to a lot of places (e.g., li

[PATCH 1/5][libbacktrace] Factor out backtrace_vector_free

2018-11-28 Thread Tom de Vries
Hi, this patch factors out new function backtrace_vector_free. Bootstrapped and reg-tested on x86_64. OK for trunk? Thanks, - Tom [libbacktrace] Factor out backtrace_vector_free 2018-11-28 Tom de Vries * Makefile.am (libbacktrace_la_SOURCES): Add backtrace-vector. * Makefi