Module Name: src
Committed By: nonaka
Date: Tue Oct 14 08:33:38 UTC 2014
Modified Files:
src/sys/arch/zaurus/stand/zbsdmod: Makefile
Log Message:
Avoid "unhandled relocation of type 3 for" error when load module.
"insmod zbsdmod.o" is successful now.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/zaurus/stand/zbsdmod/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/zaurus/stand/zbsdmod/Makefile
diff -u src/sys/arch/zaurus/stand/zbsdmod/Makefile:1.8 src/sys/arch/zaurus/stand/zbsdmod/Makefile:1.9
--- src/sys/arch/zaurus/stand/zbsdmod/Makefile:1.8 Sun Dec 15 18:08:37 2013
+++ src/sys/arch/zaurus/stand/zbsdmod/Makefile Tue Oct 14 08:33:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/12/15 18:08:37 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2014/10/14 08:33:38 nonaka Exp $
WARNS?= 4
@@ -9,6 +9,7 @@ SRCS= zbsdmod.c
NOMAN= # defined
realall: ${OBJS}
+ ${OBJCOPY} -R .eh_frame ${.OBJDIR}/zbsdmod.o
.include <bsd.klinks.mk>
.include <bsd.prog.mk>