[Bug ld/21000] hppa-linux does not support -z relro

2024-02-24 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-16 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #21 from cvs-commit at gcc dot gnu.org --- The binutils-2_28-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a2db675b74394252dc8de30921f9064ebd2cdf0e commit a2db675b743942

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-16 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-16 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #20 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a8c75b765e57aaebb99d4e32e0f228835cff2737 commit a8c75b765e57aaebb99d4e32e0f2

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-14 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #19 from John David Anglin --- The LOAD headers for ld-new look good. We had following ld testsuite fails on trunk with patch: FAIL: PIE preinit array FAIL: PIE init array FAIL: PIE fini array FAIL: PIE init array mixed FAIL: PIE

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-14 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #18 from dave.anglin at bell dot net --- On 2017-02-14, at 1:03 AM, amodra at gmail dot com wrote: > Created attachment 9820 > --> https://sourceware.org/bugzilla/attachment.cgi?id=9820&action=edit > Implement no_page_alias Thank

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-13 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 Alan Modra changed: What|Removed |Added Status|REOPENED|ASSIGNED -- You are receiving this mail

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-13 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #17 from Alan Modra --- Created attachment 9820 --> https://sourceware.org/bugzilla/attachment.cgi?id=9820&action=edit Implement no_page_alias This wastes a page in order to avoid the page aliasing problem -- You are receiving

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-13 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #16 from dave.anglin at bell dot net --- On 2017-02-12, at 8:34 PM, amodra at gmail dot com wrote: > I obviously didn't understand the alias problem.. If I am grasping it > correctly now, is the complaint about INEQUIVALENT ALIASE

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-12 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #15 from dave.anglin at bell dot net --- On 2017-02-12, at 8:34 PM, amodra at gmail dot com wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=21000 > > --- Comment #14 from Alan Modra --- > I obviously didn't understand th

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-12 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #14 from Alan Modra --- I obviously didn't understand the alias problem.. If I am grasping it correctly now, is the complaint about INEQUIVALENT ALIASES really that in the following load map from a trivial -z relro main.c we have

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-12 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 John David Anglin changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-03 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-03 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #11 from cvs-commit at gcc dot gnu.org --- The binutils-2_28-branch branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fcbac04dd1e3dcfc0cba170915ac28a8a1058239 commit fcbac04dd1e3dc

[Bug ld/21000] hppa-linux does not support -z relro

2017-01-02 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #10 from dave.anglin at bell dot net --- On 2017-01-02, at 8:56 AM, amodra at gmail dot com wrote: > Some of the fails should now be fixed. I trust there were no regressions on a > native build? Incidentally, latest glibc doesn't

[Bug ld/21000] hppa-linux does not support -z relro

2017-01-02 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #9 from Alan Modra --- Some of the fails should now be fixed. I trust there were no regressions on a native build? Incidentally, latest glibc doesn't build on hppa-linux due to https://sourceware.org/ml/libc-alpha/2016-05/msg0060

[Bug ld/21000] hppa-linux does not support -z relro

2017-01-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f5657270bd9353db74ba802ebed62b7133f7c2a0 commit f5657270bd9353db74ba802ebed62

[Bug ld/21000] hppa-linux does not support -z relro

2016-12-30 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #7 from dave.anglin at bell dot net --- On 2016-12-29, at 7:21 PM, John David Anglin wrote: > I'll give your fix a whirl. I should have mentioned that there were no unexpected errors in binutils and gas suites: =

[Bug ld/21000] hppa-linux does not support -z relro

2016-12-30 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #6 from dave.anglin at bell dot net --- On 2016-12-29, at 7:22 PM, dave.anglin at bell dot net wrote: > I'll give your fix a whirl. With trunk and your fix, I see the following fails in the ld suite: FAIL: PIE PR ld/14525 FAIL:

[Bug ld/21000] hppa-linux does not support -z relro

2016-12-29 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #5 from dave.anglin at bell dot net --- On 2016-12-29, at 7:03 PM, amodra at gmail dot com wrote: > I > gave away my hppa hardware a long time ago. Helge has been testing a user-only target of hppa to qemu being developed by Richa

[Bug ld/21000] hppa-linux does not support -z relro

2016-12-29 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #4 from dave.anglin at bell dot net --- On 2016-12-29, at 6:00 PM, amodra at gmail dot com wrote: > As far as a fix for this goes, if you're sure that pr12376 isn't really just a > kernel issue (see https://sourceware.org/bugzilla/

[Bug ld/21000] hppa-linux does not support -z relro

2016-12-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #3 from Alan Modra --- Created attachment 9734 --> https://sourceware.org/bugzilla/attachment.cgi?id=9734&action=edit fix This seems to do the trick, but I haven't tested native hppa-linux builds. I gave away my hppa hardware a

[Bug ld/21000] hppa-linux does not support -z relro

2016-12-29 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 Alan Modra changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug ld/21000] hppa-linux does not support -z relro

2016-12-29 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #1 from dave.anglin at bell dot net --- Is there a testcase? It seems to me we need to either pad the text or align data to a page boundary to avoid non equivalent aliases. We continue to struggle with this issue on SMP machines i

[Bug ld/21000] hppa-linux does not support -z relro

2016-12-28 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 Alan Modra changed: What|Removed |Added Target||hppa-linux CC|