Show AIX gc'd symbol address adjustments in map file
[binutils-gdb.git] / ld / emultempl / vanilla.em
index e17316fb5a2c2c43d9ca382d7bc0a3d84f6fec1e..70d193c2c7941afe6d698895b33cb4fa31417308 100644 (file)
@@ -64,6 +64,7 @@ struct ld_emulation_xfer_struct ld_vanilla_emulation =
   after_parse_default,
   after_open_default,
   after_check_relocs_default,
+  before_place_orphans_default,
   after_allocation_default,
   vanilla_set_output_arch,
   ldemul_default_target,
@@ -86,6 +87,7 @@ 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, /* examine_strtab_for_ctf */
+  NULL  /* print_symbol */
 };
 EOF