diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-19 17:34:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-19 17:34:43 +0000 |
commit | a9c5cc539ed6cb39e88f24d68c948590f38d096f (patch) | |
tree | b7c983b64b35043c89d0bd397d31b9ee7609af14 /opcodes | |
parent | b6ae0f1031b39e1daf1d4672713e488afa5aef83 (diff) | |
download | gdb-a9c5cc539ed6cb39e88f24d68c948590f38d096f.zip gdb-a9c5cc539ed6cb39e88f24d68c948590f38d096f.tar.gz gdb-a9c5cc539ed6cb39e88f24d68c948590f38d096f.tar.bz2 |
* configure.in: Set and substitute SHLIB_DEP.
* configure: Rebuild.
* Makefile.in (SHLIB_DEP): New variable.
(LIBIBERTY_LISTS, BFD_LIST): New variables.
(stamp-piclist): Depend upon LIBIBERTY_LISTS and BFD_LIST. If
COMMON_SHLIB, add them to piclist with appropriate modifications.
($(SHLIB)): Depend upon $(SHLIB_DEP). Don't check COMMON_SHLIB
here: just use piclist.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 55a6e0d..ce60289 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,14 @@ +Mon Feb 19 12:32:17 1996 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Set and substitute SHLIB_DEP. + * configure: Rebuild. + * Makefile.in (SHLIB_DEP): New variable. + (LIBIBERTY_LISTS, BFD_LIST): New variables. + (stamp-piclist): Depend upon LIBIBERTY_LISTS and BFD_LIST. If + COMMON_SHLIB, add them to piclist with appropriate modifications. + ($(SHLIB)): Depend upon $(SHLIB_DEP). Don't check COMMON_SHLIB + here: just use piclist. + Mon Feb 19 02:03:50 1996 Doug Evans <dje@charmed.cygnus.com> * sparc-dis.c (MASK_V9,V9_ONLY_P,V9_P): Define. |