summaryrefslogtreecommitdiffstats
path: root/third_party/elfutils
Commit message (Collapse)AuthorAgeFilesLines
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-12/+12
| | | | | | | | | | | | Application of https://codereview.chromium.org/962003002/. TBR=keybuk@chromium.org R=brettw@chromium.org BUG=456014 Review URL: https://codereview.chromium.org/960413003 Cr-Commit-Position: refs/heads/master@{#318574}
* gn format //third_partyscottmg2014-12-031-2/+0
| | | | | | | | | | | | | | Uses gn binary at head. No intended functionality change. R=brettw@chromium.org TBR=scherkus@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/779473002 Cr-Commit-Position: refs/heads/master@{#306567}
* Add third_party/elfutils:libelf to the gn build.simonb2014-10-131-0/+164
| | | | | | | | | | | Add a build of libelf to gn. Built for host only, as support for build-time tools. Not built for targets. BUG= Review URL: https://codereview.chromium.org/647823002 Cr-Commit-Position: refs/heads/master@{#299280}
* Roll DEPS for libelf clang compilation fix.simonb@chromium.org2014-07-022-1/+218
| | | | | | | | | | | | | | Roll DEPS to pick up libelf clang compilation fix: https://codereview.appspot.com/106240043 https://chromium.googlesource.com/external/elfutils.git/+/24967372 Add clang.patch and entry in README.chromium. BUG=385553 Review URL: https://codereview.chromium.org/367903007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281027 0039d316-1c4b-4281-b951-d872f2087c98
* Build libelf with host and not target toolchain.simonb@chromium.org2014-05-301-1/+1
| | | | | | | | | | Fixes a bug in prior commit. BUG= Review URL: https://codereview.chromium.org/304953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273822 0039d316-1c4b-4281-b951-d872f2087c98
* Add libelf to src/third_party.simonb@chromium.org2014-05-284-2/+274
| | | | | | | | | | | | | | | | | | | | | | | | Supports a host tool that packs R_ARM_RELATIVE relocations into a more compact form. Description: Library to inspect and manipulate ELF files. This code is not considered security critical because it is built only for the host, to support host build tools. It is not linked into chrome. Local Modifications: This is complete elfutils source. For now we build only libelf. There are no local code changes. Review URL: https://codereview.chromium.org/259753004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273198 0039d316-1c4b-4281-b951-d872f2087c98
* Add elfutils via DEPS.simonb@chromium.org2014-05-193-0/+22
Add third_party/elfutils, at release 0.158. BUG= Review URL: https://codereview.chromium.org/264303009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271400 0039d316-1c4b-4281-b951-d872f2087c98