* COPYING: Update FSF address.

This commit is contained in:
Ian Lance Taylor 1997-04-02 19:51:31 +00:00
parent d02305b214
commit 64d2004922
4 changed files with 27 additions and 0 deletions

View file

@ -1,5 +1,7 @@
Wed Apr 2 12:24:10 1997 Ian Lance Taylor <ian@cygnus.com>
* COPYING: Update FSF address.
* config/tc-mips.c (mips16_macro): Handle M_DMUL and M_MUL.
Tue Apr 1 18:29:47 1997 Jim Wilson <wilson@cygnus.com>

View file

@ -1,3 +1,15 @@
Wed Apr 2 14:45:51 1997 Ian Lance Taylor <ian@cygnus.com>
* COPYING: Update FSF address.
Fri Mar 28 15:29:54 1997 Mike Meissner <meissner@cygnus.com>
* callback.h (top level): Include stdarg.h or varargs.h if
va_start is not defined.
(host_callback_struct): Make {,e}vprintf_filtered take a va_list
instead of void *, since va_list might be an array or structure
type.
Fri Mar 28 15:44:41 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
* libiberty.h (basename): Add prototype for glibc and linux.

View file

@ -1,3 +1,7 @@
Wed Apr 2 14:50:44 1997 Ian Lance Taylor <ian@cygnus.com>
* COPYING: Update FSF address.
Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.

View file

@ -1,3 +1,12 @@
Wed Apr 2 14:51:17 1997 Ian Lance Taylor <ian@cygnus.com>
* COPYING: Update FSF address.
Tue Mar 25 16:17:59 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
* main.c (sim_io_read_stdin): Only compile unbuffered IO code if
all the required features are supported by the host OS.
Tue Mar 25 12:13:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
* emul_bugapi.c (emul_bugapi_create): Guard against NULL images.