diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2014-05-27 08:41:24 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2014-05-27 08:41:24 +0000 |
commit | a5024e01c17ace0cfae7b1f093428efe1dc547f8 (patch) | |
tree | 2a5c415998d0d8b5a54afac6caf38af718d70b2a | |
parent | 8e90d1866d8de7ceb0b2cdbbc6cf481116220e29 (diff) | |
download | gcc-a5024e01c17ace0cfae7b1f093428efe1dc547f8.zip gcc-a5024e01c17ace0cfae7b1f093428efe1dc547f8.tar.gz gcc-a5024e01c17ace0cfae7b1f093428efe1dc547f8.tar.bz2 |
re PR libgcc/61152 (Missing GCC Runtime Library Exception in some files that are included in libgcc)
PR libgcc/61152
* config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
* config/arm/arm-cores.def (License): Same.
From-SVN: r210959
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/config/arm/arm-cores.def | 4 | ||||
-rw-r--r-- | gcc/config/arm/arm-opts.h | 4 |
3 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61b5a44..fce255b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2014-05-27 Georg-Johann Lay <avr@gjlay.de> + + PR libgcc/61152 + * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception. + * config/arm/arm-cores.def (License): Same. + 2014-05-26 Jan Hubicka <hubicka@ucw.cz> * tree.h (decl_comdat_group): Declare. @@ -2253,6 +2259,7 @@ 2014-05-12 Georg-Johann Lay <avr@gjlay.de> + PR libgcc/61152 * config/arm/arm.h (License): Add GCC Runtime Library Exception. * config/arm/aout.h (License): Same. * config/arm/bpabi.h (License): Same. diff --git a/gcc/config/arm/arm-cores.def b/gcc/config/arm/arm-cores.def index 5bbc76ac..9615e91 100644 --- a/gcc/config/arm/arm-cores.def +++ b/gcc/config/arm/arm-cores.def @@ -14,6 +14,10 @@ MERCHANTABILITY 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 along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ diff --git a/gcc/config/arm/arm-opts.h b/gcc/config/arm/arm-opts.h index a839397..8a462b8 100644 --- a/gcc/config/arm/arm-opts.h +++ b/gcc/config/arm/arm-opts.h @@ -13,6 +13,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 along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ |