diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-02 23:37:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-02 23:37:30 +0000 |
commit | 63fe2cc799d36a834c5606a9170799ed818410d7 (patch) | |
tree | 874c914ad0d536e15e7a68ecd6d34fd20c816fe7 /sim/tic80 | |
parent | 46d2f9e1d69bfe0518b0f7e7421e66ce26a9e9f3 (diff) | |
download | gdb-63fe2cc799d36a834c5606a9170799ed818410d7.zip gdb-63fe2cc799d36a834c5606a9170799ed818410d7.tar.gz gdb-63fe2cc799d36a834c5606a9170799ed818410d7.tar.bz2 |
Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE.
Diffstat (limited to 'sim/tic80')
-rw-r--r-- | sim/tic80/ChangeLog | 5 | ||||
-rw-r--r-- | sim/tic80/configure.in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index bfb89a4..77655dd 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * configure.in (SIM_AC_OPTIONS_BITSIZE): Define. + * configure: Regenerated to track ../common/aclocal.m4 changes. + Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/tic80/configure.in b/sim/tic80/configure.in index a747b17..730b62e 100644 --- a/sim/tic80/configure.in +++ b/sim/tic80/configure.in @@ -12,6 +12,7 @@ SIM_AC_OPTION_ALIGNMENT(FORCED_ALIGNMENT) SIM_AC_OPTION_HOSTENDIAN SIM_AC_OPTION_WARNINGS SIM_AC_OPTION_RESERVED_BITS(1) +SIM_AC_OPTION_BITSIZE(32,31) dnl For UNIX emulation AC_CHECK_HEADERS(stdlib.h unistd.h string.h strings.h) |