[OBV] Add missing ChangeLog entry in 8.0 branch

Message ID 1502274222-10951-1-git-send-email-yao.qi@linaro.org
State New, archived
Headers

Commit Message

Yao Qi Aug. 9, 2017, 10:23 a.m. UTC
  The changelog entry for cd33a03d183a268b83ccbcae07f3788308e8d9f4 is
missing.  This patch adds it.

---
 gdb/ChangeLog           | 10 ++++++++++
 gdb/testsuite/ChangeLog |  6 ++++++
 2 files changed, 16 insertions(+)
  

Patch

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 11ff1c9..8b00316 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@ 
 2017-07-25  Yao Qi  <yao.qi@linaro.org>
 
+	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  <yao.qi@linaro.org>
+
 	PR tdep/21717
 	* arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
 	condition for FPSCR.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 1ca1413a..689e44e 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@ 
+2017-07-25  Yao Qi  <yao.qi@linaro.org>
+
+	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  <thomas.preudhomme@arm.com>
 
 	* gdb.base/float.exp: Expect GDB prompt for targets without FPU.