]> gcc.gnu.org Git - gcc.git/commit
libsanitizer: Fix up libbacktrace build after r13-4547 [PR108072]
authorJakub Jelinek <jakub@redhat.com>
Tue, 13 Dec 2022 09:30:36 +0000 (10:30 +0100)
committerJakub Jelinek <jakub@redhat.com>
Tue, 13 Dec 2022 09:30:36 +0000 (10:30 +0100)
commit0a43f7b1a73c8e3b9cefffe430274d0a3d6d3291
tree2f5af0a4093398f27ac85996d5ece73629cc73e5
parent8ad0a7df8950cd07fb3b92b3da8007e5800a255a
libsanitizer: Fix up libbacktrace build after r13-4547 [PR108072]

The r13-4547 commit added new non-static function to libbacktrace:
backtrace_uncompress_zstd but for the libsanitizer use we need to
rename it, so that it is in __asan_* namespace and doesn't clash
with other copies of libbacktrace.

2022-12-13  Jakub Jelinek  <jakub@redhat.com>

libsanitizer/
PR sanitizer/108072
* libbacktrace/backtrace-rename.h (backtrace_uncompress_zstd): Define.
libsanitizer/libbacktrace/backtrace-rename.h
This page took 0.059929 seconds and 5 git commands to generate.