PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / scripttempl / tic30coff.sc
index bba09927ca3d2274938129517b55410c33e76480..a2bd3d465e3c6acdc84ac26063b538a594e9f343 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright (C) 2014-2017 Free Software Foundation, Inc.
-# 
+# Copyright (C) 2014-2020 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.
 
 cat <<EOF
-/* Copyright (C) 2014-2017 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2020 Free Software Foundation, Inc.
 
    Copying and distribution of this script, with or without modification,
    are permitted in any medium without royalty provided the copyright
@@ -22,14 +22,14 @@ MEMORY
        ramblk1 : ORIGIN = 0x02027000, LENGTH = 0x1000
 }
 
-SECTIONS                               
-{                                      
+SECTIONS
+{
        .vectors 0x00000000 :
        {
                *(vectors)
        }
 
-       .text : 
+       .text :
        {
                *(.text)
        } > rom
This page took 0.034965 seconds and 4 git commands to generate.