llvm-6502/runtime/GCCLibraries/crtend
Chris Lattner a3954095dc Fix wierd problems linking C programs which look for symbols in libstdc++.
This was due to the 'assert' macro expanding into a function call on some
platforms which could throw.  The C++ compiler then added checks for the
exception specifications in these functions, which pulled in the C++ runtime.
This was bad, and the assertions can never fire (the library is now debugged)
so just remove them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9801 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-08 05:13:40 +00:00
..
C++-Exception.cpp Actually pass in a pointer to the thrown object, not a pointer to the 2003-10-10 22:55:55 +00:00
C++-Exception.h Rename files to be capitalized now that they are C++ 2003-08-30 22:47:59 +00:00
crtend.c Don't register the destructors if the list is empty 2003-06-26 04:20:38 +00:00
Exception.cpp Fix wierd problems linking C programs which look for symbols in libstdc++. 2003-11-08 05:13:40 +00:00
Exception.h Rename LongJmpException -> SJLJException 2003-08-30 23:29:08 +00:00
exported_symbol_list.lst Move the exception handling runtime stuff into this directory 2003-09-15 15:06:39 +00:00
listend.ll Update to match typename produced by the C frontend 2003-05-22 19:30:11 +00:00
Makefile Added LLVM copyright to Makefiles. 2003-10-20 22:29:16 +00:00
SJLJ-Exception.cpp Urg, forgot to add a file header somehow. 2003-08-30 23:31:08 +00:00
SJLJ-Exception.h we don't need this here 2003-08-30 23:18:07 +00:00