diff usr/src/cmd/sgs/include/sparc/machdep.h @ 2647:e440e3da2a6f

6464235 executing the 64-bit ld(1) should be easy
author rie
date Wed, 30 Aug 2006 10:15:44 -0700
parents 8c9a4f31d225
children 897bcb036a29
line wrap: on
line diff
--- a/usr/src/cmd/sgs/include/sparc/machdep.h	Wed Aug 30 09:00:25 2006 -0700
+++ b/usr/src/cmd/sgs/include/sparc/machdep.h	Wed Aug 30 10:15:44 2006 -0700
@@ -81,7 +81,7 @@
 #if	defined(_ELF64)
 #define	M_TLSSTATALIGN	0x10
 #else
-#define	M_TLSSTATALIGN	0x8
+#define	M_TLSSTATALIGN	0x08
 #endif
 
 
@@ -233,8 +233,6 @@
 #define	M_REL_SHT_TYPE	SHT_RELA	/* section header type */
 #define	M_REL_ELF_TYPE	ELF_T_RELA	/* data buffer type */
 
-#define	M_REL_CONTYPSTR	conv_reloc_SPARC_type
-
 /*
  * Make common relocation types transparent to the common code
  */