[Bug 1628] New: eliminate text relocation in BUSmemcpy.S
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 13 14:51:40 PDT 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=1628
Summary: eliminate text relocation in BUSmemcpy.S
Product: xorg
Version: CVS_head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: Server/general
AssignedTo: xorg-bugzilla-noise at freedesktop.org
ReportedBy: ajax at nwnk.net
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...
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list