Bruce Evans 11e27303d3 Fixed -mprofiler-epilogue. The garbage collector apparently doesn't
understand that non-local variables can never be collected, and when
it collected the static variable for mexitcount_libfunc, gcc aborted
on the next use of this variable.

This quick fix is to reinitialize the variable on every use and depend
on garbage collection recovering the small amount of memory wasted by
this, and not worry by the small amount of time wasted by this.  It
would be better to initialize the variable together with most of the
other libfuncs in optabs.c and depend on whatever magic is there to
prevent its collection, but we initialize it here to avoid taking at
least 2 more files off the vendor branch.
2006-10-25 07:29:22 +00:00
..
2006-01-24 06:38:35 +00:00
2006-09-17 18:52:28 +00:00
2004-08-27 03:52:29 +00:00
2006-01-12 15:31:41 +00:00
2006-08-16 12:23:02 +00:00
2006-08-20 15:50:51 +00:00
2006-08-31 17:11:46 +00:00
2006-05-21 15:52:24 +00:00
2006-09-17 18:52:28 +00:00
2006-08-17 05:16:15 +00:00
2006-09-04 20:25:04 +00:00
2006-09-29 22:51:29 +00:00
2006-03-07 05:44:45 +00:00