diff options
author | John Gilmore <gnu@cygnus> | 1992-06-11 08:43:29 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-11 08:43:29 +0000 |
commit | 1304f099bc900e60f31817b19cc22634880c6611 (patch) | |
tree | 9f2c2ea6fb401595ea14558b2066d5b0dd94707c /gdb/remote-udi.c | |
parent | bab58134b507e9eca3f8d88db45b36d47a4d3168 (diff) | |
download | gdb-1304f099bc900e60f31817b19cc22634880c6611.zip gdb-1304f099bc900e60f31817b19cc22634880c6611.tar.gz gdb-1304f099bc900e60f31817b19cc22634880c6611.tar.bz2 |
Small changes from Solaris port. The big stuff is not all working yet.
* inferior.h (register_valid): Declare.
* remote-udi.c, rs6000-xdep.c, sparc-xdep.c, tm-rs6000.h: Remove decl.
* objfiles.h (ALL_OBJFILE_{SYMTABS,PSYMTABS,MSYMBOLS}): Add
macros for traversing the data structures in a single objfile.
* tm-m88k.h, tm-sparc.h (REGISTER_NAMES): Remove extra semicolon.
* tm-i960.h (REGISTER_NAMES): Cosmetic change.
* infcmd.c: Lint.
Diffstat (limited to 'gdb/remote-udi.c')
-rw-r--r-- | gdb/remote-udi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c index 68e8d37..0957258 100644 --- a/gdb/remote-udi.c +++ b/gdb/remote-udi.c @@ -61,7 +61,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif -extern char register_valid[]; extern int stop_soon_quietly; /* for wait_for_inferior */ extern struct value *call_function_by_hand(); static void udi_resume(); |