diff options
author | Fred Fish <fnf@specifix.com> | 1995-11-05 00:58:57 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-11-05 00:58:57 +0000 |
commit | 1738bcd31b7027c1eab8cfc680c3dcac478cd3ce (patch) | |
tree | f96348bc91e01b76c0bce0d0f52f22debcc67527 /gdb/gould-xdep.c | |
parent | d9e771e3b02d6f7bffcd46e5af40724a0bea4c4d (diff) | |
download | binutils-gdb-1738bcd31b7027c1eab8cfc680c3dcac478cd3ce.tar.gz |
* 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/gould-xdep.c')
-rw-r--r-- | gdb/gould-xdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gould-xdep.c b/gdb/gould-xdep.c index 7ec91fb9cf1..bf2c33a1aa1 100644 --- a/gdb/gould-xdep.c +++ b/gdb/gould-xdep.c @@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* 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) |