aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-07 19:08:04 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-07 19:08:04 +0000
commitba8e3a2e3f730181c07e38145fcd8f6145b81efb (patch)
treecc7ea90c59a876f13d71f4cc73d383fd15a49196 /gprof/ChangeLog
parent2e5983457a7e68ef9089acf42d80be836ba15c01 (diff)
downloadgdb-ba8e3a2e3f730181c07e38145fcd8f6145b81efb.zip
gdb-ba8e3a2e3f730181c07e38145fcd8f6145b81efb.tar.gz
gdb-ba8e3a2e3f730181c07e38145fcd8f6145b81efb.tar.bz2
* configure.in: Don't set CC. Look for --enable-shared. Set
BFDLIB and HLDFLAGS and substitute them. * configure: Rebuild. * Makefile.in (LIBS): Use @BFDLIB@. (HLDFLAGS): New variable. (gprof): Use $(HLDFLAGS).
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index be88f6e..a87e0dd 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,12 @@
+Wed Feb 7 14:03:17 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * configure.in: Don't set CC. Look for --enable-shared. Set
+ BFDLIB and HLDFLAGS and substitute them.
+ * configure: Rebuild.
+ * Makefile.in (LIBS): Use @BFDLIB@.
+ (HLDFLAGS): New variable.
+ (gprof): Use $(HLDFLAGS).
+
Mon Feb 5 16:34:44 1996 Ian Lance Taylor <ian@cygnus.com>
Support for building bfd and opcodes as shared libraries, based on