diff options
author | Rui Ueyama <ruiu@google.com> | 2015-12-17 01:14:23 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-12-17 01:14:23 +0000 |
commit | bb936067553437ed4dd0de628e173fc5be4d7fa6 (patch) | |
tree | 3ee42daa47ac4121f924955ef3dba1d264800351 /lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp | |
parent | 3feddff744316f6801e3640832cb7a8f9f0adfbc (diff) | |
download | bcm5719-llvm-bb936067553437ed4dd0de628e173fc5be4d7fa6.tar.gz bcm5719-llvm-bb936067553437ed4dd0de628e173fc5be4d7fa6.zip |
ELF: Separate NeedsCopy and OffsetInBSS.
Previously, OffsetInBSS is -1 if it has no information about copy
relocation, 0 if it needs a copy relocation, and >0 if its offset
in BSS has been assigned. These flags were too subtle. This patch
adds a new flag, NeedsCopy, to carry information about whether
a shared symbol needs a copy relocation or not.
llvm-svn: 255865
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/object-file/bin/hello.cpp')
0 files changed, 0 insertions, 0 deletions