diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-24 04:39:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-24 04:39:50 +0000 |
commit | eb2d80b469f203af2134dd4181db5f6de4e640c5 (patch) | |
tree | 65681e7d539d6c26e54296cfec2a60297d4feae4 /sim/m32r | |
parent | 9cebe72f243995d0b8b3160edb84876520344791 (diff) | |
download | binutils-gdb-eb2d80b469f203af2134dd4181db5f6de4e640c5.tar.gz |
Change profiling so that it is enabled by default. Re-generate everything.
Diffstat (limited to 'sim/m32r')
-rw-r--r-- | sim/m32r/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/m32r/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index 8b4069aa086..9f11db8dcb2 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,3 +1,7 @@ +Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + 2000-03-30 Dave Brolley <brolley@redhat.com> * configure: Regenerated. diff --git a/sim/m32r/configure b/sim/m32r/configure index 1ceca63a3b2..1ad5574bd9d 100755 --- a/sim/m32r/configure +++ b/sim/m32r/configure @@ -3408,7 +3408,7 @@ if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then echo "Setting sim profile = $sim_profile" 6>&1 fi else - sim_profile="" + sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1" fi |