svn commit: r312449 - stable/11/contrib/llvm/projects/libunwind/src

Ed Maste emaste at FreeBSD.org
Fri Jan 20 02:50:25 UTC 2017


Author: emaste
Date: Fri Jan 20 02:50:24 2017
New Revision: 312449
URL: https://svnweb.freebsd.org/changeset/base/312449

Log:
  MFC r311647: libunwind: add noexec stack annotation
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/contrib/llvm/projects/libunwind/src/UnwindRegistersRestore.S
  stable/11/contrib/llvm/projects/libunwind/src/UnwindRegistersSave.S
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/llvm/projects/libunwind/src/UnwindRegistersRestore.S
==============================================================================
--- stable/11/contrib/llvm/projects/libunwind/src/UnwindRegistersRestore.S	Fri Jan 20 02:48:52 2017	(r312448)
+++ stable/11/contrib/llvm/projects/libunwind/src/UnwindRegistersRestore.S	Fri Jan 20 02:50:24 2017	(r312449)
@@ -483,3 +483,5 @@ DEFINE_LIBUNWIND_PRIVATE_FUNCTION(_ZN9li
 /* RISCVTODO */
 
 #endif
+
+  .section .note.GNU-stack,"", at progbits

Modified: stable/11/contrib/llvm/projects/libunwind/src/UnwindRegistersSave.S
==============================================================================
--- stable/11/contrib/llvm/projects/libunwind/src/UnwindRegistersSave.S	Fri Jan 20 02:48:52 2017	(r312448)
+++ stable/11/contrib/llvm/projects/libunwind/src/UnwindRegistersSave.S	Fri Jan 20 02:50:24 2017	(r312449)
@@ -469,3 +469,5 @@ DEFINE_LIBUNWIND_FUNCTION(unw_getcontext
 /* RISCVTODO */
 
 #endif
+
+    .section .note.GNU-stack,"", at progbits


More information about the svn-src-all mailing list