]> granicus.if.org Git - gc/commit
Fix dyn_load.c compilation for Android 4.3
authorIvan Maidanski <ivmai@mail.ru>
Sat, 9 Nov 2013 07:56:35 +0000 (11:56 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 9 Nov 2013 14:30:34 +0000 (18:30 +0400)
commita6e4ee919ae3259692833d24ef8ed02b462d7bb1
treec34ef6185ba510b23aab5f9a311a7d46c4e56621
parentbab0f6b5b84919a4a676591c4b61267bdd7d1cb6
Fix dyn_load.c compilation for Android 4.3

* dyn_load.c (struct link_map, r_debug): Define explicitly (matching
that of Android 4.2 Bionic) instead of include linker.h (only if
PLATFORM_ANDROID); remove workaround enabled by
BIONIC_ELFDATA_REDEF_BUG regarding ELF_DATA redefinition (as linker.h
is not included); update comment.
dyn_load.c