From: H.J. Lu Date: Wed, 11 Mar 2009 16:42:23 +0000 (+0000) Subject: 2009-03-11 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=09e8c3bf89960586cdca95e1ccf044be35497ae0;p=binutils-gdb.git 2009-03-11 H.J. Lu * elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in comments. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1a895929772..afc0177dc43 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-03-11 H.J. Lu + + * elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in + comments. + 2009-03-11 Chris Demetriou * bfd.c (BFD_DETERMINISTIC_OUTPUT): New flag. diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index dda6e1fa225..1cba8967b5f 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. */