Enable --alignment option, stop sim-options.c hardwiring the alignment.
This commit is contained in:
parent
4ca7d6d25b
commit
8d332f9c1a
@ -1,5 +1,9 @@
|
||||
Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* sim-config.h (WITH_DEFAULT_ALIGNMENT): Don't hardwire any alignment.
|
||||
|
||||
* sim-options.c (standard_option_handler): Typo in warning message.
|
||||
|
||||
* sim-base.h (STATE_MODEL): Make conditional on SIM_HAVE_MODEL.
|
||||
|
||||
* sim-profile.c (profile_print_insn): Check 0 .. MAX_INSN for any
|
||||
|
@ -1,6 +1,7 @@
|
||||
Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* 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 <cagney@b1.cygnus.com>
|
||||
|
||||
|
4
sim/v850/configure
vendored
4
sim/v850/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user