From b91d73d7cfae329d52bfea4881405264e40ff7b3 Mon Sep 17 00:00:00 2001 From: Han Shen Date: Wed, 8 Feb 2012 14:58:46 -0800 Subject: [PATCH] Roll out binutils 2.21-r4 version (setup_board part). Includes 2 important bug fixes - - bug fix for 24128 (fix glibc2.14 builds) (bfd) - fix for ARM toolchain hardening (gold) ------------------------------------------- Summary ------------------------------------------- vanilla newbinutils Autotest Key Iterations Average Average Change PageCyclerTests de..ageCyclerTest.Alexa_usFile 5 218.08 217.93 1.00 de.. PageCyclerTest.BloatFile 5 22064.06 22145.45 1.00 de.. PageCyclerTest.MorejsFile 5 524.82 525.95 1.00 de.. PageCyclerTest.Intl1File 5 446.69 448.81 1.00 de.. PageCyclerTest.DhtmlFile 5 630.95 630.09 1.00 de..s PageCyclerTest.MozFile 5 187.07 187.70 1.00 de../desktopui_PageCyclerTests 5 ALL PASS ALL PASS - de.. PageCyclerTest.Moz2File 5 188.75 187.13 0.99 de.. PageCyclerTest.Intl2File 5 682.23 684.26 1.00 bvt ALL PASS ALL PASS - suite_Smoke ALL PASS ALL PASS - BUG=None TEST=Built chromeos from scratch, and ran PageCyclerTests, bvt and suite_Smoke. Change-Id: I85281eaee1702de0cc89e093caf70a5d45ccce14 Reviewed-on: https://gerrit.chromium.org/gerrit/15537 Commit-Ready: Han Shen Reviewed-by: Han Shen Tested-by: Han Shen --- setup_board | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_board b/setup_board index 50b53297c4..7e8579b1ac 100755 --- a/setup_board +++ b/setup_board @@ -46,7 +46,7 @@ DEFINE_boolean usepkg $FLAGS_TRUE \ "Use binary packages to bootstrap." DEFINE_boolean force $FLAGS_FALSE \ "Force re-creating board root." -DEFINE_string binutils_version "2.21-r3" \ +DEFINE_string binutils_version "2.21-r4" \ "Version of binutils to use." DEFINE_string gcc_version "[stable]" \ "Version of gcc to use."