summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c83cd02bcd1..ba220bcea77 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2016-04-15 Pedro Alves <palves@redhat.com>
+ PR gdb/19250
+ * ptrace.m4 (GDB_AC_PTRACE): Use extern "C" in C++ mode. In
+ ptrace tests, declare the ptrace prototype outside main. Replace
+ gdb_cv_func_ptrace_ret and gdb_cv_func_ptrace_proto by a single
+ variable holding return and argument types. Make return type
+ detection just another probing axis.
+ * configure: Regenerate.
+
+2016-04-15 Pedro Alves <palves@redhat.com>
+
* ada-lang.c (ada_lookup_struct_elt_type): Constify 'type_str' and
'name_str' locals.