From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: gdb@sources.redhat.com Subject: erroneous TODO items? Date: Sat, 07 Jul 2001 19:07:00 -0000 Message-id: <15175.49266.257145.352964@scooby.brisbane.redhat.com> X-SW-Source: 2001-07/msg00062.html The version of the TODO file in CVS says: The z8k has suffered bit rot and is known to not build. The problem was occuring in the opcodes directory. [...] The m88k has suffered bit rot and is known to not build. [...] I beg to differ: [bje@scooby gdb]$ ./gdb GNU gdb 2001-07-08-cvs (MI_OUT) Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-pc-linux-gnu --target=z8k-unknown-coff". (gdb) [bje@scooby gdb]$ ./gdb GNU gdb 2001-07-08-cvs (MI_OUT) Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-pc-linux-gnu --target=m88k-coff". (gdb) Ben