|
Message-ID: <20111219133154.GA5431@openwall.com> Date: Mon, 19 Dec 2011 17:31:54 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: .section .note.GNU-stack On Mon, Dec 19, 2011 at 07:21:08AM -0600, jfoug wrote: > This was removed to get cygwin to build. > > From sse2i_winfix.pl: > next if (/^\t\.section \.note\./); Well, that's not acceptable for Linux builds. We need to use the same approach that other .S files use, then: #if defined(__ELF__) && defined(__linux__) .section .note.GNU-stack,"",@progbits #endif And we need to do it for sse-intrinsics-64.S as well for when we introduce Win64 build targets. Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.