Chromium Code Reviews| Index: pydir/run-pnacl-sz.py |
| diff --git a/pydir/run-pnacl-sz.py b/pydir/run-pnacl-sz.py |
| index b11ca60f05c061bf2692c19d8ec2b805b9eeb9c7..4adfc6dfb67b9d43a4caf5f74dcaad85bede5bf2 100755 |
| --- a/pydir/run-pnacl-sz.py |
| +++ b/pydir/run-pnacl-sz.py |
| @@ -196,7 +196,7 @@ def main(): |
| cmd += ['-o', output_file_name] |
| if args.disassemble: |
| # Show wide instruction encodings, diassemble, and show relocs. |
| - cmd += (['&&', os.path.join(pnacl_bin_path, 'le32-nacl-objdump')] + |
| + cmd += (['&&', os.path.join(pnacl_bin_path, 'arm-nacl-objdump')] + |
|
Jim Stichnoth
2016/03/09 14:38:04
IIRC, originally the tests used the system objdump
Sean Klein
2016/03/09 18:27:44
Yeah, I agree that it's not very intuitive that "a
|
| args.dis_flags + |
| ['-w', '-d', '-r'] + TargetDisassemblerFlags(args.target) + |
| [output_file_name]) |