public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4629] libsanitizer: Fix up libbacktrace build after r13-4547 [PR108072]
@ 2022-12-13  9:33 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-12-13  9:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0a43f7b1a73c8e3b9cefffe430274d0a3d6d3291

commit r13-4629-g0a43f7b1a73c8e3b9cefffe430274d0a3d6d3291
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Dec 13 10:30:36 2022 +0100

    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.

Diff:
---
 libsanitizer/libbacktrace/backtrace-rename.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libsanitizer/libbacktrace/backtrace-rename.h b/libsanitizer/libbacktrace/backtrace-rename.h
index 2ec37a3307f..a31917c9af5 100644
--- a/libsanitizer/libbacktrace/backtrace-rename.h
+++ b/libsanitizer/libbacktrace/backtrace-rename.h
@@ -13,6 +13,7 @@
 #define backtrace_syminfo __asan_backtrace_syminfo
 #define backtrace_uncompress_lzma __asan_backtrace_uncompress_lzma
 #define backtrace_uncompress_zdebug __asan_backtrace_uncompress_zdebug
+#define backtrace_uncompress_zstd __asan_backtrace_uncompress_zstd
 #define backtrace_vector_finish __asan_backtrace_vector_finish
 #define backtrace_vector_grow __asan_backtrace_vector_grow
 #define backtrace_vector_release __asan_backtrace_vector_release

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-13  9:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-13  9:33 [gcc r13-4629] libsanitizer: Fix up libbacktrace build after r13-4547 [PR108072] Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).