From 8d332f9c1ac901f6ce879a0ae2718fb720afc672 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 22 Sep 1997 09:34:28 +0000 Subject: Enable --alignment option, stop sim-options.c hardwiring the alignment. --- sim/v850/ChangeLog | 1 + sim/v850/configure | 4 ++-- sim/v850/configure.in | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sim/v850') diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index ebc009f..95ad6a2 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,6 +1,7 @@ Mon Sep 22 11:46:20 1997 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. + * configure.in: Really specify NONSTRICT_ALIGNMENT as the default. Fri Sep 19 17:45:25 1997 Andrew Cagney diff --git a/sim/v850/configure b/sim/v850/configure index cdb603f..a1eda84 100755 --- a/sim/v850/configure +++ b/sim/v850/configure @@ -1329,8 +1329,8 @@ else fi -wire_alignment="NONSTRICT_ALIGNMENT" -default_alignment="" +wire_alignment="" +default_alignment="NONSTRICT_ALIGNMENT" # Check whether --enable-sim-alignment or --disable-sim-alignment was given. if test "${enable_sim_alignment+set}" = set; then diff --git a/sim/v850/configure.in b/sim/v850/configure.in index 0a74c5c..dfa4f02 100644 --- a/sim/v850/configure.in +++ b/sim/v850/configure.in @@ -6,7 +6,7 @@ AC_INIT(Makefile.in) SIM_AC_COMMON SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN) -SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT) +SIM_AC_OPTION_ALIGNMENT(,NONSTRICT_ALIGNMENT) SIM_AC_OPTION_HOSTENDIAN SIM_AC_OPTION_WARNINGS SIM_AC_OPTION_RESERVED_BITS -- cgit v1.1