This is the mail archive of the binutils@sourceware.cygnus.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]

Re: New ABI demangler support in binutils


>>>>> "Ken" == Ken Block <block@zk3.dec.com> writes:

    Ken> Everything would probably be best, but the following is the
    Ken> minimum you can take for the demangler:


    Ken> libiberty/Makefile.in libiberty/cplus-dem.c
    Ken> libiberty/cp-demangle.c (new) libiberty/dyn-string.c (new)
    Ken> libiberty/sort.c (new)

    Ken> include/demangle.h include/sort.h (new) include/dyn-string.h
    Ken> (new)

Actually, you don't need sort.c or sort.h, unless I'm mistaken.  Those
are specialized routines for sorting arrays of pointers, and I'm
pretty sure the demangler doesn't use them.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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