-
yuripvI'm trying to load a module built on recent illumos on a pretty older system and getting: undefined symbol __x86_indirect_thunk_r{a,b,c}x, is there a way get rid of these symbols (like I did with STACKPROTECT=none)?
-
andyfI think they come from -mindirect-branch=thunk-extern and -mindirect-branch-register
-
andyfSo perhaps patch those out of usr/src/uts/Makefile.uts on the build system
-
yuripvandyf: that did it, thanks! (looked there, but somehow failed my search)
-
gitomat[illumos-gate] 16784 Update Intel microcode to 20240910 -- Andy Fiddaman <illumos⊙fn>
-
gitomat[illumos-gate] 16798 /bin/false should not exit with 255 -- Andy Fiddaman <illumos⊙fn>