mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 02:20:15 +01:00
symbols-check: Add _GLOBAL_OFFSET_TABLE_
This is exported on hppa/parisc. See also: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26978 Bug: https://bugs.gentoo.org/927204
This commit is contained in:
parent
7275ef8eba
commit
525e80447f
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue