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/pyr-xdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/pyr-xdep.c') diff --git a/gdb/pyr-xdep.c b/gdb/pyr-xdep.c index bedbc61..e205b50 100644 --- a/gdb/pyr-xdep.c +++ b/gdb/pyr-xdep.c @@ -171,7 +171,7 @@ extern unsigned int last_frame_offset; #ifdef PYRAMID_CORE -/* Can't make definitions here static, since core.c needs them +/* Can't make definitions here static, since corefile.c needs them to do bounds checking on the core-file areas. O well. */ /* have two stacks: one for data, one for register windows. */ @@ -192,7 +192,7 @@ extern int reg_stack_offset; /* Work with core dump and executable files, for GDB. - This code would be in core.c if it weren't machine-dependent. */ + This code would be in corefile.c if it weren't machine-dependent. */ void core_file_command (filename, from_tty) -- cgit v1.1