Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/zaurus/stand/zbsdmod Pull up following revision(...
details: https://anonhg.NetBSD.org/src/rev/703a3095925c
branches: netbsd-7
changeset: 798435:703a3095925c
user: martin <martin%NetBSD.org@localhost>
date: Wed Oct 15 08:37:34 2014 +0000
description:
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.
diffstat:
sys/arch/zaurus/stand/zbsdmod/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 33a70fbae618 -r 703a3095925c sys/arch/zaurus/stand/zbsdmod/Makefile
--- a/sys/arch/zaurus/stand/zbsdmod/Makefile Wed Oct 15 08:06:15 2014 +0000
+++ b/sys/arch/zaurus/stand/zbsdmod/Makefile Wed Oct 15 08:37:34 2014 +0000
@@ -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 @@
NOMAN= # defined
realall: ${OBJS}
+ ${OBJCOPY} -R .eh_frame ${.OBJDIR}/zbsdmod.o
.include <bsd.klinks.mk>
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index