Skip to content

Commit

Permalink
arm, mve: Adding missing Runtime Library Exception to header files
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
avieira-arm committed Dec 2, 2024
1 parent 5ab3f09 commit cde7ce0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/config/arm/arm_mve.h
Original file line number Diff line number Diff line change
Expand Up @@ -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/>. */
Expand Down
4 changes: 4 additions & 0 deletions gcc/config/arm/arm_mve_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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/>. */
Expand Down

0 comments on commit cde7ce0

Please sign in to comment.