ELT-patches/aixrtl: fix exclude_expsyms for C++ exceptions
authorMichael Haubenwallner <haubi@gentoo.org>
Mon, 13 Mar 2017 16:54:29 +0000 (17:54 +0100)
committerMichael Haubenwallner <haubi@gentoo.org>
Mon, 13 Mar 2017 17:11:05 +0000 (18:11 +0100)
commite46b5ca5b49028528245dec068bee7e9b8a22878
tree1954e4c906ea5388caf40d7684763b39e5fe4483
parent9b76a2a3d8a8be055cc5bf3379ff6c2496836fbc
ELT-patches/aixrtl: fix exclude_expsyms for C++ exceptions

On AIX, GNU g++ generates _GLOBAL__* symbols as, amongst others, landing
pads for C++ exceptions.  These symbols must not be exported from shared
libraries, or exception handling may break for applications with runtime
linking enabled.
eclass/ELT-patches/aixrtl/1.5.0-expsym-c
eclass/ELT-patches/aixrtl/1.5.0-expsym-cxx
eclass/ELT-patches/aixrtl/2.2.0-expsym-c
eclass/ELT-patches/aixrtl/2.2.0-expsym-cxx
eclass/ELT-patches/aixrtl/2.4.0-expsym-c
eclass/ELT-patches/aixrtl/2.4.0-expsym-cxx
eclass/ELT-patches/aixrtl/2.4.4-expsym-c [new file with mode: 0644]
eclass/ELT-patches/aixrtl/2.4.4-expsym-cxx [new file with mode: 0644]