PERFORCE change 95605 for review

John Birrell jb at FreeBSD.org
Wed Apr 19 18:45:39 UTC 2006


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

Change 95605 by jb at jb_freebsd2 on 2006/04/19 18:44:50

	Add STT_NUM for compatibility with OpenSolaris.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/elf_common.h#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/elf_common.h#2 (text+ko) ====

@@ -347,6 +347,7 @@
 #define STT_FILE	4	/* Source file. */
 #define STT_COMMON	5	/* Uninitialized common block. */
 #define STT_TLS		6	/* TLS object. */
+#define STT_NUM		7
 #define STT_LOOS	10	/* Reserved range for operating system */
 #define STT_HIOS	12	/*   specific semantics. */
 #define STT_LOPROC	13	/* reserved range for processor */


More information about the p4-projects mailing list