diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-26 21:12:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-26 21:12:59 +0000 |
commit | 7919b9ec416c33f5a6997ce0c73e1f5d2208ac19 (patch) | |
tree | a3c19b650caf2f9bd8e6f952c4a5cadf65ac40fe /opcodes/ChangeLog | |
parent | 986cf3b852cc7db40e73ec59eb0ef995b24f270c (diff) | |
download | gdb-7919b9ec416c33f5a6997ce0c73e1f5d2208ac19.zip gdb-7919b9ec416c33f5a6997ce0c73e1f5d2208ac19.tar.gz gdb-7919b9ec416c33f5a6997ce0c73e1f5d2208ac19.tar.bz2 |
* configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
Miles Bader <miles@gnu.ai.mit.edu>.
* configure: Rebuild.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7381261..69453ce 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,14 @@ +Tue Mar 26 15:47:14 1996 Ian Lance Taylor <ian@cygnus.com> + + * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From + Miles Bader <miles@gnu.ai.mit.edu>. + * configure: Rebuild. + +Sat Mar 16 13:04:07 1996 Fred Fish <fnf@cygnus.com> + + * z8kgen.c (internal, gas): Call xmalloc rather than unchecked + malloc. + Tue Mar 12 12:14:10 1996 Ian Lance Taylor <ian@cygnus.com> * configure: Rebuild with autoconf 2.8. |