[1/2] binutils: update to 2.25.1
Message ID | 1459747443-23781-1-git-send-email-marcel.lorenz@ipfire.org |
---|---|
State | Dropped |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 01EDA61AA1 for <patchwork@ipfire.org>; Mon, 4 Apr 2016 07:12:00 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 537F7A2A; Mon, 4 Apr 2016 07:12:00 +0200 (CEST) Received: from mint01.skynet.local (ip5f5b7cdb.dynamic.kabel-deutschland.de [95.91.124.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id A8339A2A; Mon, 4 Apr 2016 07:11:57 +0200 (CEST) From: Marcel Lorenz <marcel.lorenz@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 1/2] binutils: update to 2.25.1 Date: Mon, 4 Apr 2016 07:24:02 +0200 Message-Id: <1459747443-23781-1-git-send-email-marcel.lorenz@ipfire.org> X-Mailer: git-send-email 1.9.1 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Marcel Lorenz
April 4, 2016, 3:24 p.m. UTC
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
config/rootfiles/common/armv5tel/binutils | 108 +++++--
config/rootfiles/common/i586/binutils | 12 +-
config/rootfiles/common/x86_64/binutils | 12 +-
lfs/binutils | 12 +-
...=> binutils-2.25.1-pt-pax-flags-20150727.patch} | 336 ++++++++++-----------
src/patches/binutils_generate-gnu-hash.patch | 56 ++++
.../binutils_ld-poison-system-directories.patch | 330 ++++++++++++++++++++
7 files changed, 646 insertions(+), 220 deletions(-)
rename src/patches/{binutils-2.24-pt-pax-flags-20131231.patch => binutils-2.25.1-pt-pax-flags-20150727.patch} (77%)
create mode 100644 src/patches/binutils_generate-gnu-hash.patch
create mode 100644 src/patches/binutils_ld-poison-system-directories.patch
Comments
On 2016-04-04 07:24, Marcel Lorenz wrote: > Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> > The arm rootfiles contain intel files now! This patch is broken. Toolchain parts are really critical and should intensive tested on all arches before changing.
Hi, sorry, can't test ARM. Have no Hardware. Can you correct the rootfile for me? On i586, i have no problems with 2.25.1 Marcel Am 2016-04-04 13:51, schrieb Arne Fitzenreiter: > On 2016-04-04 07:24, Marcel Lorenz wrote: >> Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> >> > The arm rootfiles contain intel files now! This patch is broken. > > Toolchain parts are really critical and should intensive tested on > all arches before changing.
On Tue, 2016-04-05 at 07:21 +0200, Marcel Lorenz wrote: > Hi, > > sorry, can't test ARM. Have no Hardware. Can you correct the rootfile > for me? > On i586, i have no problems with 2.25.1 There must still be issues when you have to modify lfs/grub to insert PaX headers into the ELF header. That should not be necessary at all. -Michael > > Marcel > > Am 2016-04-04 13:51, schrieb Arne Fitzenreiter: > > > > On 2016-04-04 07:24, Marcel Lorenz wrote: > > > > > > Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> > > > > > The arm rootfiles contain intel files now! This patch is broken. > > > > Toolchain parts are really critical and should intensive tested on > > all arches before changing.