ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / ia64vms.sc
index 0d6662a5cd275f60bb36b436778c64873458c485..785acf96eb70ed62dd5c80b9810e2cc1d4b046fa 100644 (file)
@@ -1,8 +1,8 @@
 # Linker script for Itanium VMS systems.
 # Tristan Gingold <gingold@adacore.com>.
 #
 # Linker script for Itanium VMS systems.
 # Tristan Gingold <gingold@adacore.com>.
 #
-# Copyright (C) 2014-2015 Free Software Foundation, Inc.
-# 
+# Copyright (C) 2014-2017 Free Software Foundation, Inc.
+#
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
 # notice and this notice are preserved.
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
 # notice and this notice are preserved.
@@ -11,7 +11,7 @@ PAGESIZE=0x10000
 BLOCKSIZE=0x200
 
 cat <<EOF
 BLOCKSIZE=0x200
 
 cat <<EOF
-/* Copyright (C) 2014-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2017 Free Software Foundation, Inc.
 
    Copying and distribution of this script, with or without modification,
    are permitted in any medium without royalty provided the copyright
 
    Copying and distribution of this script, with or without modification,
    are permitted in any medium without royalty provided the copyright
@@ -74,7 +74,7 @@ SECTIONS
     *(.IA_64.pltoff)
   }
   \$TFR\$ ALIGN (16) : {
     *(.IA_64.pltoff)
   }
   \$TFR\$ ALIGN (16) : {
-    /* Tranfer vector.  */
+    /* Transfer vector.  */
     __entry = .;
     *(.transfer)
   }
     __entry = .;
     *(.transfer)
   }
@@ -120,7 +120,7 @@ EOF
 
 . $srcdir/scripttempl/DWARF.sc
 
 
 . $srcdir/scripttempl/DWARF.sc
 
-cat <<EOF  
+cat <<EOF
   .note : { *(.vms.note) }
 
   /DISCARD/ : { *(.note) *(.vms_display_name_info) }
   .note : { *(.vms.note) }
 
   /DISCARD/ : { *(.note) *(.vms_display_name_info) }
This page took 0.026788 seconds and 4 git commands to generate.