Index: elf.c
===================================================================
RCS file: /cvs/src/sbin/modload/elf.c,v
retrieving revision 1.4
diff -u -r1.4 elf.c
--- elf.c	11 Dec 2002 18:28:22 -0000	1.4
+++ elf.c	18 Jul 2003 21:04:52 -0000
@@ -316,8 +316,8 @@
  * -Tdata	address to link data segment to in hex
  * <target>	object file */
 
-#define	LINKCMD		"ld -R %s -e %s -o %s -Ttext %p %s"
-#define	LINKCMD2	"ld -R %s -e %s -o %s -Ttext %p -Tdata %p %s"
+#define	LINKCMD		"ld -Z -R %s -e %s -o %s -Ttext %p %s"
+#define	LINKCMD2	"ld -Z -R %s -e %s -o %s -Ttext %p -Tdata %p %s"
 
 /* make a link command; XXX if data_offset above is non-zero, force
    data address to be at start of text + offset */
