https://gcc.gnu.org/g:ddfc04188bca888f1cbdadd8a2457ed7d7031f32

commit r12-10843-gddfc04188bca888f1cbdadd8a2457ed7d7031f32
Author: Andre Vieira <andre.simoesdiasvie...@arm.com>
Date:   Mon Dec 2 13:35:03 2024 +0000

    arm, mve: Adding missing Runtime Library Exception to header files
    
    Add missing Runtime Library Exception to mve header files to bring them into
    line with other similar headers. Not adding it in the first place was an
    oversight.
    
    gcc/ChangeLog:
    
            * config/arm/arm_mve.h: Add Runtime Library Exception.
            * config/arm/arm_mve_types.h: Likewise.
    
    (cherry picked from commit cde7ce0628f66a5d03cc97c70d4695e6f2acd4db)

Diff:
---
 gcc/config/arm/arm_mve.h       | 4 ++++
 gcc/config/arm/arm_mve_types.h | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/gcc/config/arm/arm_mve.h b/gcc/config/arm/arm_mve.h
index c359e9c63369..9727c5384638 100644
--- a/gcc/config/arm/arm_mve.h
+++ b/gcc/config/arm/arm_mve.h
@@ -15,6 +15,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/>.  */
diff --git a/gcc/config/arm/arm_mve_types.h b/gcc/config/arm/arm_mve_types.h
index 0b2d6422545f..e1193d52c0f1 100644
--- a/gcc/config/arm/arm_mve_types.h
+++ b/gcc/config/arm/arm_mve_types.h
@@ -15,6 +15,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/>.  */

Reply via email to