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 for dwarf2read.c


On Mon, Nov 17, 2008 at 09:28:07AM +0000, Gaius Mulley wrote:
> 
> Hi,
> 
> here is a patch for dwarf2read.c which fixes a cyclic recursive bug
> when gdb is asked to resolve the following Modula-2 procedure type:
> 
>   ScanClass = (padding, valid, invalid, terminator);
>   ScanState = PROCEDURE (CHAR, VAR ScanClass, VAR ScanState);
> 
> when compiled by gm2.

Patches should include a changelog entry, please.  What's
add_partial_subroutine_type about?  It has a few bugs in it, but it's
also not called.

-- 
Daniel Jacobowitz
CodeSourcery


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