]> git.ipfire.org Git - thirdparty/valgrind.git/commit
gcc10 arm64 build needs __getauxval for linking with libgcc
authorMark Wielaard <mark@klomp.org>
Tue, 12 May 2020 14:58:36 +0000 (16:58 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 15 May 2020 13:22:14 +0000 (15:22 +0200)
commitabbc0761fa0349d49b10dc8c0f10af6bc0578c40
tree31d8077affa2687e1b45ad86e889800db4fe8922
parenta2ef3fcf6a05fbc423b9ff6ad17867e0c2249b5b
gcc10 arm64 build needs __getauxval for linking with libgcc

Provide a new library libgcc-sup-<platform>.a that contains symbols
needed by libgcc. This needs to be linked after -lgcc to provide
any symbols missing which would normally be provided by glibc.
At the moment this only provides __getauxval on arm64 linux.

https://bugs.kde.org/show_bug.cgi?id=421321
Makefile.tool.am
coregrind/Makefile.am
coregrind/m_libgcc_sup.c [new file with mode: 0644]