[committed] arm, mve: Adding missing Runtime Library Exception to header files

Message ID c22fda43-a27f-452d-a37f-5f0988c5ddce@arm.com
State Committed
Commit cde7ce0628f66a5d03cc97c70d4695e6f2acd4db
Headers
Series [committed] arm, mve: Adding missing Runtime Library Exception to header files |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Andre Vieira (lists) Dec. 2, 2024, 1:46 p.m. UTC
  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.
  

Patch

diff --git a/gcc/config/arm/arm_mve.h b/gcc/config/arm/arm_mve.h
index 8ffdbc7e1095a2bd02376f8584c33e8f17e14697..21a2ae7353bf63449d7603875d76cbd6ab632c41 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 f549f881b490b5d6a5e6d42d7139a3e3a446271e..7771435f1d75b9a02a269641ef218e72cf1868d3 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/>.  */