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:
Matt Turner 2024-03-22 11:21:39 -04:00
parent 525e80447f
commit c45ffb1edf

View file

@ -17,6 +17,9 @@ PLATFORM_SYMBOLS = [
'_end', '_end',
'_fini', '_fini',
'_init', '_init',
'_fbss',
'_fdata',
'_ftext',
] ]