aboutsummaryrefslogtreecommitdiff
path: root/gdb/dcache.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-02-10 00:02:15 +0000
committerStan Shebs <shebs@codesourcery.com>1995-02-10 00:02:15 +0000
commit76a457c01659bb1926e302fb3abee2d70ade437f (patch)
tree58509772b4875e9efd71e1517771b02104fd230d /gdb/dcache.c
parente91160dcbe058b1c08d8562952988939150a3090 (diff)
downloadfsf-binutils-gdb-76a457c01659bb1926e302fb3abee2d70ade437f.zip
fsf-binutils-gdb-76a457c01659bb1926e302fb3abee2d70ade437f.tar.gz
fsf-binutils-gdb-76a457c01659bb1926e302fb3abee2d70ade437f.tar.bz2
* Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to
after, any host/target/native libraries. * dcache.c (insque, remque): Remove declarations. * gdbtypes.h (type_code): Remove trailing comma. From Peter Schauer: * xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef STATIC_NODEBUG_VARS inside case.
Diffstat (limited to 'gdb/dcache.c')
-rw-r--r--gdb/dcache.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/dcache.c b/gdb/dcache.c
index aaa01d0..159c3ac 100644
--- a/gdb/dcache.c
+++ b/gdb/dcache.c
@@ -23,9 +23,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "dcache.h"
#include "gdbcmd.h"
-extern int insque();
-extern int remque();
-
int remote_dcache = 0;
/* The data cache records all the data read from the remote machine