Modified the code so that it generates (0) for setjmp() and abort() for
authorJohn Criswell <criswell@uiuc.edu>
Thu, 31 Jul 2003 15:11:08 +0000 (15:11 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 31 Jul 2003 15:11:08 +0000 (15:11 +0000)
commit506dad06640177ed1268a7fea84f1a8eb6135faa
treecf11cc3387e13e4ae38412d4179ab9bcf6024dcb
parentbe08bb399a67525184378782a53347dfb76f0725
Modified the code so that it generates (0) for setjmp() and abort() for
longjmp() (and does not include setjmp.h).
This is to fix some problems on Sparc while non-local jumps are still
unimplemented.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7449 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp