X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Femultempl%2Fvms.em;h=fffbf122381939bc4277bae6193ed8efd49d6fc1;hb=7e56227dfffddbbb5b648c386c85345929fa0529;hp=cd39f97aed1fa4f9f576395c310fb6d6e108bd89;hpb=d003af558092dc521f93d16628b9ccbf434370e3;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/emultempl/vms.em b/ld/emultempl/vms.em index cd39f97aed..fffbf12238 100644 --- a/ld/emultempl/vms.em +++ b/ld/emultempl/vms.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2010-2017 Free Software Foundation, Inc. +# Copyright (C) 2010-2020 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # @@ -52,8 +52,8 @@ gld${EMULATION_NAME}_create_output_section_statements (void) static bfd_boolean gld${EMULATION_NAME}_open_dynamic_archive (const char *arch ATTRIBUTE_UNUSED, - search_dirs_type *search, - lang_input_statement_type *entry) + search_dirs_type *search, + lang_input_statement_type *entry) { char *string; @@ -85,7 +85,7 @@ gld${EMULATION_NAME}_find_potential_libraries } /* Place an orphan section. We use this to put random OVR sections. - Much borrowed from elf32.em. */ + Much borrowed from elf.em. */ static lang_output_section_statement_type * vms_place_orphan (asection *s, @@ -174,6 +174,7 @@ if test "$OUTPUT_FORMAT" = "elf64-ia64-vms"; then fragment <dynamic_sections_created && bed->elf_backend_size_dynamic_sections && ! (*bed->elf_backend_size_dynamic_sections) (link_info.output_bfd, - &link_info)) - einfo (_("%P%F: failed to set dynamic section sizes: %E\n")); + &link_info)) + einfo (_("%F%P: failed to set dynamic section sizes: %E\n")); before_allocation_default (); } @@ -212,7 +213,7 @@ gld${EMULATION_NAME}_after_allocation (void) if (need_layout < 0) einfo (_("%X%P: .eh_frame/.stab edit: %E\n")); else - gld${EMULATION_NAME}_map_segments (need_layout); + ldelf_map_segments (need_layout); } static void