libgcc2.c (eh_context_static): Do not call malloc to allocate the static eh_context...
authorJeffrey A Law <law@cygnus.com>
Mon, 19 Oct 1998 10:44:52 +0000 (10:44 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 19 Oct 1998 10:44:52 +0000 (04:44 -0600)
commitc3cad2213e4a5153af53760c7e72d28012f6bd9a
tree19d796ead42a16a0e6601e4e131690933a612a61
parentb1fc873cc23de79ce54a9070f55cb26189ad6f0d
libgcc2.c (eh_context_static): Do not call malloc to allocate the static eh_context structure.

        * libgcc2.c (eh_context_static): Do not call malloc to allocate the
        static eh_context structure.

From-SVN: r23175
gcc/ChangeLog
gcc/libgcc2.c