[Bug target/84553] -rdynamic generates TEXTREL relocations on ia64

2020-06-02 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84553 --- Comment #7 from Jim Wilson --- I was ia64 maintainer when I wrote the patch, but couldn't test it. I'm not the ia64 maintainer anymore. I suggest asking the current ia64 maintainer. Though, oops, I see we don't have one listed in the

[Bug target/84553] -rdynamic generates TEXTREL relocations on ia64

2020-06-01 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84553 --- Comment #6 from Sergei Trofimovich --- Gentoo runs the patch for a while system-wide and it seems to work fine. Worth submitting the patch for review?

[Bug target/84553] -rdynamic generates TEXTREL relocations on ia64

2018-03-01 Thread slyfox at inbox dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84553 --- Comment #5 from Sergei Trofimovich --- I did not regression-test this patch on gcc testsuite but this patch fixes TEXTREL on gcc and still produces working glibc and kernel on ia64.

[Bug target/84553] -rdynamic generates TEXTREL relocations on ia64

2018-02-26 Thread jrtc27 at jrtc27 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84553 --- Comment #4 from James Clarke --- (In reply to Jim Wilson from comment #2) > rdynamic is a linker option that the compiler ignores, except to pass on to > the linker. As far as the compiler knows, you are building a non-pic > application,

[Bug target/84553] -rdynamic generates TEXTREL relocations on ia64

2018-02-26 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84553 --- Comment #3 from Jim Wilson --- Created attachment 43514 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43514=edit untested patch

[Bug target/84553] -rdynamic generates TEXTREL relocations on ia64

2018-02-26 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84553 Jim Wilson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/84553] -rdynamic generates TEXTREL relocations on ia64

2018-02-26 Thread jrtc27 at jrtc27 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84553 James Clarke changed: What|Removed |Added CC||jrtc27 at jrtc27 dot com --- Comment #1