]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: rename gfx_interp_md to gfx_interp_ref
authorWarner Losh <imp@FreeBSD.org>
Sat, 24 Feb 2024 04:22:08 +0000 (21:22 -0700)
committerWarner Losh <imp@FreeBSD.org>
Sat, 24 Feb 2024 04:22:08 +0000 (21:22 -0700)
commit6faf55c86d9b86f40de8d19970e42cb42a892c47
tree96636c4bc47cdc36806b92e96281bc2a04251ba2
parent48698ead6ff0640098e6aecdd5cbf6ea8f5ac177
loader: rename gfx_interp_md to gfx_interp_ref

We have the call to gfx_interp_ref to bring in the .o so that we get the
linker set item to add the language bindings at the right time. Where we
call it is not the right time... So the _ref name is better. Change it
before we have too many others like it.

Sponsored by: Netflix
stand/common/gfx_fb.c
stand/common/gfx_fb.h
stand/common/interp_simple.c
stand/ficl/gfx_loader.c
stand/liblua/gfx_utils.c