| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| | |
* commit '6441455e365064bdeba3c8154430a068881d4a63':
Disable Clang for all elfutils libraries.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Three of them have nested functions and one has some
warning about K&R promoted parameter.
BUG: 17281788
Change-Id: I4ce397876af7c47153e27e11869a7659dbf1b3e3
|
|\|
| |
| |
| |
| |
| |
| | |
conditional."
* commit 'dad1eecaf9bcc826dacdf2855b7bd1adddd02a59':
Only the host part of the elfutils build should be conditional.
|
| |
| |
| |
| | |
Change-Id: I6be2c64a8da66ea1d6163154fbcb96683aff76dc
|
|\|
| |
| |
| |
| | |
* commit 'f73f8d6e844c98a03e43a826ce7a5b430b0a22db':
Stop breaking the Darwin build.
|
| |
| |
| |
| | |
Change-Id: I1d3e392fae0fcf21d6112504dee5e618a2af0602
|
|\ \
| |/
|/|
| |
| | |
* commit 'e8f2790fbf876f4a996d56ad0ddddfa40025a92a':
Remove bad gcc flag for Darwin. DO NOT MERGE
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| | |
bug 16172793
Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
|
| |
| |
| |
| | |
Change-Id: Ie4290abcaaa480b548737a121dbd84bd22d77901
|
|/
|
|
|
|
| |
bug 16172793
Change-Id: If7484c5dbcccce7d925bec97bff0a3e4c30e9434
|
|
|
|
|
|
| |
Now we support x86_64 as HOST_ARCH as well.
Change-Id: I73f89670f02a83f4c631cdb37159987632c8717d
|
|
|
|
|
| |
Bug: 13751317
Change-Id: I0d716e88f94d4bf4b4c771a350b7fb1ad6e2aaa9
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I0bd3edbebdf99fc40a2abc0ce6c82ecc3aa19c54
|
|/
|
|
|
|
|
|
| |
Bionic now has a stpcpy implementation, so remove this one which does
not mix with the fortify version.
Bug: 13746695
Change-Id: I7558033757839c498999da71bd79aa18de647b80
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ia258ffd13954bdf20a82e23f7ac4fa3655863edc
|
|/
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Bug: 11864683
Change-Id: I2aef687a311eaebf09aaaf6c1db5009ee34cc3e1
|
|
|
|
| |
Change-Id: I9176bacf7c393715b244706df9731b0e914eb228
|
|
|
|
| |
Change-Id: I12929f2ce3a1dcd8c9dfa9b908c1e1faf5ce3eb4
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ie1800c782657e6bdfbc818d711fbd8f066c5aaf6
|
|
|
|
| |
Change-Id: I2452503997af46a55bc898ef0cfda4b658da9130
|
|
|
|
| |
Change-Id: I75c6cf9ffd783c5675e9808fc8c070a2ea865868
|
|
Change-Id: I97d4765497db839471de6b10aa612bfaca110297
|