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/tic80 | |
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/tic80')
-rw-r--r-- | sim/tic80/ChangeLog | 5 | ||||
-rwxr-xr-x | sim/tic80/configure | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index e10d5d8..448dba9 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/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 13:41:24 1997 Andrew Cagney <cagney@b1.cygnus.com> * insns (do_st): Use U8_4 instead of V4_L8. diff --git a/sim/tic80/configure b/sim/tic80/configure index db70f43..0a5b665 100755 --- a/sim/tic80/configure +++ b/sim/tic80/configure @@ -32,7 +32,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" ac_help="$ac_help --enable-sim-reserved-bits Specify whether to check reserved bits in instruction." |