[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #14 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=8bddb52eb97bbfd70f95447810f69c803b01e7b7 commit

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-27 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #13 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ed1c7ad8e31a2cfca1d8c8c898ee7cde6ae340ca commit

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #11 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=acd65fa610df09a0954b8fecdadf546215263c5d commit

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #10 from dave.anglin at bell dot net --- On 2022-06-20 12:38 p.m., nickc at redhat dot com wrote: > https://sourceware.org/bugzilla/show_bug.cgi?id=29263 > > --- Comment #7 from Nick Clifton --- > Created attachment 14152 >-->

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #9 from dave.anglin at bell dot net --- On 2022-06-20 12:37 p.m., nickc at redhat dot com wrote: >> What is best way to transition without causing a lot of disruption? > How about a patch like the one I am about to upload ? It

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #8 from dave.anglin at bell dot net --- On 2022-06-20 11:42 a.m., hp at sourceware dot org wrote: > But I should add: I'd suggest to inspect whatever goes on with the linker > script; a "hosted" target reasonably shouldn't get data

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #6 from Nick Clifton --- (In reply to dave.anglin from comment #3) Hi Dave, > Unfortunately, this doesn't happen on hppa-linux because we have: > > /* It's not possible to enable GNU_stack notes since the kernel needs >    an

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #7 from Nick Clifton --- Created attachment 14152 --> https://sourceware.org/bugzilla/attachment.cgi?id=14152=edit Proposed Patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #5 from Hans-Peter Nilsson --- But I should add: I'd suggest to inspect whatever goes on with the linker script; a "hosted" target reasonably shouldn't get data and code segments mixed. Maybe there's something to adjust there to

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #4 from Hans-Peter Nilsson --- (In reply to dave.anglin from comment #3) > dave@mx3210:~/shmat$ gcc main.c -Wl,--no-warn-execstack > /usr/bin/ld: warning: a.out has a LOAD segment with RWX permissions That's a different warning

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread dave.anglin at bell dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #3 from dave.anglin at bell dot net --- On 2022-06-20 7:13 a.m., nickc at redhat dot com wrote: >> On hppa-linux with kernel v5.18 and later, we don't need an executable >> stack for signal support but we still need it for gcc

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-19 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #1 from John David Anglin --- dave@mx3210:~/gnu/binutils/src$ ld --version GNU ld (GNU Binutils for Debian) 2.38.50.20220615 -- You are receiving this mail because: You are on the CC list for the bug.