[PATCH] Add D demangling support to libiberty

Iain Buclaw ibuclaw@gdcproject.org
Tue Aug 5 11:58:00 GMT 2014


Attached revision #2 of the patch.

---
Add D demangling support for version 2 of the ABI.

include/ChangeLog
2014-08-05  Iain Buclaw  <ibuclaw@gdcproject.org>

    * demangle.h (DMGL_DLANG): New macro.
    (DMGL_STYLE_MASK): Add DMGL_DLANG.
    (demangling_styles): Add dlang_demangling.
    (DLANG_DEMANGLING_STYLE_STRING): New macro.
    (DLANG_DEMANGLING): New macro.
    (dlang_demangle): New prototype.

libiberty/ChangeLog
2014-08-05  Iain Buclaw  <ibuclaw@gdcproject.org>

    * Makefile.in (CFILES): Add d-demangle.c.
    (REQUIRED_OFILES): Add d-demangle.o.
    * cplus-dem.c (libiberty_demanglers): Add dlang_demangling case.
    (cplus_demangle): Likewise.
    * d-demangle.c: New file.
    * testsuite/Makefile.in (really-check): Add check-d-demangle.
    * testsuite/d-demangle-expected: New file.
---
-------------- next part --------------
A non-text attachment was scrubbed...
Name: d-demangle-2.patch
Type: text/x-patch
Size: 56473 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20140805/f70deeb4/attachment.bin>


More information about the Gcc-patches mailing list