Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2007 01:37:36 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 130924 for review
Message-ID:  <200712150137.lBF1baU6086200@repoman.freebsd.org>

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

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



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