diff usr/src/cmd/sgs/include/sparc/machdep_sparc.h @ 8598:0867fc633d66

6686372 ld.so.1 should use mmapobj(2) 6726108 dlopen() performance could be improved.
author Rod Evans <Rod.Evans@Sun.COM>
date Wed, 21 Jan 2009 11:00:19 -0800
parents e544a13d2b41
children ff7eb0bace56
line wrap: on
line diff
--- a/usr/src/cmd/sgs/include/sparc/machdep_sparc.h	Wed Jan 21 09:18:26 2009 -0800
+++ b/usr/src/cmd/sgs/include/sparc/machdep_sparc.h	Wed Jan 21 11:00:19 2009 -0800
@@ -74,6 +74,10 @@
 #define	M_STRUNC(X)	((X) & ~(M_SEGSIZE - 1))
 #define	M_SROUND(X)	(((X) + M_SEGSIZE - 1) & ~(M_SEGSIZE - 1))
 
+/*
+ * Relocation type macro.
+ */
+#define	M_RELOC		Rela
 
 /*
  * TLS static segments must be rounded to the following requirements,
@@ -85,7 +89,6 @@
 #define	M_TLSSTATALIGN	0x08
 #endif
 
-
 /*
  * Instruction encodings.
  */