[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2021-09-15 Thread schwab--- via Gcc-bugs
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.

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2018-10-25 Thread egallager at gcc dot gnu.org
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

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2017-10-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036 Andrew Pinski changed: What|Removed |Added Status|WAITING |NEW --- Comment #6 from Andrew Pinski -

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2017-10-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036 Eric Gallager changed: What|Removed |Added Keywords||patch Status|NEW

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2017-07-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2006-12-13 Thread debian-gcc at lists dot debian dot org
--- 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

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2006-06-15 Thread aph at gcc dot gnu dot org
--- 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 -

[Bug libffi/28036] libffi executable stack (missing .note.GNU-stack on .o files)

2006-06-14 Thread pinskia at gcc dot gnu dot org
--- 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