mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 02:20:15 +01:00
symbols-check: Add _fbss, _fdata, _ftext
These are exported on mips/mips64. See also: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11955
This commit is contained in:
parent
525e80447f
commit
c45ffb1edf
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ PLATFORM_SYMBOLS = [
|
||||||
'_end',
|
'_end',
|
||||||
'_fini',
|
'_fini',
|
||||||
'_init',
|
'_init',
|
||||||
|
'_fbss',
|
||||||
|
'_fdata',
|
||||||
|
'_ftext',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue