diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1993-07-09 16:50:43 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1993-07-09 16:50:43 +0000 |
commit | 2fcdae93aafbc5de1a370169ed673cc75e17d022 (patch) | |
tree | 8a40bc57c5ecf24cb7c44b1f17255da846862781 /gdb/remote-eb.c | |
parent | a40fe908ce5d4366286cebcff3317b59c3ce5e25 (diff) | |
download | gdb-2fcdae93aafbc5de1a370169ed673cc75e17d022.zip gdb-2fcdae93aafbc5de1a370169ed673cc75e17d022.tar.gz gdb-2fcdae93aafbc5de1a370169ed673cc75e17d022.tar.bz2 |
* defs.h, remote-eb.c (TM_FILE_OVERRIDE): Remove it.
* mips-tdep.c (init_extra_frame_info): Set proper fci->frame if pc
is at the start of the dummy code.
Diffstat (limited to 'gdb/remote-eb.c')
-rw-r--r-- | gdb/remote-eb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote-eb.c b/gdb/remote-eb.c index cdf12df..6e36b7e 100644 --- a/gdb/remote-eb.c +++ b/gdb/remote-eb.c @@ -25,10 +25,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ has PC/NFS, so it can access the same executables that gdb can, over the net in real time. */ -#define TM_FILE_OVERRIDE #include "defs.h" #include <string.h> -#include "a29k/tm-a29k.h" #include "inferior.h" #include "bfd.h" |