Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/lib bump both (belatedly)



details:   https://anonhg.NetBSD.org/src/rev/b95263bef405
branches:  trunk
changeset: 348656:b95263bef405
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Nov 01 14:02:15 2016 +0000

description:
bump both (belatedly)

diffstat:

 external/gpl3/binutils/lib/libbfd/Makefile     |  4 ++--
 external/gpl3/binutils/lib/libopcodes/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r ca16d280723d -r b95263bef405 external/gpl3/binutils/lib/libbfd/Makefile
--- a/external/gpl3/binutils/lib/libbfd/Makefile        Tue Nov 01 14:02:01 2016 +0000
+++ b/external/gpl3/binutils/lib/libbfd/Makefile        Tue Nov 01 14:02:15 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2016/10/11 03:08:14 christos Exp $
+#      $NetBSD: Makefile,v 1.19 2016/11/01 14:02:15 christos Exp $
 
 NOLINKLIB=     # defined
 NOLINT=                # defined
@@ -27,7 +27,7 @@
 .if exists(${DEFS_MK})
 .include "${DEFS_MK}"
 
-SHLIB_MAJOR=   14
+SHLIB_MAJOR=   15
 SHLIB_MINOR=   0
 
 LIBDPLIBS+=    z       ${.CURDIR}/../../../../../lib/libz
diff -r ca16d280723d -r b95263bef405 external/gpl3/binutils/lib/libopcodes/Makefile
--- a/external/gpl3/binutils/lib/libopcodes/Makefile    Tue Nov 01 14:02:01 2016 +0000
+++ b/external/gpl3/binutils/lib/libopcodes/Makefile    Tue Nov 01 14:02:15 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2016/01/31 18:37:42 christos Exp $
+#      $NetBSD: Makefile,v 1.10 2016/11/01 14:02:15 christos Exp $
 
 NOLINKLIB=     # defined
 NOLINT=                # defined
@@ -15,7 +15,7 @@
 .if exists(${.CURDIR}/arch/${BFD_MACHINE_ARCH}/defs.mk)
 .include "${.CURDIR}/arch/${BFD_MACHINE_ARCH}/defs.mk"
 
-SHLIB_MAJOR=   7
+SHLIB_MAJOR=   8
 SHLIB_MINOR=   0
 
 GCPPFLAGS=     ${G_archdefs} ${G_DEFS} ${G_INCLUDES} ${G_TDEFAULTS}



Home | Main Index | Thread Index | Old Index