Re: [PATCH 01/36] Create libiberty/libiberty.m4, have GDB and GDBserver use it

2015-02-27 Thread Pedro Alves
On 02/09/2015 11:20 PM, Pedro Alves wrote: > Converting GDB to be a C++ program, I stumbled on 'basename' issues, > like: > ... > So I thought of adding a m4 file that projects that use libiberty can > source to pull in the autoconf checks that libiberty needs done in > order to use its public

Re: [PATCH 01/36] Create libiberty/libiberty.m4, have GDB and GDBserver use it

2015-02-09 Thread Pedro Alves
Bah, looks like I dropped gdb-patches@ by accident, adding it back (patch here: https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00580.html). For the gcc folks, this is part of this series: https://sourceware.org/ml/gdb-patches/2015-02/msg00202.html Thanks, Pedro Alves On 02/09/2015 11:20 PM, Pedr