Add support to GNU ld to separate got related plt entries from normal ones in order...
[deliverable/binutils-gdb.git] / bfd / elf32-s390.c
index 49a301f0627e102424a061bacc520ef21c031f1d..1bf8cc27608701a859a0542e50f45af40e1e0bb9 100644 (file)
@@ -1666,8 +1666,7 @@ allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf)
          /* Make room for this entry.  */
          s->size += PLT_ENTRY_SIZE;
 
-         /* We also need to make an entry in the .got.plt section, which
-            will be placed in the .got section by the linker script.  */
+         /* We also need to make an entry in the .got.plt section.  */
          htab->elf.sgotplt->size += GOT_ENTRY_SIZE;
 
          /* We also need to make an entry in the .rela.plt section.  */
This page took 0.025359 seconds and 4 git commands to generate.