PERFORCE change 133022 for review

John Birrell jb at FreeBSD.org
Thu Jan 10 22:23:05 PST 2008


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

Change 133022 by jb at 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);
 	}


More information about the p4-projects mailing list