diff options
author | Andre Vieira <andre.simoesdiasvieira@arm.com> | 2024-12-02 13:35:03 +0000 |
---|---|---|
committer | Andre Vieira <andre.simoesdiasvieira@arm.com> | 2024-12-02 13:43:03 +0000 |
commit | cde7ce0628f66a5d03cc97c70d4695e6f2acd4db (patch) | |
tree | f5f94409f1761c3b1a899f3ab82b0054ae7369d7 /gcc/config/arm | |
parent | 5ab3f091b3eb42795340d3c9cea8aaec2060693c (diff) | |
download | gcc-cde7ce0628f66a5d03cc97c70d4695e6f2acd4db.zip gcc-cde7ce0628f66a5d03cc97c70d4695e6f2acd4db.tar.gz gcc-cde7ce0628f66a5d03cc97c70d4695e6f2acd4db.tar.bz2 |
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.
Diffstat (limited to 'gcc/config/arm')
-rw-r--r-- | gcc/config/arm/arm_mve.h | 4 | ||||
-rw-r--r-- | gcc/config/arm/arm_mve_types.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/arm/arm_mve.h b/gcc/config/arm/arm_mve.h index 8ffdbc7..21a2ae7 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 f549f88..7771435 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/>. */ |