Commit f9030485 by Richard Sandiford Committed by Richard Sandiford

arc-common.c, [...]: Use the standard form for the copyright notice.

gcc/
	* common/config/arc/arc-common.c, config/arc/arc-modes.def,
	config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
	config/arc/arc.md, config/arc/arc.opt, config/arm/arm_neon_builtins.def,
	config/arm/crypto.def, config/i386/avx512cdintrin.h,
	config/i386/avx512erintrin.h, config/i386/avx512fintrin.h,
	config/i386/avx512pfintrin.h, config/i386/btver2.md,
	config/i386/shaintrin.h, config/i386/slm.md, config/linux-protos.h,
	config/linux.c, config/winnt-c.c, diagnostic-color.c,
	diagnostic-color.h, gimple-ssa-isolate-paths.c, vtable-verify.c,
	vtable-verify.h: Use the standard form for the copyright notice.

gcc/c-family/
	* array-notation-common.c, c-cilkplus.c: Use the standard form for
	the copyright notice.

gcc/c/
	* c-array-notation.c: Use the standard form for the copyright notice.

gcc/cp/
	* cp-array-notation.c, cp-cilkplus.c, vtable-class-hierarchy.c: Use
	the standard form for the copyright notice.

gcc/testsuite/
	* gcc.target/arc/arc.exp: Use the standard form for the copyright
	notice.

libgcc/
	* config/arc/asm.h, config/arc/crtg.S, config/arc/crtgend.S,
	config/arc/crti.S, config/arc/crtn.S, config/arc/divtab-arc700.c,
	config/arc/dp-hack.h, config/arc/fp-hack.h,
	config/arc/ieee-754/adddf3.S, config/arc/ieee-754/addsf3.S,
	config/arc/ieee-754/arc600-dsp/divdf3.S,
	config/arc/ieee-754/arc600-dsp/divsf3.S,
	config/arc/ieee-754/arc600-dsp/muldf3.S,
	config/arc/ieee-754/arc600-dsp/mulsf3.S,
	config/arc/ieee-754/arc600-mul64/divdf3.S,
	config/arc/ieee-754/arc600-mul64/divsf3.S,
	config/arc/ieee-754/arc600-mul64/muldf3.S,
	config/arc/ieee-754/arc600-mul64/mulsf3.S,
	config/arc/ieee-754/arc600/divsf3.S,
	config/arc/ieee-754/arc600/mulsf3.S,
	config/arc/ieee-754/divdf3.S, config/arc/ieee-754/divsf3-stdmul.S,
	config/arc/ieee-754/divsf3.S, config/arc/ieee-754/divtab-arc-df.c,
	config/arc/ieee-754/divtab-arc-sf.c, config/arc/ieee-754/eqdf2.S,
	config/arc/ieee-754/eqsf2.S, config/arc/ieee-754/extendsfdf2.S,
	config/arc/ieee-754/fixdfsi.S, config/arc/ieee-754/fixsfsi.S,
	config/arc/ieee-754/fixunsdfsi.S, config/arc/ieee-754/floatsidf.S,
	config/arc/ieee-754/floatsisf.S, config/arc/ieee-754/floatunsidf.S,
	config/arc/ieee-754/gedf2.S, config/arc/ieee-754/gesf2.S,
	config/arc/ieee-754/gtdf2.S, config/arc/ieee-754/gtsf2.S,
	config/arc/ieee-754/muldf3.S, config/arc/ieee-754/mulsf3.S,
	config/arc/ieee-754/orddf2.S, config/arc/ieee-754/ordsf2.S,
	config/arc/ieee-754/truncdfsf2.S, config/arc/ieee-754/uneqdf2.S,
	config/arc/ieee-754/uneqsf2.S, config/arc/initfini.c,
	config/arc/lib1funcs.S, config/arc/t-arc, config/arc/t-arc-newlib,
	config/cris/umulsidi3.S, config/msp430/cmpsi2.S,
	config/msp430/epilogue.S, config/msp430/lib2bitcountHI.c,
	config/msp430/lib2divHI.c, config/msp430/lib2divQI.c,
	config/msp430/lib2divSI.c, config/msp430/lib2mul.c,
	config/msp430/msp430-divmod.h, config/msp430/msp430-mul.h,
	config/msp430/slli.S, config/msp430/srai.S, config/msp430/srli.S,
	config/rl78/divmodhi.S, config/rl78/divmodqi.S, config/rl78/divmodsi.S,
	config/rl78/signbit.S, vtv_end.c, vtv_end_preinit.c, vtv_start.c,
	vtv_start_preinit.c: Use the standard form for the copyright notice.

libgomp/
	* hashtab.h: Use the standard form for the copyright notice.

libstdc++-v3/
	* testsuite/18_support/new_handler.cc,
	testsuite/18_support/terminate_handler.cc,
	testsuite/18_support/unexpected_handler.cc: Use the standard form for
	the copyright notice.

From-SVN: r206288
parent 0ffc0b3b
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
* common/config/arc/arc-common.c, config/arc/arc-modes.def,
config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
config/arc/arc.md, config/arc/arc.opt, config/arm/arm_neon_builtins.def,
config/arm/crypto.def, config/i386/avx512cdintrin.h,
config/i386/avx512erintrin.h, config/i386/avx512fintrin.h,
config/i386/avx512pfintrin.h, config/i386/btver2.md,
config/i386/shaintrin.h, config/i386/slm.md, config/linux-protos.h,
config/linux.c, config/winnt-c.c, diagnostic-color.c,
diagnostic-color.h, gimple-ssa-isolate-paths.c, vtable-verify.c,
vtable-verify.h: Use the standard form for the copyright notice.
2014-01-02 Tobias Burnus <burnus@net-b.de> 2014-01-02 Tobias Burnus <burnus@net-b.de>
* gcc.c (process_command): Update copyright notice dates. * gcc.c (process_command): Update copyright notice dates.
......
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
* array-notation-common.c, c-cilkplus.c: Use the standard form for
the copyright notice.
2013-12-28 Eric Botcazou <ebotcazou@adacore.com> 2013-12-28 Eric Botcazou <ebotcazou@adacore.com>
* c-ada-spec.c (print_constructor): New function. * c-ada-spec.c (print_constructor): New function.
......
/* This file is part of the Intel(R) Cilk(TM) Plus support /* This file is part of the Intel(R) Cilk(TM) Plus support
This file contains the builtin functions for Array This file contains the builtin functions for Array
notations. notations.
Copyright (C) 2013 Free Software Foundation, Inc. Copyright (C) 2013 Free Software Foundation, Inc.
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>, Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
Intel Corporation Intel Corporation
......
/* This file contains routines to construct and validate Cilk Plus /* This file contains routines to construct and validate Cilk Plus
constructs within the C and C++ front ends. constructs within the C and C++ front ends.
Copyright (C) 2013 Free Software Foundation, Inc. Copyright (C) 2013 Free Software Foundation, Inc.
Contributed by Aldy Hernandez <aldyh@redhat.com>. Contributed by Aldy Hernandez <aldyh@redhat.com>.
This file is part of GCC. This file is part of GCC.
......
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
* c-array-notation.c: Use the standard form for the copyright notice.
2013-12-18 Balaji V. Iyer <balaji.v.iyer@intel.com> 2013-12-18 Balaji V. Iyer <balaji.v.iyer@intel.com>
* c-parser.c (struct c_parser::cilk_simd_fn_tokens): Added new field. * c-parser.c (struct c_parser::cilk_simd_fn_tokens): Added new field.
......
/* This file is part of the Intel(R) Cilk(TM) Plus support /* This file is part of the Intel(R) Cilk(TM) Plus support
This file contains routines to handle Array Notation expression This file contains routines to handle Array Notation expression
handling routines in the C Compiler. handling routines in the C Compiler.
Copyright (C) 2013 Free Software Foundation, Inc. Copyright (C) 2013 Free Software Foundation, Inc.
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>, Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
Intel Corporation. Intel Corporation.
......
/* Common hooks for Synopsys DesignWare ARC /* Common hooks for Synopsys DesignWare ARC
Copyright (C) 1994, 1995, 1997, 1998, 2007-2013 Copyright (C) 1994-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu. /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu.
Copyright (C) 2002, 2007-2013 Free Software Foundation, Inc. Copyright (C) 2002-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu. /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu.
Copyright (C) 2000, 2007-2013 Free Software Foundation, Inc. Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
/* Subroutines used for code generation on the Synopsys DesignWare ARC cpu. /* Subroutines used for code generation on the Synopsys DesignWare ARC cpu.
Copyright (C) 1994, 1995, 1997, 2004, 2007-2013 Copyright (C) 1994-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Sources derived from work done by Sankhya Technologies (www.sankhya.com) on Sources derived from work done by Sankhya Technologies (www.sankhya.com) on
behalf of Synopsys Inc. behalf of Synopsys Inc.
......
/* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu. /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu.
Copyright (C) 1994, 1995, 1997, 1998, 2007-2013 Copyright (C) 1994-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Sources derived from work done by Sankhya Technologies (www.sankhya.com) on Sources derived from work done by Sankhya Technologies (www.sankhya.com) on
behalf of Synopsys Inc. behalf of Synopsys Inc.
......
;; Machine description of the Synopsys DesignWare ARC cpu for GNU C compiler ;; Machine description of the Synopsys DesignWare ARC cpu for GNU C compiler
;; Copyright (C) 1994, 1997, 1999, 2006-2013 ;; Copyright (C) 1994-2013 Free Software Foundation, Inc.
;; Free Software Foundation, Inc.
;; Sources derived from work done by Sankhya Technologies (www.sankhya.com) on ;; Sources derived from work done by Sankhya Technologies (www.sankhya.com) on
;; behalf of Synopsys Inc. ;; behalf of Synopsys Inc.
......
; Options for the Synopsys DesignWare ARC port of the compiler ; Options for the Synopsys DesignWare ARC port of the compiler
; ;
; Copyright (C) 2005, 2007-2013 Free Software Foundation, Inc. ; Copyright (C) 2005-2013 Free Software Foundation, Inc.
; ;
; This file is part of GCC. ; This file is part of GCC.
; ;
......
/* NEON builtin definitions for ARM. /* NEON builtin definitions for ARM.
Copyright (C) 2013 Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by ARM Ltd. Contributed by ARM Ltd.
This file is part of GCC. This file is part of GCC.
......
/* Cryptographic instruction builtin definitions. /* Cryptographic instruction builtin definitions.
Copyright (C) 2013 Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by ARM Ltd. Contributed by ARM Ltd.
This file is part of GCC. This file is part of GCC.
......
/* Copyright (C) 2013 /* Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
/* Copyright (C) 2013 /* Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
/* Copyright (C) 2013 /* Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
/* Copyright (C) 2013 /* Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
;; Copyright (C) 2012, Free Software Foundation, Inc. ;; Copyright (C) 2012 Free Software Foundation, Inc.
;; ;;
;; This file is part of GCC. ;; This file is part of GCC.
;; ;;
......
/* Copyright (C) 2013 /* Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
;; Slivermont(SLM) Scheduling ;; Slivermont(SLM) Scheduling
;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;; Copyright (C) 2009-2010 Free Software Foundation, Inc.
;; ;;
;; This file is part of GCC. ;; This file is part of GCC.
;; ;;
......
/* Prototypes. /* Prototypes.
Copyright (C) 2013. Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
/* Functions for Linux Android as target machine for GNU C compiler. /* Functions for Linux Android as target machine for GNU C compiler.
Copyright (C) 2013. Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
/* Default C-family target hooks initializer. /* Default C-family target hooks initializer.
Copyright (C) 2013 Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
* cp-array-notation.c, cp-cilkplus.c, vtable-class-hierarchy.c: Use
the standard form for the copyright notice.
2013-12-23 Jason Merrill <jason@redhat.com> 2013-12-23 Jason Merrill <jason@redhat.com>
PR c++/59271 PR c++/59271
......
/* This file is part of the Intel(R) Cilk(TM) Plus support /* This file is part of the Intel(R) Cilk(TM) Plus support
It contains routines to handle Array Notation expression It contains routines to handle Array Notation expression
handling routines in the C++ Compiler. handling routines in the C++ Compiler.
Copyright (C) 2013 Free Software Foundation, Inc. Copyright (C) 2013 Free Software Foundation, Inc.
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>, Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
Intel Corporation Intel Corporation
......
/* This file is part of the Intel(R) Cilk(TM) Plus support /* This file is part of the Intel(R) Cilk(TM) Plus support
This file contains routines to handle Cilk Plus specific This file contains routines to handle Cilk Plus specific
routines for the C++ Compiler. routines for the C++ Compiler.
Copyright (C) 2013 Free Software Foundation, Inc. Copyright (C) 2013 Free Software Foundation, Inc.
Contributed by Aldy Hernandez <aldyh@redhat.com>. Contributed by Aldy Hernandez <aldyh@redhat.com>.
This file is part of GCC. This file is part of GCC.
......
/* Copyright (C) 2012-2013 Free Software Foundation, Inc. /* Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
/* Output colorization. /* Output colorization.
Copyright 2011-2013 Free Software Foundation, Inc. Copyright (C) 2011-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
......
...@@ -19,7 +19,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -19,7 +19,7 @@ along with GCC; see the file COPYING3. If not see
/* Based on code from: */ /* Based on code from: */
/* grep.c - main driver file for grep. /* grep.c - main driver file for grep.
Copyright (C) 1992, 1997-2002, 2004-2013 Free Software Foundation, Inc. Copyright (C) 1992-2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
......
/* Detect paths through the CFG which can never be executed in a conforming /* Detect paths through the CFG which can never be executed in a conforming
program and isolate them. program and isolate them.
Copyright (C) 2013 Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.target/arc/arc.exp: Use the standard form for the copyright
notice.
2014-01-02 Janus Weil <janus@gcc.gnu.org> 2014-01-02 Janus Weil <janus@gcc.gnu.org>
PR fortran/59654 PR fortran/59654
......
# Copyright (C) 2007, 2011, 2012 Free Software Foundation, Inc. # Copyright (C) 2007-2012 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
......
/* Copyright (C) 2013 /* Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
/* Copyright (C) 2013 /* Copyright (C) 2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
......
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
* config/arc/asm.h, config/arc/crtg.S, config/arc/crtgend.S,
config/arc/crti.S, config/arc/crtn.S, config/arc/divtab-arc700.c,
config/arc/dp-hack.h, config/arc/fp-hack.h,
config/arc/ieee-754/adddf3.S, config/arc/ieee-754/addsf3.S,
config/arc/ieee-754/arc600-dsp/divdf3.S,
config/arc/ieee-754/arc600-dsp/divsf3.S,
config/arc/ieee-754/arc600-dsp/muldf3.S,
config/arc/ieee-754/arc600-dsp/mulsf3.S,
config/arc/ieee-754/arc600-mul64/divdf3.S,
config/arc/ieee-754/arc600-mul64/divsf3.S,
config/arc/ieee-754/arc600-mul64/muldf3.S,
config/arc/ieee-754/arc600-mul64/mulsf3.S,
config/arc/ieee-754/arc600/divsf3.S,
config/arc/ieee-754/arc600/mulsf3.S,
config/arc/ieee-754/divdf3.S, config/arc/ieee-754/divsf3-stdmul.S,
config/arc/ieee-754/divsf3.S, config/arc/ieee-754/divtab-arc-df.c,
config/arc/ieee-754/divtab-arc-sf.c, config/arc/ieee-754/eqdf2.S,
config/arc/ieee-754/eqsf2.S, config/arc/ieee-754/extendsfdf2.S,
config/arc/ieee-754/fixdfsi.S, config/arc/ieee-754/fixsfsi.S,
config/arc/ieee-754/fixunsdfsi.S, config/arc/ieee-754/floatsidf.S,
config/arc/ieee-754/floatsisf.S, config/arc/ieee-754/floatunsidf.S,
config/arc/ieee-754/gedf2.S, config/arc/ieee-754/gesf2.S,
config/arc/ieee-754/gtdf2.S, config/arc/ieee-754/gtsf2.S,
config/arc/ieee-754/muldf3.S, config/arc/ieee-754/mulsf3.S,
config/arc/ieee-754/orddf2.S, config/arc/ieee-754/ordsf2.S,
config/arc/ieee-754/truncdfsf2.S, config/arc/ieee-754/uneqdf2.S,
config/arc/ieee-754/uneqsf2.S, config/arc/initfini.c,
config/arc/lib1funcs.S, config/arc/t-arc, config/arc/t-arc-newlib,
config/cris/umulsidi3.S, config/msp430/cmpsi2.S,
config/msp430/epilogue.S, config/msp430/lib2bitcountHI.c,
config/msp430/lib2divHI.c, config/msp430/lib2divQI.c,
config/msp430/lib2divSI.c, config/msp430/lib2mul.c,
config/msp430/msp430-divmod.h, config/msp430/msp430-mul.h,
config/msp430/slli.S, config/msp430/srai.S, config/msp430/srli.S,
config/rl78/divmodhi.S, config/rl78/divmodqi.S, config/rl78/divmodsi.S,
config/rl78/signbit.S, vtv_end.c, vtv_end_preinit.c, vtv_start.c,
vtv_start_preinit.c: Use the standard form for the copyright notice.
2013-12-31 Sandra Loosemore <sandra@codesourcery.com> 2013-12-31 Sandra Loosemore <sandra@codesourcery.com>
Chung-Lin Tang <cltang@codesourcery.com> Chung-Lin Tang <cltang@codesourcery.com>
Based on patches from Altera Corporation Based on patches from Altera Corporation
......
/* Assembler macros for the Synopsys DesignWare ARC CPU. /* Assembler macros for the Synopsys DesignWare ARC CPU.
Copyright (C) 1994, 1995, 1997, 2004, 2007-2013 Copyright (C) 1994-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Code to start and stop profiling for the Synopsys DesignWare ARC CPU. /* Code to start and stop profiling for the Synopsys DesignWare ARC CPU.
Copyright (C) 1994, 1995, 1997, 2004, 2007-2013 Copyright (C) 1994-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Code to start and stop profiling for the Synopsys DesignWare ARC CPU. /* Code to start and stop profiling for the Synopsys DesignWare ARC CPU.
Copyright (C) 1994, 1995, 1997, 2004, 2007-2013 Copyright (C) 1994-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* .fini/.init stack frame setup for the Synopsys DesignWare ARC CPU. /* .fini/.init stack frame setup for the Synopsys DesignWare ARC CPU.
Copyright (C) 1994, 1995, 1997, 2004, 2007-2013 Copyright (C) 1994-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Ensure .fini/.init return for the Synopsys DesignWare ARC CPU. /* Ensure .fini/.init return for the Synopsys DesignWare ARC CPU.
Copyright (C) 1994, 1995, 1997, 2004, 2007-2013 Copyright (C) 1994-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2004, 2006, 2007-2013 Free Software Foundation, Inc. /* Copyright (C) 2004-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2007-2013 Free Software Foundation, Inc. /* Copyright (C) 2007-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2007-2013 Free Software Foundation, Inc. /* Copyright (C) 2007-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2006-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2006-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* Copyright (C) 2008-2013 Free Software Foundation, Inc. /* Copyright (C) 2008-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
/* .init/.fini section handling + C++ global constructor/destructor handling. /* .init/.fini section handling + C++ global constructor/destructor handling.
This file is based on crtstuff.c, sol2-crti.asm, sol2-crtn.asm. This file is based on crtstuff.c, sol2-crti.asm, sol2-crtn.asm.
Copyright (C) 1995, 1997, 1998, 2007-2013 Free Software Foundation, Inc. Copyright (C) 1995-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
; libgcc1 routines for Synopsys DesignWare ARC cpu. ; libgcc1 routines for Synopsys DesignWare ARC cpu.
/* Copyright (C) 1995, 1997, 2007-2013 Free Software Foundation, Inc. /* Copyright (C) 1995-2013 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com> Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc. on behalf of Synopsys Inc.
......
# GCC Makefile fragment for Synopsys DesignWare ARC # GCC Makefile fragment for Synopsys DesignWare ARC
# Copyright (C) 2007-2013 Free Software Foundation, Inc. # Copyright (C) 2007-2013 Free Software Foundation, Inc.
# Contributor: Joern Rennecke <joern.rennecke@embecosm.com> # Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
# on behalf of Synopsys Inc. # on behalf of Synopsys Inc.
......
# GCC Makefile fragment for the Synopsys DesignWare ARC CPU with newlib. # GCC Makefile fragment for the Synopsys DesignWare ARC CPU with newlib.
# Copyright (C) 2007-2013 Free Software Foundation, Inc. # Copyright (C) 2007-2013 Free Software Foundation, Inc.
# Contributor: Joern Rennecke <joern.rennecke@embecosm.com> # Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
# on behalf of Synopsys Inc. # on behalf of Synopsys Inc.
......
;; Copyright (C) 2001, 2004, 2013 Free Software Foundation, Inc. ;; Copyright (C) 2001-2013 Free Software Foundation, Inc.
;; ;;
;; This file is part of GCC. ;; This file is part of GCC.
;; ;;
......
; Copyright (C) 2012, 2013 Free Software Foundation, Inc. ; Copyright (C) 2012-2013 Free Software Foundation, Inc.
; Contributed by Red Hat. ; Contributed by Red Hat.
; ;
; This file is free software; you can redistribute it and/or modify it ; This file is free software; you can redistribute it and/or modify it
......
; Copyright (C) 2012, 2013 Free Software Foundation, Inc. ; Copyright (C) 2012-2013 Free Software Foundation, Inc.
; Contributed by Red Hat. ; Contributed by Red Hat.
; ;
; This file is free software; you can redistribute it and/or modify it ; This file is free software; you can redistribute it and/or modify it
......
/* libgcc routines for MSP430 /* libgcc routines for MSP430
Copyright (C) 2012 Copyright (C) 2012 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Red Hat. Contributed by Red Hat.
This file is part of GCC. This file is part of GCC.
......
/* HI mode divide routines for libgcc for MSP430 /* HI mode divide routines for libgcc for MSP430
Copyright (C) 2012 Copyright (C) 2012 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Red Hat. Contributed by Red Hat.
This file is part of GCC. This file is part of GCC.
......
/* QI mode divide routines for libgcc for MSP430 /* QI mode divide routines for libgcc for MSP430
Copyright (C) 2012 Copyright (C) 2012 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Red Hat. Contributed by Red Hat.
This file is part of GCC. This file is part of GCC.
......
/* SI mode divide routines for libgcc for MSP430 /* SI mode divide routines for libgcc for MSP430
Copyright (C) 2012 Copyright (C) 2012 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Red Hat. Contributed by Red Hat.
This file is part of GCC. This file is part of GCC.
......
/* libgcc routines for MSP430 /* libgcc routines for MSP430
Copyright (C) 2005, 2009, 2011 Copyright (C) 2005-2011 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Red Hat. Contributed by Red Hat.
This file is part of GCC. This file is part of GCC.
......
/* libgcc routines for MSP430 /* libgcc routines for MSP430
Copyright (C) 2005, 2009, 2011 Copyright (C) 2005-2011 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Red Hat. Contributed by Red Hat.
This file is part of GCC. This file is part of GCC.
......
/* libgcc routines for RL78 /* libgcc routines for RL78
Copyright (C) 2005, 2009, 2011 Copyright (C) 2005-2011 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Red Hat. Contributed by Red Hat.
This file is part of GCC. This file is part of GCC.
......
; Copyright (C) 2012, 2013 Free Software Foundation, Inc. ; Copyright (C) 2012-2013 Free Software Foundation, Inc.
; Contributed by Red Hat. ; Contributed by Red Hat.
; ;
; This file is free software; you can redistribute it and/or modify it ; This file is free software; you can redistribute it and/or modify it
......
; Copyright (C) 2012, 2013 Free Software Foundation, Inc. ; Copyright (C) 2012-2013 Free Software Foundation, Inc.
; Contributed by Red Hat. ; Contributed by Red Hat.
; ;
; This file is free software; you can redistribute it and/or modify it ; This file is free software; you can redistribute it and/or modify it
......
; Copyright (C) 2012, 2013 Free Software Foundation, Inc. ; Copyright (C) 2012-2013 Free Software Foundation, Inc.
; Contributed by Red Hat. ; Contributed by Red Hat.
; ;
; This file is free software; you can redistribute it and/or modify it ; This file is free software; you can redistribute it and/or modify it
......
/* HImode div/mod functions for the GCC support library for the Renesas RL78 processors. /* HImode div/mod functions for the GCC support library for the Renesas RL78 processors.
Copyright (C) 2012,2013 Free Software Foundation, Inc. Copyright (C) 2012-2013 Free Software Foundation, Inc.
Contributed by Red Hat. Contributed by Red Hat.
This file is part of GCC. This file is part of GCC.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment