Fix couple of bugs connected with eh info:
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 1 May 2007 22:23:12 +0000 (22:23 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 1 May 2007 22:23:12 +0000 (22:23 +0000)
commit79dda2b0486dd90e2a1b1a1e4be74650a8258ce9
treef0b49db40761e1650c14e22a8c65cbd17279fbc7
parent794fd75c67a2cdc128d67342c6d88a504d186896
Fix couple of bugs connected with eh info:
1. Correct output offsets on Linux
2. Fix "style" of personality function. It shouldn't be indirect.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36633 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
lib/CodeGen/DwarfWriter.cpp
lib/Target/TargetAsmInfo.cpp
lib/Target/X86/X86TargetAsmInfo.cpp