Call fatal_insn_not_found instead of abort
[official-gcc.git] / libstdc++ / stlinst.cc
blobb71dc7ea09a3a1d291b1970c5230a5c78ec8986c
1 // Instantiation file for the -*- C++ -*- Standard Library allocator templates
2 // This file is part of the GNU ANSI C++ Library.
4 #include <alloc.h>
6 template class __default_alloc_template<__NODE_ALLOCATOR_THREADS, 0>;
8 template class __malloc_alloc_template<0>;