From d4a6718d3662abf21151672025fe02039896327e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 23 May 2016 16:02:39 +0200 Subject: open_issues/binutils: binutils-gdb: Re-run after system updates. --- open_issues/binutils.mdwn | 55 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 11 deletions(-) (limited to 'open_issues/binutils.mdwn') diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index d20cee9a..6ecd2477 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2012, 2013, 2014, 2015 -Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2012, 2013, 2014, 2015, +2016 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -334,7 +334,15 @@ Last reviewed up to Git commit e49433d22dae92a56ae15a8b5742cbf1f31d5fd1 # Build Here's a log of a binutils-gdb build run; this is from Git commit -e49433d22dae92a56ae15a8b5742cbf1f31d5fd1 (2015-08-19), run on kepler.SCHWINGE +e49433d22dae92a56ae15a8b5742cbf1f31d5fd1 (2015-08-19), plus commits +c74be520ba8ed2d013d43916b923b837294343cc, +b31bcacc489d6ede2e9bdfa9905de0ebfd919454, +75a06c790f96f07e859be95d3c3c084a718afeef, +04ebc307f9601168c165fb63aa39a676e45454b7, +4b627c18440f51077f8fd4c18adaa3919c3a373e, +02a866936de7e63ad4962ccba56c8cd05c231275, +493d4b48decc2b3c5fe9d2df68bcee67fdd8b7cb (to avoid `unsupported reloc 43` for +recent `crt*.o` files), run on kepler.SCHWINGE and laplace.SCHWINGE. $ export LC_ALL=C @@ -350,8 +358,8 @@ so we need to configure with support for plugins and sysroots. In the GDB build, there are compiler diagnostics reported in the MIG-generated stub files; thus no `-Werror` until that is resolved. -This takes up around 1.4 GiB, and runs for [[22 min|performance#measure]] on -kepler.SCHWINGE and [[23 min|performance#measure]] on laplace.SCHWINGE. +This takes up around 1.4 GiB, and runs for [[17 min|performance#measure]] on +kepler.SCHWINGE and [[19 min|performance#measure]] on laplace.SCHWINGE.