mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* i386.cc (Target_i386::define_tls_base_symbol): Update comments.
* x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-09-16 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* i386.cc (Target_i386::define_tls_base_symbol): Update comments.
|
||||||
|
* x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
|
||||||
|
|
||||||
2008-09-16 Alexandre Oliva <aoliva@redhat.com>
|
2008-09-16 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* options.h (General_options::output_is_executable): New.
|
* options.h (General_options::output_is_executable): New.
|
||||||
|
@ -323,7 +323,7 @@ class Target_i386 : public Sized_target<32, false>
|
|||||||
void
|
void
|
||||||
make_plt_entry(Symbol_table*, Layout*, Symbol*);
|
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
|
void
|
||||||
define_tls_base_symbol(Symbol_table*, Layout*);
|
define_tls_base_symbol(Symbol_table*, Layout*);
|
||||||
|
|
||||||
@ -736,7 +736,7 @@ Target_i386::make_plt_entry(Symbol_table* symtab, Layout* layout, Symbol* gsym)
|
|||||||
this->plt_->add_entry(gsym);
|
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
|
void
|
||||||
Target_i386::define_tls_base_symbol(Symbol_table* symtab, Layout* layout)
|
Target_i386::define_tls_base_symbol(Symbol_table* symtab, Layout* layout)
|
||||||
|
@ -330,7 +330,7 @@ class Target_x86_64 : public Sized_target<64, false>
|
|||||||
void
|
void
|
||||||
make_plt_entry(Symbol_table*, Layout*, Symbol*);
|
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
|
void
|
||||||
define_tls_base_symbol(Symbol_table*, Layout*);
|
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);
|
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
|
void
|
||||||
Target_x86_64::define_tls_base_symbol(Symbol_table* symtab, Layout* layout)
|
Target_x86_64::define_tls_base_symbol(Symbol_table* symtab, Layout* layout)
|
||||||
|
Reference in New Issue
Block a user