Module Name: src
Committed By: martin
Date: Wed Oct 15 08:37:34 UTC 2014
Modified Files:
src/sys/arch/zaurus/stand/zbsdmod [netbsd-7]: Makefile
Log Message:
Pull up following revision(s) (requested by nonaka in ticket #141):
sys/arch/zaurus/stand/zbsdmod/Makefile: revision 1.9
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.8.4.1 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.8.4.1
--- src/sys/arch/zaurus/stand/zbsdmod/Makefile:1.8 Sun Dec 15 18:08:37 2013
+++ src/sys/arch/zaurus/stand/zbsdmod/Makefile Wed Oct 15 08:37:34 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/12/15 18:08:37 joerg Exp $
+# $NetBSD: Makefile,v 1.8.4.1 2014/10/15 08:37:34 martin 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>