Explain what happens for PE targeted linkers in the case where the user actually...
[deliverable/binutils-gdb.git] / ld / scripttempl / tic80coff.sc
index eeeb236741efdb33e643f397b2c75704657bf6d1..39d22a4bf66e24eb34596d31494dc8a5f0349ac1 100644 (file)
@@ -1,7 +1,7 @@
 # Linker script for TI TMS320C80 (tic80) COFF.
 #
 # Linker script for TI TMS320C80 (tic80) COFF.
 #
-# Copyright (C) 2014-2017 Free Software Foundation, Inc.
-# 
+# Copyright (C) 2014-2018 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.
@@ -26,7 +26,7 @@ test -z "$TEXT_START_ADDR" && TEXT_START_ADDR="0x80000 + SIZEOF_HEADERS"
 test -z "$ENTRY" && ENTRY=__start
 
 cat <<EOF
 test -z "$ENTRY" && ENTRY=__start
 
 cat <<EOF
-/* Copyright (C) 2014-2017 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2018 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
@@ -67,14 +67,14 @@ SECTIONS
     *(.data)
     ${RELOCATING+ __edata  =  .};
   }
     *(.data)
     ${RELOCATING+ __edata  =  .};
   }
-  .bss : {                                     
+  .bss : {
     ${RELOCATING+ __bss_start = .};
     *(.bss)
     *(COMMON)
      ${RELOCATING+ _end = ALIGN(0x8)};
      ${RELOCATING+ __end = ALIGN(0x8)};
   }
     ${RELOCATING+ __bss_start = .};
     *(.bss)
     *(COMMON)
      ${RELOCATING+ _end = ALIGN(0x8)};
      ${RELOCATING+ __end = ALIGN(0x8)};
   }
-  .stab  0 ${RELOCATING+(NOLOAD)} : 
+  .stab  0 ${RELOCATING+(NOLOAD)} :
   {
     [ .stab ]
   }
   {
     [ .stab ]
   }
This page took 0.064137 seconds and 4 git commands to generate.