mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 21:05:22 +08:00
Direct .gcc_exc section to ram to eliminate the warning Ralf Corsepius is
seeing.
This commit is contained in:
@@ -57,7 +57,7 @@ SECTIONS
|
||||
.gcc_exc : {
|
||||
. = ALIGN (16);
|
||||
*(.gcc_exc)
|
||||
}
|
||||
} >ram
|
||||
|
||||
.data ADDR( .text ) + SIZEOF( .text ):
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user