diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 11:55:55 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 12:19:09 +0800 |
commit | ddfd479b913d1cd764b925ad5edb812b84b4b34f (patch) | |
tree | 140f5df42566c726a4dd529d6718eb61c8717b7c /lang/v8-beta/files/patch-build_linux_chrome.map | |
parent | lang/v8: Update to 10.0.139.8 (diff) |
lang/v8-beta: Update to 10.1.124.1
- Use v8 tarball from GitHub mirror
Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.1-lkgr
Diffstat (limited to 'lang/v8-beta/files/patch-build_linux_chrome.map')
-rw-r--r-- | lang/v8-beta/files/patch-build_linux_chrome.map | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/v8-beta/files/patch-build_linux_chrome.map b/lang/v8-beta/files/patch-build_linux_chrome.map index f540509b3054..b2fb711f743d 100644 --- a/lang/v8-beta/files/patch-build_linux_chrome.map +++ b/lang/v8-beta/files/patch-build_linux_chrome.map @@ -1,4 +1,4 @@ ---- build/linux/chrome.map.orig 2021-05-01 21:15:31 UTC +--- build/linux/chrome.map.orig 2022-04-04 20:12:27 UTC +++ build/linux/chrome.map @@ -1,4 +1,7 @@ { @@ -18,8 +18,8 @@ + # Memory allocation symbols. We want chrome and any libraries to # share the same heap, so it is correct to export these symbols. - calloc; -@@ -83,7 +90,4 @@ global: + aligned_alloc; +@@ -84,7 +91,4 @@ global: localtime_r; v8dbg_*; |