[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-06 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-06 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 --- Comment #12 from ian at gcc dot gnu.org --- Author: ian Date: Fri Dec 6 19:52:46 2019 New Revision: 279063 URL: https://gcc.gnu.org/viewcvs?rev=279063=gcc=rev Log: PR go/92820 runtime: only build go-context for x86 GNU/Linux

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-06 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 --- Comment #10 from Matthias Klose --- that fixes it ... --- libgo/runtime/go-context.S (revision 279039) +++ libgo/runtime/go-context.S (working copy) @@ -71,4 +71,8 @@ #endif +#if defined(__ARM_EABI__) + .section

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-05 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 Matthias Klose changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|FIXED

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-05 Thread doko at ubuntu dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 Matthias Klose changed: What|Removed |Added CC||doko at ubuntu dot com --- Comment #8

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-05 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-05 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-05 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 --- Comment #5 from ian at gcc dot gnu.org --- Author: ian Date: Thu Dec 5 17:51:10 2019 New Revision: 279010 URL: https://gcc.gnu.org/viewcvs?rev=279010=gcc=rev Log: PR go/92820 runtime: always mark assembly file as non-executable

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-05 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 --- Comment #4 from Matthias Klose --- these are the architectures I see this: i686-linux-gnu, s390x-linux-gnu, arm-linux-gnueabihf, arm-linux-gnueabi, alpha-linux-gnu, powerpc-linux-gnu, sparc64-linux-gnu, sh4-linux-gnu

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-05 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 --- Comment #3 from Ian Lance Taylor --- What architectures do you see it on? Do we just need to move the .section.note.GNU-stack,"",@progbits in runtime/go-context.S out of the #ifdef?

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-05 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 --- Comment #2 from Matthias Klose --- I don't see it here on x86_64-linux-gnu, aarch64-linux-gnu, powerpc64le-linux-gnu.

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 --- Comment #1 from Andreas Schwab --- Don't see that on aarch64 or riscv64.

[Bug go/92820] [10 Regression] libgo.so.15 has executable stack

2019-12-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820 Richard Biener changed: What|Removed |Added Priority|P3 |P1 CC|