In accordance with http://gcc.gnu.org/ml/gcc-patches/2013-10/msg00131.html :
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
This commit is contained in:
parent
0eb3d6c6b6
commit
2deaf8b0d6
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user