From 699ed6ad1e5d48c49f735f84ced2d16e0fcd30d5 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 9 Aug 2017 11:20:51 +0100 Subject: [PATCH] Add missing ChangeLog entry The changelog entry for cd33a03d183a268b83ccbcae07f3788308e8d9f4 is missing. This patch adds it. --- gdb/ChangeLog | 10 ++++++++++ gdb/testsuite/ChangeLog | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 11ff1c91656..8b00316e354 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2017-07-25 Yao Qi + + PR gdb/21555 + * arch-utils.c (gdbarch_skip_prologue_noexcept): New function. + * arch-utils.h (gdbarch_skip_prologue_noexcept): Declare. + * infrun.c: Include arch-utils.h + (handle_step_into_function): Call gdbarch_skip_prologue_noexcept. + (handle_step_into_function_backward): Likewise. + * symtab.c (skip_prologue_sal): Likewise. + 2017-07-25 Yao Qi PR tdep/21717 diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1ca1413a40e..689e44e058d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2017-07-25 Yao Qi + + PR gdb/21555 + * gdb.base/reread.exp: Wrap the whole test with two kinds of + compilation flags, with -fPIE and without -fPIE. + 2017-05-18 Thomas Preud'homme * gdb.base/float.exp: Expect GDB prompt for targets without FPU. -- 2.47.2