gdb: Remove a cleanup from find_overload_match
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 48500824cd15bfc367e4425b89f6da3da1b9beb1..3e677dcde2bbcda88121a9c8c1f4553d069e64a1 100644 (file)
@@ -1,3 +1,15 @@
+2019-01-03  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * compile/compile-cplus-types.c
+       (compile_cplus_instance::decl_name): Handle changes to
+       cp_func_name.
+       * cp-support.c (cp_func_name): Update header comment, update
+       return type.
+       * cp-support.h (cp_func_name): Update return type in declaration.
+       * valops.c (find_overload_match): Move temp_func local to top
+       level of function and change its type.  Use temp_func to hold and
+       delete temporary string obtained from cp_func_name.
+
 2019-01-03  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * remote.c (remote_target::remote_check_symbols): Convert `msg` to
This page took 0.025911 seconds and 4 git commands to generate.