diff options
| author | Shankar Easwaran <shankare@codeaurora.org> | 2013-01-31 16:04:47 +0000 |
|---|---|---|
| committer | Shankar Easwaran <shankare@codeaurora.org> | 2013-01-31 16:04:47 +0000 |
| commit | fb8565a9c6f43b57ab1c646986c52ddbacfad7b4 (patch) | |
| tree | 03704b3abed1da84124e1e06b11bdd762bf08e70 /lld/lib/ReaderWriter/ELF/SectionChunks.h | |
| parent | ad1e5ce8eaad119e112d10bcf4c4267657770a4e (diff) | |
| download | bcm5719-llvm-fb8565a9c6f43b57ab1c646986c52ddbacfad7b4.tar.gz bcm5719-llvm-fb8565a9c6f43b57ab1c646986c52ddbacfad7b4.zip | |
add support for assigning virtual addresses to TDATA/TBSS sections
llvm-svn: 174065
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/SectionChunks.h')
| -rw-r--r-- | lld/lib/ReaderWriter/ELF/SectionChunks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/SectionChunks.h b/lld/lib/ReaderWriter/ELF/SectionChunks.h index bb53ad7c524..101089dec22 100644 --- a/lld/lib/ReaderWriter/ELF/SectionChunks.h +++ b/lld/lib/ReaderWriter/ELF/SectionChunks.h @@ -81,7 +81,6 @@ public: for (auto &ai : _atoms) { ai->_virtualAddr = addr + ai->_fileOffset; } - addr += this->memSize(); } /// \brief Set the file offset of each Atom in the section. This routine |

