Emit word of zeroes after the last instruction as a start of the mandatory
authorRoman Divacky <rdivacky@freebsd.org>
Tue, 28 Aug 2012 19:06:55 +0000 (19:06 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Tue, 28 Aug 2012 19:06:55 +0000 (19:06 +0000)
commitc6c2ced38411215e5bf46ded787c23810160dfa7
tree4361f01a9682f0e2516684cd88b2dff52a0e2505
parent4fb08317af55c97f421047f0bdbfdd320ac76936
Emit word of zeroes after the last instruction as a start of the mandatory
traceback table on PowerPC64. This helps gdb handle exceptions. The other
mandatory fields are ignored by gdb and harder to implement so just add
there a FIXME.

Patch by Bill Schmidt. PR13641.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162778 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp
test/CodeGen/PowerPC/pr13641.ll [new file with mode: 0644]