aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-sparc.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-11 08:43:29 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-11 08:43:29 +0000
commit1304f099bc900e60f31817b19cc22634880c6611 (patch)
tree9f2c2ea6fb401595ea14558b2066d5b0dd94707c /gdb/tm-sparc.h
parentbab58134b507e9eca3f8d88db45b36d47a4d3168 (diff)
downloadbinutils-1304f099bc900e60f31817b19cc22634880c6611.zip
binutils-1304f099bc900e60f31817b19cc22634880c6611.tar.gz
binutils-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-sparc.h')
-rw-r--r--gdb/tm-sparc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-sparc.h b/gdb/tm-sparc.h
index a86694c..69cad05 100644
--- a/gdb/tm-sparc.h
+++ b/gdb/tm-sparc.h
@@ -137,7 +137,7 @@ extern CORE_ADDR sparc_pc_adjust();
"f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23", \
"f24", "f25", "f26", "f27", "f28", "f29", "f30", "f31", \
\
- "y", "psr", "wim", "tbr", "pc", "npc", "fpsr", "cpsr" };
+ "y", "psr", "wim", "tbr", "pc", "npc", "fpsr", "cpsr" }
/* Register numbers of various important registers.
Note that some of these values are "real" register numbers,