On Tue, 27 Apr 2010 09:05:23 -0700 Joel Brobecker 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.