This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] workaround gcc46: prologue skip skips too far (PR 12435) #2


On Thu, 08 Sep 2011 20:22:27 +0200, Jan Kratochvil wrote:
> gdb/
> 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	Code cleanup.
> 	* amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
> 	(amd64_skip_xmm_prologue): ... this new function.  Describe its
> 	parameters.  No longer use amd64_prologue_line_bug.
> 	* defs.h (producer_is_gcc_ge_4): New declaration.
> 	* dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
> 	(process_full_comp_unit): Update its caller.  Remove
> 	amd64_prologue_line_bug initialization.
> 	* symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
> 	* utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2011-09/msg00056.html


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]