AP_HAL_ChibiOS: Add libgcc comment to H750 linker script

This commit is contained in:
Martin Luessi 2023-06-01 16:02:43 -07:00 committed by Randy Mackay
parent 4418ccc4a9
commit 481955f067
1 changed files with 2 additions and 0 deletions

View File

@ -266,12 +266,14 @@ SECTIONS
.ARM.extab :
{
*(.ARM.extab* .gnu.linkonce.armextab.*)
/* needs to be close to libgcc in memory */
} > instram AT > default_flash
.ARM.exidx : {
__exidx_start = .;
*(.ARM.exidx* .gnu.linkonce.armexidx.*)
__exidx_end = .;
/* needs to be close to libgcc in memory */
} > instram AT > default_flash
.eh_frame_hdr :