mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
Merge "feat(memmap): add RELA section display" into integration
This commit is contained in:
commit
9653570e28
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def main(
|
|||
|
||||
if symbols:
|
||||
expr = (
|
||||
r"(.*)(TEXT|BSS|RO|RODATA|STACKS|_OPS|PMF|XLAT|GOT|FCONF"
|
||||
r"(.*)(TEXT|BSS|RO|RODATA|STACKS|_OPS|PMF|XLAT|GOT|FCONF|RELA"
|
||||
r"|R.M)(.*)(START|UNALIGNED|END)__$"
|
||||
)
|
||||
printer.print_symbol_table(
|
||||
|
|
Loading…
Add table
Reference in a new issue