History log of /bionic/linker/tests/linker_sleb128_test.cpp
Revision Date Author Comments
bcc4da9b752f0def46d63ed7b31f3f49cc2435ad 16-Feb-2017 Dimitry Ivanov <dimitry@google.com> Unify linker files under one license (BSD)

Historically we had part of the linker licensed under BSD and
another part under Apache 2 license. This commit makes all the
linker code licensed under BSD license.

Test: m
Change-Id: I11b8163ae75966b5768d3fe992679de376106515
fa4aeed2c60fb97a06e2550481b9ef4d0e100b7e 05-Apr-2016 Dimitry Ivanov <dimitry@google.com> linker: Add unit-test for sleb128_decoder

Add missing test for sleb128_decoder. Also remove
dependency to static library because it exposes malloc/free
which interfere with libc.so malloc/free causing test to crash.

Change-Id: Iedd3268011df9f67ed58c0b58c71f34e30370b23