OSDN Git Service

Adjust DT_VERSYM/VERNEED/VERDEF dynamic sections
authorDmitriy Ivanov <dimitry@google.com>
Tue, 21 Apr 2015 00:41:28 +0000 (17:41 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Tue, 21 Apr 2015 19:28:21 +0000 (12:28 -0700)
commitbb25bbe19e4e56aa612aeaaf2c53d79dadebc03e
tree7a0ccbfe1ad4dc8afe11d5a7380772ff4fa22462
parentc5bd96efd27f756d07f1a306e4120cede17b39f5
Adjust DT_VERSYM/VERNEED/VERDEF dynamic sections

  This is recent addition to bionic linker. The symbol
  versioning was not supported before therefore this bug
  went unnoticed.

  Also normal exit when there is not enought relocations
  to pack. This is to enable integration of relocation_packer
  to android build system.

Bug: http://b/20139821
Bug: http://b/18051137
Change-Id: Iaf36ae11c8e4b15cf785b6dd1712a3bdcf47cc45
tools/relocation_packer/src/elf_file.cc