Re: [PATCH] gdb: Add a dependency between gdb and libbacktrace

2021-08-30 Thread Richard Biener via Gcc-patches
On Mon, Aug 30, 2021 at 10:22 PM Andrew Burgess wrote: > > I plan to make use of libbacktrace within GDB. I believe that the > patch below needs to be merged into GCCs toplevel directory and then > back-ported to the binutils-gdb repository. > > Is this OK to merge? OK. > Thanks, > Andrew > > -

[PATCH] gdb: Add a dependency between gdb and libbacktrace

2021-08-30 Thread Andrew Burgess
I plan to make use of libbacktrace within GDB. I believe that the patch below needs to be merged into GCCs toplevel directory and then back-ported to the binutils-gdb repository. Is this OK to merge? Thanks, Andrew --- GDB is going to start using libbacktrace, so add a build dependency between