Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bit ELF...
authorGreg Clayton <gclayton@apple.com>
Mon, 12 Nov 2012 22:53:16 +0000 (22:53 +0000)
committerGreg Clayton <gclayton@apple.com>
Mon, 12 Nov 2012 22:53:16 +0000 (22:53 +0000)
commitd091afe6207fc53106049f1b04bc13d57cad51f7
treec512d7008bcbd9f44bb374faef959780cb25d3f8
parentd4214f0c867ba907da54c80623a7fcc81028812f
Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bit ELF relocations to get parsed incorrectly.

llvm-svn: 167773
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp