aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/vms.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/vms.em')
-rw-r--r--ld/emultempl/vms.em6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/emultempl/vms.em b/ld/emultempl/vms.em
index cd39f97..6f0153b 100644
--- a/ld/emultempl/vms.em
+++ b/ld/emultempl/vms.em
@@ -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;
@@ -198,7 +198,7 @@ gld${EMULATION_NAME}_before_allocation (void)
if (elf_hash_table (&link_info)->dynamic_sections_created
&& bed->elf_backend_size_dynamic_sections
&& ! (*bed->elf_backend_size_dynamic_sections) (link_info.output_bfd,
- &link_info))
+ &link_info))
einfo (_("%P%F: failed to set dynamic section sizes: %E\n"));
before_allocation_default ();