Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2006 23:23:56 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95291 for review
Message-ID:  <200604142323.k3ENNuAc003086@repoman.freebsd.org>

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

Change 95291 by jb@jb_freebsd2 on 2006/04/14 23:23:27

	Add a missing source file.

Affected files ...

.. //depot/projects/dtrace/src/cddl/lib/libelf/Makefile#2 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/lib/libelf/Makefile#2 (text+ko) ====

@@ -13,7 +13,7 @@
 		data.o 		end.o 		fill.o 		flag.o \
 		getarhdr.o 	getarsym.o 	getbase.o 	getdata.o \
 		getehdr.o 	getident.o 	getphdr.o 	getscn.o \
-		getshdr.o \
+		getphnum.o	getshdr.o \
 		getshnum.o 	getshstrndx.o \
 		hash.o 		input.o 	kind.o \
 		ndxscn.o 	newdata.o 	newehdr.o 	newphdr.o \
@@ -39,9 +39,7 @@
 .PATH:  	${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/libelf/common
 .PATH:  	${OPENSOLARIS_USR_DISTDIR}/cmd/sgs/libelf/misc
 
-# This definition is checked in Sun's code to determine if the 64-bit
-# types are defined. FreeBSD always has them.
-CFLAGS+=	-D_INT64_TYPE
+CFLAGS+=	-D_LONGLONG_TYPE
 
 CFLAGS +=	-I${.OBJDIR} \
 		-I${.CURDIR}/../../../contrib \



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