From ab4575d1827daf8b0d51fdab8c28762ea328199c Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Tue, 19 May 2020 21:28:29 -0700 Subject: [PATCH] Fixing offset index after newly generated `_speedup.c`. --- docs/python/binary-extension.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/binary-extension.rst b/docs/python/binary-extension.rst index 82a39659..4a94828a 100644 --- a/docs/python/binary-extension.rst +++ b/docs/python/binary-extension.rst @@ -97,7 +97,7 @@ The ``bezier._speedup`` module depends on this local copy of ``libbezier``: $ readelf -d _speedup.cpython-38-x86_64-linux-gnu.so - Dynamic section at offset 0x43c000 contains 27 entries: + Dynamic section at offset 0x447000 contains 27 entries: Tag Type Name/Value 0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../bezier.libs] 0x0000000000000001 (NEEDED) Shared library: [libbezier-28a97ca3.so.2020.5.19]