summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Target.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-01-05 16:35:46 +0000
committerRui Ueyama <ruiu@google.com>2016-01-05 16:35:46 +0000
commitf53b1b7fdea5165e63c8848eda3e12cd33c9126c (patch)
tree14ee7cb59bc268918e55aac4e6666e5519c6ba9d /lld/ELF/Target.cpp
parente57c487eee986997957c8d2b2d5e887c48df588e (diff)
downloadbcm5719-llvm-f53b1b7fdea5165e63c8848eda3e12cd33c9126c.tar.gz
bcm5719-llvm-f53b1b7fdea5165e63c8848eda3e12cd33c9126c.zip
Update comments.
llvm-svn: 256845
Diffstat (limited to 'lld/ELF/Target.cpp')
-rw-r--r--lld/ELF/Target.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Target.cpp b/lld/ELF/Target.cpp
index 8d848d040c6..8d54c93570f 100644
--- a/lld/ELF/Target.cpp
+++ b/lld/ELF/Target.cpp
@@ -320,7 +320,7 @@ void X86TargetInfo::writePltZeroEntry(uint8_t *Buf, uint64_t GotEntryAddr,
// separate procedure linkage tables.
if (Config->Shared) {
const uint8_t V[] = {
- 0xff, 0xb3, 0x04, 0x00, 0x00, 0x00, // pushl 4(%ebx
+ 0xff, 0xb3, 0x04, 0x00, 0x00, 0x00, // pushl 4(%ebx)
0xff, 0xa3, 0x08, 0x00, 0x00, 0x00, // jmp *8(%ebx)
0x90, 0x90, 0x90, 0x90 // nop;nop;nop;nop
};
OpenPOWER on IntegriCloud