PR27116, Spelling errors found by Debian style checker
[binutils-gdb.git] / ld / emultempl / vanilla.em
index 70d193c2c7941afe6d698895b33cb4fa31417308..a92e7cc882962502a8f34244cf7d03cad93d52c6 100644 (file)
@@ -2,7 +2,7 @@
 # It does some substitutions.
 fragment <<EOF
 /* A vanilla emulation with no defaults
-   Copyright (C) 1991-2020 Free Software Foundation, Inc.
+   Copyright (C) 1991-2021 Free Software Foundation, Inc.
    Written by Steve Chamberlain steve@cygnus.com
 
    This file is part of the GNU Binutils.
@@ -87,7 +87,8 @@ struct ld_emulation_xfer_struct ld_vanilla_emulation =
   NULL,        /* new_vers_pattern */
   NULL,        /* extra_map_file_text */
   NULL, /* emit_ctf_early */
-  NULL, /* examine_strtab_for_ctf */
+  NULL, /* acquire_strings_for_ctf */
+  NULL, /* new_dynsym_for_ctf */
   NULL  /* print_symbol */
 };
 EOF