diff options
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 951e6bb..9c4ddb5 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,12 @@ +Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com> + + * Makefile.in (all): Avoid a for loop with zero elements, even if + the loop will not be executed because of an if statement. + +Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com> + + * Makefile.in (install): Add missing semicolon in "fi \". + Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com> * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up @@ -6,7 +15,8 @@ Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com> * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using configure defaults. (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets - if we are using GCC to build with. + if either --enable-sim-powerpc is used, or the host compiler is + GCC. Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk> |