[Bug 2500] New: [IcedTea7] Add executable stack markings to callNative.S on JamVM
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Jul 8 19:47:21 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2500
Bug ID: 2500
Summary: [IcedTea7] Add executable stack markings to
callNative.S on JamVM
Product: IcedTea
Version: 7-hg
Hardware: all
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: JamVM
Assignee: xerxes at zafena.se
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
Rather than passing --noexecstack, the callNative.S assembly code which
generates object code marked as executable stack should be modified with the
appropriate GNU stack markings:
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150708/d401d036/attachment.html>
More information about the distro-pkg-dev
mailing list