mirror of
https://github.com/goplus/llgo.git
synced 2025-09-27 03:56:05 +08:00
fix: xtensa stdio
This commit is contained in:
@@ -5,23 +5,6 @@ ENTRY(_start)
|
|||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
. = SEGMENT_START("iram_seg", 0);
|
. = SEGMENT_START("iram_seg", 0);
|
||||||
.vectors :
|
|
||||||
{
|
|
||||||
_vector_table = ABSOLUTE(.);
|
|
||||||
KEEP(*(.WindowVectors.text));
|
|
||||||
KEEP(*(.Level2InterruptVector.text));
|
|
||||||
KEEP(*(.Level3InterruptVector.text));
|
|
||||||
KEEP(*(.Level4InterruptVector.text));
|
|
||||||
KEEP(*(.Level5InterruptVector.text));
|
|
||||||
KEEP(*(.DebugExceptionVector.text));
|
|
||||||
KEEP(*(.NMIExceptionVector.text));
|
|
||||||
KEEP(*(.KernelExceptionVector.text));
|
|
||||||
KEEP(*(.UserExceptionVector.text));
|
|
||||||
KEEP(*(.DoubleExceptionVector.text));
|
|
||||||
KEEP(*(.ResetVector.text));
|
|
||||||
*(.*Vector.literal)
|
|
||||||
. = ALIGN (16);
|
|
||||||
} > iram_seg
|
|
||||||
|
|
||||||
text :
|
text :
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user