This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-06-15 04:39:54
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28036


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]