bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym
[binutils-gdb.git] / ld / emultempl / pep.em
index 2f4bdfb9fa23dbab912e270f66c438144b19ac19..74468be0ccb5743af47ea9b26bd85aed38f67a91 100644 (file)
@@ -2235,7 +2235,8 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
   NULL,        /* new_vers_pattern.  */
   NULL,        /* extra_map_file_text */
   ${LDEMUL_EMIT_CTF_EARLY-NULL},
-  ${LDEMUL_EXAMINE_STRTAB_FOR_CTF-NULL},
+  ${LDEMUL_ACQUIRE_STRINGS_FOR_CTF-NULL},
+  ${LDEMUL_NEW_DYNSYM_FOR_CTF-NULL},
   ${LDEMUL_PRINT_SYMBOL-NULL}
 };
 EOF