This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: undefined virtual table references in 2.12 and later


"Donald Zoch" <donald.zoch@amd.com> writes:

> >From what I can tell though, in my libgcc.a (I'm using gcc 2.95.3),
> the symbols are defined as weak objects, but then undefined several
> times also:
> 
> 00000000 V bad_exception virtual table
> 00000000 V exception virtual table
>          U exception virtual table
>          U exception virtual table
>          U exception virtual table

Note that several different symbol names can be demangled into
``... virtual table''.  You should double check the real symbol names,
to make sure this isn't some sort of weird situation in which
different mangling is being used in different places.

nm demangles by default; the --no-demangle option turns it off.

Ian


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