1169689Skan/* c-isr library stuff of Andes NDS32 cpu for GNU compiler
2169689Skan   Copyright (C) 2012-2022 Free Software Foundation, Inc.
3169689Skan   Contributed by Andes Technology Corporation.
4169689Skan
5169689Skan   This file is part of GCC.
6169689Skan
7169689Skan   GCC is free software; you can redistribute it and/or modify it
8169689Skan   under the terms of the GNU General Public License as published
9169689Skan   by the Free Software Foundation; either version 3, or (at your
10169689Skan   option) any later version.
11169689Skan
12169689Skan   GCC is distributed in the hope that it will be useful, but WITHOUT
13169689Skan   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14169689Skan   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
15169689Skan   License for more details.
16169689Skan
17169689Skan   Under Section 7 of GPL version 3, you are granted additional
18169689Skan   permissions described in the GCC Runtime Library Exception, version
19169689Skan   3.1, as published by the Free Software Foundation.
20169689Skan
21169689Skan   You should have received a copy of the GNU General Public License and
22169689Skan   a copy of the GCC Runtime Library Exception along with this program;
23169689Skan   see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
24169689Skan   <http://www.gnu.org/licenses/>.  */
25169689Skan
26169689Skan	.section	.nds32_vector.09, "ax"
27169689Skan	.vec_size	4
28169689Skan	.align	2
29169689Skan	.weak	_nds32_vector_09_4b
30169689Skan	.type	_nds32_vector_09_4b, @function
31169689Skan_nds32_vector_09_4b:
32169689Skan1:
33169689Skan	j	1b
34169689Skan	.size	_nds32_vector_09_4b, .-_nds32_vector_09_4b
35169689Skan