https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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&root=gcc&view=rev
Log:
PR go/92820
runtime: only build go-context for x86 GNU
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #11
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.note.GNU-s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820
Matthias Klose changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820
Matthias Klose changed:
What|Removed |Added
CC||doko at ubuntu dot com
--- Comment #8 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
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&root=gcc&view=rev
Log:
PR go/92820
runtime: always mark assembly file as non-e
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
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?
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820
--- Comment #1 from Andreas Schwab ---
Don't see that on aarch64 or riscv64.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92820
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
CC|
14 matches
Mail list logo