Module Name:    src
Committed By:   fcambus
Date:           Tue Feb  2 21:45:39 UTC 2021

Modified Files:
        src/external/gpl3/binutils/dist/include/elf: common.h

Log Message:
Fix typo in the comments of local binutils patches: s/Servguard/Segvguard.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
    src/external/gpl3/binutils/dist/include/elf/common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/include/elf/common.h
diff -u src/external/gpl3/binutils/dist/include/elf/common.h:1.12 src/external/gpl3/binutils/dist/include/elf/common.h:1.13
--- src/external/gpl3/binutils/dist/include/elf/common.h:1.12	Fri Apr  3 23:48:48 2020
+++ src/external/gpl3/binutils/dist/include/elf/common.h	Tue Feb  2 21:45:39 2021
@@ -868,7 +868,7 @@
 #define NT_NETBSD_PAX_MPROTECT		0x01	/* Force enable Mprotect */
 #define NT_NETBSD_PAX_NOMPROTECT	0x02	/* Force disable Mprotect */
 #define NT_NETBSD_PAX_GUARD		0x04	/* Force enable Segvguard */
-#define NT_NETBSD_PAX_NOGUARD		0x08    /* Force disable Servguard */
+#define NT_NETBSD_PAX_NOGUARD		0x08    /* Force disable Segvguard */
 #define NT_NETBSD_PAX_ASLR		0x10	/* Force enable ASLR */
 #define NT_NETBSD_PAX_NOASLR		0x20	/* Force disable ASLR */
 

Reply via email to