MIPS: Fix microMIPS instruction size determination
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index 216fd0320869919858607c13a38113ae1f450135..8f63f519df8e3cc18248dcacc1ccddd2bae9aee0 100644 (file)
@@ -1,6 +1,6 @@
 /* D language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 2005-2014 Free Software Foundation, Inc.
+   Copyright (C) 2005-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -68,9 +68,15 @@ extern char *d_demangle (const char *mangled, int options);
 
 extern const struct builtin_d_type *builtin_d_type (struct gdbarch *);
 
-/* Defined in d-support.c  */
+/* Defined in d-namespace.c  */
 
-extern const char *d_parse_symbol (struct obstack *, const char *);
+extern struct block_symbol d_lookup_symbol_nonlocal (const struct language_defn *,
+                                                    const char *,
+                                                    const struct block *,
+                                                    const domain_enum);
+
+extern struct block_symbol d_lookup_nested_symbol (struct type *, const char *,
+                                                  const struct block *);
 
 /* Defined in d-valprint.c  */
 
This page took 0.023837 seconds and 4 git commands to generate.