public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4682] libstdc++: Update backtrace-rename.h
@ 2022-12-13 21:16 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-12-13 21:16 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:f82afb6976411b0eca0c50f49cf889cce4df8919

commit r13-4682-gf82afb6976411b0eca0c50f49cf889cce4df8919
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Dec 13 22:15:29 2022 +0100

    libstdc++: Update backtrace-rename.h
    
    When writing the r13-4629 commit log I've realized that libsanitizer
    isn't the only place which nowadays renames libbacktrace symbols,
    libstdc++ does that too.
    
    2022-12-13  Jakub Jelinek  <jakub@redhat.com>
    
            * src/libbacktrace/backtrace-rename.h (backtrace_uncompress_zstd):
            Define.

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

diff --git a/libstdc++-v3/src/libbacktrace/backtrace-rename.h b/libstdc++-v3/src/libbacktrace/backtrace-rename.h
index 79bdef6309f..5417532480e 100644
--- a/libstdc++-v3/src/libbacktrace/backtrace-rename.h
+++ b/libstdc++-v3/src/libbacktrace/backtrace-rename.h
@@ -16,6 +16,7 @@
 #define backtrace_syminfo __glibcxx_backtrace_syminfo
 #define backtrace_uncompress_lzma __glibcxx_backtrace_uncompress_lzma
 #define backtrace_uncompress_zdebug __glibcxx_backtrace_uncompress_zdebug
+#define backtrace_uncompress_zstd __glibcxx_backtrace_uncompress_zstd
 #define backtrace_vector_finish __glibcxx_backtrace_vector_finish
 #define backtrace_vector_grow __glibcxx_backtrace_vector_grow
 #define backtrace_vector_release __glibcxx_backtrace_vector_release

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-13 21:16 [gcc r13-4682] libstdc++: Update backtrace-rename.h 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).