PERFORCE change 156998 for review

Robert Watson rwatson at FreeBSD.org
Sun Feb 1 09:42:44 PST 2009


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

Change 156998 by rwatson at 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>


More information about the p4-projects mailing list