commit | 7059b1f02ea9197728c851edd9ae0dd7688fa700 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Jul 14 12:45:40 2011 -0700 |
committer | Nick Kralevich <nnk@google.com> | Thu Jul 14 13:48:13 2011 -0700 |
tree | ed51d4be5ce65e0cdb9d7d81dc3a68975bdd6e04 | |
parent | 30e30acf106166bf65ad781bb4a63eead1d2c3a6 [diff] |
linker: get rid of the buddy allocator Currently, the Android linker is placing shared libraries into a well-known spot in memory. This is interfering with the kernel's ASLR support. This change stops forcing non-prelinked libraries into a particular address space. Also, get rid of FLAG_PRELINKED. As best I can tell, this flag is never used. Change-Id: I527af12fb54f821c2b5ca7693dbf63d022f8f4ae