aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-01-04 13:51:36 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-01-04 13:51:36 +0000
commit5931a2fae3e830d0eac105fc60c9652432be6a54 (patch)
tree2761dfebee9fe26435e127e3a40b96ffe31159b8 /gdb/ChangeLog
parent15bbba8d0de01910ed3ccf46647a3d4525fc4848 (diff)
downloadgdb-5931a2fae3e830d0eac105fc60c9652432be6a54.zip
gdb-5931a2fae3e830d0eac105fc60c9652432be6a54.tar.gz
gdb-5931a2fae3e830d0eac105fc60c9652432be6a54.tar.bz2
gdb/
Revert: 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com> Joel Brobecker <brobecker@adacore.com> Fix regression for gdb.cp/gdb2495.exp with gcc-4.7. * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to 3 times. * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and fall through into AT_ENTRY_POINT. (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust DUMMY_ADDR with it. * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase PPC_INSN_SIZE skip to 3 times.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f610db2..ac8f6d4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Revert:
+ 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
+ Joel Brobecker <brobecker@adacore.com>
+ Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
+ * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
+ 3 times.
+ * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
+ fall through into AT_ENTRY_POINT.
+ (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
+ DUMMY_ADDR with it.
+ * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
+ PPC_INSN_SIZE skip to 3 times.
+
2012-01-04 Joel Brobecker <brobecker@adacore.com>
* linespec.c (add_minsym): Preserve function descriptors.