[Bug target/59888] ld: illegal text-relocation to '_compute' ... on darwin1(2|3).

2014-10-04 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59888 --- Comment #6 from Francois-Xavier Coudert --- (In reply to Iain Sandoe from comment #4) > Whether this is a back-end fault or perhaps a constraint of darwin not > present for binutils-ld I cannot tell immediately and would welcome input > from

[Bug target/59888] ld: illegal text-relocation to '_compute' ... on darwin1(2|3).

2014-10-03 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59888 Francois-Xavier Coudert changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org -

[Bug target/59888] ld: illegal text-relocation to '_compute' ... on darwin1(2|3).

2014-01-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59888 Dominique d'Humieres changed: What|Removed |Added Summary|ld: warning: PIE disabled. |ld: illegal text-relocation

[Bug target/59888] ld: illegal text-relocation to '_compute' ... on darwin1(2|3).

2014-01-20 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59888 --- Comment #4 from Iain Sandoe --- So, essentially, the complaint from the darwin linker is that it does not want to see a relocation in the .const section (which is part of the text segment). It might be argued that this is right/wrong - but it