aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-11-05 00:58:57 +0000
committerFred Fish <fnf@specifix.com>1995-11-05 00:58:57 +0000
commit1738bcd31b7027c1eab8cfc680c3dcac478cd3ce (patch)
treef96348bc91e01b76c0bce0d0f52f22debcc67527 /gdb/TODO
parentd9e771e3b02d6f7bffcd46e5af40724a0bea4c4d (diff)
downloadgdb-1738bcd31b7027c1eab8cfc680c3dcac478cd3ce.zip
gdb-1738bcd31b7027c1eab8cfc680c3dcac478cd3ce.tar.gz
gdb-1738bcd31b7027c1eab8cfc680c3dcac478cd3ce.tar.bz2
* Makefile.in (COMMON_OBS): Use corefile.o rather than core.o
* core.c: Rename to corefile.c. * config/pyr/tm-pyr.h, umax-xdep.c, sun386-nat.c, pyr-xdep.c, * Makefile.in (SFILES), gould-xdep.c, coredep.c, armtdep.c, arm-xdep.c, altos-xdep.c: Change core.c references to corefile.c. From Graham Stoney <greyham@research.canon.oz.au>. * Makefile.in (remote-array.o): Add rule to build. (ALLDEPFILES): Add remote-array.c * remote-array.c (baud_rate): Remove unnecessary declaration. (baudrate): Remove. (array_files_info): Print global baud_rate not baudrate.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 5e4a53e..07716af 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -294,7 +294,7 @@ versions of GDB can do something halfway reasonable.
Clean up formatting of "info registers" on MIPS and 88k. See if it
is possible to do this generically across all target architectures.
-GDB gets bfd/core.c and gdb/core.c confused (this should be easy to
+GDB gets bfd/corefile.c and gdb/corefile.c confused (this should be easy to
repeat even with something more recent than GDB 4.9).
Check that unmatched RBRAC doesn't abort().