* dvp-dis.c (print_dma): Change length from 16 to 8.
[deliverable/binutils-gdb.git] / gdb / stabsread.h
index dcaa6da3b433378ca1330f3da390dbe66420a46b..77ea2912b85075681928489df18760f17bc933bf 100644 (file)
@@ -168,9 +168,6 @@ end_stabs PARAMS ((void));
 extern void
 finish_global_stabs PARAMS ((struct objfile *objfile));
 
-extern int
-resolve_cfront_continuation PARAMS((struct objfile * objfile, 
-               struct symbol * sym, char * p));
 \f
 EXTERN int os9k_stabs;
 \f
@@ -236,7 +233,17 @@ extern void stabsect_build_psymtabs
 extern void elfstab_offset_sections PARAMS ((struct objfile *,
                                             struct partial_symtab *));
 
-extern void process_later PARAMS ((struct symbol *, char *, 
-               int (*f) (struct objfile *, struct symbol *, char *)));
+extern void process_later 
+  PARAMS ((struct symbol *, char *, 
+          int (*f) PARAMS ((struct objfile *, struct symbol *, char *))));
+
+extern int symbol_reference_defined PARAMS ((char **));
+
+extern void ref_add PARAMS ((int, struct symbol *, char *, CORE_ADDR));
+
+extern struct symbol * ref_search PARAMS ((int));
+
+extern int resolve_cfront_continuation 
+  PARAMS ((struct objfile * objfile, struct symbol * sym, char * p));
 
 #undef EXTERN
This page took 0.023685 seconds and 4 git commands to generate.