From patchwork Mon Dec 14 16:32:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandru Ardelean X-Patchwork-Id: 556555 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 96F981402C9 for ; Tue, 15 Dec 2015 03:34:44 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=aG0fAlID; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id B499D28AE03; Mon, 14 Dec 2015 17:34:15 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 9538C28BDA9 for ; Mon, 14 Dec 2015 17:34:10 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Mon, 14 Dec 2015 17:34:08 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id p66so70435044wmp.1 for ; Mon, 14 Dec 2015 08:34:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=2BOvkoZqwEgBHLmVS+K0FcCYD8Wc0+M9J1K3Eenj+yU=; b=aG0fAlIDgvVFFZXNk4bCz1JU9C2oM1jn5bnF5Qwx1zYvwYmxZk0QF9p0ATtW2LAKNV 48JWlC3nXn4KIqgPa5TLeim8p0O4Rsm2HTTWg+Fzo4FZaYFTxbbX+aoaMs9k30CiRH8Q lo6xQ3zuAEH9b+k/kqM5zGPrNFvPU/pboNsfozJYOp2auVZsDWZ7kbb6rlSXbf3H/uaO MDWp0OqKKmL7EVqyhipyq9DBNG9Fr5gC2zz/AzRD7nOLmWmI4NEUgCai0d0ASH4feEWi dXT4I6o8Re4vteumipjjM6sZ/ayRNY/114MvUPywwYeygwBGJdcHVEPeyLCnGgCnvCmq HdxA== X-Received: by 10.194.243.227 with SMTP id xb3mr41086020wjc.96.1450110833048; Mon, 14 Dec 2015 08:33:53 -0800 (PST) Received: from orion.ocedo.cluj.local ([5.2.198.78]) by smtp.gmail.com with ESMTPSA id l128sm16868263wmf.10.2015.12.14.08.33.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 14 Dec 2015 08:33:52 -0800 (PST) From: Alexandru Ardelean To: openwrt-devel@lists.openwrt.org Date: Mon, 14 Dec 2015 18:32:49 +0200 Message-Id: <1450110769-14325-1-git-send-email-ardeleanalex@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [OpenWrt-Devel] [PATCH] binutils: upgrade to version 2.25 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Fixes build: config/tc-i386.c: In function 'build_modrm_byte': config/tc-i386.c:6143:31: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses] && !op.bitfield.reg64 != 1 Contains this fix: https://sourceware.org/ml/binutils/2014-09/msg00095.html Signed-off-by: Alexandru Ardelean --- package/devel/binutils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/devel/binutils/Makefile b/package/devel/binutils/Makefile index f8549ad..8e25a1e 100644 --- a/package/devel/binutils/Makefile +++ b/package/devel/binutils/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=binutils -PKG_VERSION:=2.24 -PKG_RELEASE:=3 +PKG_VERSION:=2.25 +PKG_RELEASE:=1 PKG_SOURCE_URL:=@GNU/binutils PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_VERSION:=$(PKG_VERSION) -PKG_MD5SUM:=e0f71a7b2ddab0f8612336ac81d9636b +PKG_MD5SUM:=d9f3303f802a5b6b0bb73a335ab89d66 PKG_FIXUP:=autoreconf PKG_LIBTOOL_PATHS:=. gas bfd opcodes gprof binutils ld libiberty gold intl