summaryrefslogtreecommitdiffstats
path: root/0.153/libelf
Commit message (Collapse)AuthorAgeFilesLines
* Export elfutils headers and lose the version number from the path.Elliott Hughes2015-02-15130-23061/+0
| | | | | | | | | | | Having the version number in the path just means that diffs for updates are completely unusable. perf refers to libdw.h, libdwfl.h, and version.h as <elfutils/libdw.h> and so on, so we do still need to do some manual work there, but let's use symlinks rather than duplicating the header files. Change-Id: I9fd3c5f5024bde12747fdb1c06d21cdcb3418f03
* Clean up the libelf hacks.Elliott Hughes2015-02-151-5/+0
| | | | | | | Bionic has <error.h> now, we haven't supported building for Darwin in a long time, and we don't need any hacks at all for Linux. Change-Id: I1c24c3756ce0b1471c84d5eef94417202a6806d1
* elfutils: Add three files to the compile listTao Bao2014-12-031-0/+2
| | | | | | | | | | | The following three files are needed to compile perf-3.17. They were in the source directory but not in the compile list. libelf/elf32_updatefile.c libelf/elf64_updatefile.c libdw/dwarf_getcfi_elf.c Change-Id: I6c6ec25efd90e3e66600c37e104dcea929484d65
* Disable Clang for all elfutils libraries.Chih-Hung Hsieh2014-08-291-3/+6
| | | | | | | | Three of them have nested functions and one has some warning about K&R promoted parameter. BUG: 17281788 Change-Id: I4ce397876af7c47153e27e11869a7659dbf1b3e3
* Only the host part of the elfutils build should be conditional.Elliott Hughes2014-08-221-13/+10
| | | | Change-Id: I6be2c64a8da66ea1d6163154fbcb96683aff76dc
* Stop breaking the Darwin build.Elliott Hughes2014-08-211-5/+1
| | | | Change-Id: I1d3e392fae0fcf21d6112504dee5e618a2af0602
* Update makefiles for clang host builds.Tim Murray2014-07-221-0/+3
| | | | | | bug 16172793 Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
* Remove HOST_ARCH as filtering conditionYing Wang2014-06-181-2/+2
| | | | | | Now we support x86_64 as HOST_ARCH as well. Change-Id: I73f89670f02a83f4c631cdb37159987632c8717d
* Support host arch x86_64.Ying Wang2014-05-061-1/+1
| | | | | Bug: 13751317 Change-Id: I0d716e88f94d4bf4b4c771a350b7fb1ad6e2aaa9
* libelf: Add a missing e_machine code for AARCH64 in libelf.Mohamad Ayyash2014-04-071-0/+2
| | | | Change-Id: I0bd3edbebdf99fc40a2abc0ce6c82ecc3aa19c54
* Add patches for MacOS compilation.Ben Cheng2013-12-107-1/+15
| | | | Change-Id: I9176bacf7c393715b244706df9731b0e914eb228
* Fix off_t vs loff_t discrepancy for elfutils.Ben Cheng2013-12-091-3/+3
| | | | Change-Id: I12929f2ce3a1dcd8c9dfa9b908c1e1faf5ce3eb4
* Switch to elfutils 0.153.Ben Cheng2013-11-211-0/+190
| | | | Change-Id: I2452503997af46a55bc898ef0cfda4b658da9130
* Initial code drop of version 0.153Ben Cheng2013-11-20129-0/+22859
Change-Id: I97d4765497db839471de6b10aa612bfaca110297