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] | |
Just wanted to ping the following RFA: http://gcc.gnu.org/ml/gcc-patches/2002-11/msg00439.html It's a patch to accomodate the following change in GCC 3.1:
* The C++ ABI has been fixed so that `void (A::*)() const' is mangled asUnfortunately, the matching change was never made to cp-demangle.c; the following patch adds support for it, and adds a test-case for the previously failing mangled string. I'm by no means an expert at the internals of cp-demangle.c, so if someone else could double-check the patch (particularly how it handles the output of the CV-qualifier string), I'd really appreciate it.
"M1AKFvvE", rather than "MK1AFvvE" as before. This change only affects
pointer to cv-qualified member function types.
Attachment:
demangler-patch.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |