1/* 2 * Copyright (c) 2019 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/* when !XIP, .text is in RAM, and vector table must be at its very start */ 8 9KEEP(*(.exc_vector_table)) 10KEEP(*(".exc_vector_table.*")) 11