aboutsummaryrefslogtreecommitdiff
path: root/gold/x86_64.cc
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2008-09-16 04:31:25 +0000
committerAlexandre Oliva <aoliva@redhat.com>2008-09-16 04:31:25 +0000
commit9fa33bee6aec64ced030474bac301a5dd56cf6c2 (patch)
tree64d61c519c5aa9d93df80793864afd9020edb13d /gold/x86_64.cc
parent183fd0e3ed5f9229379cb3e75f64939ba123c9b8 (diff)
downloadfsf-binutils-gdb-9fa33bee6aec64ced030474bac301a5dd56cf6c2.zip
fsf-binutils-gdb-9fa33bee6aec64ced030474bac301a5dd56cf6c2.tar.gz
fsf-binutils-gdb-9fa33bee6aec64ced030474bac301a5dd56cf6c2.tar.bz2
* i386.cc (Target_i386::define_tls_base_symbol): Update comments.
* x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
Diffstat (limited to 'gold/x86_64.cc')
-rw-r--r--gold/x86_64.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/x86_64.cc b/gold/x86_64.cc
index dda3297..46c4a22 100644
--- a/gold/x86_64.cc
+++ b/gold/x86_64.cc
@@ -330,7 +330,7 @@ class Target_x86_64 : public Sized_target<64, false>
void
make_plt_entry(Symbol_table*, Layout*, Symbol*);
- // Define the _TLS_MODULE_BASE_ symbol at the end of the TLS segment.
+ // Define the _TLS_MODULE_BASE_ symbol in the TLS segment.
void
define_tls_base_symbol(Symbol_table*, Layout*);
@@ -796,7 +796,7 @@ Target_x86_64::make_plt_entry(Symbol_table* symtab, Layout* layout,
this->plt_->add_entry(gsym);
}
-// Define the _TLS_MODULE_BASE_ symbol at the end of the TLS segment.
+// Define the _TLS_MODULE_BASE_ symbol in the TLS segment.
void
Target_x86_64::define_tls_base_symbol(Symbol_table* symtab, Layout* layout)