Merge "fix(build): discard sections also with SEPARATE_NOBITS_REGION" into integration

This commit is contained in:
Joanna Farley 2022-08-11 22:27:21 +02:00 committed by TrustedFirmware Code Review
commit 53be5274ff

View file

@ -186,10 +186,10 @@ SECTIONS
__RW_END__ = .;
__BL31_END__ = .;
ASSERT(. <= BL31_LIMIT, "BL31 image has exceeded its limit.")
#endif
/DISCARD/ : {
*(.dynsym .dynstr .hash .gnu.hash)
}
ASSERT(. <= BL31_LIMIT, "BL31 image has exceeded its limit.")
#endif
}