Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2009 00:13:54 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 156974 for review
Message-ID:  <200902010013.n110DsKH066319@repoman.freebsd.org>

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

Change 156974 by rwatson@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) }



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