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 | b1e2bf7f6367ba87013502b0b6400b11dd949532 (patch) | |
tree | ba7b46bbdf69f3139d96f34b040996dec7ded60c /sim/i960 | |
parent | 295cb43e8f52ab31bbf13e7dad0361f6bfa4084a (diff) | |
download | gdb-b1e2bf7f6367ba87013502b0b6400b11dd949532.tar.gz |
Change profiling so that it is enabled by default. Re-generate everything.
Diffstat (limited to 'sim/i960')
-rw-r--r-- | sim/i960/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/i960/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/i960/ChangeLog b/sim/i960/ChangeLog index 4d33bfaaa1f..bb87c5e4b78 100644 --- a/sim/i960/ChangeLog +++ b/sim/i960/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/i960/configure b/sim/i960/configure index 4e506885f4d..e5c144fb055 100755 --- a/sim/i960/configure +++ b/sim/i960/configure @@ -3406,7 +3406,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 |