diff options
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" |