Add xml selftests for aarch64 target description.
[deliverable/binutils-gdb.git] / gdb / gdb-demangle.h
index 2d62956d686b4159a82c83565d7f44e67e926fcc..880051aaaee550496530006b0c084ac8a061d740 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic C++ demangling support for GDB.
-   Copyright (c) 2011-2013 Free Software Foundation, Inc.
+   Copyright (C) 2011-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -28,9 +28,6 @@ extern int demangle;
    DEMANGLE is zero, names are printed raw, i.e. DEMANGLE controls.  */
 extern int asm_demangle;
 
-/* Fake a "set demangle-style" command.  */
-extern void set_demangling_style (char *);
-
 /* Check if a character is one of the commonly used C++ marker characters.  */
 extern int is_cplus_marker (int);
 
This page took 0.024969 seconds and 4 git commands to generate.