diff options
author | gjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-12 09:02:36 +0000 |
---|---|---|
committer | gjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-12 09:02:36 +0000 |
commit | b81ef88dcdef091eb4050604ffba9367268b16bb (patch) | |
tree | 0c73e39c55cf23a3223b4309db4c58b8b13a8a87 /libgcc | |
parent | 6d1d871e04a4e5c6bb8e8b86f1ca9c0d0fa243f8 (diff) | |
download | gcc-b81ef88dcdef091eb4050604ffba9367268b16bb.tar.gz |
gcc/
* config/arm/arm.h (License): Add GCC Runtime Library Exception.
* 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.
libgcc/
* config/arm/bpabi-lib.h (License): Add GCC Runtime Library Exception.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210322 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config/arm/bpabi-lib.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 0ed5bfa27be..dd908743091 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2014-05-12 Georg-Johann Lay <avr@gjlay.de> + + * config/arm/bpabi-lib.h (License): Add GCC Runtime Library Exception. + 2014-05-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR libgcc/61097 diff --git a/libgcc/config/arm/bpabi-lib.h b/libgcc/config/arm/bpabi-lib.h index 193cc5604ad..d6e77969001 100644 --- a/libgcc/config/arm/bpabi-lib.h +++ b/libgcc/config/arm/bpabi-lib.h @@ -14,6 +14,10 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + 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 |