[Bug target/28194] R_ARM_GOTOFF32 breaks execute-in-place

2009-05-08 Thread jsun at junsun dot net
--- Comment #2 from jsun at junsun dot net 2009-05-09 06:04 --- We have confirmed that this problem still exists in gcc 4.3.3. It appears other than this problem, XIP on ARM actually works. XIP on ARM also worked fine with gcc 3.x, with "-fpic -msingle-pic-base" compile option. --

[Bug target/28194] R_ARM_GOTOFF32 breaks execute-in-place

2009-04-29 Thread rearnsha at gcc dot gnu dot org
--- Comment #1 from rearnsha at gcc dot gnu dot org 2009-04-29 17:12 --- The ARM port does not currently support XIP (if it worked previously, it was by chance, not design). The generated code is exactly what is wanted in a normal shared library environment, so I'm not about to start c