diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61b5a44112f..fce255b1045 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2014-05-27 Georg-Johann Lay + + 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 * tree.h (decl_comdat_group): Declare. @@ -2253,6 +2259,7 @@ 2014-05-12 Georg-Johann Lay + 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 5bbc76ac269..9615e91b910 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 . */ diff --git a/gcc/config/arm/arm-opts.h b/gcc/config/arm/arm-opts.h index a8393975a61..8a462b860c0 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 . */