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: [RFA] wrong pointer type length


> > 2007-05-16  Joel Brobecker  <brobecker@adacore.com>
> > 
> >         * gdbtypes.c (make_pointer_type): Preserve the pointer type chain
> >         and set the length of all the variants of the pointer type.
> > 
> > Tested on x86-linux and ppc-aix, no regressions.  OK to commit?
> 
> OK, I suppose.

That was fast! Thank you. This part has been checked in.

> > As a followup to this patch, I think that the same needs to be done
> > for at least make_reference_type, but I don't have hard evidence that
> > this will ever be needed right now. If it is agreed that this function
> > also needs an update, it can be made independently in a followup patch.
> 
> Yes please.

I'm working on the second part right now...

-- 
Joel


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