bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Objdump "bad mangled name" if static C++ functions


From: Nick Clifton
Subject: Re: Objdump "bad mangled name" if static C++ functions
Date: Fri, 04 Jul 2003 17:19:46 +0100
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux)

Hi Craig,

> Here is a simple GCC C++ program that objdump crashes on.

You forgot to mention which host/target combination you are using.  I
am assuming therefore from the presence of the .exe extension that you
are running these tools under Cygwuin.

> $ objdump -g gor.o
> bad mangled name `3cla_ZN3cla3funEv'

This appears to be a host compiler problem.  I was able to reproduce
the problem but then I tried adding some debugging to binutils/debug.c
and the problem suddenly vanished!  When I took the debugging out the
problem remained fixed.

Please could you try downlaoding the latest binutils sources from the
CVS repository and then rebuilding objdump from scratch.  If it still
fails, try deleting binutils/debug.o and rebuilding objdump.

Cheers
        Nick
        





reply via email to

[Prev in Thread] Current Thread [Next in Thread]