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/arm/arm-opts.h | |
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/arm/arm-opts.h')
-rw-r--r-- | gcc/config/arm/arm-opts.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |