]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Jan 2012 02:53:34 +0000 (02:53 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Jan 2012 02:53:34 +0000 (02:53 +0000)
commit175a384d5f4f34e7bd21a7881acfe612e99967b7
tree72197daa8425c12ddb74be485ca5e07526106419
parent87e4bc79ba8a1071aedf5909de85ed0bd50d6ed8
gdb/
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.
gdb/ChangeLog
gdb/arch-utils.c
gdb/infcall.c
gdb/ppc-linux-tdep.c