Skip to content
Commit c4fefc07 authored by Patryk Duda's avatar Patryk Duda Committed by Alberto Escolar
Browse files

cortex_m: linker: lld: Handle symtab/strtab/shstrtab to fix warnings



LLD produces warnings about orphaned sections if there are no matching
rules in the linker script:

ld.lld: warning: <internal>:(.symtab) is being placed in '.symtab'
ld.lld: warning: <internal>:(.shstrtab) is being placed in '.shstrtab'
ld.lld: warning: <internal>:(.strtab) is being placed in '.strtab'

Handle these sections when building with LLD to prevent the warnings.

Signed-off-by: default avatarPatryk Duda <patrykd@google.com>
parent 1c3edca8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment