[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.15.0
Modestas Vainius
modax at alioth.debian.org
Sat Jun 2 19:37:36 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-tools.git;a=commitdiff;h=527d8a9
The following commit has been merged in the master branch:
commit 527d8a9757f3f3b86d6ce7de59fcf9b0d49a57f0
Author: Modestas Vainius <modax at debian.org>
Date: Sat Jun 2 21:39:41 2012 +0300
Document trunk mangling.
---
perllib/Debian/PkgKde/SymbolsHelper/Symbol.pm | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/perllib/Debian/PkgKde/SymbolsHelper/Symbol.pm b/perllib/Debian/PkgKde/SymbolsHelper/Symbol.pm
index 4247faf..efe158a 100644
--- a/perllib/Debian/PkgKde/SymbolsHelper/Symbol.pm
+++ b/perllib/Debian/PkgKde/SymbolsHelper/Symbol.pm
@@ -305,6 +305,11 @@ sub convert_templ_to_cpp_alias {
sub upgrade_virtual_table_symbol {
my ($self, $arch) = @_;
+ # Based on: binutils/libiberty/cp-demangle.c:d_special_name()
+ # c - DEMANGLE_COMPONENT_COVARIANT_THUNK: covariant return thunk to
+ # C - DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE: construction vtable for
+ # h - DEMANGLE_COMPONENT_THUNK: non-virtual thunk to
+ # v - DEMANGLE_COMPONENT_VIRTUAL_THUNK: virtual thunk to
if ($self->get_symboltempl() =~ /^_ZT[Cchv]/) {
my $newtempl = $self->convert_templ_to_cpp_alias();
if (defined $newtempl) {
--
Debian Qt/KDE packaging tools
More information about the pkg-kde-commits
mailing list