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: D language support


On Tue, 27 Apr 2010 09:05:23 -0700
Joel Brobecker <brobecker@adacore.com> wrote:

> > +static const char *mangled_str;
> > +/* Temporary obstack used for holding strings.  */
> > +static struct obstack tempbuf;
> 
> Can you remove the declaration of these globals? They shouldn't be
> necessary anymore...

Oops! Sorry, fixed.

Attachment: gdb-100428-d.patch
Description: Binary data


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