diff options
| -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/>. */ |
