This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] automated demangling styles list.
- From: "H . J . Lu" <hjl at lucon dot org>
- To: DJ Delorie <dj at redhat dot com>
- Cc: eathan at otenet dot gr, binutils at sources dot redhat dot com, gcc at gcc dot gnu dot org
- Date: Wed, 12 Jun 2002 11:01:00 -0700
- Subject: Re: [PATCH] automated demangling styles list.
- References: <20020605122536.A1134@neutrino.particles.org> <20020605102824.A8768@lucon.org> <20020605211109.A3261@neutrino.particles.org> <20020605111142.A9376@lucon.org> <200206121741.g5CHfje20829@greed.delorie.com>
On Wed, Jun 12, 2002 at 01:41:45PM -0400, DJ Delorie wrote:
>
> > Since my change touches cplus-dem.c and demangle.h, I won't spend my
> > time until someone who can approve my change tells me to go ahead. You
> > can always get my Linux binutils to see how it works.
>
> > * demangle.h (demangler_list_buffer): Removed.
> > * demangle.h (demangling_styles): Renumbered.
>
> These break backward compatibility. There may be others as well.
I haven't had any problems. demangler_list_buffer is replaced by
get_demangler_list ().
>
> > * configure.in: Don't rebuild by autoconf. Modify it by hand.
> > * configure: Rebuild.
>
> Manually editing generated files is obviously not acceptable, but your
> comment doesn't make sense - autoconf doesn't build configure.in.
The comment may be a little misleading there.
H.J.