[Glibc-bsd-commits] r2759 - in trunk/kfreebsd-7/debian: . patches
Aurelien Jarno
aurel32 at alioth.debian.org
Sun Aug 30 13:20:27 UTC 2009
Author: aurel32
Date: 2009-08-30 13:20:26 +0000 (Sun, 30 Aug 2009)
New Revision: 2759
Modified:
trunk/kfreebsd-7/debian/changelog
trunk/kfreebsd-7/debian/patches/020_linker.diff
Log:
* Align modules load address on pages.
Modified: trunk/kfreebsd-7/debian/changelog
===================================================================
--- trunk/kfreebsd-7/debian/changelog 2009-08-30 12:47:12 UTC (rev 2758)
+++ trunk/kfreebsd-7/debian/changelog 2009-08-30 13:20:26 UTC (rev 2759)
@@ -4,12 +4,13 @@
* Really build the ZFS module.
* Enable TMPFS, it is need early in the boot process.
* Add debian/README.source.
+ * Align modules load address on pages.
[ Petr Salinger ]
* Enhance 007_clone_signals.diff
* Drop .comment section from kernel modules on !amd64
- -- Aurelien Jarno <aurel32 at debian.org> Sun, 30 Aug 2009 14:54:02 +0200
+ -- Aurelien Jarno <aurel32 at debian.org> Sun, 30 Aug 2009 15:19:11 +0200
kfreebsd-7 (7.2-5) unstable; urgency=low
Modified: trunk/kfreebsd-7/debian/patches/020_linker.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/020_linker.diff 2009-08-30 12:47:12 UTC (rev 2758)
+++ trunk/kfreebsd-7/debian/patches/020_linker.diff 2009-08-30 13:20:26 UTC (rev 2759)
@@ -29,7 +29,7 @@
${FULLPROG}: ${KMOD}.kld
- ${LD} -Bshareable ${LDFLAGS} -o ${.TARGET} ${KMOD}.kld
+ gen-ld-u-options ${KMOD}.kld > ${KMOD}.lopt
-+ ${LD} -Bshareable ${LDFLAGS} -o ${.TARGET} ${KMOD}.kld "@${KMOD}.lopt"
++ ${LD} -Bshareable -z common-page-size=8192 ${LDFLAGS} -o ${.TARGET} ${KMOD}.kld "@${KMOD}.lopt"
+ ${OBJCOPY} --remove-section=.comment ${.TARGET}
.if !defined(DEBUG_FLAGS)
${OBJCOPY} --strip-debug ${.TARGET}
More information about the Glibc-bsd-commits
mailing list