This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Fix gdb.cp/gdb2495.exp regression with gcc-4.7 #3
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: Mark Kettenis <mark dot kettenis at xs4all dot nl>, gdb-patches at sourceware dot org
- Date: Sun, 1 Jan 2012 23:21:47 +0100
- Subject: Re: [patch] Fix gdb.cp/gdb2495.exp regression with gcc-4.7 #3
- References: <20111222202047.GA16110@host2.jankratochvil.net> <20111227045606.GE23376@adacore.com> <20111228161208.GB10556@host2.jankratochvil.net> <20111228180148.GA18057@host2.jankratochvil.net> <201112282009.pBSK9LHn029918@glazunov.sibelius.xs4all.nl> <20111229231251.GA27794@host2.jankratochvil.net> <20111230033020.GA20473@adacore.com> <20111230111104.GA21767@host2.jankratochvil.net>
Hi Joel,
On Fri, 30 Dec 2011 12:11:04 +0100, Jan Kratochvil wrote:
> 2011-12-30 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.
FYI do you still plan the 7.4 release tomorrow? For example this should go in
IMO, gcc-4.7 will be GA (and for example gcc-4.7 built Fedora 17 GA is
2012-05-08), both before gdb-7.5 will be GA, just the HEAD files are not
rotated yet for 2012.
Thanks,
Jan