]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
In accordance with http://gcc.gnu.org/ml/gcc-patches/2013-10/msg00131.html :
authorJoern Rennecke <joern.rennecke@embecosm.com>
Wed, 2 Oct 2013 11:18:24 +0000 (11:18 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Wed, 2 Oct 2013 11:18:24 +0000 (12:18 +0100)
gcc:
        * config/arc/arc-opts.h: Add 2013 to Copyright years.
        * config/arc/arc700.md: Likewise.
        * config/arc/arc-modes.def: Likewise.
        * config/arc/arc-simd.h: Likewise.
        * config/arc/t-arc-uClibc: Likewise.
        * config/arc/t-arc-newlib: Likewise.
libgcc:
        * config/arc/crtgend.S: Add 2013 to Copyright years.
        * config/arc/gmon/atomic.h: Likewise.
        * config/arc/gmon/auxreg.h: Likewise.
        * config/arc/gmon/sys/gmon_out.h: Likewise.
        * config/arc/gmon/sys/gmon.h: Likewise.
        * config/arc/gmon/prof-freq.c: Likewise.
        * config/arc/gmon/mcount.c: Likewise.
        * config/arc/gmon/prof-freq-stub.S: Likewise.
        * config/arc/gmon/gmon.c: Likewise.
        * config/arc/gmon/machine-gmon.h: Likewise.
        * config/arc/gmon/profil.S: Likewise.
        * config/arc/gmon/dcache_linesz.S: Likewise.
        * config/arc/crtg.S: Likewise.
        * config/arc/ieee-754/arc600-mul64/divsf3.S: Likewise.
        * config/arc/ieee-754/arc600-mul64/divdf3.S: Likewise.
        * config/arc/ieee-754/adddf3.S: Likewise.
        * config/arc/ieee-754/truncdfsf2.S: Likewise.
        * config/arc/ieee-754/fixsfsi.S: Likewise.
        * config/arc/ieee-754/gtsf2.S: Likewise.
        * config/arc/ieee-754/floatsisf.S: Likewise.
        * config/arc/ieee-754/arc600-dsp/divsf3.S: Likewise.
        * config/arc/ieee-754/arc600-dsp/divdf3.S: Likewise.
        * config/arc/ieee-754/arc600-dsp/mulsf3.S: Likewise.
        * config/arc/ieee-754/fixdfsi.S: Likewise.
        * config/arc/ieee-754/addsf3.S: Likewise.
        * config/arc/ieee-754/gesf2.S: Likewise.
        * config/arc/ieee-754/floatsidf.S: Likewise.
        * config/arc/ieee-754/extendsfdf2.S: Likewise.
        * config/arc/ieee-754/divtab-arc-df.c: Likewise.
        * config/arc/ieee-754/gtdf2.S: Likewise.
        * config/arc/ieee-754/fixunsdfsi.S: Likewise.
        * config/arc/ieee-754/uneqdf2.S: Likewise.
        * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
        * config/arc/ieee-754/uneqsf2.S: Likewise.
        * config/arc/ieee-754/arc-ieee-754.h: Likewise.
        * config/arc/ieee-754/divtab-arc-sf.c: Likewise.
        * config/arc/ieee-754/eqdf2.S: Likewise.
        * config/arc/ieee-754/ordsf2.S: Likewise.
        * config/arc/ieee-754/divsf3.S: Likewise.
        * config/arc/ieee-754/divdf3.S: Likewise.
        * config/arc/ieee-754/floatunsidf.S: Likewise.
        * config/arc/ieee-754/orddf2.S: Likewise.
        * config/arc/ieee-754/eqsf2.S: Likewise.
        * config/arc/ieee-754/gedf2.S: Likewise.
        * config/arc/crtn.S: Likewise.
        * config/arc/crti.S: Likewise.
        * config/arc/t-arc700-uClibc: Likewise.
        * config/arc/asm.h: Likewise.
        * config/arc/libgcc-excl.ver: Likewise.
        * config/arc/t-arc-newlib: Likewise.
        * config/arc/divtab-arc700.c: Likewise.
        * config/arc/initfini.c: Likewise.
        * config/arc/fp-hack.h: Likewise.

From-SVN: r203110

61 files changed:
gcc/ChangeLog
gcc/config/arc/arc-modes.def
gcc/config/arc/arc-opts.h
gcc/config/arc/arc-simd.h
gcc/config/arc/arc700.md
gcc/config/arc/t-arc-newlib
gcc/config/arc/t-arc-uClibc
libgcc/ChangeLog
libgcc/config/arc/asm.h
libgcc/config/arc/crtg.S
libgcc/config/arc/crtgend.S
libgcc/config/arc/crti.S
libgcc/config/arc/crtn.S
libgcc/config/arc/divtab-arc700.c
libgcc/config/arc/fp-hack.h
libgcc/config/arc/gmon/atomic.h
libgcc/config/arc/gmon/auxreg.h
libgcc/config/arc/gmon/dcache_linesz.S
libgcc/config/arc/gmon/gmon.c
libgcc/config/arc/gmon/machine-gmon.h
libgcc/config/arc/gmon/mcount.c
libgcc/config/arc/gmon/prof-freq-stub.S
libgcc/config/arc/gmon/prof-freq.c
libgcc/config/arc/gmon/profil.S
libgcc/config/arc/gmon/sys/gmon.h
libgcc/config/arc/gmon/sys/gmon_out.h
libgcc/config/arc/ieee-754/adddf3.S
libgcc/config/arc/ieee-754/addsf3.S
libgcc/config/arc/ieee-754/arc-ieee-754.h
libgcc/config/arc/ieee-754/arc600-dsp/divdf3.S
libgcc/config/arc/ieee-754/arc600-dsp/divsf3.S
libgcc/config/arc/ieee-754/arc600-dsp/mulsf3.S
libgcc/config/arc/ieee-754/arc600-mul64/divdf3.S
libgcc/config/arc/ieee-754/arc600-mul64/divsf3.S
libgcc/config/arc/ieee-754/divdf3.S
libgcc/config/arc/ieee-754/divsf3-stdmul.S
libgcc/config/arc/ieee-754/divsf3.S
libgcc/config/arc/ieee-754/divtab-arc-df.c
libgcc/config/arc/ieee-754/divtab-arc-sf.c
libgcc/config/arc/ieee-754/eqdf2.S
libgcc/config/arc/ieee-754/eqsf2.S
libgcc/config/arc/ieee-754/extendsfdf2.S
libgcc/config/arc/ieee-754/fixdfsi.S
libgcc/config/arc/ieee-754/fixsfsi.S
libgcc/config/arc/ieee-754/fixunsdfsi.S
libgcc/config/arc/ieee-754/floatsidf.S
libgcc/config/arc/ieee-754/floatsisf.S
libgcc/config/arc/ieee-754/floatunsidf.S
libgcc/config/arc/ieee-754/gedf2.S
libgcc/config/arc/ieee-754/gesf2.S
libgcc/config/arc/ieee-754/gtdf2.S
libgcc/config/arc/ieee-754/gtsf2.S
libgcc/config/arc/ieee-754/orddf2.S
libgcc/config/arc/ieee-754/ordsf2.S
libgcc/config/arc/ieee-754/truncdfsf2.S
libgcc/config/arc/ieee-754/uneqdf2.S
libgcc/config/arc/ieee-754/uneqsf2.S
libgcc/config/arc/initfini.c
libgcc/config/arc/libgcc-excl.ver
libgcc/config/arc/t-arc-newlib
libgcc/config/arc/t-arc700-uClibc

index 70e8ba93071914ca94cff6dcbf73b7e870fa845d..37560fb6771db4881e2e66cbea1b393f905f0986 100644 (file)
@@ -1,3 +1,12 @@
+2013-10-02  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       * config/arc/arc-opts.h: Add 2013 to Copyright years.
+       * config/arc/arc700.md: Likewise.
+       * config/arc/arc-modes.def: Likewise.
+       * config/arc/arc-simd.h: Likewise.
+       * config/arc/t-arc-uClibc: Likewise.
+       * config/arc/t-arc-newlib: Likewise.
+
 2013-10-02  Renlin Li  <renlin.li@arm.com>
 
        * config/aarch64/aarch64.c (aarch64_expand_prologue): Use plus_constant.
index e6ec727798e4baf6b0031f0675d12cd79805e97c..8c738dda4974ecb10203d1b4e14b85afa6f66839 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu.
-   Copyright (C) 2002, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 17ff2286e65921f9465f6b8b67acd156ef8dc6aa..5933e9fbbcd3663ea4ee63387c376ead8fef568f 100644 (file)
@@ -1,6 +1,6 @@
 /* GCC option-handling definitions for the Synopsys DesignWare ARC architecture.
 
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 608bd41f80a2a9a11ab570db3da81394bf350565..2e15a912baae0226a048a461332bd40e4a9f1826 100644 (file)
@@ -1,5 +1,5 @@
 /* Synopsys DesignWare ARC SIMD include file.
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Written by Saurabh Verma (saurabh.verma@celunite.com) on behalf os Synopsys
    Inc.
 
index 59fc94176209de6ffab349369909e6b323001e39..b5cb68a9bbf62bc73792d506c483dd59e9b5ef6f 100644 (file)
@@ -5,7 +5,7 @@
 ;;    Ramana Radhakrishnan(ramana.radhakrishnan@codito.com)
 ;;    Factoring out and improvement of ARC700 Scheduling by
 ;;    Joern Rennecke (joern.rennecke@embecosm.com)
-;; Copyright (C) 2006-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2006-2013 Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
 
index 5ce33b7a8ce3b1e8d7651fbbe64e457c773ac42f..b70b139e4788591d46bd64f86667bb4229f196fe 100644 (file)
@@ -1,6 +1,6 @@
 # GCC Makefile fragment for Synopsys DesignWare ARC with newlib.
 
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
index a08978d20ce6776fa9925ea43e397973f7c64b02..23baf7c0dd3fe60e5882a5c8753b5efbdca16da0 100644 (file)
@@ -1,6 +1,6 @@
 # GCC Makefile fragment for Synopsys DesignWare ARC with uClibc
 
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
index ebdb51571942c108bdde062fe6358e42bec81882..3278591aa191958af66ab69ff98abe45ec28f88a 100644 (file)
@@ -1,3 +1,59 @@
+2013-10-02  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       * config/arc/crtgend.S: Add 2013 to Copyright years.
+       * config/arc/gmon/atomic.h: Likewise.
+       * config/arc/gmon/auxreg.h: Likewise.
+       * config/arc/gmon/sys/gmon_out.h: Likewise.
+       * config/arc/gmon/sys/gmon.h: Likewise.
+       * config/arc/gmon/prof-freq.c: Likewise.
+       * config/arc/gmon/mcount.c: Likewise.
+       * config/arc/gmon/prof-freq-stub.S: Likewise.
+       * config/arc/gmon/gmon.c: Likewise.
+       * config/arc/gmon/machine-gmon.h: Likewise.
+       * config/arc/gmon/profil.S: Likewise.
+       * config/arc/gmon/dcache_linesz.S: Likewise.
+       * config/arc/crtg.S: Likewise.
+       * config/arc/ieee-754/arc600-mul64/divsf3.S: Likewise.
+       * config/arc/ieee-754/arc600-mul64/divdf3.S: Likewise.
+       * config/arc/ieee-754/adddf3.S: Likewise.
+       * config/arc/ieee-754/truncdfsf2.S: Likewise.
+       * config/arc/ieee-754/fixsfsi.S: Likewise.
+       * config/arc/ieee-754/gtsf2.S: Likewise.
+       * config/arc/ieee-754/floatsisf.S: Likewise.
+       * config/arc/ieee-754/arc600-dsp/divsf3.S: Likewise.
+       * config/arc/ieee-754/arc600-dsp/divdf3.S: Likewise.
+       * config/arc/ieee-754/arc600-dsp/mulsf3.S: Likewise.
+       * config/arc/ieee-754/fixdfsi.S: Likewise.
+       * config/arc/ieee-754/addsf3.S: Likewise.
+       * config/arc/ieee-754/gesf2.S: Likewise.
+       * config/arc/ieee-754/floatsidf.S: Likewise.
+       * config/arc/ieee-754/extendsfdf2.S: Likewise.
+       * config/arc/ieee-754/divtab-arc-df.c: Likewise.
+       * config/arc/ieee-754/gtdf2.S: Likewise.
+       * config/arc/ieee-754/fixunsdfsi.S: Likewise.
+       * config/arc/ieee-754/uneqdf2.S: Likewise.
+       * config/arc/ieee-754/divsf3-stdmul.S: Likewise.
+       * config/arc/ieee-754/uneqsf2.S: Likewise.
+       * config/arc/ieee-754/arc-ieee-754.h: Likewise.
+       * config/arc/ieee-754/divtab-arc-sf.c: Likewise.
+       * config/arc/ieee-754/eqdf2.S: Likewise.
+       * config/arc/ieee-754/ordsf2.S: Likewise.
+       * config/arc/ieee-754/divsf3.S: Likewise.
+       * config/arc/ieee-754/divdf3.S: Likewise.
+       * config/arc/ieee-754/floatunsidf.S: Likewise.
+       * config/arc/ieee-754/orddf2.S: Likewise.
+       * config/arc/ieee-754/eqsf2.S: Likewise.
+       * config/arc/ieee-754/gedf2.S: Likewise.
+       * config/arc/crtn.S: Likewise.
+       * config/arc/crti.S: Likewise.
+       * config/arc/t-arc700-uClibc: Likewise.
+       * config/arc/asm.h: Likewise.
+       * config/arc/libgcc-excl.ver: Likewise.
+       * config/arc/t-arc-newlib: Likewise.
+       * config/arc/divtab-arc700.c: Likewise.
+       * config/arc/initfini.c: Likewise.
+       * config/arc/fp-hack.h: Likewise.
+
 2013-10-01  Joern Rennecke  <joern.rennecke@embecosm.com>
            Diego Novillo  <dnovillo@google.com>
 
index f8543c412e4e24756d1de5536a49b956bfb0d264..56356a4000cce40690819f9d9eef185b614bf4c6 100644 (file)
@@ -1,6 +1,6 @@
 /* Assembler macros for the Synopsys DesignWare ARC CPU.
 
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2012
+   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
    Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
index 0ddbbdf494b4da8c747d7f7b4854495210501707..6014f045881b55bf88b1cba1c886e6fd48e1a9d5 100644 (file)
@@ -1,6 +1,6 @@
 /* Code to start and stop profiling for the Synopsys DesignWare ARC CPU.
 
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2012
+   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
    Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
index 0e573f90079dba4fc989773ea1312db8e873e137..5db637a0c08d1576d223dc214150cce40eb05228 100644 (file)
@@ -1,6 +1,6 @@
 /* Code to start and stop profiling for the Synopsys DesignWare ARC CPU.
 
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2012
+   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
    Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
index 796445002f59251bd85d4f7658d0c009cd686dd5..1f3dfe1473443f03436431485f5b1ba2016e292c 100644 (file)
@@ -1,6 +1,6 @@
 /* .fini/.init stack frame setup for the Synopsys DesignWare ARC CPU.
 
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2012
+   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
    Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
index 0f3415eff0a7d57070bd0caff54ca20c19902dd5..1962d3c27cd9de6a393bfbd62827aede6fb6e2bf 100644 (file)
@@ -1,6 +1,6 @@
 /* Ensure .fini/.init return for the Synopsys DesignWare ARC CPU.
 
-   Copyright (C) 1994, 1995, 1997, 2004, 2007-2012
+   Copyright (C) 1994, 1995, 1997, 2004, 2007-2013
    Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                 on behalf of Synopsys Inc.
index 556df8c6750d2f13489f03777535b8c9131a9a72..dba0b4e39283053cab54d00426d36acc32e22523 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2006, 2007-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2004, 2006, 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index ea9cc9098e48943cee5ec5261b5f55f4e84cf707..7b1298ac1c8c5099e1fed03567af4b4c5f3b589f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2007-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 368a48da4a13ac199d1012ccfc8e80eb882b9787..857b85cefb3218db611194bbbc3dc2a11d5dfc51 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 22ac26e82b6c704b5f9adb64f7cf43e2e76ca1de..10efa169eed7e11682adb9a0f7292153ed3d880a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 116a6f0b08677b4a237d266c222c00d2b35396ff..402a8331943c9f0c9ef562627569460a7eadf8df 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains code to do profiling.
 
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 7b721a9d0037185f2cc535503224d3f2cd627cb7..098351f16649be9958f5bccd40c95d6d59ea5a9f 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  * Copyright (c) 1983, 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
- * Copyright (C) 2007-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2013 Free Software Foundation, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index a03f23c607b3d1d0b2cff2b2fe1256d79a04575b..25ad0dd2882c9cec92e68118218c7ae12a338f2d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index ce033a4146e2ebdf7d7b93208f6cdf411542a9d2..c99dcd7bd7e09faaeb8c4b5433b66f1c772998a8 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 1983, 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
  *
- * Copyright (C) 2007-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2013 Free Software Foundation, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index ea119584e9e546f11c9ecec60fff69ff4abf6b82..dc9ec681b369a0027d647f7ca2dad4178f7b8e56 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains code to do profiling.
 
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 87228cb675d04e8b6efe9734a4a76c2bfd936b17..39395b1acd31e2a9686ba974910276288d8f699c 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 1983, 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
  *
- * Copyright (C) 2007-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2013 Free Software Foundation, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 31b045238d41347c3da0173122c550bcc2ed4e6d..3835fe37944c7e22682d2846698bc11ebba203a7 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains code to do profiling.
 
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 69be1e640790d5c5b978ed4cbb8c8c6d3102763d..0317113628194abe72ad75d617997afd076a1d23 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  * Copyright (c) 1982, 1986, 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
- * Copyright (C) 2007-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2013 Free Software Foundation, Inc.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
index 58aebfa7c2722dbd1f50267282bf6cb1952ce5d7..ae38145b14579408d1a486d6fc3b8a97c40bc6a9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 35908da68f7f6f1b465fdcd60066eff378743dd9..d0a3b43359e28221c7560a570460dfb6f127c308 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index e25c0b5c4d2286152d8d67d5419ddfa6170a92f3..996a9732be140623880363e794c8383898904040 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 785fc515c939011355be653f2726a4daf581b8c8..22fcb81bfa22b13dfcbfc667869bf0afc5e15e2c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index b475e1667204c94f79f42c9a525e5e3f3757f4e7..e54d31d87d197766011ac7df16a12b9c29e82e1a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 4135f3ec5b3d56c47c774da4b44e0e05b0648a9e..da25c71137622329cc99c235e8f51ca82030763b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index b826cd95409f78f1d14e330d0a9347d38c79228e..b58146f0271a7dd3ea1380e4cb1871c5278b19e0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index b058344fd97888ea3ae9a72cfe5224e2e129de30..0584b53f77bbfff17127588f8df549cec73d4952 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 67d96b0fabf5042a9638f1b4adcbb5e55a5199bc..a9934f0ad943ebf09f70bb04004b6ea3d58c8335 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index fe72d2d0ae879130f3f13063c6f78c2935bb2bff..783cee352b338805c32d319011966656d010bf2e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 67f8e4fd3562da94a4f93548b282ae1eda243e04..b20f6c3889d5b3d3885327597d4cfd12930bffcc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 31a0ad3b10d8def21f841ee16ce7149fdeb3d202..d7cc2ee938d83d252292bfe814926ecaa599be90 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index d57f3e5a419736b1999cf670b4f82dd6669a1416..b1574b9dc32640d745fe598718f6484ce056cac2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 08a30e0381e939471dc0bdf907ef836a5f57548e..d76e4996d217603713b783b4370402e30eb06403 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 4785393070da04e7af28b6164e7641f148f98d84..26f096824945b1b5d8e51b09057d7e822cb6740e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 3935d6bab7314c793c19c642b97bc2e60a540723..4390982bc83c0142827307d418df3448726133d0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 2e2962f3bdc1fcba6dd84c26b2d73b4e7812ccd9..12e29449a968208a9ec6e3db0c654d71215bc20e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 3c95998d25f75583227a4ff66cc76607582587ce..f35d0b6eb0641e2ccdb28d7783e486164eb1ac56 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index b07b02cdcd26fbee310d258bfe5e6a0f05704648..045b99f19826c0b3a5515c9d43e79c15adbbb1b6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 12260a0b0442147c50a6d0c3aff9ea92a725f0a6..54116a5b94d99bb11da382cf82d6f45101b61df9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 2992673916b142f9dbe55d3fc443b1bebff19cdc..f7aa032436638f7a8f9bd8b8ab5197f924d2ebd4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 7aba15813fe9debce0b0c23286179fbcd7d2d83b..d5838b00d9538e4b51f717f4ed701e93aebb325c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 5c59024fbf6a9118db205c2d7c4399e5d95a4d7f..c04b2461c3b4e85e6bccf26236576ca44e363e8f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 526f67c7fc060c7b3123b863aa2999f04a56bec9..e0ea266104b4f4f56e36dcfe4a21c9583ad24dbe 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 089fe7923cfff9aec946fb8202014b2b5a4f06a6..857db58a23707d1f7519217685671056770948fc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 89b65e8d190dd12a976fda4ccac3594b7a37babf..b0abb95b84f2a7f03b3e804a926b8f9cfcc67b34 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index c4660d37dd482d5906458cea5dca56155e22d49c..b417fec8425ad3384de25fddae38043cadb795cb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 041159f49b9e3ecb83149ecd2d1f95eb0eb70e55..ac2793f6234fbd03b5c8648123bc3974db39d77e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 5e0a3534e4d2a3b5935ef2dc4d7d171d10086875..8f1495156b6b99c6b6ffccd2cbdc077ea56aae40 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 58d70dba4012a3be82b0197d16f59b6329946b49..aafdf09445ad14e668af8128f4ec62a30afcb607 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2008-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 8757101d8bd11ff3c6adabb6d7da2434b5c607d4..b3d16d0c0a19afd09afb3c4008339fd6590bb5d8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 05058e87e66112e1ec72b9fa70d8baacd62aefae..152c112dc4e4376dfc42813deb3d774774d1d275 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.  
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.  
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index a59e9cc9793d42f06142a21d1e5254dfe591f060..46bd8b0f9f4d181b1107f9f985d237219612ddb6 100644 (file)
@@ -1,7 +1,7 @@
 /* .init/.fini section handling + C++ global constructor/destructor handling.
    This file is based on crtstuff.c, sol2-crti.asm, sol2-crtn.asm.
 
-   Copyright (C) 1995, 1997, 1998, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1997, 1998, 2007-2013 Free Software Foundation, Inc.
    Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
                on behalf of Synopsys Inc.
 
index 10c7410ef9ae406ca46f13eb72e3c729b652283e..57c96e1e765e253c6f0abe3225e9657c37730513 100644 (file)
@@ -1,6 +1,6 @@
 # Exclude libgcc.so symbols for the Synopsys DesignWare ARC CPU.
 
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2013 Free Software Foundation, Inc.
 # Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
 #              on behalf of Synopsys Inc.
 
index 685ed18f2ca0f346b3f819708c2e9fcf5b3c7ef2..c9b994657a6e46df5121aaef9ff4f6d49b5539b6 100644 (file)
@@ -1,6 +1,6 @@
 # GCC Makefile fragment for the Synopsys DesignWare ARC CPU with newlib.
 
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.  
+# Copyright (C) 2007-2013 Free Software Foundation, Inc.  
 # Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
 #              on behalf of Synopsys Inc.
 
index fb34a8b86e119f7f06e385376b920340c649caaf..ebaba498e96bc16aeac142f31b07b1dc35f32038 100644 (file)
@@ -1,6 +1,6 @@
 # GCC Makefile fragment for the Synopsys DesignWare ARC700 CPU with uClibc.
 
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2013 Free Software Foundation, Inc.
 # Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
 #              on behalf of Synopsys Inc.