Module Name:    src
Committed By:   christos
Date:           Sun Jan 31 18:37:42 UTC 2016

Modified Files:
        src/external/gpl3/binutils/lib/libopcodes: Makefile

Log Message:
bump major for new binutils.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/binutils/lib/libopcodes/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/lib/libopcodes/Makefile
diff -u src/external/gpl3/binutils/lib/libopcodes/Makefile:1.8 src/external/gpl3/binutils/lib/libopcodes/Makefile:1.9
--- src/external/gpl3/binutils/lib/libopcodes/Makefile:1.8	Tue Jan 26 14:37:47 2016
+++ src/external/gpl3/binutils/lib/libopcodes/Makefile	Sun Jan 31 13:37:42 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2016/01/26 19:37:47 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2016/01/31 18:37:42 christos Exp $
 
 NOLINKLIB=	# defined
 NOLINT=		# defined
@@ -15,7 +15,7 @@ BFD_MACHINE_ARCH?=	${MACHINE_ARCH:C/armv
 .if exists(${.CURDIR}/arch/${BFD_MACHINE_ARCH}/defs.mk)
 .include "${.CURDIR}/arch/${BFD_MACHINE_ARCH}/defs.mk"
 
-SHLIB_MAJOR=	6
+SHLIB_MAJOR=	7
 SHLIB_MINOR=	0
 
 GCPPFLAGS=	${G_archdefs} ${G_DEFS} ${G_INCLUDES} ${G_TDEFAULTS}

Reply via email to