diff options
author | John Gilmore <gnu@cygnus> | 1992-09-26 09:04:24 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-26 09:04:24 +0000 |
commit | b38f304c4fc12ec5c3d496cb908ad2d2703d67ad (patch) | |
tree | b688c1014731d4d881c7e0e2c7214954b6bb3ac5 /gdb/sparc-xdep.c | |
parent | 165410d11ff0f0ec7f8e5dcb1904fbbceb42c132 (diff) | |
download | gdb-b38f304c4fc12ec5c3d496cb908ad2d2703d67ad.zip gdb-b38f304c4fc12ec5c3d496cb908ad2d2703d67ad.tar.gz gdb-b38f304c4fc12ec5c3d496cb908ad2d2703d67ad.tar.bz2 |
* putenv.c: index -> strchr.
* regex.c: Always rename bcopy to memcpy, etc.
FIXME: Eventually do the renames rather than use #define's.
* sparc-tdep.c (deferred_stores): Moved from sparc-xdep.c.
Fix bcopy->memcpy.
* sparc-xdep.c: Move deferred_stores to target dependent.
Diffstat (limited to 'gdb/sparc-xdep.c')
-rw-r--r-- | gdb/sparc-xdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparc-xdep.c b/gdb/sparc-xdep.c index c8c164d..a040bf5 100644 --- a/gdb/sparc-xdep.c +++ b/gdb/sparc-xdep.c @@ -43,7 +43,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define STACK_REGS 2 #define FP_REGS 4 -int deferred_stores = 0; /* Cumulates stores we want to do eventually. */ +/* The variable deferred_stores itself is defined in sparc-tdep.c. */ /* Fetch one or more registers from the inferior. REGNO == -1 to get them all. We actually fetch more than requested, when convenient, |