1#   Copyright (C) 2009-2024 Free Software Foundation, Inc.
2#   Contributed by Kalray SA.
3
4#   This program is free software; you can redistribute it and/or modify
5#   it under the terms of the GNU General Public License as published by
6#   the Free Software Foundation; either version 3 of the License, or
7#   (at your option) any later version.
8
9#   This program is distributed in the hope that it will be useful,
10#   but WITHOUT ANY WARRANTY; without even the implied warranty of
11#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12#   GNU General Public License for more details.
13
14#   You should have received a copy of the GNU General Public License
15#   along with this program; see the file COPYING3. If not,
16#   see <http://www.gnu.org/licenses/>.  */
17
18ARCH=kvx
19MACHINE=
20SCRIPT_NAME=elf
21
22# bundle with 1 nop insn
23NOP=0x00f0037f
24
25TEMPLATE_NAME=elf
26EXTRA_EM_FILE=kvxelf
27
28OUTPUT_FORMAT="elf32-kvx"
29TEXT_START_ADDR=0x10000
30MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
31WRITABLE_RODATA=
32GENERATE_SHLIB_SCRIPT=yes
33