aboutsummaryrefslogtreecommitdiff
path: root/sim/fr30
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-24 04:39:50 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-24 04:39:50 +0000
commiteb2d80b469f203af2134dd4181db5f6de4e640c5 (patch)
tree65681e7d539d6c26e54296cfec2a60297d4feae4 /sim/fr30
parent* config/i386/nbsd.mt (TDEPFILES): Move solib.o from here... (diff)
downloadbinutils-gdb-eb2d80b469f203af2134dd4181db5f6de4e640c5.tar.gz
binutils-gdb-eb2d80b469f203af2134dd4181db5f6de4e640c5.tar.bz2
binutils-gdb-eb2d80b469f203af2134dd4181db5f6de4e640c5.zip
Change profiling so that it is enabled by default. Re-generate everything.
Diffstat (limited to 'sim/fr30')
-rw-r--r--sim/fr30/ChangeLog4
-rw-r--r--sim/fr30/configure2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/fr30/ChangeLog b/sim/fr30/ChangeLog
index a5a59beba6b..14f255de340 100644
--- a/sim/fr30/ChangeLog
+++ b/sim/fr30/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/fr30/configure b/sim/fr30/configure
index 0bfa13d9b7f..969621708df 100644
--- a/sim/fr30/configure
+++ b/sim/fr30/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