diff options
author | Junichi Uekawa <uekawa@google.com> | 2015-11-18 10:18:59 +0900 |
---|---|---|
committer | Junichi Uekawa <uekawa@google.com> | 2015-11-19 11:28:20 +0900 |
commit | ff35b1e659547644fb14f890eeec880cf4bafc4e (patch) | |
tree | 32a8e5aee362b856a95ea5274670be350340d8be /libc/stdio/stdio_ext.cpp | |
parent | b804b9d67b9e3a8c63471ff9892f6abea2a58684 (diff) |
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/stdio/stdio_ext.cpp')
0 files changed, 0 insertions, 0 deletions