diff options
author | Junichi Uekawa <uekawa@google.com> | 2015-11-18 10:18:59 +0900 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-06-28 00:54:31 -0700 |
commit | 02972e7101291409121a085b104d3f7451a2e1d7 (patch) | |
tree | a5f7bbb1f4a76a045c6fa15696e34a26df789895 /CPPLINT.cfg | |
parent | 2a016b8808633cd56962d8024c51941bcd649706 (diff) | |
download | bionic-02972e7101291409121a085b104d3f7451a2e1d7.zip bionic-02972e7101291409121a085b104d3f7451a2e1d7.tar.gz bionic-02972e7101291409121a085b104d3f7451a2e1d7.tar.bz2 |
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 'CPPLINT.cfg')
0 files changed, 0 insertions, 0 deletions