From bcfa7ccb2864d8150d42ddde8e03d16aeada25e7 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 14 Jul 2016 13:01:37 -0600 Subject: buildgcc: Update to binutils-2.26.1 & Fix aarch64 build issue - Update to the latest version of GNU binutils - Add a patch to undo the changes to binutils done by commit c1baaddf so that arm-trusted-firmware builds correctly again. Test: Build arm-trusted-firmware (ATF) with this patch. Build ATF with binutils 2.26.1 changing the '.align x,0' to '.align x', which changes the padding bytes to NOP instructions. Verify that everything except the padding bytes is the same. See https://sourceware.org/bugzilla/show_bug.cgi?id=20364 for more information about this issue. Change-Id: I559c863c307b4146f8be8ab44b15c9c606555544 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/15711 Reviewed-by: Stefan Reinauer Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/crossgcc/buildgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 3791cc90b4..56b7130692 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -39,7 +39,7 @@ MPC_VERSION=1.0.3 LIBELF_VERSION=0.8.13 GCC_VERSION=5.3.0 GCC_AUTOCONF_VERSION=2.69 -BINUTILS_VERSION=2.26 +BINUTILS_VERSION=2.26.1 GDB_VERSION=7.11 IASL_VERSION=20160318 PYTHON_VERSION=3.5.1 -- cgit v1.2.3