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

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

Change 157000 by rwatson@rwatson_freebsd_capabilities on 2009/02/01 18:42:01

	Add comment to rtld-elf-cap's linker script to remind me that I'd
	like to not have a custom linker script.

Affected files ...

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

Differences ...

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

@@ -1,4 +1,10 @@
-/* Script for ld --shared: link shared library */
+/*
+ * Script to generate ld-elf-cap.so -- based on /usr/libdata/ldscripts shared
+ * object script.
+ *
+ * XXXRW: Is there a way to override the executable start using the base
+ * script without a custom one?
+ */
 OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd",
 	      "elf32-i386-freebsd")
 OUTPUT_ARCH(i386)



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