OSDN Git Service

More dynamic linker cleanup.
authorElliott Hughes <enh@google.com>
Tue, 30 Oct 2012 00:37:13 +0000 (17:37 -0700)
committerElliott Hughes <enh@google.com>
Tue, 30 Oct 2012 23:35:38 +0000 (16:35 -0700)
commit18a206c81d9743481e364384affd43306911283d
tree2f211404b359cb7278f6963bb82f507e6c9a2050
parent06b596104a9ed3ac089abd00186a5698d7e8544f
More dynamic linker cleanup.

I still want to break linker_format out into its own library so we can reuse
it for malloc debugging and so forth. (There are many similar pieces of code
in bionic, but the linker's one seems to be the most complete/functional.)

Change-Id: If3721853d28937c8e821ca1d23cf200e228a409a
13 files changed:
linker/Android.mk
linker/debugger.cpp [moved from linker/debugger.c with 85% similarity]
linker/linker.cpp
linker/linker.h
linker/linker_debug.h
linker/linker_environ.c [deleted file]
linker/linker_environ.cpp [new file with mode: 0644]
linker/linker_environ.h
linker/linker_format.cpp [moved from linker/linker_format.c with 96% similarity]
linker/linker_format.h
linker/linker_phdr.cpp [moved from linker/linker_phdr.c with 99% similarity]
linker/linker_phdr.h
linker/rt.cpp [moved from linker/rt.c with 89% similarity]