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: [PATCH] automated demangling styles list.


On Wed, Jun 05, 2002 at 10:28:24AM -0700, H . J . Lu wrote:

> I have been using a demangling patch in the Linux binutils for years.
> It does it automatically and shares the same code from libiberty. It
> also supports ld and gprof. My patch was rejected because it uses
> dlopen. I am willing to spend time to make dlopen a configure time
> option.

Oh. That's nice.

I decided to write this patch when I saw that `gnu-new-abi' wasn't
supported (at least with this string name), but it was displayed in 
the usage output of current objdump (other supported demangling 
styles wasn't listed, also). So, I had the choice of changing the 
usage text in objdump.c and nm.c or submit this trivial patch.

Since there is a better and more elegant solution in the work, it's
ok. BTW, I sent another patch before a couple of days which fixes
the short option for demangling style (i.e. -C) in objdump/nm:

http://sources.redhat.com/ml/binutils/2002-06/msg00062.html 

Elias


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