From 1738bcd31b7027c1eab8cfc680c3dcac478cd3ce Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sun, 5 Nov 1995 00:58:57 +0000 Subject: * 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 . * 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. --- gdb/sun386-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/sun386-nat.c') diff --git a/gdb/sun386-nat.c b/gdb/sun386-nat.c index d4edd3c..fd9ca04 100644 --- a/gdb/sun386-nat.c +++ b/gdb/sun386-nat.c @@ -41,7 +41,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include -/* Machine-dependent code which would otherwise be in core.c */ +/* Machine-dependent code which would otherwise be in corefile.c */ /* Work with core files, for GDB. */ -- cgit v1.1