mesa/bin
suijingfeng 2f07c675b9 pass egl-symbols-check test on mips64el
Without this patch the egl symbols check test fail on mips platform:

72/87 mesa:egl / egl-symbols-check        FAIL        0.20s (exit status 1)

src/egl/libEGL.so.1.0.0: unknown symbol exported: _fbss
src/egl/libEGL.so.1.0.0: unknown symbol exported: _fdata
src/egl/libEGL.so.1.0.0: unknown symbol exported: _ftext

See Mips Run say thoes special symbols are automatically defined by the
linker to allow programs to discover the start and end of their various
section. They are descended from conventions that grew up in UNIX-like OSs,
and are peculiar to the MIPS environment.

_fbss  :  Start of uninitialized data segment
_fdata :  Start of initialized data segment
_ftext :  Start of text segment

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: suijingfeng <suijingfeng@loongson.cn>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11955>
2021-07-21 13:14:05 +00:00
..
pick bin/pick: Rename master branch to main 2021-05-05 12:20:11 -07:00
.editorconfig
__init__.py scripts: Add a gen_release_notes.py script 2019-10-03 20:15:19 +00:00
commit_in_branch.py introduce `commit_in_branch.py` script to help devs figure this out 2020-07-10 20:01:32 +00:00
commit_in_branch_test.py commit_in_branch_test.py: Rename branch master to main 2021-05-05 12:20:07 -07:00
gen_calendar_entries.py bin/gen_calendar_entries: Add support for making a release 2021-01-07 00:07:56 +00:00
gen_calendar_entries_test.py bin/gen_calendar_entries: Add support for making a release 2021-01-07 00:07:56 +00:00
gen_release_notes.py bin/gen_release_notes.py: more robust rST escaping 2021-04-01 19:53:03 +00:00
gen_release_notes_test.py scripts: remove unittest.mock dependency when not used 2020-05-01 15:01:51 +03:00
git_sha1_gen.py git_sha1_gen.py: fix whitespace 2020-05-20 22:05:41 +00:00
install_megadrivers.py meson: simplify install_megadrivers.py invocation 2019-12-27 22:43:34 +00:00
khronos-update.py anv: Remove vkCreateDmaBufINTEL (v4) 2021-04-08 14:15:55 +00:00
meson-cmd-extract.py bin/meson-cmd-extract: Also handle cross and native files 2019-01-18 09:37:01 -08:00
meson-options.py meson: add script to print the options before configuring a builddir 2019-02-07 13:22:41 +00:00
meson.build meson: simplify install_megadrivers.py invocation 2019-12-27 22:43:34 +00:00
meson_get_version.py meson: Add script to use VERSION file for getting version 2017-11-09 11:19:53 -08:00
perf-annotate-jit.py bin/perf-annotate-jit.py: update internal reference 2020-06-13 10:42:01 +00:00
pick-ui.py pick-ui: don't handle the mouse 2021-01-06 09:56:52 -08:00
post_version.py bin/post_version: convert the csv.reader into a concrete list 2021-01-21 23:22:36 +00:00
post_version_test.py docs: store the release-calendar information in csv (and fix tests) 2021-01-07 00:07:56 +00:00
symbols-check.py pass egl-symbols-check test on mips64el 2021-07-21 13:14:05 +00:00
update-android-headers.sh egl/android: add aosp_nougat system/window.h back for back compat 2021-06-11 02:33:57 +00:00