Change profiling so that it is enabled by default. Re-generate everything.

This commit is contained in:
Andrew Cagney
2000-05-24 04:39:50 +00:00
parent 9cebe72f24
commit eb2d80b469
43 changed files with 2582 additions and 2307 deletions

View File

@@ -1,3 +1,11 @@
Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.
Tue May 23 21:35:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
* aclocal.m4 (sim-profile): Enable the profiler by default.
Tue May 23 20:30:12 2000 Andrew Cagney <cagney@amy.cygnus.com>
* run.c (main): Initialize sigrc.

View File

@@ -199,7 +199,7 @@ AC_ARG_ENABLE(sim-profile,
esac
if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
echo "Setting sim profile = $sim_profile" 6>&1
fi],[sim_profile=""])dnl
fi],[sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"])dnl
AC_SUBST(sim_profile)

305
sim/common/configure vendored

File diff suppressed because it is too large Load Diff