| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: Don't use static functions in testfile-backtrace-demangle. | Mark Wielaard | 2014-05-18 | 1 | -2/+2 |
| | | | | | | | | | | Compilers and demanglers might treat local/static functions different between versions. In particular g++ 4.1.2 and libstdc++ mangle and demangle the static void cxxfunc (int i) function as _Z7cxxfunci. While g++ 4.8.2 and libstdc++ mangle and demangle it as _ZL7cxxfunci. Signed-off-by: Mark Wielaard <[email protected]> | ||||
| * | Fix corruption of non-C++ symbols by the demangler. | Jan Kratochvil | 2014-01-15 | 1 | -0/+47 |
| Signed-off-by: Jan Kratochvil <[email protected]> | |||||
