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] create and use symbol_set_language


On Wed, Aug 4, 2010 at 2:56 PM, Doug Evans <dje@google.com> wrote:
> - after applying the patch, grepping for SYMBOL_INIT still has a few
> hits that need to be addressed:
>
> gdb$ grep SYMBOL_INIT *.[ch]
> buildsym.c:#include "demangle.h" ? ? ? ? ? ? ? ?/* Needed by
> SYMBOL_INIT_DEMANGLED_NAME. ?*/
> symtab.h: ? the SYMBOL_INIT_LANGUAGE_SPECIFIC, SYMBOL_DEMANGLED_NAME, etc.

Blech.  Removing SYMBOL_INIT_DEMANGLED_NAME reference is orthogonal to
this patch.

I was able to compile buildsym.o by removing the entire line.


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