Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2008 03:13:57 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 142858 for review
Message-ID:  <200806040313.m543DvL6079531@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=142858

Change 142858 by jb@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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806040313.m543DvL6079531>