Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 526254 - the PIC fixing guide needs a revamp to adapt to gcc's new methods
Summary: the PIC fixing guide needs a revamp to adapt to gcc's new methods
Status: CONFIRMED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Project-specific documentation (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Francisco Blas Izquierdo Riera
URL: https://bugs.gentoo.org/show_bug.cgi?...
Whiteboard:
Keywords:
Depends on:
Blocks: Hardened_Docs
  Show dependency tree
 
Reported: 2014-10-21 15:21 UTC by Francisco Blas Izquierdo Riera
Modified: 2014-10-21 16:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Blas Izquierdo Riera gentoo-dev 2014-10-21 15:21:09 UTC
gcc uses new methods for handling PIC code, for example a thunk loading the value in %ecx and a new %ebx thunk not conflicting with the i686 define and with different declarations (see bug 518210 for an example). The doc is at http://wiki.gentoo.org/wiki/Hardened/HOWTO_locate_and_fix_textrels

Reproducible: Always