summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorJunichi Uekawa <uekawa@google.com>2015-11-18 10:18:59 +0900
committerSteve Kondik <steve@cyngn.com>2016-06-28 00:54:31 -0700
commit02972e7101291409121a085b104d3f7451a2e1d7 (patch)
treea5f7bbb1f4a76a045c6fa15696e34a26df789895 /libc
parent2a016b8808633cd56962d8024c51941bcd649706 (diff)
downloadbionic-02972e7101291409121a085b104d3f7451a2e1d7.tar.gz
bionic-02972e7101291409121a085b104d3f7451a2e1d7.tar.bz2
bionic-02972e7101291409121a085b104d3f7451a2e1d7.zip
Do not depend on host bits to get the right size to write.
x86_64 32-bit or 64-bit relocations do not depend on ELF bit size, they are 32-bit or 64-bit respectively. Known compiler that emits such code is nacl-clang which emits R_X86_64_PC32 which should write 32 bits but ended up writing 64 bits. Change-Id: Ibb6b484c0fea6a7e291362148e8ac749d6674529
Diffstat (limited to 'libc')
0 files changed, 0 insertions, 0 deletions