diff usr/src/cmd/sgs/include/sparc/machdep.h @ 1618:8c9a4f31d225

6316708 LD_DEBUG should provide a means of identifying/isolating individual link-map lists 6280209 elfdump cores on memory model 0x3 6197234 elfdump and dump don't handle 64-bit symbols correctly
author rie
date Tue, 14 Mar 2006 09:22:52 -0800
parents 68f95e015346
children e440e3da2a6f
line wrap: on
line diff
--- a/usr/src/cmd/sgs/include/sparc/machdep.h	Tue Mar 14 09:14:42 2006 -0800
+++ b/usr/src/cmd/sgs/include/sparc/machdep.h	Tue Mar 14 09:22:52 2006 -0800
@@ -2,9 +2,8 @@
  * CDDL HEADER START
  *
  * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License").  You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
  *
  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  * or http://www.opensolaris.org/os/licensing.
@@ -19,12 +18,12 @@
  *
  * CDDL HEADER END
  */
+
 /*
  *	Copyright (c) 1988 AT&T
  *	  All Rights Reserved
  *
- *
- * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  *
  * Global include file for all sgs SPARC machine dependent macros, constants
@@ -178,9 +177,6 @@
 #define	M_WORD_ALIGN	4
 #endif
 
-
-
-
 /*
  * Make machine class dependent functions transparent to the common code
  */
@@ -227,7 +223,6 @@
 #define	elf_getshdr		elf32_getshdr
 #endif	/* Elf32 */
 
-
 /*
  * Make common relocation information transparent to the common code
  */
@@ -238,7 +233,7 @@
 #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_str
+#define	M_REL_CONTYPSTR	conv_reloc_SPARC_type
 
 /*
  * Make common relocation types transparent to the common code