aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-03-11 16:42:23 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-03-11 16:42:23 +0000
commit09e8c3bf89960586cdca95e1ccf044be35497ae0 (patch)
tree2c4889d6eae16b058e123f69a9939ee42b7a91a2 /bfd/elf32-i386.c
parent36e4dce69dd23bea9ea2258dea35f034b6d6351c (diff)
downloadgdb-09e8c3bf89960586cdca95e1ccf044be35497ae0.zip
gdb-09e8c3bf89960586cdca95e1ccf044be35497ae0.tar.gz
gdb-09e8c3bf89960586cdca95e1ccf044be35497ae0.tar.bz2
2009-03-11 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in comments.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r--bfd/elf32-i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index dda6e1f..1cba896 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -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. */