mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-05 09:44:10 +08:00
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.
This commit is contained in:
parent
531ca06c00
commit
f82afb6976
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user