diff options
| author | Eric Christopher <echristo@apple.com> | 2010-06-17 00:49:46 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-06-17 00:49:46 +0000 |
| commit | 2781d9ce0af6c1c0c3f281086ea24dd672e349ba (patch) | |
| tree | fd270a2e0d0b01164eb97e0a7342511525bdc3ef /lib/MC/MachObjectWriter.cpp | |
| parent | f0d6f8e18d70aa60b5075b4cc668c3cb27a1847e (diff) | |
| download | external_llvm-2781d9ce0af6c1c0c3f281086ea24dd672e349ba.zip external_llvm-2781d9ce0af6c1c0c3f281086ea24dd672e349ba.tar.gz external_llvm-2781d9ce0af6c1c0c3f281086ea24dd672e349ba.tar.bz2 | |
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MachObjectWriter.cpp')
| -rw-r--r-- | lib/MC/MachObjectWriter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/MC/MachObjectWriter.cpp b/lib/MC/MachObjectWriter.cpp index 3476150..79d74b9 100644 --- a/lib/MC/MachObjectWriter.cpp +++ b/lib/MC/MachObjectWriter.cpp @@ -758,7 +758,8 @@ public: // We're only going to have a second symbol in pic mode and it'll be a // subtraction from the picbase. For 32-bit pic the addend is the difference - // between the picbase and the next address. + // between the picbase and the next address. For 32-bit static the addend + // is zero. if (Target.getSymB()) { IsPCRel = 1; } else { |
