PERFORCE change 156974 for review

Robert Watson rwatson at FreeBSD.org
Sat Jan 31 16:13:56 PST 2009


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

Change 156974 by rwatson at rwatson_freebsd_capabilities on 2009/02/01 00:13:14

	Borrow more specific start address (entry) language for the
	ldscript for rtld-elf-cap as we blend preparing ld-elf-cap.so
	as a shared object and/or binary with fixed load offset.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/rtld-elf-cap.xs#3 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/rtld-elf-cap.xs#3 (text+ko) ====

@@ -9,7 +9,7 @@
 SECTIONS
 {
   /* Read-only sections, merged into text segment: */
-  . = 0x04000000 + SIZEOF_HEADERS;
+  PROVIDE (__executable_start = 0x04000000); . = 0x04000000 + SIZEOF_HEADERS;
   .hash           : { *(.hash) }
   .dynsym         : { *(.dynsym) }
   .dynstr         : { *(.dynstr) }


More information about the p4-projects mailing list