diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2014-09-05 14:57:59 -0700 |
---|---|---|
committer | Dmitriy Ivanov <dimitry@google.com> | 2014-10-01 16:00:52 -0700 |
commit | c0133a73b6f37b88afc8dafb6f63af03cbb708f6 (patch) | |
tree | 79a7c6acd1e9b310b0f1b58dd29498bca01b13b0 /linker/linker_phdr.h | |
parent | 8de1ddece0d0b85eafeb86c06cf3a734dadf2b55 (diff) | |
download | android_bionic-c0133a73b6f37b88afc8dafb6f63af03cbb708f6.tar.gz android_bionic-c0133a73b6f37b88afc8dafb6f63af03cbb708f6.tar.bz2 android_bionic-c0133a73b6f37b88afc8dafb6f63af03cbb708f6.zip |
Revert "Load libraries in breadth-first order"
This reverts commit a3ad450a2e3fb6b3fe359683b247eba20896f646.
(cherry picked from commit 498eb18b82a425f9f30132e4832f327b2ee0e545)
Change-Id: Iec7eab83d0c0ed1604e1e8ea3f9e9d0ce1d29680
Diffstat (limited to 'linker/linker_phdr.h')
-rw-r--r-- | linker/linker_phdr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linker/linker_phdr.h b/linker/linker_phdr.h index d4c3ce85f..50708a0e6 100644 --- a/linker/linker_phdr.h +++ b/linker/linker_phdr.h @@ -101,6 +101,7 @@ int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, El #endif void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, - ElfW(Addr) load_bias, ElfW(Dyn)** dynamic); + ElfW(Addr) load_bias, + ElfW(Dyn)** dynamic, size_t* dynamic_count, ElfW(Word)* dynamic_flags); #endif /* LINKER_PHDR_H */ |