Author: jhibbits
Date: Sat Jan  3 21:44:47 2015
New Revision: 276636
URL: https://svnweb.freebsd.org/changeset/base/276636

Log:
  Missed the header for the note definition.
  
  X-MFC-with:   r276634
  MFC after:    2 weeks

Modified:
  head/sys/sys/elf_common.h

Modified: head/sys/sys/elf_common.h
==============================================================================
--- head/sys/sys/elf_common.h   Sat Jan  3 21:08:27 2015        (r276635)
+++ head/sys/sys/elf_common.h   Sat Jan  3 21:44:47 2015        (r276636)
@@ -724,6 +724,7 @@ typedef struct {
 #define        NT_PROCSTAT_OSREL       14      /* Procstat osreldate data. */
 #define        NT_PROCSTAT_PSSTRINGS   15      /* Procstat ps_strings data. */
 #define        NT_PROCSTAT_AUXV        16      /* Procstat auxv data. */
+#define        NT_PPC_VMX      0x100   /* PowerPC Altivec/VMX registers */
 #define        NT_X86_XSTATE   0x202   /* x86 XSAVE extended state. */
 
 /* Symbol Binding - ELFNN_ST_BIND - st_info */
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to