PERFORCE change 142858 for review

John Birrell jb at FreeBSD.org
Wed Jun 4 03:13:58 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=142858

Change 142858 by jb at freebsd3 on 2008/06/04 03:13:55

	Add the lastest definitions to match current.

Affected files ...

.. //depot/projects/dtrace6/src/sys/sys/elf_common.h#4 edit

Differences ...

==== //depot/projects/dtrace6/src/sys/sys/elf_common.h#4 (text+ko) ====

@@ -431,6 +431,9 @@
 #define STV_INTERNAL	0x1	/* Special meaning in relocatable objects. */
 #define STV_HIDDEN	0x2	/* Not visible. */
 #define STV_PROTECTED	0x3	/* Visible but not preemptible. */
+#define STV_EXPORTED	0x4
+#define STV_SINGLETON	0x5
+#define STV_ELIMINATE	0x6
 
 /* Special symbol table indexes. */
 #define STN_UNDEF	0	/* Undefined symbol index. */


More information about the p4-projects mailing list