]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Enable --alignment option, stop sim-options.c hardwiring the alignment.
authorAndrew Cagney <cagney@redhat.com>
Mon, 22 Sep 1997 09:34:28 +0000 (09:34 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 22 Sep 1997 09:34:28 +0000 (09:34 +0000)
sim/common/ChangeLog
sim/v850/ChangeLog
sim/v850/configure
sim/v850/configure.in

index a2eb578160e1cdd5358bed749f56da19d0f1abc9..c8963596cfb0cb699fef0bd546168ba242573993 100644 (file)
@@ -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
index ebc009f2743ac8af63ad2654f9b985bcbdd64901..95ad6a249d8ca2038eda22ff31f588babbba099a 100644 (file)
@@ -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>
 
index cdb603f0516b5bf8ec9248764ddbb162051f2cf3..a1eda849ea511b9f2090d5445c83d0926f56f761 100755 (executable)
@@ -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
index 0a74c5ce8bdba841a964d8c894ee4f4edb127a8a..dfa4f0248210f14db514663da3ca81e35a6d8129 100644 (file)
@@ -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