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/tm-i960.h | |
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/tm-i960.h')
-rw-r--r-- | gdb/tm-i960.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-i960.h b/gdb/tm-i960.h index 7dba1de..561b06a 100644 --- a/gdb/tm-i960.h +++ b/gdb/tm-i960.h @@ -94,7 +94,7 @@ extern CORE_ADDR saved_pc_after_call (); /* 8 */ "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",\ /* 16 */ "g0", "g1", "g2", "g3", "g4", "g5", "g6", "g7", \ /* 24 */ "g8", "g9", "g10", "g11", "g12", "g13", "g14", "fp", \ - /* 32 */ "pc", "ac", "ip", "tc", "fp0", "fp1", "fp2", "fp3", \ + /* 32 */ "pc", "ac", "ip", "tc", "fp0", "fp1", "fp2", "fp3",\ } /* Register numbers of various important registers (used to index |