summaryrefslogtreecommitdiffstats
path: root/symbols-check.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:05:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 17:05:13 +0000
commit760b2c2d6e60d044191fffc8ff3ed27ae7bc7785 (patch)
tree2216cfc89ed84a774602562524913c4b2f9d956f /symbols-check.py
parentReleasing progress-linux version 2.4.120-2~progress7.99u1. (diff)
downloadlibdrm-760b2c2d6e60d044191fffc8ff3ed27ae7bc7785.tar.xz
libdrm-760b2c2d6e60d044191fffc8ff3ed27ae7bc7785.zip
Merging upstream version 2.4.121.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'symbols-check.py')
-rw-r--r--symbols-check.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/symbols-check.py b/symbols-check.py
index 2e7ba68..c63c0d1 100644
--- a/symbols-check.py
+++ b/symbols-check.py
@@ -7,6 +7,7 @@ import subprocess
# This list contains symbols that _might_ be exported for some platforms
PLATFORM_SYMBOLS = [
+ '_GLOBAL_OFFSET_TABLE_',
'__bss_end__',
'__bss_start__',
'__bss_start',
@@ -16,6 +17,9 @@ PLATFORM_SYMBOLS = [
'_end',
'_fini',
'_init',
+ '_fbss',
+ '_fdata',
+ '_ftext',
]