X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Femultempl%2Fvxworks.em;h=20a3b9720143eb5a5976014817896fbc26cf0b8c;hb=bf31e6044082986689e17af54e2ca3cc1ac8419b;hp=b7741abb07c5fbeb9553287d48132bbf3efa6ae4;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/emultempl/vxworks.em b/ld/emultempl/vxworks.em index b7741abb07..20a3b97201 100644 --- a/ld/emultempl/vxworks.em +++ b/ld/emultempl/vxworks.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2019 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # @@ -44,13 +44,13 @@ vxworks_after_open (void) && bfd_get_flavour (link_info.output_bfd) == bfd_target_elf_flavour && !_bfd_elf_link_create_dynamic_sections (link_info.input_bfds, &link_info)) - einfo ("%X%P: Cannot create dynamic sections %E\n"); + einfo (_("%X%P: cannot create dynamic sections %E\n")); if (!force_dynamic && !bfd_link_pic (&link_info) && bfd_get_flavour (link_info.output_bfd) == bfd_target_elf_flavour && elf_hash_table (&link_info)->dynamic_sections_created) - einfo ("%X%P: Dynamic sections created in non-dynamic link\n"); + einfo (_("%X%P: dynamic sections created in non-dynamic link\n")); } EOF @@ -83,7 +83,7 @@ PARSE_AND_LIST_ARGS_CASES=$PARSE_AND_LIST_ARGS_CASES' # # (2) VXWORKS_BASE_EM_FILE set the hook's LDEMUL_FOO variable to # gld${EMULATION_NAME}_foo. This means that the file has -# replaced elf32.em's default definition, so we simply #define +# replaced elf.em's default definition, so we simply #define # the current value of LDEMUL_FOO to vxworks_foo. # # (3) VXWORKS_BASE_EM_FILE set the hook's LDEMUL_FOO variable to