diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2014-05-27 11:37:49 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2014-05-27 11:37:49 +0000 |
commit | c7eca9fe8a3918ba7136535d010ccef8b911fd25 (patch) | |
tree | 7ddcf651496488aeee6813e90fc1e0735340e8fa /gcc/config | |
parent | ecb249ddf2adce82e03946dab9022203c9e5e5ec (diff) | |
download | gcc-c7eca9fe8a3918ba7136535d010ccef8b911fd25.tar.gz |
re PR libgcc/61152 (Missing GCC Runtime Library Exception in some files that are included in libgcc)
PR libgcc/61152
* config/arm/arm.h (License): Add note to COPYING.RUNTIME.
* config/arm/arm-cores.def (License): Same.
* config/arm/arm-opts.h (License): Same.
* config/arm/aout.h (License): Same.
* config/arm/bpabi.h (License): Same.
* config/arm/elf.h (License): Same.
* config/arm/linux-elf.h (License): Same.
* config/arm/linux-gas.h (License): Same.
* config/arm/netbsd-elf.h (License): Same.
* config/arm/uclinux-eabi.h (License): Same.
* config/arm/uclinux-elf.h (License): Same.
* config/arm/vxworks.h (License): Same.
From-SVN: r210969
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/arm/aout.h | 5 | ||||
-rw-r--r-- | gcc/config/arm/arm-cores.def | 5 | ||||
-rw-r--r-- | gcc/config/arm/arm-opts.h | 5 | ||||
-rw-r--r-- | gcc/config/arm/arm.h | 5 | ||||
-rw-r--r-- | gcc/config/arm/bpabi.h | 5 | ||||
-rw-r--r-- | gcc/config/arm/elf.h | 5 | ||||
-rw-r--r-- | gcc/config/arm/linux-elf.h | 5 | ||||
-rw-r--r-- | gcc/config/arm/linux-gas.h | 5 | ||||
-rw-r--r-- | gcc/config/arm/netbsd-elf.h | 5 | ||||
-rw-r--r-- | gcc/config/arm/uclinux-eabi.h | 5 | ||||
-rw-r--r-- | gcc/config/arm/uclinux-elf.h | 5 | ||||
-rw-r--r-- | gcc/config/arm/vxworks.h | 5 |
12 files changed, 36 insertions, 24 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index ce477dba5fd..c8f4e45c623 100644 --- a/gcc/config/arm/aout.h +++ b/gcc/config/arm/aout.h @@ -18,8 +18,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ #ifndef ASM_APP_ON diff --git a/gcc/config/arm/arm-cores.def b/gcc/config/arm/arm-cores.def index 9615e91b910..a830a83baeb 100644 --- a/gcc/config/arm/arm-cores.def +++ b/gcc/config/arm/arm-cores.def @@ -18,8 +18,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ /* Before using #include to read this file, define a macro: diff --git a/gcc/config/arm/arm-opts.h b/gcc/config/arm/arm-opts.h index 8a462b860c0..21902940e4f 100644 --- a/gcc/config/arm/arm-opts.h +++ b/gcc/config/arm/arm-opts.h @@ -17,8 +17,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ #ifndef ARM_OPTS_H diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 56da3117178..1a3562553b3 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -21,8 +21,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ #ifndef GCC_ARM_H diff --git a/gcc/config/arm/bpabi.h b/gcc/config/arm/bpabi.h index e3836eb9150..7a576ac466c 100644 --- a/gcc/config/arm/bpabi.h +++ b/gcc/config/arm/bpabi.h @@ -18,8 +18,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ /* Use the AAPCS ABI by default. */ diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h index a944c160f71..f14c766935f 100644 --- a/gcc/config/arm/elf.h +++ b/gcc/config/arm/elf.h @@ -20,8 +20,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ #ifndef OBJECT_FORMAT_ELF diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index 7db3bc1c732..2bf361a4929 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -18,8 +18,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ /* elfos.h should have already been included. Now just override diff --git a/gcc/config/arm/linux-gas.h b/gcc/config/arm/linux-gas.h index 2edd2ec9f82..1dd043782eb 100644 --- a/gcc/config/arm/linux-gas.h +++ b/gcc/config/arm/linux-gas.h @@ -19,8 +19,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ /* This is how we tell the assembler that a symbol is weak. diff --git a/gcc/config/arm/netbsd-elf.h b/gcc/config/arm/netbsd-elf.h index 001a0389701..645551fdf82 100644 --- a/gcc/config/arm/netbsd-elf.h +++ b/gcc/config/arm/netbsd-elf.h @@ -18,8 +18,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ /* Run-time Target Specification. */ diff --git a/gcc/config/arm/uclinux-eabi.h b/gcc/config/arm/uclinux-eabi.h index 22662f222c9..4d57d138805 100644 --- a/gcc/config/arm/uclinux-eabi.h +++ b/gcc/config/arm/uclinux-eabi.h @@ -18,8 +18,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ /* Override settings that are different to the uclinux-elf or diff --git a/gcc/config/arm/uclinux-elf.h b/gcc/config/arm/uclinux-elf.h index bb207c3ad8d..43edba70c64 100644 --- a/gcc/config/arm/uclinux-elf.h +++ b/gcc/config/arm/uclinux-elf.h @@ -18,8 +18,9 @@ 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 - along with GCC; see the file COPYING3. If not see + 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/>. */ /* We don't want a PLT. */ diff --git a/gcc/config/arm/vxworks.h b/gcc/config/arm/vxworks.h index 239a92618e9..faf84724d72 100644 --- a/gcc/config/arm/vxworks.h +++ b/gcc/config/arm/vxworks.h @@ -21,8 +21,9 @@ 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 -along with GCC; see the file COPYING3. If not see +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/>. */ |