diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-07 21:01:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-07 21:01:00 +0000 |
commit | b4aa23f24488d584963b30451fc68b02cdbdbb0d (patch) | |
tree | 33236f9ff78cc1189843d37404c054a647fcfcb4 /opcodes/ChangeLog | |
parent | 418d5b058a4ffbe5051e0e625a1ea420e8c57a1c (diff) | |
download | gdb-b4aa23f24488d584963b30451fc68b02cdbdbb0d.zip gdb-b4aa23f24488d584963b30451fc68b02cdbdbb0d.tar.gz gdb-b4aa23f24488d584963b30451fc68b02cdbdbb0d.tar.bz2 |
* configure.in: Substitute SHLIB_LIBS.
* configure: Rebuild.
* Makefile.in (SHLIB_LIBS): New variable.
($(SHLIB)): Use $(SHLIB_LIBS).
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index cd108fc..7e0e5f4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Mon Apr 7 16:48:22 1997 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Substitute SHLIB_LIBS. + * configure: Rebuild. + * Makefile.in (SHLIB_LIBS): New variable. + ($(SHLIB)): Use $(SHLIB_LIBS). + Mon Apr 7 11:45:44 1997 Doug Evans <dje@canuck.cygnus.com> * cgen-dis.c (build_dis_hash_table): Fix xmalloc size computation. |