BsseTools/lds: Drop ARM unwind info section

This commit is contained in:
Marvin Häuser 2023-04-10 19:38:12 +02:00
parent 08778e2a3d
commit 3bc4011a1e
2 changed files with 2 additions and 0 deletions

View File

@ -63,5 +63,6 @@ SECTIONS {
*(.comment) *(.comment)
*(COMMON) *(COMMON)
*(.dynamic) *(.dynamic)
*(.ARM.exidx .ARM.exidx.*)
} }
} }

View File

@ -60,5 +60,6 @@ SECTIONS {
*(.comment) *(.comment)
*(COMMON) *(COMMON)
*(.dynamic) *(.dynamic)
*(.ARM.exidx .ARM.exidx.*)
} }
} }