summarylogtreecommitdiffstats
path: root/qt5_std_fun_forwarder.S
diff options
context:
space:
mode:
authorKevin Brodsky2022-08-29 22:14:57 +0200
committerKevin Brodsky2022-08-29 22:14:57 +0200
commit50318227ef657c3881944a594c63ac5c36e675d8 (patch)
tree7986a92d9e92195770fe60336bcf7d8fdb1f7c64 /qt5_std_fun_forwarder.S
parent186c8ffe9e57041a6e09b19f5c9746f478417b95 (diff)
downloadaur-50318227ef657c3881944a594c63ac5c36e675d8.tar.gz
upgpkg: 1.02-2 (linking fix)
It turns out that the XnView executable wants new Qt_5-versioned libstdc++ symbols, and that doesn't show up immediately on startup unless forcing lazy binding off with LD_BIND_NOW. On the plus side, it doesn't need the ones from 0.93.1 any more: 2 in, 3 out :)
Diffstat (limited to 'qt5_std_fun_forwarder.S')
-rw-r--r--qt5_std_fun_forwarder.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/qt5_std_fun_forwarder.S b/qt5_std_fun_forwarder.S
index b0e198b8b4f0..899cd35dd198 100644
--- a/qt5_std_fun_forwarder.S
+++ b/qt5_std_fun_forwarder.S
@@ -9,6 +9,5 @@
local_##name: \
jmp name@PLT
-DEFINE_QT5_FORWARDER(_ZNSt20bad_array_new_lengthD1Ev)
-DEFINE_QT5_FORWARDER(_ZTVSt20bad_array_new_length)
-DEFINE_QT5_FORWARDER(_ZTISt20bad_array_new_length)
+DEFINE_QT5_FORWARDER(_ZNSt28__atomic_futex_unsigned_base19_M_futex_wait_untilEPjjbNSt6chrono8durationIlSt5ratioILl1ELl1EEEENS2_IlS3_ILl1ELl1000000000EEEE)
+DEFINE_QT5_FORWARDER(_ZNSt28__atomic_futex_unsigned_base19_M_futex_notify_allEPj)