diff options
author | Fred Fish <fnf@specifix.com> | 1993-03-29 23:38:30 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-03-29 23:38:30 +0000 |
commit | d7d35f004c9c506c0b3f7002d96bad37bb492411 (patch) | |
tree | 1be5d01f55afb1b6446607159ef3e0dc9098d440 /gdb/remote-eb.c | |
parent | e5c007603f1d64f2f5722cb6f79227b5fd0f9350 (diff) | |
download | gdb-d7d35f004c9c506c0b3f7002d96bad37bb492411.zip gdb-d7d35f004c9c506c0b3f7002d96bad37bb492411.tar.gz gdb-d7d35f004c9c506c0b3f7002d96bad37bb492411.tar.bz2 |
* config/a29k/tm-a29k.h: Renamed from config/a29k/tm-29k.h.
* a29k-pinsn.c: Renamed from am29k-pinsn.c.
* a29k-tdep.c: Renamed from am29k-tdep.c.
* remote-eb.c, config/a29k/tm-ultra3.h: Include renamed tm-a29k.h.
* remote-monitor.c, remote-st2000.c, config/a29k/{nm-ultra3.h,
tm-a29k.h, xm-ultra3.h}, config/romp/rtbsd.mh, doc/gdbinv-s.texi,
testsuite/gdb.t15/funcargs.exp, testsuite/gdb.t17/callfuncs.exp:
Map '29k' to 'a29k'.
* config/a29k/{a29k-kern.mt, a29k-udi.mt, a29k.mt, ultra3.mt}
(TDEPFILES): Use renamed a29k-pinsn.o and a29k-tdep.o.
* config/a29k/{a29k-udi.mt, a29k.mt} (TM_FILE): Use renamed
tm-a29k.h.
* config/a29k/a29k-udi.mt (MT_CFLAGS): Remove TARGET_AM29K
define that does not appear anywhere else in the gdb source tree.
* doc/gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
Diffstat (limited to 'gdb/remote-eb.c')
-rw-r--r-- | gdb/remote-eb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-eb.c b/gdb/remote-eb.c index 7c5b686..605945c 100644 --- a/gdb/remote-eb.c +++ b/gdb/remote-eb.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This is like remote.c but is for an esoteric situation-- - having a 29k board in a PC hooked up to a unix machine with + having a a29k board in a PC hooked up to a unix machine with a serial line, and running ctty com1 on the PC, through which the unix machine can run ebmon. Not to mention that the PC has PC/NFS, so it can access the same executables that gdb can, @@ -28,7 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define TM_FILE_OVERRIDE #include "defs.h" #include <string.h> -#include "a29k/tm-29k.h" +#include "a29k/tm-a29k.h" #include "inferior.h" #include "wait.h" |