1/* 2 * Copyright (c) 2019 Foundries.io Ltd 3 * Copyright (c) 2019 Nordic Semiconductor ASA 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8 9KEEP(*(.reset.*)) 10KEEP(*(".exception.entry.*")) /* contains _isr_wrapper */ 11*(".exception.other.*") 12 13KEEP(*(.openocd_debug)) 14KEEP(*(".openocd_debug.*")) 15