symbols-check: Add _fbss, _fdata, _ftext

These are exported on mips/mips64.

See also: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11955
main
Matt Turner 2024-03-22 11:21:39 -04:00
parent 525e80447f
commit c45ffb1edf
1 changed files with 3 additions and 0 deletions

View File

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