2002-11-13 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / parser-defs.h
index 7db1c77e1232057e181619a1680fdce18d1989bc..b522241a464c1cfe3f6a88f36d4db6910e24a65b 100644 (file)
@@ -41,7 +41,7 @@ extern struct block *expression_context_block;
    the block that we want to evaluate expressions at.  When debugging
    C or C++ code, we use this to find the exact line we're at, and
    then look up the macro definitions active at that point.  */
-CORE_ADDR expression_context_pc;
+extern CORE_ADDR expression_context_pc;
 
 /* The innermost context required by the stack and register variables
    we've encountered so far. */
@@ -210,10 +210,9 @@ struct op_print
     int right_assoc;
   };
 
-/* The generic method for targets to specify how their registers are
-   named.  The mapping can be derived from two sources: REGISTER_NAME;
-   and builtin regs. */
+/* Function used to avoid direct calls to fprintf
+   in the code generated by the bison parser.  */
 
-extern int target_map_name_to_register (char *, int);
+extern void parser_fprintf (FILE *, const char *, ...) ATTR_FORMAT (printf, 2 ,3);
 
 #endif /* PARSER_DEFS_H */
This page took 0.023783 seconds and 4 git commands to generate.