Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 07B877A170 for ; Mon, 30 Jan 2017 12:07:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7166585585; Mon, 30 Jan 2017 12:07:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 030B18557D for ; Mon, 30 Jan 2017 12:07:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NPqNpSVd5BlU for ; Mon, 30 Jan 2017 12:07:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 238DA84CE7 for ; Mon, 30 Jan 2017 12:07:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E09EFBA6; Mon, 30 Jan 2017 12:07:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148577805712090" MIME-Version: 1.0 Date: Mon, 30 Jan 2017 12:07:37 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/cross/avr-binutils To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170130120737.1E09EFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148577805712090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Jan 30 12:07:37 UTC 2017 Modified Files: pkgsrc/cross/avr-binutils: Makefile PLIST distinfo pkgsrc/cross/avr-binutils/patches: patch-ad patch-ag patch-ah patch-ai Log Message: Updated cross/avr-binutils 2.24 to 2.27 ---------------------------------- (From binutils/NEWS) ---------------------------------- Changes in 2.27: * Add a configure option, --enable-64-bit-archive, to force use of a 64-bit format when creating an archive symbol index. * Add --elf-stt-common= option to objcopy for ELF targets to control whether to convert common symbols to the STT_COMMON type. Changes in 2.26: * Add option to objcopy to insert new symbols into a file: --add-symbol =[
:][,] * Add support for the ARC EM/HS, and ARC600/700 architectures. * Extend objcopy --compress-debug-sections option to support --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF targets. * Add --update-section option to objcopy. * Add --output-separator option to strings. Changes in 2.25: * Add --data option to strings to only print strings in loadable, initialized data sections. Change the default behaviour to be --all, but add a new configure time option of --disable-default-strings-all to restore the old default behaviour. * Add --include-all-whitespace to strings. * Add --dump-section option to objcopy. * Add support for the Andes NDS32. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/cross/avr-binutils/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/cross/avr-binutils/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/cross/avr-binutils/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/cross/avr-binutils/patches/patch-ad \ pkgsrc/cross/avr-binutils/patches/patch-ah \ pkgsrc/cross/avr-binutils/patches/patch-ai cvs rdiff -u -r1.4 -r1.5 pkgsrc/cross/avr-binutils/patches/patch-ag Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148577805712090 Content-Disposition: inline Content-Length: 8227 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/avr-binutils/Makefile diff -u pkgsrc/cross/avr-binutils/Makefile:1.27 pkgsrc/cross/avr-binutils/Makefile:1.28 --- pkgsrc/cross/avr-binutils/Makefile:1.27 Sat Jul 9 06:37:58 2016 +++ pkgsrc/cross/avr-binutils/Makefile Mon Jan 30 12:07:36 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2016/07/09 06:37:58 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2017/01/30 12:07:36 mef Exp $ -DISTNAME= binutils-2.24 +DISTNAME= binutils-2.27 PKGNAME= ${DISTNAME:S/^/avr-/} -PKGREVISION= 1 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/cross/avr-binutils/PLIST diff -u pkgsrc/cross/avr-binutils/PLIST:1.8 pkgsrc/cross/avr-binutils/PLIST:1.9 --- pkgsrc/cross/avr-binutils/PLIST:1.8 Sun Jun 15 15:54:41 2014 +++ pkgsrc/cross/avr-binutils/PLIST Mon Jan 30 12:07:36 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2014/06/15 15:54:41 mef Exp $ +@comment $NetBSD: PLIST,v 1.9 2017/01/30 12:07:36 mef Exp $ avr/bin/ar avr/bin/as avr/bin/ld @@ -7,9 +7,10 @@ avr/bin/nm avr/bin/objcopy avr/bin/objdump avr/bin/ranlib +avr/bin/readelf avr/bin/strip -avr/include/bfd.h avr/include/ansidecl.h +avr/include/bfd.h avr/include/symcat.h avr/lib/ldscripts/avr1.x avr/lib/ldscripts/avr1.xbn @@ -61,6 +62,11 @@ avr/lib/ldscripts/avr6.xbn avr/lib/ldscripts/avr6.xn avr/lib/ldscripts/avr6.xr avr/lib/ldscripts/avr6.xu +avr/lib/ldscripts/avrtiny.x +avr/lib/ldscripts/avrtiny.xbn +avr/lib/ldscripts/avrtiny.xn +avr/lib/ldscripts/avrtiny.xr +avr/lib/ldscripts/avrtiny.xu avr/lib/ldscripts/avrxmega1.x avr/lib/ldscripts/avrxmega1.xbn avr/lib/ldscripts/avrxmega1.xn Index: pkgsrc/cross/avr-binutils/distinfo diff -u pkgsrc/cross/avr-binutils/distinfo:1.10 pkgsrc/cross/avr-binutils/distinfo:1.11 --- pkgsrc/cross/avr-binutils/distinfo:1.10 Tue Nov 3 00:47:42 2015 +++ pkgsrc/cross/avr-binutils/distinfo Mon Jan 30 12:07:36 2017 @@ -1,14 +1,14 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 00:47:42 agc Exp $ +$NetBSD: distinfo,v 1.11 2017/01/30 12:07:36 mef Exp $ -SHA1 (binutils-2.24.tar.bz2) = 7ac75404ddb3c4910c7594b51ddfc76d4693debb -RMD160 (binutils-2.24.tar.bz2) = b4aa3ea5ba9d0d9f817b2cf136e7f911f692af8d -SHA512 (binutils-2.24.tar.bz2) = 5ec95ad47d49b12c4558a8db0ca2109d3ee1955e3776057f3330c4506f8f4d1cf5e505fbf8a16b98403a0fcdeaaf986fe0a22be6456247dbdace63ce1f776b12 -Size (binutils-2.24.tar.bz2) = 22716802 bytes +SHA1 (binutils-2.27.tar.bz2) = 6e472ddae565a2b1447e6f2393809bb8799982cf +RMD160 (binutils-2.27.tar.bz2) = e6623d3a90578169790417b8dd83e850c0a81910 +SHA512 (binutils-2.27.tar.bz2) = cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb +Size (binutils-2.27.tar.bz2) = 26099568 bytes SHA1 (patch-ab) = e2bc22866d8e04b0d670509f3295da5f0e535ac8 -SHA1 (patch-ad) = 6d1acfd834c692abcc4f454db5f5107b7f77e34e +SHA1 (patch-ad) = dff2b0f88af0d6f0c77f67f99d62a53d4d57e468 SHA1 (patch-ae) = fff6693a610b26aa60e1d96ad634d15d11afbe05 SHA1 (patch-af) = 5fa08da0b31da042eb30cce683f7b7b1feb3196b -SHA1 (patch-ag) = e778ddd88f34e264e6b2d6d31a56a02be565e916 -SHA1 (patch-ah) = b6e91279475c41bc78b3df227938a91948fc377c -SHA1 (patch-ai) = 3cd298ac0364f913c1261fc87f7f474281bae9cf +SHA1 (patch-ag) = 689bd4207fc6afe33cc81edaf5d97b4a0ba31554 +SHA1 (patch-ah) = e60983eb83d28da1eb165ae91bf68872703100fe +SHA1 (patch-ai) = ed0814d908d8350ede28d439ce8cd2e77cbaaa2a SHA1 (patch-aj) = fd2a66979f68350a53960defdaf5e9e5018ec59a Index: pkgsrc/cross/avr-binutils/patches/patch-ad diff -u pkgsrc/cross/avr-binutils/patches/patch-ad:1.3 pkgsrc/cross/avr-binutils/patches/patch-ad:1.4 --- pkgsrc/cross/avr-binutils/patches/patch-ad:1.3 Wed Aug 7 02:41:30 2013 +++ pkgsrc/cross/avr-binutils/patches/patch-ad Mon Jan 30 12:07:36 2017 @@ -1,15 +1,15 @@ -$NetBSD: patch-ad,v 1.3 2013/08/07 02:41:30 mef Exp $ +$NetBSD: patch-ad,v 1.4 2017/01/30 12:07:36 mef Exp $ Avoid installing info (which duplicates with other CPU) - ---- etc/Makefile.in.orig 2010-11-21 04:37:57.000000000 +0900 -+++ etc/Makefile.in 2012-02-06 21:50:04.000000000 +0900 -@@ -64,7 +64,7 @@ - HTMLFILES = standards.html configure.html - all: info --install install-strip: install-info +--- etc/Makefile.in.orig 2014-10-14 16:32:02.000000000 +0900 ++++ etc/Makefile.in 2017-01-29 11:59:44.000000000 +0900 +@@ -68,7 +68,7 @@ config.status: $(srcdir)/configure + dist: + check: + info html dvi ps pdf: +-install install-strip install-info install-html install-pdf: +install install-strip: - + installcheck: uninstall: - + TAGS: Index: pkgsrc/cross/avr-binutils/patches/patch-ah diff -u pkgsrc/cross/avr-binutils/patches/patch-ah:1.3 pkgsrc/cross/avr-binutils/patches/patch-ah:1.4 --- pkgsrc/cross/avr-binutils/patches/patch-ah:1.3 Wed Aug 7 02:41:30 2013 +++ pkgsrc/cross/avr-binutils/patches/patch-ah Mon Jan 30 12:07:36 2017 @@ -1,11 +1,12 @@ -$NetBSD: patch-ah,v 1.3 2013/08/07 02:41:30 mef Exp $ +$NetBSD: patch-ah,v 1.4 2017/01/30 12:07:36 mef Exp $ Avoid installing po (nls) files ---- binutils/Makefile.in.orig 2011-08-08 09:27:15.000000000 +0900 -+++ binutils/Makefile.in 2012-02-06 21:51:20.000000000 +0900 -@@ -405,7 +405,7 @@ - top_srcdir = @top_srcdir@ + # Automake 1.10+ disables lex and yacc output file regeneration if +--- binutils/Makefile.in.orig 2016-08-03 17:16:40.000000000 +0900 ++++ binutils/Makefile.in 2017-01-29 12:01:49.000000000 +0900 +@@ -464,7 +464,7 @@ zlibdir = @zlibdir@ + zlibinc = @zlibinc@ AUTOMAKE_OPTIONS = dejagnu no-dist foreign ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd -SUBDIRS = doc po Index: pkgsrc/cross/avr-binutils/patches/patch-ai diff -u pkgsrc/cross/avr-binutils/patches/patch-ai:1.3 pkgsrc/cross/avr-binutils/patches/patch-ai:1.4 --- pkgsrc/cross/avr-binutils/patches/patch-ai:1.3 Wed Aug 7 02:41:30 2013 +++ pkgsrc/cross/avr-binutils/patches/patch-ai Mon Jan 30 12:07:36 2017 @@ -1,15 +1,15 @@ -$NetBSD: patch-ai,v 1.3 2013/08/07 02:41:30 mef Exp $ +$NetBSD: patch-ai,v 1.4 2017/01/30 12:07:36 mef Exp $ Avoid installing po (nls) files ---- gas/Makefile.in.orig 2011-06-14 00:18:47.000000000 +0900 -+++ gas/Makefile.in 2012-02-06 21:51:43.000000000 +0900 -@@ -281,7 +281,7 @@ - top_srcdir = @top_srcdir@ +--- gas/Makefile.in.orig 2016-08-03 17:16:28.000000000 +0900 ++++ gas/Makefile.in 2017-01-29 12:02:27.000000000 +0900 +@@ -325,7 +325,7 @@ zlibdir = @zlibdir@ + zlibinc = @zlibinc@ AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd -SUBDIRS = doc po +SUBDIRS = doc tooldir = $(exec_prefix)/$(target_alias) - # Automake 1.10+ disables lex and yacc output file regeneration if + # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is Index: pkgsrc/cross/avr-binutils/patches/patch-ag diff -u pkgsrc/cross/avr-binutils/patches/patch-ag:1.4 pkgsrc/cross/avr-binutils/patches/patch-ag:1.5 --- pkgsrc/cross/avr-binutils/patches/patch-ag:1.4 Wed Aug 7 02:41:30 2013 +++ pkgsrc/cross/avr-binutils/patches/patch-ag Mon Jan 30 12:07:36 2017 @@ -1,19 +1,19 @@ -$NetBSD: patch-ag,v 1.4 2013/08/07 02:41:30 mef Exp $ +$NetBSD: patch-ag,v 1.5 2017/01/30 12:07:36 mef Exp $ Avoid installing info (which duplicates with other CPU) ---- ld/Makefile.in.orig 2012-09-04 21:53:47.000000000 +0900 -+++ ld/Makefile.in 2013-01-27 07:19:44.000000000 +0900 -@@ -118,7 +118,7 @@ LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLF - --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS) - SOURCES = $(libldtestplug_la_SOURCES) $(ld_new_SOURCES) \ - $(EXTRA_ld_new_SOURCES) +--- ld/Makefile.in.orig 2016-08-03 16:36:54.000000000 +0900 ++++ ld/Makefile.in 2017-01-29 12:08:42.000000000 +0900 +@@ -181,7 +181,7 @@ LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLF + SOURCES = $(libldtestplug_la_SOURCES) $(libldtestplug2_la_SOURCES) \ + $(libldtestplug3_la_SOURCES) $(libldtestplug4_la_SOURCES) \ + $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES) -INFO_DEPS = ld.info +INFO_DEPS = am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo DVIS = ld.dvi PDFS = ld.pdf -@@ -345,7 +345,7 @@ use_sysroot = @use_sysroot@ +@@ -425,7 +425,7 @@ use_sysroot = @use_sysroot@ AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd TEXINFO_TEX = ../texinfo/texinfo.tex --_----------=_148577805712090--