mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: Add libgcc comment to H750 linker script
This commit is contained in:
parent
4418ccc4a9
commit
481955f067
|
@ -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 :
|
||||
|
|
Loading…
Reference in New Issue