feat(cxx): get rid of _Unwind_SetEnableExceptionFdeSorting

This commit is contained in:
Alexey Lapshin
2024-03-06 00:11:14 +04:00
parent c541513749
commit 80efa2f96e
3 changed files with 1 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -35,11 +35,6 @@ static T abort_return()
}
// unwind-dw2-fde.o
extern "C" void __wrap__Unwind_SetEnableExceptionFdeSorting(unsigned char enable)
{
abort();
}
extern "C" void __wrap___register_frame_info_bases (const void *begin, struct object *ob, void *tbase, void *dbase)
{
abort();