mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
2009-03-11 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in comments.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-03-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in
|
||||
comments.
|
||||
|
||||
2009-03-11 Chris Demetriou <cgd@google.com>
|
||||
|
||||
* bfd.c (BFD_DETERMINISTIC_OUTPUT): New flag.
|
||||
|
||||
@@ -955,7 +955,7 @@ elf_i386_check_tls_transition (bfd *abfd, asection *sec,
|
||||
type = bfd_get_8 (abfd, contents + offset - 2);
|
||||
if (r_type == R_386_TLS_GD)
|
||||
{
|
||||
/* Check transition from LD access model. Only
|
||||
/* Check transition from GD access model. Only
|
||||
leal foo@tlsgd(,%reg,1), %eax; call ___tls_get_addr
|
||||
leal foo@tlsgd(%reg), %eax; call ___tls_get_addr; nop
|
||||
can transit to different access model. */
|
||||
|
||||
Reference in New Issue
Block a user