OSDN Git Service

This patch produces the correct pointer size
authorJack Carter <jcarter@mips.com>
Tue, 8 Jan 2013 18:53:20 +0000 (18:53 +0000)
committerJack Carter <jcarter@mips.com>
Tue, 8 Jan 2013 18:53:20 +0000 (18:53 +0000)
commit26853a5d1c39c3e4ddab3dc9f3d1f97815d974d2
tree5f8356515556e8779527a44eaa8a7257ed97b5a3
parentc7b902e7fe3498503efbfd98cabb1b1c67cadda6
This patch produces the correct pointer size
value in the 64 bit .eh_frame section.

It doesn't however allow exception handling to work
yet since it depends on the correct relocation model
being set in the ELF header flags.

Contributer: Jack Carter

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171881 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
test/MC/Mips/ef_frame.ll [new file with mode: 0644]