CVSROOT: /cvs Module name: xenocara Changes by: j...@cvs.openbsd.org 2018/11/10 21:15:19
Modified files: lib/mesa/src/mapi: entry_x86_tsd.h Log message: Make similiar changes to the i386 tsd dispatch assembly as libglvnd to avoid a text relocation fixing the build with lld. This time store the address of the GOT in ebx as required before calling the PLT stub and change .balign value to match X86_ENTRY_SIZE as suggested by naddy. ok naddy@