Mention .tdata in comment in _bfd_elf_tls_setup()
[deliverable/binutils-gdb.git] / bfd / elflink.c
index 589550e11d288dd983d8b2db3cae5bbc6a57b72a..7c0849423a3d0eac6f4bbecb0135b127c8853519 100644 (file)
@@ -3323,8 +3323,8 @@ _bfd_elf_tls_setup (bfd *obfd, struct bfd_link_info *info)
 
   elf_hash_table (info)->tls_sec = tls;
 
-  /* Ensure the alignment of the first section is the largest alignment,
-     so that the tls segment starts aligned.  */
+  /* Ensure the alignment of the first section (usually .tdata) is the largest
+     alignment, so that the tls segment starts aligned.  */
   if (tls != NULL)
     tls->alignment_power = align;
 
This page took 0.024506 seconds and 4 git commands to generate.