Re: removing stale config files

2016-03-22 Thread Pedro Alves
On 03/23/2016 12:36 AM, Ben Elliston wrote: On Wed, Mar 23, 2016 at 12:29:56AM +, Pedro Alves wrote: Yes. RDI was removed many years ago: https://sourceware.org/ml/gdb-patches/2015-08/msg00668.html Your clock runs fast. This was only six months ago. :-) Not really, you need to open

Re: removing stale config files

2016-03-22 Thread Ben Elliston
On Wed, Mar 23, 2016 at 12:29:56AM +, Pedro Alves wrote: > Yes. RDI was removed many years ago: > > https://sourceware.org/ml/gdb-patches/2015-08/msg00668.html Your clock runs fast. This was only six months ago. :-) Ben signature.asc Description: Digital signature __

Re: removing stale config files

2016-03-22 Thread Pedro Alves
On 03/23/2016 12:23 AM, Ben Elliston wrote: On Tue, Mar 22, 2016 at 11:32:18PM +, Pedro Alves wrote: Good riddance. Any of these that doesn't use gdb_protocol "remote" is not usable with current upstream GDB, as support for the target has already been removed from the tree in past releases,

Re: removing stale config files

2016-03-22 Thread Pedro Alves
On 03/22/2016 10:28 AM, Ben Elliston wrote: > The following files are in the config/ directory. Many of these are > very, very old. Can you please let me know if you suggest (a) > removing a file immediately (and if so, which one) or (b) marking a > file for removal after the next release. > > T

Re: removing stale config files

2016-03-22 Thread Ben Elliston
I removed the old config files as discussed plus any baseboard that loaded them. This leaves the following basebords -- what can go? Be ruthless! Cheers, Ben am33_2.0-libremote.exp androideabi.exp arm-sid.exp basic-sid.exp basic-sim.exp cris-sim.exp cygwin.exp d3

Re: patch #8947: Don't try to execute a data file

2016-03-22 Thread Rob Savoye
On 03/22/2016 01:15 AM, Ben Elliston wrote: > +# Don't try to execute a data file, which is used by some tests > +# to compare output. > +if {[regexp "^\.txt$" $prog]} { > + return "" > +} > > Wouldn't it be better to not call unix_load with such an argument? Unix_load is

Re: removing stale config files

2016-03-22 Thread Rob Savoye
On 03/22/2016 04:28 AM, Ben Elliston wrote: > The following files are in the config/ directory. Many of these are > very, very old. Can you please let me know if you suggest (a) > removing a file immediately (and if so, which one) or (b) marking a > file for removal after the next release. > > T

removing stale config files

2016-03-22 Thread Ben Elliston
The following files are in the config/ directory. Many of these are very, very old. Can you please let me know if you suggest (a) removing a file immediately (and if so, which one) or (b) marking a file for removal after the next release. Then we can start on the baseboards. :-) Thanks, Ben ad

patch #8947: Don't try to execute a data file

2016-03-22 Thread Ben Elliston
Hi Rob I've just looked at your patch here: https://savannah.gnu.org/patch/index.php?8947 This seems a bit odd to me: +# Don't try to execute a data file, which is used by some tests +# to compare output. +if {[regexp "^\.txt$" $prog]} { + return "" +} Wouldn't it be better