This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/14206] Mention that exec-shield (linux) conflicts with PCH


------- Additional Comments From aoliva at gcc dot gnu dot org  2004-02-19 05:46 -------
FWIW, the conflict is not with exec-shield per se, but rather with
exec-shield-randomize, the feature that gets the kernel to randomize memory
mappings.  It turns out that the PCH mechanism was built upon the mis-assumption
that memory maps are invariant.  I'd rather qualify this as a bug in the PCH
implementation.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14206


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]