summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2014-12-03 16:47:51 -0800
committerTao Bao <tbao@google.com>2014-12-03 16:47:51 -0800
commit6a6f810ff8b4c570875edbb7df4063a33e40dc08 (patch)
tree380122b5f59b9980786427c48abd3b48bc6a3e3f
parentb85bc28b290a7186560a94cfbaafef09e4aafa93 (diff)
downloadandroid_external_elfutils-6a6f810ff8b4c570875edbb7df4063a33e40dc08.tar.gz
android_external_elfutils-6a6f810ff8b4c570875edbb7df4063a33e40dc08.tar.bz2
android_external_elfutils-6a6f810ff8b4c570875edbb7df4063a33e40dc08.zip
elfutils: Add three files to the compile list
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
-rwxr-xr-x0.153/libdw/Android.mk1
-rwxr-xr-x0.153/libelf/Android.mk2
2 files changed, 3 insertions, 0 deletions
diff --git a/0.153/libdw/Android.mk b/0.153/libdw/Android.mk
index 0ec30dde..c951b1f9 100755
--- a/0.153/libdw/Android.mk
+++ b/0.153/libdw/Android.mk
@@ -62,6 +62,7 @@ LIBDW_SRC_FILES := \
dwarf_getattrcnt.c \
dwarf_getattrs.c \
dwarf_getcfi.c \
+ dwarf_getcfi_elf.c \
dwarf_getelf.c \
dwarf_getfuncs.c \
dwarf_getlocation.c \
diff --git a/0.153/libelf/Android.mk b/0.153/libelf/Android.mk
index e1a76cf5..1a8f94ad 100755
--- a/0.153/libelf/Android.mk
+++ b/0.153/libelf/Android.mk
@@ -23,6 +23,7 @@ LIBELF_SRC_FILES := \
elf32_newehdr.c \
elf32_newphdr.c \
elf32_offscn.c \
+ elf32_updatefile.c \
elf32_updatenull.c \
elf32_xlatetof.c \
elf32_xlatetom.c \
@@ -34,6 +35,7 @@ LIBELF_SRC_FILES := \
elf64_newehdr.c \
elf64_newphdr.c \
elf64_offscn.c \
+ elf64_updatefile.c \
elf64_updatenull.c \
elf64_xlatetof.c \
elf64_xlatetom.c \