hw/xfree86/os-support/misc/BUSmemcpy.S is not PIC code. this forces the server binary to have a text relocation, which hurts performance (marginally) and prevents the executable from being being built -fPIE (enables runtime address space randomization security feature in PaX). credit to the PaX Team. nothing in-tree ever calls xf86BusToMem or xf86MemToBus, so we could just delete this code...
Created attachment 1104 [details] [review] picify-busmemcpy.patch
fixed in HEAD, closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.