Artem Titov 739351d476 Roll chromium_revision 95336cb92b..191d55580e (557816:557824)
Change log: 95336cb92b..191d55580e
Full diff: 95336cb92b..191d55580e

Roll chromium third_party 4e16929f46..3a8f2a9e1e
Change log: 4e16929f46..3a8f2a9e1e

Changed dependencies:
* src/tools: c44a3f5eca..f524a53b81
DEPS diff: 95336cb92b..191d55580e/DEPS

No update to Clang.

TBR=titovartem@google.com,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: Ic9c4a62b050383646e9fcf5cc07a5653c14ac06e
Reviewed-on: https://webrtc-review.googlesource.com/76120
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23205}
2018-05-11 11:17:05 +00:00
..

Name: binutils
URL: http://www.gnu.org/software/binutils/
Version: 2.29.1
License: GPL v2
License File: NOT_SHIPPED
Security Critical: no

Description:
This directory contains i386 and amd64 binaries of the binutils tools
(including gold linker).

They were built from binutils-2.29.1 using the "build-all.sh" script on Debian
Testing.

The script creates chroots for 32bit and 64bit Ubuntu Xenial and then builds
binutils inside the roots.

Local patches:

 * (build-all.sh|build-one.sh|upload.sh) scripts for building the binutils
   binaries and uploading them to Google storage.

Upgrading:

To upgrade binutils, use the following steps:

 * Update build-all.sh with the new binutil version.
 * Remove any patches which have been merged upstream from build-all.sh
 * Update this README.chromium file
 * Run build-all.sh
 * Run upload.sh. Note: you will need write access to
   gs://chromium-binutils bucket on Google Cloud Storage. To get the
   access, subscribe to the internal chrome-team mailing list.
 * Wait for goma to have new binutils deployed (see http://go/ma).
    Please notify {ukai,yyanagisawa,shinyak}@chromium.org and await
    confirmation.
 * Commit the change

See https://codereview.chromium.org/1368233002/ for an example upgrade.