test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 29 Oct 2010 01:14:16 +0000 (01:14 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 29 Oct 2010 01:14:16 +0000 (01:14 +0000)
commitb087c8490f6ad46c44825ccb08481c96a45b15ad
tree93c93a3750ed0d88e38e6bdbb07a81551a37c9f6
parentcd5c123a1d8723dbd5d493210c0a56890bffe409
test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995]

With Python-2.4, Reader::read64 always returns (unexpected) long integer.
FileCheck detects failure on test/MC/MachO among '0' and '0L'.

CentOS5(aka RHEL5 clone) provides python-2.4.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117637 91177308-0d34-0410-b5e6-96231b3b80d8
test/Scripts/macho-dump