Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2009 17:42:42 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 156998 for review
Message-ID:  <200902011742.n11HggQp023074@repoman.freebsd.org>

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

Change 156998 by rwatson@rwatson_freebsd_capabilities on 2009/02/01 17:42:22

	Since fexecve(2) will be run directly on rtld-elf-cap, include an
	ELF ABI brand section (borrowed from csu).

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#8 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#8 (text+ko) ====

@@ -1,5 +1,5 @@
 # $FreeBSD$
-# $P4: //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#7 $
+# $P4: //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#8 $
 
 WITHOUT_SSP=
 
@@ -8,7 +8,8 @@
 PROG?=		ld-elf-cap.so.1
 SRCS=		rtld_start.S \
 		reloc.c rtld.c rtld_lock.c map_object.c \
-		malloc.c xmalloc.c debug.c libmap.c
+		malloc.c xmalloc.c debug.c libmap.c \
+		crtbrand.c
 MAN=		rtld-elf-cap.1
 CSTD?=		gnu99
 CFLAGS+=	-Wall -DFREEBSD_ELF -DIN_RTLD -DIN_RTLD_CAP -g
@@ -54,6 +55,7 @@
 
 .PATH: ${.CURDIR}/../rtld-elf
 .PATH: ${.CURDIR}/../rtld-elf/${MACHINE_ARCH}
+.PATH: ${.CURDIR}/../../lib/csu/common
 
 
 .include <bsd.symver.mk>



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