https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036
--- Comment #10 from Andreas Schwab ---
Note that riscv and nios2 are noexec-stack by default, thus do not need a stack
note.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036
--- Comment #9 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #8)
> These are the ones without the note still:
> src/bfin/sysv.S
> src/cris/sysv.S
> src/m32r/sysv.S
> src/metag/sysv.S
> src/microblaze/sysv.S
> src/nios2/sysv.S
> s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036
--- Comment #8 from Andrew Pinski ---
These are the ones without the note still:
src/bfin/sysv.S
src/cris/sysv.S
src/m32r/sysv.S
src/metag/sysv.S
src/microblaze/sysv.S
src/nios2/sysv.S
src/or1k/sysv.S
src/riscv/sysv.S
src/xtensa/sysv.S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036
--- Comment #7 from Eric Gallager ---
(In reply to Andrew Pinski from comment #6)
> (In reply to Eric Gallager from comment #4)
> > Seeing as this bug is about how libffi is used by gcj, and gcj has been
> > removed from gcc, does it still need t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #6 from Andrew Pinski -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036
Eric Gallager changed:
What|Removed |Added
Keywords||patch
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
--- Comment #3 from debian-gcc at lists dot debian dot org 2006-12-13
15:58 ---
patch posted at
http://gcc.gnu.org/ml/gcc-patches/2006-12/msg00948.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036
--- Comment #2 from aph at gcc dot gnu dot org 2006-06-15 11:23 ---
gcj creates all its trampolines on the heap, so exec stack shouldn't be needed.
--
aph at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-06-15 04:39 ---
Confirmed.
Or
#ifdef __ELF__
.section .note.GNU-stack,""
#endif
which is yanked from config/alpha/qrnnd.asm in GCC.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |A
10 matches
Mail list logo