OSDN Git Service

Add realpath for soinfo
authorDmitriy Ivanov <dimitry@google.com>
Tue, 31 Mar 2015 18:14:03 +0000 (11:14 -0700)
committerDimitry Ivanov <dimitry@google.com>
Mon, 6 Apr 2015 21:15:43 +0000 (21:15 +0000)
commitaae859cc3ca127d890e853cbf12b731e05624a22
tree159e996dd6756b99fe70371e99a69ec6040e851b
parente686df8d839216460f02cf7db6c4e26a13e49afd
Add realpath for soinfo

  This change adds realpath to soinfo and
  extends limit on filenames from 128 to PATH_MAX.

  It also removes soinfo::name field, linker uses
  dt_soname instead.

Bug: http://b/19818481
Bug: https://code.google.com/p/android/issues/detail?id=80336
Change-Id: I9cff4cb5bda3ee2bc74e1bbded9594ea7fbe2a08
linker/dlfcn.cpp
linker/linker.cpp
linker/linker.h
linker/linker_mips.cpp
tests/dlext_test.cpp
tests/dlfcn_test.cpp
tests/utils.h [new file with mode: 0644]