diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-05 21:35:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-05 21:35:22 +0000 |
commit | 04ed3b54e05b155dd44cbfe73acc59c4d261b964 (patch) | |
tree | a52fb4617e3ff85fc60fd529be04498ee9a595df /gprof/ChangeLog | |
parent | dd1d79e8b9464d15f926d876a09c5be92d2773e7 (diff) | |
download | gdb-04ed3b54e05b155dd44cbfe73acc59c4d261b964.zip gdb-04ed3b54e05b155dd44cbfe73acc59c4d261b964.tar.gz gdb-04ed3b54e05b155dd44cbfe73acc59c4d261b964.tar.bz2 |
Support for building bfd and opcodes as shared libraries, based on
patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
* Makefile.in (LIBDEPS): New variable.
(LIBS): Use -L../bfd -lbfd.
(gprof): Depend upon $(LIBDEPS) rather than $(LIBS).
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index e298702..be88f6e 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,11 @@ +Mon Feb 5 16:34:44 1996 Ian Lance Taylor <ian@cygnus.com> + + Support for building bfd and opcodes as shared libraries, based on + patches from Alan Modra <alan@spri.levels.unisa.edu.au>: + * Makefile.in (LIBDEPS): New variable. + (LIBS): Use -L../bfd -lbfd. + (gprof): Depend upon $(LIBDEPS) rather than $(LIBS). + Sat Dec 30 10:11:03 1995 Jeffrey A Law (law@cygnus.com) * gprof.c (long_options): Add "--function-ordering" and |