diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-13 20:52:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-13 20:52:01 +0000 |
commit | 991e9502454bf7764e2e183138b086d3803094c9 (patch) | |
tree | 7678a4831ed8422e4c6985ad054302be27759a2c /opcodes | |
parent | 5a83fcdd2f7c4dfb3f25ea66b000f7eee98bf95a (diff) | |
download | gdb-991e9502454bf7764e2e183138b086d3803094c9.zip gdb-991e9502454bf7764e2e183138b086d3803094c9.tar.gz gdb-991e9502454bf7764e2e183138b086d3803094c9.tar.bz2 |
* Makefile.am (libopcodes_la_LIBADD): Add @WIN32LIBADD@.
(libopcodes_la_LDFLAGS): Add @WIN32LDFLAGS@.
* configure.in: Define and substitute WIN32LDFLAGS and
WIN32LIBADD.
* aclocal.m4: Rebuild with new libtool.
* configure, Makefile.in: Rebuild.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ebb3f38..2885a0c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Mon Apr 13 16:50:27 1998 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.am (libopcodes_la_LIBADD): Add @WIN32LIBADD@. + (libopcodes_la_LDFLAGS): Add @WIN32LDFLAGS@. + * configure.in: Define and substitute WIN32LDFLAGS and + WIN32LIBADD. + * aclocal.m4: Rebuild with new libtool. + * configure, Makefile.in: Rebuild. + start-sanitize-r5900 Mon Apr 13 16:02:02 1998 Frank Ch. Eigler <fche@cygnus.com> |