Chromium Code Reviews| Index: pydir/run-pnacl-sz.py |
| diff --git a/pydir/run-pnacl-sz.py b/pydir/run-pnacl-sz.py |
| index 580d227b32384523ccd191e5548e7c2b454a422c..b03b9d00f5bbf7f4227d1298f5e95a5c66d7488b 100755 |
| --- a/pydir/run-pnacl-sz.py |
| +++ b/pydir/run-pnacl-sz.py |
| @@ -205,7 +205,7 @@ def main(): |
| # Show wide instruction encodings, diassemble, and show relocs. |
|
Jim Stichnoth
2016/09/15 05:24:20
Update the comment for '-z' ?
obucinac
2016/09/15 10:44:55
Done.
|
| cmd += (['&&', os.path.join(pnacl_bin_path, GetObjdumpCmd())] + |
| args.dis_flags + |
| - ['-w', '-d', '-r'] + TargetDisassemblerFlags(args.target) + |
| + ['-w', '-d', '-r', '-z'] + TargetDisassemblerFlags(args.target) + |
| [output_file_name]) |
| stdout_result = shellcmd(cmd, echo=args.echo_cmd) |