diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-10-31 20:24:41 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-10-31 20:24:41 +0000 |
commit | 4b935ed4a42e3a308f1c086d398ddc220459d80e (patch) | |
tree | a0e8f2aab2ba4427d1a01497e262d9c4d68080cd /sim/ppc/ChangeLog | |
parent | 0e3dd9a0718a8eddcdad60d7560b9064d1cbda75 (diff) | |
download | gdb-4b935ed4a42e3a308f1c086d398ddc220459d80e.zip gdb-4b935ed4a42e3a308f1c086d398ddc220459d80e.tar.gz gdb-4b935ed4a42e3a308f1c086d398ddc220459d80e.tar.bz2 |
Add various switches to control how the simulator is built
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 14625b1..feaef07 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,17 @@ +Tue Oct 31 15:20:04 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * configure.in: Add support for --enable-sim-inline, + --enable-sim-bswap, --enable-sim-cflags, --enable-sim-complex, + --enable-sim-switch, --enable-sim-duplicate, --enable-sim-filter, + and --enable-sim-endian switch to control various Makefile + variables. + * configure: Regenerate from configure.in. + * Makefile: Add various Make variables that the various switches + alter. + + * std-config.h (DEFAULT_INLINE): Don't set this to 2 if using GCC + and optimizing by default. + Fri Oct 27 19:26:27 1995 Andrew Cagney <cagney@cagney@highland.com.au> * bits.h (ROTL32, ROTL64): Were functions, made them macros, now |