diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2017-07-25 10:06:23 +0000 |
---|---|---|
committer | Sebastian Huber <sh@gcc.gnu.org> | 2017-07-25 10:06:23 +0000 |
commit | 99f089746928c9677fe57d9ae99b9f83d8a247c1 (patch) | |
tree | a0bcd69424769a8e831942b4cfc3cfa0e6b2cec1 /gcc/config/sparc | |
parent | d172f538fd607f6e603af086ddcb0c112d199d7d (diff) | |
download | gcc-99f089746928c9677fe57d9ae99b9f83d8a247c1.zip gcc-99f089746928c9677fe57d9ae99b9f83d8a247c1.tar.gz gcc-99f089746928c9677fe57d9ae99b9f83d8a247c1.tar.bz2 |
[RTEMS] Add GCC Runtime Library Exception
gcc/
PR libgcc/61152
* config/aarch64/rtems.h: Add GCC Runtime Library Exception.
Format changes.
* config/arm/rtems.h: Likewise.
* config/bfin/rtems.h: Likewise.
* config/i386/rtemself.h: Likewise.
* config/lm32/rtems.h: Likewise.
* config/m32c/rtems.h: Likewise.
* config/m68k/rtemself.h: Likewise.
* config/microblaze/rtems.h: Likewise.
* config/mips/rtems.h: Likewise.
* config/moxie/rtems.h: Likewise.
* config/nios2/rtems.h: Likewise.
* config/powerpcspe/rtems.h: Likewise.
* config/rs6000/rtems.h: Likewise.
* config/rtems.h: Likewise.
* config/sh/rtems.h: Likewise.
* config/sh/rtemself.h: Likewise.
* config/sparc/rtemself.h: Likewise.
From-SVN: r250500
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r-- | gcc/config/sparc/rtemself.h | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/gcc/config/sparc/rtemself.h b/gcc/config/sparc/rtemself.h index 10eaa08..0fb56ee 100644 --- a/gcc/config/sparc/rtemself.h +++ b/gcc/config/sparc/rtemself.h @@ -2,21 +2,26 @@ Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). -This file is part of GCC. + This file is part of GCC. -GCC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3, or (at your option) -any later version. + GCC is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published + by the Free Software Foundation; either version 3, or (at your + option) any later version. -GCC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + GCC is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. -You should have received a copy of the GNU General Public License -along with GCC; see the file COPYING3. If not see -<http://www.gnu.org/licenses/>. */ + Under Section 7 of GPL version 3, you are granted additional + permissions described in the GCC Runtime Library Exception, version + 3.1, as published by the Free Software Foundation. + + You should have received a copy of the GNU General Public License and + a copy of the GCC Runtime Library Exception along with this program; + see the files COPYING3 and COPYING.RUNTIME respectively. If not, see + <http://www.gnu.org/licenses/>. */ /* Target OS builtins. */ #undef TARGET_OS_CPP_BUILTINS |