13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2019 Jan Van Winkel <jan.van_winkel@dxplore.eu>
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#if defined (CONFIG_CPLUSPLUS)
|
||
|
SECTION_PROLOGUE(.gcc_except_table,,ONLY_IF_RO)
|
||
|
{
|
||
|
*(.gcc_except_table .gcc_except_table.*)
|
||
|
} GROUP_LINK_IN(ROMABLE_REGION)
|
||
|
#endif
|