[BACK]Return to h8300sx.sc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / ld / scripttempl

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/ld/scripttempl/Attic/h8300sx.sc between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2016/01/26 17:26:43 version 1.1.1.1.2.1, 2016/11/04 14:44:26
Line 1 
Line 1 
   # Copyright (C) 2014-2015 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.
   
 TORS=".tors :  TORS=".tors :
         {          {
           ___ctors = . ;            ___ctors = . ;
Line 9  TORS=".tors :
Line 15  TORS=".tors :
         } > ram"          } > ram"
   
 cat <<EOF  cat <<EOF
   /* Copyright (C) 2014-2015 Free Software Foundation, Inc.
   
      Copying and distribution of this script, with or without modification,
      are permitted in any medium without royalty provided the copyright
      notice and this notice are preserved.  */
   
 OUTPUT_FORMAT("${OUTPUT_FORMAT}")  OUTPUT_FORMAT("${OUTPUT_FORMAT}")
 OUTPUT_ARCH(h8300sx)  OUTPUT_ARCH(h8300sx)
 ${RELOCATING+ENTRY ("_start")}  ${RELOCATING+ENTRY ("_start")}

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb <webmaster@jp.NetBSD.org>