Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2008 06:23:04 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133022 for review
Message-ID:  <200801110623.m0B6N4P2031181@repoman.freebsd.org>

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

Change 133022 by jb@jb_freebsd1 on 2008/01/11 06:22:36

	Add the amd64 unwind section type. We actually need the ia64 one
	which has the same number. Take a punt on the data type. I'm not
	sure where that is defined.

Affected files ...

.. //depot/projects/dtrace/src/lib/libelf/libelf_data.c#9 edit

Differences ...

==== //depot/projects/dtrace/src/lib/libelf/libelf_data.c#9 (text+ko) ====

@@ -78,6 +78,8 @@
 	case SHT_SUNW_syminfo:
 		return (ELF_T_SYMINFO);
 #endif
+	case SHT_AMD64_UNWIND:	/* == SHT_IA_64_UNWIND */
+		return (ELF_T_BYTE);
 	default:
 		return (-1);
 	}



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