Revert "linker: warn about orphan sections"
This reverts commit 8ce758a8ff
.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ae34d9d4c2
commit
0d4b5daeaa
25 changed files with 0 additions and 397 deletions
|
@ -167,9 +167,6 @@ _memmap_cacheattr_intel_s1000 = 0xf2ff4242;
|
|||
PROVIDE(_memmap_cacheattr_reset = _memmap_cacheattr_intel_s1000);
|
||||
SECTIONS
|
||||
{
|
||||
|
||||
#include <linker/rel-sections.ld>
|
||||
|
||||
.ResetVector.text : ALIGN(4)
|
||||
{
|
||||
_ResetVector_text_start = ABSOLUTE(.);
|
||||
|
@ -418,7 +415,6 @@ SECTIONS
|
|||
_end = ALIGN(8);
|
||||
PROVIDE(end = ALIGN(8));
|
||||
__stack = L2_SRAM_BASE + L2_SRAM_SIZE;
|
||||
.comment 0 : { *(.comment) }
|
||||
.debug 0 : { *(.debug) }
|
||||
.line 0 : { *(.line) }
|
||||
.debug_srcinfo 0 : { *(.debug_srcinfo) }
|
||||
|
@ -436,8 +432,6 @@ SECTIONS
|
|||
.debug_funcnames 0 : { *(.debug_funcnames) }
|
||||
.debug_typenames 0 : { *(.debug_typenames) }
|
||||
.debug_varnames 0 : { *(.debug_varnames) }
|
||||
.debug_ranges 0 : { *(.debug_ranges) }
|
||||
.xtensa.info 0 : { *(.xtensa.info) }
|
||||
.xt.insn 0 :
|
||||
{
|
||||
KEEP (*(.xt.insn))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue