mirror of https://github.com/ARMmbed/mbed-os.git
Remove old skip sections without text check
parent
81a832d032
commit
2e40181942
|
@ -568,8 +568,6 @@ class MemapParser(object):
|
|||
tree_bss = {"name": ".bss"}
|
||||
tree_data = {"name": ".data"}
|
||||
for name, dct in self.modules.items():
|
||||
if ".text" not in dct:
|
||||
continue
|
||||
cur_text = tree_text
|
||||
cur_bss = tree_bss
|
||||
cur_data = tree_data
|
||||
|
|
Loading…
Reference in New Issue