summaryrefslogtreecommitdiffstats
path: root/0.153
Commit message (Collapse)AuthorAgeFilesLines
* am e8f2790f: Remove bad gcc flag for Darwin. DO NOT MERGEConley Owens2014-08-221-4/+2
|\ | | | | | | | | * commit 'e8f2790fbf876f4a996d56ad0ddddfa40025a92a': Remove bad gcc flag for Darwin. DO NOT MERGE
| * Remove bad gcc flag for Darwin. DO NOT MERGEstaging/cm-12.0-cafstaging/cm-12.0Conley Owens2014-08-211-4/+2
| | | | | | | | | | | | | | gcc can't handle the -Wno-int-conversion, so we need to remove this condition for Darwin and replace it with the appropriate LOCAL_CLANG := false Change-Id: I9a2861535d865f447014b1fce353b86feea90d22
| * Update makefiles for clang host builds. DO NOT MERGETim Murray2014-08-204-0/+13
| | | | | | | | | | bug 16172793 Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
* | Build more of libdwfl for perf(1).Elliott Hughes2014-08-191-2/+7
| | | | | | | | Change-Id: Ie4290abcaaa480b548737a121dbd84bd22d77901
* | Update makefiles for clang host builds.Tim Murray2014-07-224-0/+13
|/ | | | | | bug 16172793 Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
* Remove HOST_ARCH as filtering conditionYing Wang2014-06-184-8/+8
| | | | | | 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
* Merge "libelf: Add a missing e_machine code for AARCH64 in libelf."Mohamad Ayyash2014-04-081-0/+2
|\
| * libelf: Add a missing e_machine code for AARCH64 in libelf.Mohamad Ayyash2014-04-071-0/+2
| | | | | | | | Change-Id: I0bd3edbebdf99fc40a2abc0ce6c82ecc3aa19c54
* | Remove the stpcpy implementation.Christopher Ferris2014-04-071-11/+0
|/ | | | | | | | Bionic now has a stpcpy implementation, so remove this one which does not mix with the fortify version. Bug: 13746695 Change-Id: I7558033757839c498999da71bd79aa18de647b80
* Merge "Remove elfutils hack for missing open64."Elliott Hughes2014-02-181-3/+0
|\
| * Remove elfutils hack for missing open64.Elliott Hughes2014-01-171-3/+0
| | | | | | | | Change-Id: Ia258ffd13954bdf20a82e23f7ac4fa3655863edc
* | elfutils: fix build with bfd linkerColin Cross2014-01-281-2/+1
|/ | | | | | | | | The bfd linker optimizes out less code, and is therefore more sensitive to missing symbols in code that is never called. Replace the dgettext symbol, which is used but never called and doesn't exist, with a macro. Change-Id: I7f840813892c9cc847b805d66cf53f581c114dc8
* Remove MIN and MAX now they're in <sys/param.h>.Elliott Hughes2013-12-121-8/+0
| | | | | Bug: 11864683 Change-Id: I2aef687a311eaebf09aaaf6c1db5009ee34cc3e1
* Add patches for MacOS compilation.Ben Cheng2013-12-1014-4/+37
| | | | Change-Id: I9176bacf7c393715b244706df9731b0e914eb228
* Fix off_t vs loff_t discrepancy for elfutils.Ben Cheng2013-12-092-5/+3
| | | | Change-Id: I12929f2ce3a1dcd8c9dfa9b908c1e1faf5ce3eb4
* Remove files associated with compiling linux-kernel-modules.cBen Cheng2013-12-061-6/+1
| | | | | | | | | Bionic doesn't have stdio_ext.h which is needed by functions in linux-kernel-modules.c and dependent ones. Since perf can be selectively disabled to use older interface, we don't need to compile these files anymore. Change-Id: I3803eefd5565a1fe607f3889c600e713954abb14
* Cleanup elfutil patches needed by bionic.Ben Cheng2013-12-033-47/+19
| | | | Change-Id: Ie1800c782657e6bdfbc818d711fbd8f066c5aaf6
* Switch to elfutils 0.153.Ben Cheng2013-11-216-0/+625
| | | | Change-Id: I2452503997af46a55bc898ef0cfda4b658da9130
* Add patches required by Bionic and MacOS.Ben Cheng2013-11-2016-0/+533
| | | | Change-Id: I75c6cf9ffd783c5675e9808fc8c070a2ea865868
* Initial code drop of version 0.153Ben Cheng2013-11-20635-0/+220441
Change-Id: I97d4765497db839471de6b10aa612bfaca110297