Re: [build] Move libgcov support to toplevel libgcc

2011-07-13 Thread Rainer Orth
Jan, > I would also preffer libgcov to go into its own toplevel directory, > especially because there are plans to add non-stdlib i/o into it i.e. > for kernel profiling. that way it would be handy to have libgcov > as a toplevel library with its own configure that allows it to be build > indepen

Re: [build] Move libgcov support to toplevel libgcc

2011-07-08 Thread Jan Hubicka
> On Fri, 8 Jul 2011, Rainer Orth wrote: > > > And another easy one: moving libgcov over to libgcc. > > Do you have any specific plans regarding gcov-io.c and gcov-io.h? Because > they are genuinely used on both the host and the target they are a > trickier case; I wonder if they should end up

Re: [build] Move libgcov support to toplevel libgcc

2011-07-08 Thread Rainer Orth
"Joseph S. Myers" writes: > On Fri, 8 Jul 2011, Rainer Orth wrote: > >> And another easy one: moving libgcov over to libgcc. > > Do you have any specific plans regarding gcov-io.c and gcov-io.h? Because None so far: the issues outlined in the libgcov submission are currently the end of what I

Re: [build] Move libgcov support to toplevel libgcc

2011-07-08 Thread Joseph S. Myers
On Fri, 8 Jul 2011, Rainer Orth wrote: > And another easy one: moving libgcov over to libgcc. Do you have any specific plans regarding gcov-io.c and gcov-io.h? Because they are genuinely used on both the host and the target they are a trickier case; I wonder if they should end up in their own

Re: [build] Move libgcov support to toplevel libgcc

2011-07-08 Thread Paolo Bonzini
On 07/08/2011 01:31 PM, Rainer Orth wrote: And another easy one: moving libgcov over to libgcc. Bootstrapped without regressions on i386-pc-solaris2.11 and x86_64-unknown-linux-gnu. Ok for mainline? After this one, and once the problems with the unwinder move are sorted out, I've got a few mor