X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fc-typeprint.c;h=4edc9ec3587913b16c3459245a8ecb81b15a796f;hb=2117c711ae07700adb57ea5b5ca61e4c32d7e3d2;hp=ca8d89b0e9a94b6549ca63e6da48cf5bd30a780a;hpb=df54f8eb0a1c7a5d7bfa6419bda97c36afa48750;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c index ca8d89b0e9..4edc9ec358 100644 --- a/gdb/c-typeprint.c +++ b/gdb/c-typeprint.c @@ -1,5 +1,5 @@ /* Support for printing C and C++ types for GDB, the GNU debugger. - Copyright (C) 1986-2013 Free Software Foundation, Inc. + Copyright (C) 1986-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -31,7 +31,7 @@ #include "typeprint.h" #include "cp-abi.h" #include "jv-lang.h" -#include "gdb_string.h" +#include #include #include "cp-support.h" @@ -1227,8 +1227,8 @@ c_type_print_base (struct type *type, struct ui_file *stream, mangled_name = TYPE_FN_FIELD_PHYSNAME (f, j); demangled_name = - cplus_demangle (mangled_name, - DMGL_ANSI | DMGL_PARAMS); + gdb_demangle (mangled_name, + DMGL_ANSI | DMGL_PARAMS); if (demangled_name == NULL) { /* In some cases (for instance with the HP