summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move files up to match upstream source structure.Chih-Hung Hsieh2015-09-241128-32071/+3644
| | | | | | | | | | | | | | | To create an upstream-master branch later and keep track of upstream changes. * src/Android.mk file is deleted because ./Android.mk is identical and serves the same purpose. * ./Makefile.am is moved from old src/Makefile.am, and new src/Makefile.am is from old src/src/Makefile.am. Similarly, ./ChangeLog is moved from old src/ChangeLog, and new src/ChangeLog is from old src/src/ChangeLog. * Remove unnecessary files that were generated by autoconf or configure. Change-Id: Iafc67d1e80f9d7ad2a74bc851bf9ca9e87205336
* Merge "Elfutils: Ignore one more Wunused warning"Andreas Gampe2015-07-271-0/+4
|\
| * Elfutils: Ignore one more Wunused warningAndreas Gampe2015-07-271-0/+4
|/ | | | | | | For build-system CFLAGS clean-up, disable unused-variables warning. Bug: 18632512 Change-Id: Ief27b187ab994f40bf803aa59d3573a7c1db4157
* am 36e62782: Merge "Upgrade to elfutils 0.161."Elliott Hughes2015-02-241097-36739/+105465
|\ | | | | | | | | * commit '36e62782f45c6b004d370a79fbc895e0f321181d': Upgrade to elfutils 0.161.
| * Merge "Upgrade to elfutils 0.161."Elliott Hughes2015-02-241097-36739/+105465
| |\
| | * Upgrade to elfutils 0.161.Elliott Hughes2015-02-181097-36739/+105465
| |/ | | | | | | Change-Id: Iee07e1329d9750f092afc6c2fbd6af8db32862b0
* | Merge commit 'cb9844add29614cd9e36fe1aeee5fecfa02522a3' into HEADBill Yi2015-02-190-0/+0
|\ \ | |/ |/|
| * am a3bc9283: Merge "elfutils: Add three files to the compile list"Tao Bao2014-12-042-0/+3
| |\ | | | | | | | | | | | | * commit 'a3bc928341d5870746585c540feb2d2186a53b01': elfutils: Add three files to the compile list
| * \ am b85bc28b: Merge "Elfutils: Don\'t warn on seemingly unused variable"Andreas Gampe2014-11-251-0/+7
| |\ \ | | | | | | | | | | | | | | | | * commit 'b85bc28b290a7186560a94cfbaafef09e4aafa93': Elfutils: Don't warn on seemingly unused variable
| * \ \ am bbe96fe0: am a74b2e16: Merge "Add MODULE_LICENSE and NOTICE files"Conley Owens2014-10-260-0/+0
| |\ \ \ | | | | | | | | | | | | | | | * commit 'bbe96fe08bb58b49fd058ca92da510e1948aaf2e':
| * \ \ \ am a74b2e16: Merge "Add MODULE_LICENSE and NOTICE files"Conley Owens2014-10-152-0/+340
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a74b2e16a257455b25322913f6cd4899eca69179': Add MODULE_LICENSE and NOTICE files
* | \ \ \ \ Merge "Export elfutils headers and lose the version number from the path."Elliott Hughes2015-02-17650-1520/+19
|\ \ \ \ \ \
| * | | | | | Export elfutils headers and lose the version number from the path.Elliott Hughes2015-02-15650-1520/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge "Clean up the libelf hacks."Elliott Hughes2015-02-1712-301/+0
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Clean up the libelf hacks.Elliott Hughes2015-02-1512-301/+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
* | | | | Merge "elfutils: Add three files to the compile list"Tao Bao2014-12-042-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | elfutils: Add three files to the compile listTao Bao2014-12-032-0/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Elfutils: Don't warn on seemingly unused variable"Andreas Gampe2014-11-251-0/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Elfutils: Don't warn on seemingly unused variableAndreas Gampe2014-11-251-0/+7
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | When asserts are nops, the compiler thinks the variable is unused and will issue a terminal warning. Locally turning off the warning is preferred as it eases upgrading the project. Change-Id: I2a910b02bc2ebd2ec299fee0426aea1390eaf9d4
* | | am a74b2e16: Merge "Add MODULE_LICENSE and NOTICE files"Conley Owens2014-10-152-0/+340
|\ \ \ | |/ / |/| / | |/ | | * commit 'a74b2e16a257455b25322913f6cd4899eca69179': Add MODULE_LICENSE and NOTICE files
| * Merge "Add MODULE_LICENSE and NOTICE files"Conley Owens2014-10-152-0/+340
| |\
| | * Add MODULE_LICENSE and NOTICE filesConley Owens2014-10-102-0/+340
| |/ | | | | | | Change-Id: Iaac15b213c84f609ea61477efab9126a13d6e805
* | am 6441455e: Merge "Disable Clang for all elfutils libraries."Chih-Hung Hsieh2014-08-294-9/+24
|\| | | | | | | | | * commit '6441455e365064bdeba3c8154430a068881d4a63': Disable Clang for all elfutils libraries.
| * Merge "Disable Clang for all elfutils libraries."Chih-Hung Hsieh2014-08-294-9/+24
| |\
| | * Disable Clang for all elfutils libraries.Chih-Hung Hsieh2014-08-294-9/+24
| |/ | | | | | | | | | | | | | | Three of them have nested functions and one has some warning about K&R promoted parameter. BUG: 17281788 Change-Id: I4ce397876af7c47153e27e11869a7659dbf1b3e3
* | am dad1eeca: Merge "Only the host part of the elfutils build should be ↵Elliott Hughes2014-08-224-53/+40
|\| | | | | | | | | | | | | conditional." * commit 'dad1eecaf9bcc826dacdf2855b7bd1adddd02a59': Only the host part of the elfutils build should be conditional.
| * Merge "Only the host part of the elfutils build should be conditional."Elliott Hughes2014-08-224-53/+40
| |\
| | * Only the host part of the elfutils build should be conditional.Elliott Hughes2014-08-224-53/+40
| |/ | | | | | | Change-Id: I6be2c64a8da66ea1d6163154fbcb96683aff76dc
* | am f73f8d6e: Merge "Stop breaking the Darwin build."Elliott Hughes2014-08-224-16/+4
|\| | | | | | | | | * commit 'f73f8d6e844c98a03e43a826ce7a5b430b0a22db': Stop breaking the Darwin build.
| * Merge "Stop breaking the Darwin build."Elliott Hughes2014-08-224-20/+4
| |\
| | * Stop breaking the Darwin build.Elliott Hughes2014-08-214-20/+4
| |/ | | | | | | Change-Id: I1d3e392fae0fcf21d6112504dee5e618a2af0602
* | 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
* | | am 99892e50: Merge "Build more of libdwfl for perf(1)."Elliott Hughes2014-08-201-2/+7
|\ \ \ | | |/ | |/| | | | | | | * commit '99892e508851006cc8b12790ee55c643be70369e': Build more of libdwfl for perf(1).
| * | Merge "Build more of libdwfl for perf(1)."Elliott Hughes2014-08-191-2/+7
| |\ \
| | * | Build more of libdwfl for perf(1).Elliott Hughes2014-08-191-2/+7
| |/ / | | | | | | | | | Change-Id: Ie4290abcaaa480b548737a121dbd84bd22d77901
* | | am 92bb84b1: Update makefiles for clang host builds. DO NOT MERGETim Murray2014-08-200-0/+0
|\ \ \ | | |/ | |/| | | | | | | * commit '92bb84b13fdca9a9d844ac9b209f943eaaf7ae33': Update makefiles for clang host builds. DO NOT MERGE
| * | Update makefiles for clang host builds. DO NOT MERGETim Murray2014-08-204-0/+13
| | | | | | | | | | | | | | | bug 16172793 Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
* | | am 38ecac02: Merge "Update makefiles for clang host builds."Tim Murray2014-07-244-0/+13
|\ \ \ | |/ / |/| / | |/ | | * commit '38ecac0276825a9463803485440646582e477e78': Update makefiles for clang host builds.
| * Merge "Update makefiles for clang host builds."Tim Murray2014-07-234-0/+13
| |\
| | * Update makefiles for clang host builds.Tim Murray2014-07-224-0/+13
| |/ | | | | | | | | | | bug 16172793 Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
* | am d68086be: Merge "Remove HOST_ARCH as filtering condition"Ying Wang2014-06-194-8/+8
|\| | | | | | | | | * commit 'd68086becbc77708343c5415a8da483db2bd8ae0': Remove HOST_ARCH as filtering condition
| * Merge "Remove HOST_ARCH as filtering condition"Ying Wang2014-06-184-8/+8
| |\
| | * Remove HOST_ARCH as filtering conditionYing Wang2014-06-184-8/+8
| |/ | | | | | | | | | | Now we support x86_64 as HOST_ARCH as well. Change-Id: I73f89670f02a83f4c631cdb37159987632c8717d
* | am 8a30646c: Merge "Support host arch x86_64."Ying Wang2014-05-060-0/+0
|\| | | | | | | | | * commit '8a30646cf1f21a487359f185503da4c42865d74b': Support host arch x86_64.
| * Merge "Support host arch x86_64."Ying Wang2014-05-061-1/+1
| |\
| | * Support host arch x86_64.Ying Wang2014-05-061-1/+1
| |/ | | | | | | | | Bug: 13751317 Change-Id: I0d716e88f94d4bf4b4c771a350b7fb1ad6e2aaa9
* | Support host arch x86_64.Ying Wang2014-04-231-1/+1
| | | | | | | | | | Bug: 13751317 Change-Id: I0d716e88f94d4bf4b4c771a350b7fb1ad6e2aaa9
* | am e417b559: Merge "libelf: Add a missing e_machine code for AARCH64 in libelf."Mohamad Ayyash2014-04-080-0/+0
|\| | | | | | | | | * commit 'e417b559763a69c6917a409b28f272b08b15ab20': libelf: Add a missing e_machine code for AARCH64 in libelf.
| * Merge "libelf: Add a missing e_machine code for AARCH64 in libelf."Mohamad Ayyash2014-04-081-0/+2
| |\