Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2007 04:33:32 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 127655 for review
Message-ID:  <200710180433.l9I4XWXH094173@repoman.freebsd.org>

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

Change 127655 by jb@jb_freebsd1 on 2007/10/18 04:32:33

	Fill in the ELF type for SHT_GNU_versym. I'm not
	sure why this was XXX. ;-)

Affected files ...

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

Differences ...

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

@@ -72,7 +72,7 @@
 	case SHT_GNU_verneed:	/* == SHT_SUNW_verneed */
 		return (ELF_T_VNEED);
 	case SHT_GNU_versym:	/* == SHT_SUNW_versym */
-		return (-1);	/* XXX */
+		return (ELF_T_HALF);
 	case SHT_SUNW_move:
 		return (ELF_T_MOVE);
 	case SHT_SUNW_syminfo:



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