aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-02-15 23:46:30 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-02-15 23:46:30 +0000
commit9fc3ba754eb530a0f8be01788fae79f7539222ce (patch)
tree21d2425966fd5f78387cb239d994e99d30550460 /sim/ChangeLog
parent884fb64c78699e8e2f1c292bac2c94857cfd6b12 (diff)
downloadgdb-9fc3ba754eb530a0f8be01788fae79f7539222ce.zip
gdb-9fc3ba754eb530a0f8be01788fae79f7539222ce.tar.gz
gdb-9fc3ba754eb530a0f8be01788fae79f7539222ce.tar.bz2
Make configure work on first stage of HP/UX and Solaris.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog12
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>