diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-08-27 22:43:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-08-27 22:43:18 +0000 |
commit | 88117054103306a68d7879d6f5534bb49a0cffa8 (patch) | |
tree | 24e9224120eee7c50cd5a82cd0835efce77c7293 /sim/mips | |
parent | d6fea803dc93be47864a8f9094bc2c1fa0c95b9b (diff) | |
download | gdb-88117054103306a68d7879d6f5534bb49a0cffa8.zip gdb-88117054103306a68d7879d6f5534bb49a0cffa8.tar.gz gdb-88117054103306a68d7879d6f5534bb49a0cffa8.tar.bz2 |
Fix doco on enable-sim-inline.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 5 | ||||
-rwxr-xr-x | sim/mips/configure | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 93859ad..037e1df 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + Wed Aug 27 14:12:27 1997 Andrew Cagney <cagney@b1.cygnus.com> * interp.c (sim_open): Add call to sim_analyze_program, update diff --git a/sim/mips/configure b/sim/mips/configure index c1becce..c96b864 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -30,7 +30,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-sim-hostendain=end Specify host byte endian orientation." ac_help="$ac_help - --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings except for idecode.o, semantics.o and psim.o" + --enable-sim-warnings=opts Extra CFLAGS for turning on compiler warnings" # Initialize some variables set by options. # The variables have the same names as the options, with |