PERFORCE change 130924 for review
John Birrell
jb at FreeBSD.org
Fri Dec 14 17:37:37 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=130924
Change 130924 by jb at jb_freebsd1 on 2007/12/15 01:37:24
Add the extra visibility definitions.
Affected files ...
.. //depot/projects/dtrace7/src/sys/sys/elf_common.h#2 edit
Differences ...
==== //depot/projects/dtrace7/src/sys/sys/elf_common.h#2 (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