mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 00:30:06 +02:00
abseil-cpp: bump version
This commit is contained in:
@@ -1,27 +1,4 @@
|
||||
From f3b4fcd4a4708043c17561d0a0125b1836e1ed40 Mon Sep 17 00:00:00 2001
|
||||
From: Gerasim Troeglazov <3dEyes@gmail.com>
|
||||
Date: Wed, 2 Feb 2022 15:04:07 +1000
|
||||
Subject: Disable dynamic symbol lookup for in-memory Elf images
|
||||
|
||||
|
||||
diff --git a/absl/debugging/internal/elf_mem_image.h b/absl/debugging/internal/elf_mem_image.h
|
||||
index a894bd4..949aef7 100644
|
||||
--- a/absl/debugging/internal/elf_mem_image.h
|
||||
+++ b/absl/debugging/internal/elf_mem_image.h
|
||||
@@ -32,7 +32,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(__ELF__) && !defined(__native_client__) && !defined(__asmjs__) && \
|
||||
- !defined(__wasm__)
|
||||
+ !defined(__wasm__) && !defined(__HAIKU__)
|
||||
#define ABSL_HAVE_ELF_MEM_IMAGE 1
|
||||
#endif
|
||||
|
||||
--
|
||||
2.30.2
|
||||
|
||||
|
||||
From 9489bf748dbfa4f6fde91c4a6ca063f21df0ba9c Mon Sep 17 00:00:00 2001
|
||||
From 2431494b0575741911f416e245cafc772e0cc171 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Fri, 20 May 2022 09:39:12 +0200
|
||||
Subject: use __thread instead of thread_local
|
||||
@@ -54,5 +31,5 @@ index c9ba145..17f6535 100644
|
||||
// Determines if the next sample should be profiled. If it is, the value pointed
|
||||
// at by next_sample will be set with the interval until the next sample.
|
||||
--
|
||||
2.30.2
|
||||
2.37.3
|
||||
|
||||
Reference in New Issue
Block a user