commit | 782f46259280d67c5846ae0161e4cead31f0e748 | [log] [tgz] |
---|---|---|
author | Alphan Ulusoy <alphan@google.com> | Sun Jan 23 12:52:31 2022 -0500 |
committer | Alphan Ulusoy <alphan@google.com> | Mon Jan 24 16:09:26 2022 -0500 |
tree | 6777d78a8e2ca2eef2e5d2ad38ccf528dff0bd50 | |
parent | e8aaddafd3f9e9e2606844c551344436b156198d [diff] |
Disassemble blocks of zeroes This commit adds the "--disassemble-zeroes" option to objdump command to make it easier to see usages of hardened check macros. Signed-off-by: Alphan Ulusoy <alphan@google.com>
diff --git a/sw/device/meson.build b/sw/device/meson.build index 044e756..1edf688 100644 --- a/sw/device/meson.build +++ b/sw/device/meson.build
@@ -19,6 +19,7 @@ '--disassemble', '--headers', '--line-numbers', + '--disassemble-zeroes', '--source', '@INPUT@', ],