Home | History | Annotate | Line # | Download | only in sim
      1 2021-07-01  Mike Frysinger  <vapier (a] gentoo.org>
      2 
      3 	* configure.ac: Call SIM_AC_OPTION_RESERVED_BITS.
      4 	(sim_reserved_bits): Delete.
      5 	* m4/sim_ac_option_reserved_bits.m4: Delete first arg.  Define
      6 	WITH_RESERVED_BITS.
      7 	* m4/sim_ac_output.m4 (sim_reserved_bits): Delete.
      8 	* aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
      9 
     10 2021-07-01  Mike Frysinger  <vapier (a] gentoo.org>
     11 
     12 	* configure.ac: Remove [true] from m32r SIM_TARGET call.
     13 	* configure, Makefile.in: Regenerate.
     14 
     15 2021-06-30  Mike Frysinger  <vapier (a] gentoo.org>
     16 
     17 	* configure.ac: Remove [true] from cris, frv, iq2000, and lm32
     18 	SIM_TARGET calls.  Include frv/acinclude.m4.
     19 	* configure, Makefile.in: Regenerate.
     20 
     21 2021-06-30  Mike Frysinger  <vapier (a] gentoo.org>
     22 
     23 	* configure.ac: Call SIM_AC_OPTION_SCACHE.
     24 	(sim_scache): Delete.
     25 	* m4/sim_ac_option_scache.m4: Delete first arg.  Define WITH_SCACHE.
     26 	* m4/sim_ac_output.m4 (sim_scache): Delete.
     27 	* aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
     28 
     29 2021-06-30  Mike Frysinger  <vapier (a] gentoo.org>
     30 
     31 	* configure.ac: Remove [true] from bfin SIM_TARGET call.
     32 	* configure, Makefile.in: Regenerate.
     33 
     34 2021-06-30  Mike Frysinger  <vapier (a] gentoo.org>
     35 
     36 	* configure.ac (sim_default_model): Delete.
     37 	* m4/sim_ac_output.m4 (sim_default_model): Likewise.
     38 	* configure, Makefile.in: Regenerate.
     39 	* m4/sim_ac_option_default_model.m4: Removed.
     40 
     41 2021-06-29  Mike Frysinger  <vapier (a] gentoo.org>
     42 
     43 	* m4/sim_ac_option_warnings.m4: Add -Wunused-but-set-parameter.
     44 	* configure: Regenerate.
     45 
     46 2021-06-29  Mike Frysinger  <vapier (a] gentoo.org>
     47 
     48 	* m4/sim_ac_option_warnings.m4: Add -Wno-error=maybe-uninitialized.
     49 	* configure: Regenerate.
     50 
     51 2021-06-27  Mike Frysinger  <vapier (a] gentoo.org>
     52 
     53 	* arch-subdir.mk.in: Move TERMCAP and READLINE variables from
     54 	erc32/Makefile.in.
     55 	* configure.ac: Remove [true] from erc32 SIM_TARGET call.
     56 	* m4/sim_ac_platform.m4: Check for cygwin, termcap, and readline.
     57 	* configure, Makefile.in: Regenerate.
     58 
     59 2021-06-27  Mike Frysinger  <vapier (a] gentoo.org>
     60 
     61 	* arch-subdir.mk.in: Move SDL_CFLAGS & SDL_LIBS from bfin/Makefile.in.
     62 	* m4/sim_ac_platform.m4: Call PKG_CHECK_MODULES and export SDL_CFLAGS
     63 	and SDL_LIBS.
     64 	* m4/sim_ac_toolchain.m4: Call PKG_PROG_PKG_CONFIG.
     65 	* aclocal.m4, configure, Makefile.in: Regenerate.
     66 
     67 2021-06-23  Mike Frysinger  <vapier (a] gentoo.org>
     68 
     69 	* configure.ac (SIM_BUILD_TARGET): Simplify sed script.
     70 	* configure: Regenerate.
     71 
     72 2021-06-22  Mike Frysinger  <vapier (a] gentoo.org>
     73 
     74 	* configure.ac: Update rx SIM_TARGET call.  Include rx/acinclude.m4.
     75 	* configure, Makefile.in: Regenerate.
     76 
     77 2021-06-22  Mike Frysinger  <vapier (a] gentoo.org>
     78 
     79 	* Makefile.am (SUBDIRS): Add $(SIM_SUBDIRS).
     80 	* configure.ac (SIM_SUBDIRS): Define.
     81 	(SIM_COMMON_BUILD): New conditional.
     82 	(SIM_BUILD_TARGET): Update to take a 2nd arg.
     83 	(SIM_TARGET): Update to take a 4th arg.  Update callers.
     84 	(sim_bitsize, sim_float, sim_scache, sim_default_model,
     85 	sim_reserved_bits): Define.
     86 	* m4/sim_ac_output.m4 (SIM_COMMON_BUILD): New conditional.
     87 	* configure, Makefile.in: Regenerate.
     88 
     89 2021-06-21  Mike Frysinger  <vapier (a] gentoo.org>
     90 
     91 	* arch-subdir.mk.in: Move sim-hw settings from common/Make-common.in.
     92 	* configure.ac: Call SIM_AC_OPTION_HARDWARE.
     93 	* m4/sim_ac_option_hardware.m4: Use AM_CONDITIONAL for SIM_ENABLE_HW.
     94 	* m4/sim_ac_output.m4: Do not require SIM_AC_OPTION_HARDWARE.
     95 	* aclocal.m4, configure, Makefile.in: Regenerate.
     96 
     97 2021-06-21  Mike Frysinger  <vapier (a] gentoo.org>
     98 
     99 	* README-HACKING: Change SIM_AC_OPTION_HARDWARE to
    100 	SIM_EXTRA_HW_DEVICES.
    101 	* m4/sim_ac_option_hardware.m4: Remove first argument, and change
    102 	configure option to a boolean.  Delete device list.
    103 	* m4/sim_ac_output.m4: Delete sim_hw variables.
    104 
    105 2021-06-20  Mike Frysinger  <vapier (a] gentoo.org>
    106 
    107 	* README-HACKING (SIM_AC_COMMON): Delete mention.
    108 	* m4/sim_ac_common.m4: Removed.
    109 
    110 2021-06-20  Mike Frysinger  <vapier (a] gentoo.org>
    111 
    112 	* arch-subdir.mk.in (MAINT): Define.
    113 	* m4/sim_ac_common.m4: Delete AM_MAINTAINER_MODE call.
    114 
    115 2021-06-20  Mike Frysinger  <vapier (a] gentoo.org>
    116 
    117 	* arch-subdir.mk.in (CGEN_MAINT, CGENDIR): Define.
    118 	* configure.ac: Call SIM_AC_OPTION_CGEN_MAINT.
    119 	* aclocal.m4, configure, Makefile.in: Regenerate.
    120 
    121 2021-06-20  Mike Frysinger  <vapier (a] gentoo.org>
    122 
    123 	* Makefile.am (AM_CPPFLAGS): Add $(SIM_INLINE).
    124 	* arch-subdir.mk.in (SIM_INLINE): Define.
    125 	* configure.ac: Call SIM_AC_OPTION_INLINE.
    126 	* m4/sim_ac_common.m4: Delete SIM_AC_OPTION_INLINE call.
    127 	* m4/sim_ac_option_inline.m4: Output SIM_INLINE.
    128 	* aclocal.m4, configure, Makefile.in: Regenerate.
    129 
    130 2021-06-19  Mike Frysinger  <vapier (a] gentoo.org>
    131 
    132 	* arch-subdir.mk.in (DTC): Define.
    133 	* m4/sim_ac_toolchain.m4: Call AC_CHECK_TOOL.
    134 	* configure, Makefile.in: Regenerate.
    135 
    136 2021-06-19  Mike Frysinger  <vapier (a] gentoo.org>
    137 
    138 	* arch-subdir.mk.in: Move intl vars from common/Make-common.in.
    139 	* m4/sim_ac_common.m4: Move ZW_GNU_GETTEXT_SISTER_DIR call ...
    140 	* m4/sim_ac_platform.m4: ... here.
    141 	* aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
    142 
    143 2021-06-19  Mike Frysinger  <vapier (a] gentoo.org>
    144 
    145 	* arch-subdir.mk.in: Move dependency vars from common/Make-common.in.
    146 	* configure.ac (SIM_BUILD_TARGET): New macro.
    147 	(SIM_TARGET): Call SIM_BUILD_TARGET.
    148 	(example): Change AC_CONFIG_SUBDIRS to SIM_BUILD_TARGET.
    149 	* m4/sim_ac_common.m4: Delete AC_PROG_CC & AC_PROG_INSTALL require,
    150 	and delete ZW_CREATE_DEPDIR & ZW_PROG_COMPILER_DEPENDENCIES.
    151 	* configure: Regenerate.
    152 
    153 2021-06-19  Mike Frysinger  <vapier (a] gentoo.org>
    154 
    155 	* arch-subdir.mk.in: Move toolchain vars from common/Make-common.in.
    156 	* m4/sim_ac_common.m4: Delete SIM_AC_TOOLCHAIN call.  Require
    157 	AC_PROG_CC and AC_PROG_INSTALL.
    158 
    159 2021-06-19  Mike Frysinger  <vapier (a] gentoo.org>
    160 
    161 	* arch-subdir.mk.in (zlibdir): New variable.
    162 	(@PLUGINS_TRUE@LIBDL): New variable.
    163 	* m4/sim_ac_common.m4: Move bfd dep calls ...
    164 	* m4/sim_ac_platform.m4: ... here.
    165 	* aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
    166 
    167 2021-06-19  Mike Frysinger  <vapier (a] gentoo.org>
    168 
    169 	* arch-subdir.mk.in (COMMON_LIBS): New variable.
    170 	* m4/sim_ac_common.m4: Delete AC_CHECK_LIB calls.
    171 	* m4/sim_ac_option_hardware.m4: Likewise.
    172 	* m4/sim_ac_platform.m4: Call AC_CHECK_LIB.
    173 	* config.h.in, configure: Regenerate.
    174 
    175 2021-06-18  Mike Frysinger  <vapier (a] gentoo.org>
    176 
    177 	* Makefile.am (AM_CFLAGS): New variable.
    178 	* arch-subdir.mk.in (WARN_CFLAGS, WERROR_CFLAGS): New variables.
    179 	* configure.ac: Call SIM_AC_OPTION_WARNINGS.
    180 	* m4/sim_ac_output.m4: Delete SIM_AC_OPTION_WARNINGS require.
    181 	* aclocal.m4, configure, Makefile.in: Regenerate.
    182 
    183 2021-06-18  Mike Frysinger  <vapier (a] gentoo.org>
    184 
    185 	* m4/sim_ac_option_warnings.m4: Delete 1st arg to macro.
    186 
    187 2021-06-18  Mike Frysinger  <vapier (a] gentoo.org>
    188 
    189 	* configure.ac: Output arch-subdir.mk.
    190 	* Makefile.in, configure: Regenerate.
    191 	* arch-subdir.mk.in: New file.
    192 
    193 2021-06-17  Mike Frysinger  <vapier (a] gentoo.org>
    194 
    195 	* configure.ac: Call SIM_AC_OPTION_ENDIAN.
    196 	* m4/sim_ac_option_endian.m4: Delete wire & default arguments.
    197 	* m4/sim_ac_output.m4: Delete sim_alignment & sim_endian.
    198 	* aclocal.m4, Makefile.in, config.h.in, configure: Regenerate.
    199 
    200 2021-06-16  Simon Marchi  <simon.marchi (a] polymtl.ca>
    201 
    202 	* common/Make-common.in (COMPILE, libsim.a, run$(EXEEXT),
    203 	gentmap.o, gentmap): Make rules silent.
    204 
    205 2021-06-16  Mike Frysinger  <vapier (a] gentoo.org>
    206 
    207 	* m4/sim_ac_common.m4: Delete AC_EXEEXT call.
    208 
    209 2021-06-16  Mike Frysinger  <vapier (a] gentoo.org>
    210 
    211 	* m4/sim_ac_common.m4: Delete AC_CONFIG_HEADERS call.
    212 
    213 2021-06-15  Mike Frysinger  <vapier (a] gentoo.org>
    214 
    215 	* m4/sim_ac_option_hardware.m4: Delete AC_DEFINE_UNQUOTED call.
    216 	Add -DHAVE_DV_SOCKSER to sim_hw_cflags.
    217 
    218 2021-06-15  Mike Frysinger  <vapier (a] gentoo.org>
    219 
    220 	* Makefile.in: Regenerate.
    221 
    222 2021-06-14  Mike Frysinger  <vapier (a] gentoo.org>
    223 
    224 	* configure.ac: Call AM_SILENT_RULES.
    225 	* Makefile.in, configure: Regenerate.
    226 
    227 2021-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    228 
    229 	* Makefile.in: Regenerate.
    230 
    231 2021-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    232 
    233 	* m4/sim_ac_platform.m4: Delete sys/select.h.
    234 	* config.h.in, configure: Regenerate.
    235 
    236 2021-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    237 
    238 	* configure.ac: Call SIM_AC_OPTION_ALIGNMENT.
    239 	* m4/sim_ac_option_alignment.m4: Delete wire and default alignment.
    240 	* aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
    241 
    242 2021-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    243 
    244 	* configure.ac: Define PKGVERSION & REPORT_BUGS_TO.
    245 	* m4/sim_ac_common.m4: Delete calls to ACX_PKGVERSION & ACX_BUGURL.
    246 	* aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
    247 
    248 2021-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    249 
    250 	* configure.ac: Call SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO,
    251 	SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
    252 	* m4/sim_ac_common.m4: Delete calls to SIM_AC_OPTION_DEBUG,
    253 	SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
    254 	* aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
    255 
    256 2021-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    257 
    258 	* m4/sim_ac_common.m4: Replace --enable-sim-debug, --enable-sim-stdio,
    259 	--enable-sim-trace, and --enable-sim-profile with calls to
    260 	SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and
    261 	SIM_AC_OPTION_PROFILE.
    262 	* m4/sim_ac_option_debug.m4: New file.
    263 	* m4/sim_ac_option_profile.m4: New file.
    264 	* m4/sim_ac_option_stdio.m4: New file.
    265 	* m4/sim_ac_option_trace.m4: New file.
    266 
    267 2021-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    268 
    269 	* m4/sim_ac_platform.m4: Check more headers, funcs, structs, and
    270 	types.
    271 	* config.h.in, configure: Regenerate.
    272 
    273 2021-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    274 
    275 	* configure.ac: Call SIM_AC_OPTION_ENVIRONMENT.
    276 	* m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ENVIRONMENT.
    277 	* aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
    278 
    279 2021-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    280 
    281 	* configure.ac: Call SIM_AC_OPTION_ASSERT.
    282 	* m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ASSERT.
    283 	* aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
    284 
    285 2021-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    286 
    287 	* configure.ac: Call AC_CONFIG_HEADERS and SIM_AC_PLATFORM.
    288 	* m4/sim_ac_common.m4: Delete calls to AC_CHECK_HEADERS_ONCE,
    289 	AC_CHECK_FUNCS_ONCE, AC_CHECK_MEMBERS, AC_CHECK_TYPES, and
    290 	AC_TYPE_SIGNAL.
    291 	* aclocal.m4, configure, Makefile.in: Regenerate.
    292 	* config.h.in: New file.
    293 	* m4/sim_ac_platform.m4: New file.
    294 
    295 2021-06-05  Mike Frysinger  <vapier (a] gentoo.org>
    296 
    297 	* Makefile.am: Include common/local.mk.
    298 	(SIM_ALL_RECURSIVE_DEPS): Define.
    299 	(all-recursive): New rule.
    300 	* Makefile.in: Regenerated.
    301 
    302 2021-05-16  Mike Frysinger  <vapier (a] gentoo.org>
    303 
    304 	* Makefile.am (pkginclude_HEADERS): Define.
    305 	* Makefile.in: Regenerated.
    306 
    307 2021-05-15  Mike Frysinger  <vapier (a] gentoo.org>
    308 
    309 	* m4/sim_ac_common.m4: Check for __int128 type.
    310 
    311 2021-05-14  Mike Frysinger  <vapier (a] gentoo.org>
    312 
    313 	* README-HACKING: Update callback.h path.
    314 
    315 2021-05-12  Mike Frysinger  <vapier (a] gentoo.org>
    316 
    317 	* README-HACKING: Delete mention of SIM_AC_OPTION_ENVIRONMENT.
    318 
    319 2021-05-12  Luis Machado  <luis.machado (a] linaro.org>
    320 
    321 	* d10v/interp.c (sim_create_inferior): Fix memset call.
    322 
    323 2021-05-07  Dimitar Dimitrov  <dimitar (a] dinux.eu>
    324 
    325 	* Makefile.in: Rebuild.
    326 
    327 2021-05-04  Tom Tromey  <tromey (a] adacore.com>
    328 
    329 	* Makefile.in: Rebuild.
    330 	* Makefile.am (AM_CPPFLAGS): New variable.
    331 
    332 2021-05-04  Mike Frysinger  <vapier (a] gentoo.org>
    333 
    334 	* m4/sim_ac_toolchain.m4 (SIM_AC_TOOLCHAIN): Define AR_FOR_BUILD and
    335 	RANLIB_FOR_BUILD.
    336 	* configure, Makefile.in: Regenerate.
    337 
    338 2021-05-01  Mike Frysinger  <vapier (a] gentoo.org>
    339 
    340 	* m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.
    341 
    342 2021-04-26  Mike Frysinger  <vapier (a] gentoo.org>
    343 
    344 	* README-HACKING (nltvals.def): Update to gennltvals.py.
    345 
    346 2021-04-26  Mike Frysinger  <vapier (a] gentoo.org>
    347 
    348 	* m4/sim_ac_output.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_HARDWARE.
    349 
    350 2021-04-23  Mike Frysinger  <vapier (a] gentoo.org>
    351 
    352 	* README-HACKING (SIM_AC_OPTION_HARDWARE): Delete first two args.
    353 	* m4/sim_ac_option_hardware.m4 (SIM_AC_OPTION_HARDWARE): Replace [$1]
    354 	with yes.  Delete test [$2].  Change [$3] to [$1].  Update comments.
    355 
    356 2021-04-22  Tom Tromey  <tom (a] tromey.com>
    357 
    358 	* m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for sys/time.h
    359 	or sys/times.h.
    360 
    361 2021-04-22  Tom Tromey  <tom (a] tromey.com>
    362 
    363 	* m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for make.
    364 
    365 2021-04-21  Simon Marchi  <simon.marchi (a] polymtl.ca>
    366 
    367 	* m4/sim_ac_option_warnings.m4 (SIM_AC_OPTION_WARNINGS): Use
    368 	-Werror when probing for supported warning flags.
    369 
    370 2021-04-18  Mike Frysinger  <vapier (a] gentoo.org>
    371 
    372 	* m4/sim_ac_common.m4: Change AC_CHECK_HEADERS to
    373 	AC_CHECK_HEADERS_ONCE, merge calls, and sort args.
    374 
    375 2021-04-18  Mike Frysinger  <vapier (a] gentoo.org>
    376 
    377 	* m4/sim_ac_common.m4: Change AC_CHECK_FUNCS to AC_CHECK_FUNCS_ONCE,
    378 	merge calls, and sort args.
    379 
    380 2021-04-03  Mike Frysinger  <vapier (a] gentoo.org>
    381 
    382 	* configure.ac: Add --example-sims option.
    383 	* configure: Regenerate.
    384 
    385 2021-04-03  Mike Frysinger  <vapier (a] gentoo.org>
    386 
    387 	* Makefile.am (check_PROGRAMS, CLEANFILES, DISTCLEANFILES): Define.
    388 	* Makefile.in: Regenerated.
    389 
    390 2021-04-03  Mike Frysinger  <vapier (a] gentoo.org>
    391 
    392 	* Makefile.am (SIM_PRIMARY_TARGET, AM_MAKEFLAGS): Define.
    393 	* configure.ac: Add --enable-targets option.  Define SIM_PRIMARY_TARGET
    394 	and SIM_TARGET.  Rewrite case statement with SIM_TARGET calls.
    395 	* Makefile.in, configure: Regenerate.
    396 
    397 2021-04-02  Mike Frysinger  <vapier (a] gentoo.org>
    398 
    399 	* Makefile.am [SIM_ENABLE_IGEN]: Include igen/local.mk.
    400 	* configure.ac: Delete AC_CONFIG_SUBDIRS(igen) call.
    401 	(SIM_ENABLE_IGEN): Define.
    402 	* configure, Makefile.in: Regenerate.
    403 
    404 2021-04-02  Mike Frysinger  <vapier (a] gentoo.org>
    405 
    406 	* Makefile.am (ACLOCAL_AMFLAGS): Add -Im4.
    407 	(COMPILE_FOR_BUILD, LINK_FOR_BUILD): Define.
    408 	* configure.ac: Replace toolchain calls with SIM_AC_TOOLCHAIN.
    409 	* m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace toolchain calls
    410 	with SIM_AC_TOOLCHAIN.
    411 	* m4/sim_ac_toolchain.m4: New file.
    412 	* aclocal.m4, configure, Makefile.in: Regenerate.
    413 
    414 2021-03-08  Tom Tromey  <tromey (a] adacore.com>
    415 
    416 	* aclocal.m4, configure, Makefile.in: Rebuild.
    417 	* configure.ac: Use AM_MAINTAINER_MODE.
    418 
    419 2021-03-07  Mike Frysinger  <vapier (a] gentoo.org>
    420 
    421 	* configure.ac (AC_CONFIG_FILES): Delete testsuite/Makefile.
    422 	* Makefile.am: Include testsuite/local.mk.
    423 	(AUTOMAKE_OPTIONS): Add dejagnu.
    424 	* configure, Makefile.in: Regenerated.
    425 
    426 2021-03-07  Mike Frysinger  <vapier (a] gentoo.org>
    427 
    428 	* Makefile.am: New file.
    429 	* configure.ac: Update AC_INIT call.  Move AC_CANONICAL_SYSTEM after
    430 	it.  Call AM_INIT_AUTOMAKE.  Delete AC_CONFIG_MACRO_DIRS.
    431 	* aclocal.m4, configure, Makefile.in: Regenerated.
    432 
    433 2021-02-28  Mike Frysinger  <vapier (a] gentoo.org>
    434 
    435 	* m4/sim_ac_common.m4 (SIM_AC_COMMON): Delete CC_FOR_BUILD test.
    436 	Change CC_FOR_BUILD assignment.  Define CFLAGS_FOR_BUILD.
    437 
    438 2021-02-28  Mike Frysinger  <vapier (a] gentoo.org>
    439 
    440 	* m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace AR assignment and
    441 	AC_SUBST(AR) with call to AC_CHECK_TOOL(AR, ar).
    442 
    443 2021-02-28  Mike Frysinger  <vapier (a] gentoo.org>
    444 
    445 	* m4/sim_ac_common.m4 (SIM_AC_COMMON): Require AC_PROG_CPP.
    446 
    447 2021-02-28  Mike Frysinger  <vapier (a] gentoo.org>
    448 
    449 	* README-HACKING: Delete SIM_EXTRA_LIBDEPS.
    450 
    451 2021-02-27  Mike Frysinger  <vapier (a] gentoo.org>
    452 
    453 	* README-HACKING: Delete SIM_EXTRA_ALL.
    454 
    455 2021-02-21  Mike Frysinger  <vapier (a] gentoo.org>
    456 
    457 	* m4/sim_ac_common.m4, m4/sim_ac_option_alignment.m4,
    458 	m4/sim_ac_option_assert.m4, m4/sim_ac_option_bitsize.m4,
    459 	m4/sim_ac_option_cgen_maint.m4, m4/sim_ac_option_default_model.m4,
    460 	m4/sim_ac_option_endian.m4, m4/sim_ac_option_environment.m4,
    461 	m4/sim_ac_option_float.m4, m4/sim_ac_option_hardware.m4,
    462 	m4/sim_ac_option_inline.m4, m4/sim_ac_option_reserved_bits.m4,
    463 	m4/sim_ac_option_scache.m4, m4/sim_ac_option_smp.m4,
    464 	m4/sim_ac_option_warnings.m4, m4/sim_ac_option_xor_endian.m4,
    465 	m4/sim_ac_output.m4: New files.
    466 
    467 2021-02-20  Mike Frysinger  <vapier (a] gentoo.org>
    468 
    469 	* configure.tgt: Move arch list ...
    470 	* configure.ac: ... here.
    471 	* configure: Regenerate.
    472 
    473 2021-02-19  Nelson Chu  <nelson.chu (a] sifive.com>
    474 
    475 	PR 27158
    476 	* riscv/sim-main.c (execute_i): Updated encoding macros.
    477 
    478 2021-02-13  Mike Frysinger  <vapier (a] gentoo.org>
    479 
    480 	* configure.tgt: Delete call to AC_SUBST(sim_arch).
    481 	* configure: Regenerate.
    482 
    483 2021-02-13  Mike Frysinger  <vapier (a] gentoo.org>
    484 
    485 	* README-HACKING: Replace sinclude with AC_CONFIG_MACRO_DIRS in
    486 	configure.ac skeleton.
    487 
    488 2021-02-06  Mike Frysinger  <vapier (a] gentoo.org>
    489 
    490 	* README-HACKING: Replace STATE_WATCHPOINTS with CPU_PC_FETCH.
    491 
    492 2021-02-06  Mike Frysinger  <vapier (a] gentoo.org>
    493 
    494 	* configure.ac (HDEFINES): Delete AC_SUBST call.
    495 	* configure: Regenerate.
    496 
    497 2021-02-04  Mike Frysinger  <vapier (a] gentoo.org>
    498 
    499 	* configure.tgt (sim_arch): Add entry for riscv*-*-*.
    500 	* configure: Regenerate.
    501 
    502 2021-01-30  Mike Frysinger  <vapier (a] gentoo.org>
    503 
    504 	* Makefile.in (nltvals): Change to gennltvals.py.
    505 
    506 2021-01-30  Mike Frysinger  <vapier (a] gentoo.org>
    507 
    508 	* README-HACKING: Delete reference to sizeof_pc.
    509 
    510 2021-01-29  Mike Frysinger  <vapier (a] gentoo.org>
    511 
    512 	* MAINTAINERS (Global Maintainers): Move myself back.
    513 
    514 2021-01-18  Mike Frysinger  <vapier (a] gentoo.org>
    515 
    516 	* configure.ac: Call AC_PROG_CPP.
    517 	* configure: Regenerate.
    518 	* Makefile.in (abs_srcdir, srcroot, CPP): Define.
    519 	(nltvals): New target.
    520 	* README-HACKING: Change headers to nltvals.
    521 
    522 2021-01-18  Mike Frysinger  <vapier (a] gentoo.org>
    523 
    524 	* Makefile.in (headers): Change args to gennltvals.sh.
    525 	* gennltvals.sh: Rewrite from scratch.
    526 	* gentvals.sh: Delete.
    527 	* nltvals.def: Regen.
    528 
    529 2021-01-15  Mike Frysinger  <vapier (a] gentoo.org>
    530 
    531 	* configure.ac: Delete AC_CONFIG_SUBDIRS(testsuite) call.
    532 	Add AC_CONFIG_FILES([Makefile testsuite/Makefile]) call.
    533 	Drop argument to AC_OUTPUT.
    534 	* configure: Regenerate.
    535 
    536 2021-01-12  Mike Frysinger  <vapier (a] gentoo.org>
    537 
    538 	* README-HACKING (SIM_RUN_OBJS): Delete.
    539 
    540 2021-01-09  Mike Frysinger  <vapier (a] gentoo.org>
    541 
    542 	* MAINTAINERS (sh64): Move to past maintainers.
    543 	* configure: Regenerate.
    544 	* configure.tgt (sh64*-*-*): Delete.
    545 	* sh64/: Delete.
    546 
    547 2021-01-09  Mike Frysinger  <vapier (a] gentoo.org>
    548 
    549 	* README-HACKING (AC_PREREQ): Delete.
    550 
    551 2021-01-08  Mike Frysinger  <vapier (a] gentoo.org>
    552 
    553 	* README-HACKING (C Language Assumptions): Require C11 compiler.
    554 
    555 2020-09-03  Jose E. Marchesi  <jose.marchesi (a] oracle.com>
    556 
    557 	* configure.ac: Do not configure sim/testsuite nor sim/igen if the
    558 	primary target doesn't have a simulator.
    559 	* configure: Regenerate.
    560 
    561 2020-08-04  Jose E. Marchesi  <jose.marchesi (a] oracle.com>
    562 	    David Faust <david.faust (a] oracle.com>
    563 
    564 	* configure.tgt (sim_arch): Add entry for bpf-*-*.
    565 	* configure: Regenerate.
    566 	* MAINTAINERS: Add maintainer for the BPF simulator.
    567 
    568 2019-12-19  Tom Tromey  <tromey (a] adacore.com>
    569 
    570 	PR build/24572:
    571 	* Makefile.in (install-strip): New target.
    572 
    573 2019-09-23  Dimitar Dimitrov  <dimitar (a] dinux.eu>
    574 
    575 	* MAINTAINERS: Add myself as PRU maintainer.
    576 	* configure: Regenerated.
    577 	* configure.tgt: Add PRU.
    578 
    579 2019-09-18  Alan Modra  <amodra (a] gmail.com>
    580 
    581 	* common/sim-load.c, * common/sim-utils.c, * cris/sim-if.c,
    582 	* erc32/func.c, * lm32/sim-if.c, * m32c/load.c, * m32c/trace.c,
    583 	* m68hc11/interp.c, * ppc/hw_htab.c, * ppc/hw_init.c,
    584 	* rl78/load.c, * rl78/trace.c, * rx/gdb-if.c, * rx/load.c,
    585 	* rx/trace.c: Update throughout for bfd section macro changes.
    586 
    587 2019-02-28  Joel Brobecker  <brobecker (a] adacore.com>
    588 
    589 	* MAINTAINERS: Move Mike Frysinger to past maintainers' section.
    590 
    591 2019-02-13  Simon Marchi  <simon.marchi (a] ericsson.com>
    592 
    593 	* MAINTAINERS: Add Andrew Burgess as global maintainer.
    594 
    595 2019-01-03  Pavel I. Kryukov  <kryukov (a] frtk.ru>
    596 
    597 	* sim-base.h: Add 'extern C' if header is compiled with C++.
    598 
    599 2018-12-06  Andrew Burgess  <andrew.burgess (a] embecosm.com>
    600 
    601 	* common/acinclude.m4 (enable-cgen-maint): Support passing path to
    602 	cgen source tree.
    603 	* cris/configure: Regenerate.
    604 	* frv/configure: Regenerate.
    605 	* iq2000/configure: Regenerate.
    606 	* lm32/configure: Regenerate.
    607 	* m32r/configure: Regenerate.
    608 	* or1k/configure: Regenerate.
    609 	* sh64/configure: Regenerate.
    610 
    611 2018-07-20  Maciej W. Rozycki  <macro (a] mips.com>
    612 
    613 	* MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
    614 	ISA maintenance.
    615 
    616 2018-07-19  DJ Delorie  <dj (a] redhat.com>
    617 
    618 	* MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
    619 
    620 2018-07-14  Stafford Horne  <shorne (a] gmail.com>
    621 
    622 	* MAINTAINERS (or1k): Add myself as or1k maintainer.
    623 
    624 2018-06-19  Simon Marchi  <simon.marchi (a] ericsson.com>
    625 
    626 	* All configure.ac: Remove AC_PREREQ.
    627 	* All configure: Re-generate.
    628 
    629 2018-01-22  Maciej W. Rozycki  <macro (a] mips.com>
    630 
    631 	* MAINTAINERS: Update my company e-mail address.
    632 
    633 2017-12-12  Stafford Horne  <shorne (a] gmail.com>
    634 	    Peter Gavin  <pgavin (a] gmail.com>
    635 
    636 	* configure: Regenerated.
    637 
    638 2017-12-12  Stafford Horne  <shorne (a] gmail.com>
    639 	    Peter Gavin  <pgavin (a] gmail.com>
    640 
    641 	* configure.tgt: Add or1k sim.
    642 
    643 2017-10-12  James Bowman  <james.bowman (a] ftdichip.com>
    644 
    645 	* MAINTAINERS (ft32): Add myself.
    646 
    647 2017-10-03  Jim Wilson  <wilson (a] tuliptree.org>
    648 
    649 	* MAINTAINERS (aarch64): Update my email address.
    650 
    651 2017-09-06  John Baldwin  <jhb (a] FreeBSD.org>
    652 
    653 	* configure.ac: Honor existing CC_FOR_BUILD in environment.
    654 	* configure: Regenerate.
    655 
    656 2017-02-14  Jim Wilson  <jim.wilson (a] linaro.org>
    657 
    658 	* MAINTAINTERS (aarch64): Add myself.
    659 
    660 2016-12-14  Maciej W. Rozycki  <macro (a] imgtec.com>
    661 
    662 	* MAINTAINERS (Maintainers for particular sims): Add myself as
    663 	a MIPS maintainer.
    664 
    665 2016-02-03  Maciej W. Rozycki  <macro (a] linux-mips.org>
    666 
    667 	* MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
    668 
    669 2016-01-09  Mike Frysinger  <vapier (a] gentoo.org>
    670 
    671 	* configure.ac: Delete sim_common check and the
    672 	AC_CONFIG_SUBDIRS(common) call.
    673 	* configure: Regenerate.
    674 	* configure.tgt (sim_common): Delete the variable.
    675 
    676 2016-01-09  Mike Frysinger  <vapier (a] gentoo.org>
    677 
    678 	* .gitignore: Delete /common/cconfig.h entry.
    679 
    680 2016-01-05  Nick Clifton  <nickc (a] redhat.com>
    681 
    682 	* MAINTAINERS: Add myself as AArch64 sim maintainer.
    683 
    684 2015-12-09  Tristan Gingold  <gingold (a] adacore.com>
    685 
    686 	* aarch64/simulator.c: Remove syscall.h include.
    687 
    688 2015-12-26  Mike Frysinger  <vapier (a] gentoo.org>
    689 
    690 	* README-HACKING: Delete mention of tconfig.h.
    691 
    692 2015-11-24  Nick Clifton  <nickc (a] redhat.com>
    693 
    694 	* configure.tgt: Add aarch64 entry.
    695 	* configure: Regenerate.
    696 
    697 2015-06-23  Mike Frysinger  <vapier (a] gentoo.org>
    698 
    699 	* configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING.
    700 	* configure: Regenerate.
    701 
    702 2015-06-12  Mike Frysinger  <vapier (a] gentoo.org>
    703 
    704 	* README-HACKING: Change configure.in to configure.ac.
    705 
    706 2015-04-02  H.J. Lu  <hongjiu.lu (a] intel.com>
    707 
    708 	* arm/configure: Regenerated.
    709 	* avr/configure: Likewise.
    710 	* bfin/configure: Likewise.
    711 	* common/configure: Likewise.
    712 	* cr16/configure: Likewise.
    713 	* cris/configure: Likewise.
    714 	* d10v/configure: Likewise.
    715 	* erc32/configure: Likewise.
    716 	* frv/configure: Likewise.
    717 	* ft32/configure: Likewise.
    718 	* h8300/configure: Likewise.
    719 	* igen/configure: Likewise.
    720 	* iq2000/configure: Likewise.
    721 	* lm32/configure: Likewise.
    722 	* m32c/configure: Likewise.
    723 	* m32r/configure: Likewise.
    724 	* m68hc11/configure: Likewise.
    725 	* mcore/configure: Likewise.
    726 	* microblaze/configure: Likewise.
    727 	* mips/configure: Likewise.
    728 	* mn10300/configure: Likewise.
    729 	* moxie/configure: Likewise.
    730 	* msp430/configure: Likewise.
    731 	* ppc/configure: Likewise.
    732 	* rl78/configure: Likewise.
    733 	* rx/configure: Likewise.
    734 	* sh/configure: Likewise.
    735 	* sh64/configure: Likewise.
    736 	* v850/configure: Likewise.
    737 
    738 2015-04-01  H.J. Lu  <hongjiu.lu (a] intel.com>
    739 
    740 	* common/Make-common.in (CSEARCH): Remove $(ZLIBINC).
    741 	(BFD_LIB): Remove $(ZLIB).
    742 	(CONFIG_LIBS): Add $(ZLIB).
    743 	* ppc/Makefile.in (ZLIBINC): Removed.
    744 	(INCLUDES): Remove $(ZLIBINC).
    745 	(BFD_LIB): Remove $(ZLIB).
    746 
    747 2015-04-01  H.J. Lu  <hongjiu.lu (a] intel.com>
    748 
    749 	* arm/configure: Regenerated.
    750 	* avr/configure: Likewise.
    751 	* bfin/configure: Likewise.
    752 	* common/configure: Likewise.
    753 	* cr16/configure: Likewise.
    754 	* cris/configure: Likewise.
    755 	* d10v/configure: Likewise.
    756 	* erc32/configure: Likewise.
    757 	* frv/configure: Likewise.
    758 	* ft32/configure: Likewise.
    759 	* h8300/configure: Likewise.
    760 	* igen/configure: Likewise.
    761 	* iq2000/configure: Likewise.
    762 	* lm32/configure: Likewise.
    763 	* m32c/configure: Likewise.
    764 	* m32r/configure: Likewise.
    765 	* m68hc11/configure: Likewise.
    766 	* mcore/configure: Likewise.
    767 	* microblaze/configure: Likewise.
    768 	* mips/configure: Likewise.
    769 	* mn10300/configure: Likewise.
    770 	* moxie/configure: Likewise.
    771 	* msp430/configure: Likewise.
    772 	* ppc/configure: Likewise.
    773 	* rl78/configure: Likewise.
    774 	* rx/configure: Likewise.
    775 	* sh/configure: Likewise.
    776 	* sh64/configure: Likewise.
    777 	* v850/configure: Likewise.
    778 
    779 2015-03-29  Mike Frysinger  <vapier (a] gentoo.org>
    780 
    781 	* configure: Regenerate.
    782 	* configure.ac: Delete sim_testsuite check and config in testsuite.
    783 	* configure.tgt (sim_testsuite): Delete everywhere.
    784 
    785 2015-03-28  Mike Frysinger  <vapier (a] gentoo.org>
    786 
    787 	* configure: Regenerate.
    788 	* configure.tgt (avr*-*-*): Set sim_testsuite=yes.
    789 
    790 2015-03-28  James Bowman  <james.bowman (a] ftdichip.com>
    791 
    792 	* configure.tgt: Add FT32 entry.
    793 	* configure: Regenerate.
    794 
    795 2015-03-16  Mike Frysinger  <vapier (a] gentoo.org>
    796 
    797 	* .gitignore: Delete tconfig.h.
    798 	* README-HACKING: Change tconfig.in to tconfig.h.
    799 
    800 2014-03-12  Nick Clifton  <nickc (a] redhat.com>
    801 
    802 	* MAINTAINERS: Add myself as the maintainer for the MSP430.
    803 
    804 2014-03-10  Mike Frysinger  <vapier (a] gentoo.org>
    805 
    806 	* configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
    807 	* configure: Regenerate.
    808 
    809 2014-01-06  Tom Tromey  <tromey (a] redhat.com>
    810 
    811 	* common/cgen-trace.c: Don't use old VA_* macros.
    812 	* common/sim-load.c (xprintf): Likewise.
    813 	* common/sim-trace.c (trace_printf, debug_printf): Likewise.
    814 
    815 2014-01-06  Tom Tromey  <tromey (a] redhat.com>
    816 
    817 	* README-HACKING: Don't use PARAMS.
    818 	* arm/wrapper.c: Don't use PARAMS.
    819 	* bfin/sim-main.h: Don't use PARAMS.
    820 	* common/callback.c: Don't use PARAMS.
    821 	* common/cgen-trace.c: Don't use PARAMS.
    822 	* common/run-sim.h: Don't use PARAMS.
    823 	* common/run.c: Don't use PARAMS.
    824 	* common/sim-base.h: Don't use PARAMS.
    825 	* common/sim-load.c: Don't use PARAMS.
    826 	* common/sim-options.h: Don't use PARAMS.
    827 	* common/sim-trace.c: Don't use PARAMS.
    828 	* common/sim-trace.h: Don't use PARAMS.
    829 	* common/sim-utils.h: Don't use PARAMS.
    830 	* cr16/cr16_sim.h: Don't use PARAMS.
    831 	* cr16/gencode.c: Don't use PARAMS.
    832 	* cr16/interp.c: Don't use PARAMS.
    833 	* cr16/simops.c: Don't use PARAMS.
    834 	* d10v/d10v_sim.h: Don't use PARAMS.
    835 	* d10v/gencode.c: Don't use PARAMS.
    836 	* d10v/interp.c: Don't use PARAMS.
    837 	* d10v/simops.c: Don't use PARAMS.
    838 	* erc32/erc32.c: Don't use PARAMS.
    839 	* erc32/exec.c: Don't use PARAMS.
    840 	* erc32/float.c: Don't use PARAMS.
    841 	* erc32/func.c: Don't use PARAMS.
    842 	* erc32/sis.c: Don't use PARAMS.
    843 	* erc32/sis.h: Don't use PARAMS.
    844 	* mips/interp.c: Don't use PARAMS.
    845 	* mips/sim-main.h: Don't use PARAMS.
    846 	* sh/interp.c: Don't use PARAMS.
    847 	* v850/sim-main.h: Don't use PARAMS.
    848 	* v850/v850_sim.h: Don't use PARAMS.
    849 
    850 2013-11-07  Will Newton  <will.newton (a] linaro.org>
    851 
    852 	PR gdb/15508
    853 	* arm/wrapper.c (sim_create_inferior): Call init before
    854 	accessing STATE.
    855 
    856 2013-11-07  Will Newton  <will.newton (a] linaro.org>
    857 
    858 	PR gdb/8989
    859 	* arm/wrapper.c (sim_create_inferior): Avoid calling
    860 	bfd_get_mach with a NULL bfd.
    861 
    862 2013-06-21  Nick Clifton  <nickc (a] redhat.com>
    863 
    864 	* msp430: New Directory.
    865 	* configure.tgt: Add it.
    866 	* configure: Regenerate.
    867 
    868 2013-03-15  Steve Ellcey  <sellcey (a] mips.com>
    869 
    870 	* arm/wrapper.c (sim_complete_command): Make char arguments const.
    871 	* avr/interp.c (sim_complete_command): Ditto.
    872 	* common/sim-options.c (sim_complete_command): Ditto.
    873 	* cr16/interp.c (sim_complete_command): Ditto.
    874 	* erc32/interf.c (sim_complete_command): Ditto.
    875 	* m32c/gdb-if.c (sim_complete_command): Ditto.
    876 	* microblaze/interp.c (sim_complete_command): Ditto.
    877 	* ppc/sim_calls.c (sim_complete_command): Ditto.
    878 	* rl78/gdb-if.c (sim_complete_command): Ditto.
    879 	* rx/gdb-if.c (sim_complete_command): Ditto.
    880 	* sh/interp.c (sim_complete_command): Ditto.
    881 
    882 2013-01-01  Joel Brobecker  <brobecker (a] adacore.com>
    883 
    884 	Update year range in copyright notice of all files.
    885 
    886 2012-12-19  Joel Brobecker  <brobecker (a] adacore.com>
    887 
    888 	Update old contact info in GPL license notices.
    889 
    890 2012-12-19  Joel Brobecker  <brobecker (a] adacore.com>
    891 
    892 	Update the non-FSF-copyrighted files in sim to GPLv3 or later.
    893 
    894 2012-11-20  Pavel Chupin  <pavel.v.chupin (a] intel.com>
    895 
    896 	* common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS
    897 	condition.
    898 	* common/acinclude.m4: Define lt_cv_dlopen_libs.
    899 	* arm/configure: Regenerate.
    900 	* avr/configure: Regenerate.
    901 	* bfin/configure: Regenerate.
    902 	* common/configure: Regenerate.
    903 	* cr16/configure: Regenerate.
    904 	* cris/configure: Regenerate.
    905 	* d10v/configure: Regenerate.
    906 	* erc32/configure: Regenerate.
    907 	* frv/configure: Regenerate.
    908 	* h8300/configure: Regenerate.
    909 	* igen/configure: Regenerate.
    910 	* iq2000/configure: Regenerate.
    911 	* lm32/configure: Regenerate.
    912 	* m32c/configure: Regenerate.
    913 	* m32r/configure: Regenerate.
    914 	* m68hc11/configure: Regenerate.
    915 	* mcore/configure: Regenerate.
    916 	* microblaze/configure: Regenerate.
    917 	* mips/configure: Regenerate.
    918 	* mn10300/configure: Regenerate.
    919 	* moxie/configure: Regenerate.
    920 	* ppc/configure: Regenerate.
    921 	* rl78/configure: Regenerate.
    922 	* rx/configure: Regenerate.
    923 	* sh/configure: Regenerate.
    924 	* sh64/configure: Regenerate.
    925 	* testsuite/configure: Regenerate.
    926 	* v850/configure: Regenerate.
    927 
    928 2012-11-05  Stephane Carrez  <Stephane.Carrez (a] gmail.com>
    929 
    930 	* MAINTAINERS: Update my email address.
    931 
    932 2012-09-24  Steve Ellcey  <sellcey (a] mips.com>
    933 
    934 	* mips/basic.exp: Add mips*-mti-elf* target.
    935 	* configure.ac: Add mips*-mti-elf* target.
    936 	* configure: Regenerate.
    937 
    938 2012-06-15  Joel Brobecker  <brobecker (a] adacore.com>
    939 
    940 	* configure: Regenerate.
    941 
    942 2012-06-06  Michael Eager  <eager (a] eagercon.com>
    943 
    944 	* microblaze/interp.c (config.h): Add #include.
    945 
    946 2011-11-29  Joel Brobecker  <brobecker (a] adacore.com>
    947 
    948 	* MAINTAINERS (Global Maintainers): New section.  Add Mike
    949 	Frysinger.
    950 
    951 2011-11-28  DJ Delorie  <dj (a] redhat.com>
    952 
    953 	* configure.tgt: Add rl78 support.
    954 	* configure: Regenerate.
    955 	* rl78: New directory.
    956 	* MAINTAINERS: Add myself as RL78 maintainer.
    957 
    958 2011-07-08  Hans-Peter Nilsson  <hp (a] axis.com>
    959 
    960 	* MAINTAINERS: Remove Thiemo Seufer.
    961 
    962 2011-06-04  Mike Frysinger  <vapier (a] gentoo.org>
    963 
    964 	* configure.tgt (bfin-*-*): Add sim_testsuite=yes.
    965 	* configure: Regenerate.
    966 
    967 2011-05-04  Joseph Myers  <joseph (a] codesourcery.com>
    968 
    969 	* configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
    970 	handle targets.
    971 	* configure: Regenerate.
    972 
    973 2011-03-05  Mike Frysinger  <vapier (a] gentoo.org>
    974 
    975 	* MAINTAINERS: Add bfin entry.
    976 	* configure.tgt (bfin-*-*): Handle bfin targets.
    977 	* configure: Regenerate.
    978 
    979 2011-01-05  Mike Frysinger  <vapier (a] gentoo.org>
    980 
    981 	* .gitignore: Add /*/hw-config.h.
    982 
    983 2010-12-23  Mike Frysinger  <vapier (a] gentoo.org>
    984 
    985 	* .gitignore: New file.
    986 
    987 2010-07-28  DJ Delorie  <dj (a] redhat.com>
    988 
    989 	* MAINTAINERS: Add self as RX maintainer.  Sort list.
    990 
    991 2010-06-08  Nick Clifton  <nickc (a] redhat.com>
    992 
    993 	* reg.c (set_oszc): Use unsigned int for the mask.
    994 	(set_szc, set_osz, set_sz): Likewise.
    995 
    996 2010-04-26  Mike Frysinger  <vapier (a] gentoo.org>
    997 
    998 	* configure.ac: Target logic moved out to and included from ...
    999 	* configure.tgt: ... this new file.
   1000 	* configure: Regenerated.
   1001 
   1002 2010-04-12  Mike Frysinger  <vapier (a] gentoo.org>
   1003 
   1004 	* README-HACKING: Add more sections.
   1005 
   1006 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues (a] gmx.de>
   1007 
   1008 	* avr/configure: Regenerate.
   1009 	* cris/configure: Regenerate.
   1010 	* microblaze/configure: Regenerate.
   1011 
   1012 2009-11-24  Joel Brobecker  <brobecker (a] adacore.com>
   1013 
   1014 	* common/aclocal.m4: Add include of ../../config/zlib.m4.
   1015 	* common/common.m4: Use AM_ZLIB to check for zlib support.
   1016 	* ppc/configure.ac: Likewise.
   1017 	* arm/configure, avr/configure, common/configure, cr16/configure,
   1018 	cris/configure, d10v/configure, erc32/configure, frv/configure,
   1019 	h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
   1020 	m32r/configure, m68hc11/configure, mcore/configure,
   1021 	microblaze/configure, mips/configure, mn10300/configure,
   1022 	moxie/configure, ppc/configure, sh/configure, sh64/configure,
   1023 	v850/configure: Regenerate.
   1024 
   1025 2009-11-24  DJ Delorie  <dj (a] redhat.com>
   1026 
   1027 	* rx: New directory.
   1028 	* configure.ac: Add entry for Renesas RX.
   1029 	* configure: Regenerate.
   1030 
   1031 2009-10-16  Doug Evans  <dje (a] sebabeach.org>
   1032 
   1033 	* MAINTAINERS: Add myself as m32r maintainer.
   1034 
   1035 2009-10-15  Michael Egaer  <eager (a] eagercon.com>
   1036 
   1037 	* MAINTAINERS: Add self as MicroBlaze maintainer.
   1038 
   1039 2009-10-14  Ben Elliston  <bje (a] gnu.org>
   1040 
   1041 	* MAINTAINERS (common): Move myself to "past maintainers" section.
   1042 
   1043 2009-10-06  Michael Eager  <eager (a] eagercon.com>
   1044 
   1045 	* microblaze/interp.c: Add include microblaze-dis.h.
   1046 
   1047 2009-09-23  Michael Eager  <eager (a] eagercon.com>
   1048 
   1049 	* configure: Add microblaze-*.* (not regenerated).
   1050 	* configure.ac: Likewise.
   1051 	* microblaze/config.in: New.
   1052 	* microblaze/configure: Generate.
   1053 	* microblaze/configure.ac: New.
   1054 	* microblaze/interp.c: New.
   1055 	* microblaze/Makefile.in: New.
   1056 	* microblaze/microblaze.h: New.
   1057 	* microblaze/microblaze.isa: New.
   1058 	* microblaze/sim-main.h: New.
   1059 	* microblaze/sysdep.h: New.
   1060 
   1061 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues (a] gmx.de>
   1062 
   1063 	* avr/config.in: Regenerate.
   1064 	* avr/configure: Likewise.
   1065 	* configure: Likewise.
   1066 	* cris/config.in: Likewise.
   1067 	* cris/configure: Likewise.
   1068 
   1069 	* configure.ac: m4_include toplevel config/override.m4.
   1070 	* configure: Regenerate.
   1071 	* avr/configure: Regenerate.
   1072 	* cris/configure: Regenerate.
   1073 
   1074 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues (a] gmx.de>
   1075 
   1076 	* Makefile.in (datarootdir): New variable.
   1077 
   1078 2009-05-18  Jon Beniston <jon (a] beniston.com>
   1079 
   1080 	* MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
   1081 	* configure.ac: Add lm32 target.
   1082 	* lm32: New directory.
   1083 
   1084 2009-05-11  Andrew Cagney  <cagney (a] gnu.org>
   1085 
   1086 	* MAINTAINERS: Orphan ppc.
   1087 
   1088 2009-04-30  Anthony Green  <green (a] moxielogic.com>
   1089 
   1090 	* MAINTAINERS: Add myself for the moxie port.
   1091 	* moxie: New directory.
   1092 	* configure.ac: Add entry for moxie.
   1093 	* configure: Regenerate.
   1094 
   1095 2009-04-27  Tristan Gingold  <gingold (a] adacore.com>
   1096 
   1097 	* avr: New directory.
   1098 	* configure.ac: Add avr.
   1099 	* configure: Regenerated.
   1100 
   1101 2009-04-17  Carlos O'Donell  <carlos (a] codesourcery.com>
   1102 
   1103 	* Makefile.in: Add dummy install-pdf, html, and
   1104 	install-html targets.
   1105 
   1106 2008-07-29  Nick Clifton  <nickc (a] redhat.com>
   1107 
   1108 	* common/genmloop.sh: Add new parameter: -shell to specify the
   1109 	command interpreter to use to run the input file.  This is
   1110 	necessary because otherwise SHELL is taken from the user's
   1111 	environment, and not from the makefile that invoked this script
   1112 	and the user might not be running an sh-like shell.
   1113 	* cris/Makefile.in: Pass -shell parameter to genmloop.sh.
   1114 	* fr30/Makefile.in: Likewise.
   1115 	* frv/Makefile.in: Likewise.
   1116 	* i960/Makefile.in: Likewise.
   1117 	* iq2000/Makefile.in: Likewise.
   1118 	* m32r/Makefile.in: Likewise.
   1119 
   1120 	* frv/mloop.in: Add missing start of line comment marker.
   1121 
   1122 2008-05-09  Olivier Hainque  <hainque (a] adacore.com>
   1123 
   1124 	* ppc/altivec.igen (vperm): Latch inputs into temporaries.
   1125 
   1126 2008-03-25  M R Swami Reddy <MR.Swami.Reddy (a] nsc.com>
   1127 
   1128 	* MAINTAINERS: Add myself as maintainer of cr16 port.
   1129 
   1130 2008-02-12  M Ranga Swami Reddy <MR.Swami.Reddy (a] nsc.com>
   1131 
   1132 	Add simulator for National cr16 processor.
   1133 	* cr16: New directory.
   1134 	* configure.ac: Add entry for National cr16.
   1135 	* configure: Regenerate.
   1136 
   1137 2008-02-05  DJ Delorie  <dj (a] redhat.com>
   1138 
   1139 	* configure.ac (v850): V850 now has a testsuite.
   1140 	* configure (v850): Likewise.
   1141 
   1142 2008-01-01  Daniel Jacobowitz  <dan (a] codesourcery.com>
   1143 
   1144 	Updated copyright notices for most files.
   1145 
   1146 2007-12-19  DJ Delorie  <dj (a] redhat.com>
   1147 
   1148 	* frv/frv.c (frvbf_cut): Only look at the six LSBs of
   1149 	cut_point.
   1150 
   1151 2007-08-24  Joel Brobecker  <brobecker (a] adacore.com>
   1152 
   1153 	Switch the license of all files explicitly copyright the FSF
   1154 	to GPLv3.
   1155 
   1156 2007-03-27  Brooks Moses  <brooks.moses (a] codesourcery.com>
   1157 
   1158 	* Makefile.in: Add dummy "pdf" target.
   1159 
   1160 2007-02-16  Thiemo Seufer  <ths (a] mips.com>
   1161 
   1162 	* Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
   1163 
   1164 2007-01-28  Manuel Lauss  <slauss (a] resi.at>
   1165 
   1166 	* configure.ac (sh64-*-*): Change to sh64*-*-*.
   1167 	(sh-*-*): Change to sh*-*-*.
   1168 	* configure: Regenerated.
   1169 
   1170 2007-01-09  Daniel Jacobowitz  <dan (a] codesourcery.com>
   1171 
   1172 	Updated copyright notices for most files.
   1173 
   1174 2006-12-20  Hans-Peter Nilsson  <hp (a] axis.com>
   1175 
   1176 	* Makefile.in (autoconf-common autoheader-common): Only run
   1177 	autoheader on subdirs with a file config.in.
   1178 
   1179 	* configure.ac (common): Make the default "yes" for all targets
   1180 	with sim subdirs.
   1181 	* configure: Regenerate.
   1182 
   1183 	* Makefile.in (autoconf-common autoheader-common): In documented
   1184 	usage, say SHELL=/bin/sh.
   1185 	(.PHONY): Add autoheader-common.
   1186 
   1187 	* MAINTAINERS: Add self as authorized committer for *.
   1188 
   1189 2006-09-30  Daniel Jacobowitz  <dan (a] codesourcery.com>
   1190 
   1191 	* MAINTAINERS: Add Dave Brolley for sh64.
   1192 
   1193 2006-08-08  Joel Sherrill <joel.sherrill (a] oarcorp.com>
   1194 
   1195 	* configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
   1196 	* Makefile.in (FLAGS_TO_PASS): Include libdir.
   1197 	* configure: Regenerated.
   1198 
   1199 2006-05-05  Andreas Schwab  <schwab (a] suse.de>
   1200 
   1201 	* configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
   1202 	* configure: Regenerate.
   1203 
   1204 	* Makefile.in (CFLAGS_FOR_BUILD): Define.
   1205 	(CC_FOR_BUILD): Don't override.
   1206 	(FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
   1207 
   1208 2006-05-04  Daniel Jacobowitz  <dan (a] codesourcery.com>
   1209 
   1210 	* MAINTAINERS: Add an "Authorized committers" section, and list
   1211 	DJ Delorie for v850.
   1212 
   1213 2006-03-13  DJ Delorie  <dj (a] redhat.com>
   1214 
   1215 	* MAINTAINERS: Add self as m32c sim maintainer.
   1216 
   1217 2006-01-23  Jim Blandy  <jimb (a] redhat.com>
   1218 
   1219 	Add simulator for Renesas M32C and M16C.
   1220 
   1221 	* m32c: New directory.
   1222 	* configure.ac: Add entry for Renesas M32C.
   1223 	* configure: Regenerate.
   1224 
   1225 2005-05-26  Chris Demetriou  <cgd (a] netbsd.org>
   1226 
   1227 	* MAINTAINERS: Update my mail address, move myself to the
   1228 	"Past maintainers" section.
   1229 
   1230 2005-05-17  Corinna Vinschen  <vinschen (a] redhat.com>
   1231 
   1232 	* configure.ac: Add igen to v850 build.
   1233 	* configure: Regenerate.
   1234 
   1235 2005-04-29  Paul Brook  <paul (a] codesourcery.com>
   1236 
   1237 	* common/callback.c (PIPE_BUF): Provide default definition.
   1238 	(os_lstat): Use stat if lstat is not available on the host.
   1239 	(os_ftruncate): Return EINVAL if not available on the host.
   1240 	(os_truncate): Ditto.
   1241 	* common/configure.ac: Check for lstat, truncate and ftruncate.
   1242 	* common/configure: Regenerate.
   1243 	* common/config.in: Regenerate.
   1244 
   1245 2005-04-27  Paul Brook  <paul (a] codesourcery.com>
   1246 
   1247 	* common/Make-common.in: Add $(EXEEXT) to "run".
   1248 
   1249 2005-04-15  Corinna Vinschen  <vinschen (a] redhat.com>
   1250 
   1251 	* configure.ac: Add explicit sh64 case.
   1252 	* configure: Regenerate.
   1253 
   1254 2005-03-30  Paul Brook  <paul (a] codesourcery.com>
   1255 
   1256 	* arm/wrapper.c: Provide SIGTRAP and SIGBUS.
   1257 
   1258 2005-02-28  Jim Blandy  <jimb (a] redhat.com>
   1259 
   1260 	* d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
   1261 	mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
   1262 	Regenerated, after change to common/aclocal.m4.
   1263 
   1264 2005-02-18  Corinna Vinschen  <vinschen (a] redhat.com>
   1265 
   1266 	* iq2000: New target subdirectory.
   1267 	* configure.ac: Add iq2000 target.
   1268 	* configure: Regenerate.
   1269 
   1270 2005-01-29  Hans-Peter Nilsson  <hp (a] axis.com>
   1271 
   1272 	* Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
   1273 	(realclean, install): Fail if subdir make failed.
   1274 
   1275 2005-01-28  Hans-Peter Nilsson  <hp (a] axis.com>
   1276 
   1277 	* cris: New directory, simulator for Axis Communications CRIS
   1278 	including CRIS v32, CGEN-based.
   1279 	* configure.ac: Add corresponding configury.
   1280 	* configure: Regenerate.
   1281 
   1282 2005-01-17  Andrew Cagney  <cagney (a] gnu.org>
   1283 
   1284 	* configure.ac: For mips*-*-* and mn10300*-*-* configure the
   1285 	common directory.  Remove sparc*-*-* from list.
   1286 
   1287 2005-01-11  Andrew Cagney  <cagney (a] gnu.org>
   1288 
   1289 	* Makefile.in (autoconf-common autoheader-common): Add --force to
   1290 	autoconf and autoheader.
   1291 	(autoconf-common autoheader-common)
   1292 	(autoconf-install autoheader-install): Check for configure.ac, not
   1293 	configure.in.
   1294 	* configure.ac: Delete AC_CONFIG_AUX_DIR.
   1295 	* configure: Re-generate.
   1296 
   1297 2005-01-07  Andrew Cagney  <cagney (a] gnu.org>
   1298 
   1299 	* configure.ac: Replace configure.in.  Requires autoconf 2.59 and
   1300 	correctly calls AC_CONFIG_SUBDIRS.
   1301 	* configure: Re-generate.
   1302 
   1303 2004-12-01  Andrew Cagney  <cagney (a] gnu.org>
   1304 
   1305 	* i960, h8500: Delete directory.
   1306 
   1307 2004-11-12  Andrew Cagney  <cagney (a] gnu.org>
   1308 
   1309 	* d30v, fr30, mn10200, z8k: Delete directory.
   1310 
   1311 2004-03-10  Ben Elliston  <bje (a] gnu.org>
   1312 
   1313 	* MAINTAINERS: Update my mail address.
   1314 
   1315 2004-01-26  Chris Demetriou  <cgd (a] broadcom.com>
   1316 
   1317 	* configure.in (mips*-*-*): Configure in testsuite.
   1318 	* configure: Regenerate.
   1319 
   1320 2003-10-08  Dave Brolley  <brolley (a] redhat.com>
   1321 
   1322 	* configure.in: Move frv handling to alphabetically correct placement.
   1323 
   1324 2003-09-03  Andreas Schwab  <schwab (a] suse.de>
   1325 
   1326 	* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
   1327 
   1328 2003-08-29  Dave Brolley  <brolley (a] redhat.com>
   1329 
   1330 	* MAINTAINERS: Add myself as maintainer of the FRV port.
   1331 
   1332 2003-08-20  Michael Snyder  <msnyder (a] redhat.com>
   1333 	    Dave Brolley  <brolley (a] redhat.com>
   1334 
   1335 	* frv/: New directory, simulator for the Fujitsu FRV.
   1336 	* configure.in: Add frv configury.
   1337 	* configure: Regenerate.
   1338 
   1339 2003-08-10  Ben Elliston  <bje (a] wasabisystems.com>
   1340 
   1341 	* MAINTAINERS: Update my mail address.
   1342 
   1343 2003-08-09  Andrew Cagney  <cagney (a] redhat.com>
   1344 
   1345 	* MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
   1346 	maintenance.  List igen and sh maintainers.  Mention that target
   1347 	and global maintainers pick up the slack.
   1348 
   1349 2003-07-09  Michael Snyder  <msnyder (a] redhat.com>
   1350 
   1351 	* configure.in: Add testsuite to extra_subdirs for sh.
   1352 	* configure: Regenerate.
   1353 
   1354 2003-01-23  Nick Clifton  <nickc (a] redhat.com>
   1355 
   1356 	* Add sh2e support:
   1357 
   1358 2002-04-02  Alexandre Oliva  <aoliva (a] redhat.com>
   1359 
   1360 	* sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
   1361 
   1362 2002-08-24  Geoffrey Keating  <geoffk (a] redhat.com>
   1363 
   1364 	* MAINTAINERS: Update my email address.
   1365 
   1366 2002-07-17  Andrew Cagney  <ac131313 (a] redhat.com>
   1367 
   1368 	* w65/: Delete directory.
   1369 
   1370 2002-07-16  Andrew Cagney  <ac131313 (a] redhat.com>
   1371 
   1372 	* configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
   1373 	* configure: Re-generate.
   1374 
   1375 2002-07-13  Andrew Cagney  <ac131313 (a] redhat.com>
   1376 
   1377 	* configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
   1378 	* configure: Re-generate.
   1379 
   1380 2002-06-16  Andrew Cagney  <ac131313 (a] redhat.com>
   1381 
   1382 	* Makefile.in (autoconf-changelog autoheader-changelog): Let name,
   1383 	id, date and host to be overriden by NAME, ID, DATE and HOST
   1384 	respectfully.  Use ISO dates.
   1385 
   1386 Thu Jun  6 12:34:13 2002  Andrew Cagney  <cagney (a] redhat.com>
   1387 
   1388 	* Makefile.in (ChangeLog): New makefile variable.
   1389 	* README-HACKING: Mention the ChangeLog makefile variable.
   1390 
   1391 2002-06-01  Andrew Cagney  <ac131313 (a] redhat.com>
   1392 
   1393 	* tic80/: Delete directory.
   1394 
   1395 2002-05-16  Stephane Carrez  <stcarrez (a] nerim.fr>
   1396 
   1397 	* MAINTAINERS: Update my email address.
   1398 
   1399 2002-03-06  Stephane Carrez  <Stephane.Carrez (a] worldnet.fr>
   1400 
   1401 	* MAINTAINERS: Record self as maintainer of m68hc11 simulator.
   1402 
   1403 2002-03-01  Frank Ch. Eigler  <fche (a] redhat.com>
   1404 
   1405 	* MAINTAINERS: Record self as a co-maintainer of just common/.
   1406 
   1407 2002-02-07  Nick Clifton  <nickc (a] cambridge.redhat.com>
   1408 
   1409 	* MAINTAINERS: Point to GDB files describing overall maintaince
   1410 	and check-in procedures.
   1411 
   1412 2002-01-10  Nick Clifton  <nickc (a] cambridge.redhat.com>
   1413 
   1414 	* MAINTAINERS: Add myself for ARM portions.
   1415 
   1416 2001-10-19  Andrew Cagney  <ac131313 (a] redhat.com>
   1417 
   1418 	* configure.in: When Linux or NetBSD, enable PowerPC simulator.
   1419 	* configure: Re-generate.
   1420 
   1421 2001-02-16  Ben Elliston  <bje (a] redhat.com>
   1422 
   1423 	* MAINTAINERS: Add myself for common portions.
   1424 
   1425 2001-01-15  Chris Demetriou  <cgd (a] broadcom.com>
   1426 
   1427 	* MAINTAINERS: Added self and Andrew for the mips sim.
   1428 
   1429 2000-10-25  Geoff Keating  <geoffk (a] cygnus.com>
   1430 
   1431 	* MAINTAINERS: Added self and Andrew for the ppc sim.
   1432 
   1433 Thu Jul 27 21:26:26 2000  Andrew Cagney  <cagney (a] b1.cygnus.com>
   1434 
   1435 	From Stephane Carrez <Stephane.Carrez (a] worldnet.fr>:
   1436 	* m68hc11: New directory.
   1437 	* configure.in: Add.
   1438 	* configure: Regenerate.
   1439 
   1440 Tue Jul  4 13:43:54 2000  Andrew Cagney  <cagney (a] b1.cygnus.com>
   1441 
   1442 	* tic80: New directory.
   1443 	* configure.in: Add configury.
   1444 	* configure: Regenerate.
   1445 
   1446 2000-04-20  Nick Clifton  <nickc (a] cygnus.com>
   1447 
   1448 	* configure.in (extra_subdirs): Add testsuite to strongarm
   1449 	directories.
   1450 	* configure: Regenerate.
   1451 
   1452 Sat Mar  4 16:48:54 2000  Andrew Cagney  <cagney (a] b1.cygnus.com>
   1453 
   1454 	* MAINTAINERS: New file.  Blank.
   1455 
   1456 1999-11-18  Ben Elliston  <bje (a] cygnus.com>
   1457 
   1458 	* configure.in: Require autoconf 2.13 and remove obsolete
   1459 	invocation of AC_C_CROSS.
   1460 	* configure: Regenerate.
   1461 
   1462 1999-09-29  Doug Evans  <devans (a] casey.cygnus.com>
   1463 
   1464 	* configure.in: Configure the testsuite directory for thumb.
   1465 	* configure: Regenerate.
   1466 
   1467 1999-07-16  Ben Elliston  <bje (a] cygnus.com>
   1468 
   1469 	* configure.in: Configure the testsuite directory for arm.
   1470 	* configure: Regenerate.
   1471 
   1472 1999-04-08  Nick Clifton  <nickc (a] cygnus.com>
   1473 
   1474 	* configure.in: Add support for MCore target.
   1475 	* configure: Regenerate.
   1476 
   1477 1999-03-14  Stan Shebs  <shebs (a] andros.cygnus.com>
   1478 
   1479 	* Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
   1480  	RUNTEST instead of commenting out, fixes portability problem.
   1481 
   1482 1999-02-08  Nick Clifton  <nickc (a] cygnus.com>
   1483 
   1484 	* configure.in: Add support for StrongARM target.
   1485 	* configure: Regenerate.
   1486 
   1487 1999-01-04  Jason Molenda  (jsm (a] bugshack.cygnus.com)
   1488 
   1489 	* configure.in: Require autoconf 2.12.1 or higher.
   1490 
   1491 1998-12-08  James E Wilson  <wilson (a] wilson-pc.cygnus.com>
   1492 
   1493 	* configure.in (i960-*-*): Add.
   1494 	* configure: Rebuild.
   1495 
   1496 Wed Nov  4 19:11:43 1998  Dave Brolley  <brolley (a] cygnus.com>
   1497 
   1498 	* configure.in: Added case for fr30-*-*.
   1499 	* configure: Regenerated.
   1500 
   1501 Fri Sep 25 10:12:19 1998  Christopher Faylor <cgf (a] cygnus.com>
   1502 
   1503 	* ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
   1504 	to allow successful operation on Windows.
   1505 
   1506 Thu May 28 14:59:46 1998 Jillian Ye <jillian (a] cygnus.com>
   1507 
   1508 	* Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
   1509 	check can be invoked recursively.
   1510 
   1511 Wed Apr 29 12:38:53 1998  Mark Alexander  <marka (a] cygnus.com>
   1512 
   1513 	* configure.in: Build simulator on sparclite and sparc86x targets.
   1514 	* configure: Regenerate.
   1515 
   1516 Sun Apr 26 15:21:01 1998  Tom Tromey  <tromey (a] cygnus.com>
   1517 
   1518 	* Makefile.in (autoconf-common autoheader-common): Don't pass -l
   1519 	to autoconf and autoheader.
   1520 
   1521 Fri Apr 24 11:14:13 1998  Tom Tromey  <tromey (a] cygnus.com>
   1522 
   1523 	* Makefile.in (autoconf-common autoheader-common): Pass `-l
   1524 	../common' to autoconf and autoheader.  Unconditionally run
   1525 	autoconf in every subdir.
   1526 	(autoconf-changelog autoheader-changelog): Unconditionally run
   1527 	commands in every subdir.
   1528 	(autoconf-install autoheader-install): Likewise.
   1529 
   1530 Tue Mar 24 17:12:43 1998  Stu Grossman  <grossman (a] bhuna.cygnus.co.uk>
   1531 
   1532 	* Makefile.in:  Get SHELL from configure.
   1533 	* (FLAGS_TO_PASS):  Pass down SHELL.
   1534 	* configure:  Regenerate with autoconf 2.12.1 to fix shell issues for
   1535 	NT native builds.
   1536 
   1537 Tue Mar 24 11::18:00 1998  Joyce Janczyn  <janczyn (a] cygnus.com>
   1538 
   1539 	* configure.in (extra_subdirs): Enable igen for mn10300.
   1540 	* configure: Re-generate.
   1541 
   1542 Tue Dec  2 10:10:42 1997  Nick Clifton  <nickc (a] cygnus.com>
   1543 
   1544 	* configure.in (extra_subdirs): Add support for thumb target.
   1545 
   1546 	* configure (extra_subdirs): Add support for thumb target.
   1547 
   1548 Wed Oct  8 12:38:48 1997  Andrew Cagney  <cagney (a] b1.cygnus.com>
   1549 
   1550 	* configure.in (extra_subdirs): Add IGEN directory when MIPS
   1551  	target.
   1552 	* configure: Regenerate.
   1553 
   1554 Fri Sep 12 13:10:31 1997  Andrew Cagney  <cagney (a] b1.cygnus.com>
   1555 
   1556 	* configure.in (extra_subdirs): v850ea needs igen.
   1557 	* configure: Re-generate.
   1558 
   1559 Mon Sep  1 16:48:23 1997  Andrew Cagney  <cagney (a] b1.cygnus.com>
   1560 
   1561 	* configure.in (testdir): When a testsuite directory, add that to
   1562  	the list of confdirs.
   1563 
   1564 Tue Aug 19 11:17:46 1997  Andrew Cagney  <cagney (a] b1.cygnus.com>
   1565 
   1566 	* configure.in (extra_subdirs): Enable igen ready for V850.
   1567 
   1568 Tue Aug 26 15:14:48 1997  Andrew Cagney  <cagney (a] b1.cygnus.com>
   1569 
   1570 	* configure.in (w65-*-*, only_if_enabled): Set.
   1571 	* configure: Re-generate.
   1572 
   1573 Mon Aug 25 16:26:53 1997  Andrew Cagney  <cagney (a] b1.cygnus.com>
   1574 
   1575 	* configure.in (sparc*-*-*, only_if_enabled): Set
   1576  	only_if_enabled=yes.  Check only_if_enabled before enabling a
   1577  	simulator.
   1578 	* configure: Regenerate.
   1579 
   1580 Mon Aug 18 10:56:59 1997  Nick Clifton  <nickc (a] cygnus.com>
   1581 
   1582 	* configure.in (extra_subdirs): Add v850e target.
   1583 
   1584 Mon Aug 18 10:56:59 1997  Nick Clifton  <nickc (a] cygnus.com>
   1585 
   1586 	* configure.in (extra_subdirs): Add v850ea target.
   1587 
   1588 Fri Jul 25 11:40:47 1997  Doug Evans  <dje (a] canuck.cygnus.com>
   1589 
   1590 	* configure.in (sparc*-*-*): Don't build erc32.
   1591 	* configure: Regenerate.
   1592 
   1593 Thu Apr 24 00:47:20 1997  Doug Evans  <dje (a] canuck.cygnus.com>
   1594 
   1595 	* configure.in (m32r-*-*): New target.
   1596 	* configure: Regenerate.
   1597 
   1598 	* Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
   1599 
   1600 Mon Apr 21 22:57:55 1997  Andrew Cagney  <cagney (a] b1.cygnus.com>
   1601 
   1602 	* Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
   1603  	thought that .NOEXPORT was the default target.
   1604 
   1605 Fri Apr 11 17:18:07 1997  Ian Lance Taylor  <ian (a] cygnus.com>
   1606 
   1607 	* Makefile.in (clean mostlyclean): Restore targets accidentally
   1608 	deleted in earlier change.
   1609 
   1610 Thu Apr  3 12:20:32 1997  Andrew Cagney  <cagney (a] kremvax.cygnus.com>
   1611 
   1612 	* Makefile.in (autoheader-common, autoheader-changelog,
   1613  	autoheader-install): Perform autoheader in addition to autoconf.
   1614 
   1615 Wed Apr  2 15:09:05 1997  Doug Evans  <dje (a] canuck.cygnus.com>
   1616 
   1617 	* Makefile.in (autoconf-install): New target.
   1618 	(autoconf-changelog): Try different way to obtain user name.
   1619 
   1620 Wed Apr  2 14:25:52 1997  Andrew Cagney  <cagney (a] kremvax.cygnus.com>
   1621 
   1622 	* Makefile.in (autoconf-changelog): New target, update
   1623  	ChangeLog for all subdirectories - normally used after
   1624  	autoconf-common target.
   1625 
   1626 Wed Mar 19 14:26:21 1997  Andrew Cagney  <cagney (a] kremvax.cygnus.com>
   1627 
   1628 	* configure.in (extra_subdirs): Include testsuite for d30v.
   1629 	* configure: Regenerate.
   1630 
   1631 	* Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
   1632  	../gdb/Makefile.in
   1633 	(check): New rules - drive the testsuite.
   1634 
   1635 Mon Mar  3 13:01:00 1997  Jeffrey A Law  (law (a] cygnus.com)
   1636 
   1637 	* configure.in: Add mn10200 configure lines accidentally
   1638 	removed.
   1639 	* configure: Regenerated.
   1640 
   1641 Wed Feb 19 10:34:20 1997  Andrew Cagney  <cagney (a] critters.cygnus.com>
   1642 
   1643 	* configure.in (extra_subdirs): Generalize common sub directory
   1644  	into a list.
   1645 	(extra_subdirs): For d30v add igen to the list to be built.
   1646 
   1647 Sun Feb 16 16:37:47 1997  Andrew Cagney  <cagney (a] critters.cygnus.com>
   1648 
   1649 	* configure.in (d30v): New target.
   1650 	* configure: Regenerated.
   1651 
   1652 Wed Feb 19 23:17:13 1997  Jeffrey A Law  (law (a] cygnus.com)
   1653 
   1654 	* configure.in: Don't require GCC to build the mn10200
   1655 	simulator anymore.
   1656 	* configure: Rebuilt.
   1657 
   1658 Wed Feb  5 13:28:13 1997  Doug Evans  <dje (a] canuck.cygnus.com>
   1659 
   1660 	* configure.in: Don't configure any subdirs if no simulator
   1661 	is being built.  Don't use erc32 for sparc64.
   1662 	* configure: Regenerated.
   1663 
   1664 Tue Feb  4 13:19:39 1997  Doug Evans  <dje (a] canuck.cygnus.com>
   1665 
   1666 	* Makefile.in (autoconf-common): New target.
   1667 	* configure.in: Do configure common.
   1668 	* configure: Regenerated.
   1669 
   1670 Thu Jan 23 13:59:52 1997  Stu Grossman  (grossman (a] critters.cygnus.com)
   1671 
   1672 	* configure configure.in:  Don't configure common anymore.  Files
   1673 	from common are now built in the individual simualtor directories.
   1674 	This fixes problems with the WinGDB build procedure.
   1675 
   1676 Mon Jan 13 13:16:42 1997  Jeffrey A Law  (law (a] cygnus.com)
   1677 
   1678 	* configure: Enable the mn10200 simulator.
   1679 
   1680 Wed Nov 20 01:00:36 1996  Doug Evans  <dje (a] canuck.cygnus.com>
   1681 
   1682 	* configure.in (configdirs): Add common.
   1683 	* configure: Regenerated.
   1684 
   1685 Fri Nov  1 08:03:30 1996  Michael Meissner  <meissner (a] tiktok.cygnus.com>
   1686 
   1687 	* configure.in (powerpc*-*-linux*): Treat like the other powerpc
   1688 	system V based targets.
   1689 	* configure: Regenerate.
   1690 
   1691 Thu Oct 17 12:50:08 1996  Doug Evans  <dje (a] canuck.cygnus.com>
   1692 
   1693 	* configure.in (--enable-sim-powerpc): Delete.
   1694 	(--enable-sim): Add.
   1695 	* configure: Regenerated.
   1696 
   1697 Fri Oct 11 21:13:43 1996  Jeffrey A Law  (law (a] cygnus.com)
   1698 
   1699 	* configure.in: Only build the V850 simulator if
   1700 	we are using gcc.
   1701 	* configure: Rebuild.
   1702 
   1703 Sun Sep  8 17:22:50 1996  Ian Lance Taylor  <ian (a] cygnus.com>
   1704 
   1705 	* configure.in: Do build erc32 for DOS and Windows hosts.
   1706 	* configure: Rebuild.
   1707 
   1708 Wed Sep  4 18:11:27 1996  Stu Grossman  (grossman (a] critters.cygnus.com)
   1709 
   1710 	* Makefile.in erc32/Makefile.in:  Don't set srcroot.  This should
   1711 	be inherited from the parent.  Remove INSTALL_XFORM and
   1712 	INSTALL_XFORM1.  Make INSTALL be set from configure.
   1713 
   1714 Wed Sep  4 15:49:16 1996  Ian Lance Taylor  <ian (a] cygnus.com>
   1715 
   1716 	* configure.in: Only build the MIPS simulator if we are using
   1717 	gcc.
   1718 	* configure: Rebuild.
   1719 
   1720 Wed Aug 28 19:05:23 1996  Jeffrey A Law  (law (a] cygnus.com)
   1721 
   1722 	* configure.in (v850-*-*): Added V850 simulator.
   1723 
   1724 Thu Aug  1 17:08:41 1996  Martin M. Hunt  <hunt (a] pizza.cygnus.com>
   1725 
   1726 	* configure.in (d10v-*-*): Added D10V simulator.
   1727 
   1728 Wed Jun 26 12:33:57 1996  Jason Molenda  (crash (a] godzilla.cygnus.co.jp)
   1729 
   1730 	* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
   1731 	INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
   1732 	(docdir): Removed.
   1733 	* configure.in (AC_PREREQ): autoconf 2.5 or higher.
   1734 	(AC_PROG_INSTALL): Added.
   1735 	* configure: Rebuilt.
   1736 
   1737 Mon Jun 24 14:18:26 1996  Ian Lance Taylor  <ian (a] cygnus.com>
   1738 
   1739 	* configure.in: Only configure erc32 if using gcc.
   1740 	* configure: Rebuild.
   1741 
   1742 Tue Jun  4 09:24:21 1996  Michael Meissner  <meissner (a] tiktok.cygnus.com>
   1743 
   1744 	* configure.in (sim_target): Build PowerPC simulator for powerpc
   1745 	System V.4, Solaris, and Elf targets.
   1746 	* configure: Regenerate with autoconf 2.10.
   1747 
   1748 Wed May 22 12:10:49 1996  Rob Savoye  <rob@chinadoll>
   1749 
   1750 	* configure.in: Only built erc32 simulator on Unix hosts as it
   1751 	uses pseudo ttys.
   1752 	* configure: Regenerated with autoconf 2.8.
   1753 
   1754 Sun May 19 20:20:40 1996  Rob Savoye  <rob (a] chinadoll.cygnus.com>
   1755 
   1756 	* erc32: Sparc simulator from the ESA.
   1757 
   1758 Sun Apr  7 21:00:09 1996  Fred Fish  <fnf (a] cygnus.com>
   1759 
   1760 	From: Miles Bader  <miles (a] gnu.ai.mit.edu>
   1761 	* configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
   1762 	* configure: Regenerate using autoconf.
   1763 
   1764 Thu Feb 22 11:31:50 1996  Michael Meissner  <meissner (a] tiktok.cygnus.com>
   1765 
   1766 	* Makefile.in (install): Fix typo.
   1767 
   1768 Wed Feb 21 11:59:57 1996  Ian Lance Taylor  <ian (a] cygnus.com>
   1769 
   1770 	* configure: Regenerate with autoconf 2.7.
   1771 
   1772 	* Makefile.in (all): Simplify.
   1773 	(clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
   1774 	as in the all target.
   1775 	(distclean, maintainer-clean, realclean): Likewise.
   1776 	(install): Likewise.
   1777 
   1778 Thu Feb 15 18:37:00 1996  Fred Fish  <fnf (a] cygnus.com>
   1779 
   1780 	* Makefile.in (all): Remove extra '\' char from shell script.
   1781 
   1782 Wed Feb 14 16:43:59 1996  Mike Meissner  <meissner (a] tiktok.cygnus.com>
   1783 
   1784 	* Makefile.in (all): Avoid a for loop with zero elements, even if
   1785 	the loop will not be executed because of an if statement.
   1786 
   1787 Wed Jan 31 21:48:34 1996  Fred Fish  <fnf (a] cygnus.com>
   1788 
   1789 	* Makefile.in (install): Add missing semicolon in "fi \".
   1790 
   1791 Thu Nov  9 16:10:56 1995  Michael Meissner  <meissner (a] tiktok.cygnus.com>
   1792 
   1793 	* Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
   1794 	defaults from configure.
   1795 
   1796 	* configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
   1797 	configure defaults.
   1798 	(powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
   1799 	if either --enable-sim-powerpc is used, or the host compiler is
   1800 	GCC.
   1801 
   1802 Wed Nov  8 15:46:49 1995  James G. Smith  <jsmith (a] pasanda.cygnus.co.uk>
   1803 
   1804 	* configure.in (mips*-*-*): Added "mips" simulator target.
   1805 	* configure: Re-generated.
   1806 
   1807 Tue Oct 10 11:08:20 1995  Fred Fish  <fnf (a] cygnus.com>
   1808 
   1809 	* Makefile.in (BISON): Remove macro.
   1810 	(FLAGS_TO_PASS): Remove BISON.
   1811 
   1812 Sun Oct  8 04:26:27 1995  Peter Schauer  (pes (a] regent.e-technik.tu-muenchen.de)
   1813 
   1814 	* configure.in:  Explicitly `exit 0' for broken shells.
   1815 	* configure:  Rebuilt.
   1816 
   1817 Fri Oct  6 12:03:27 1995  Jim Wilson  <wilson (a] chestnut.cygnus.com>
   1818 
   1819 	* common/run.c (main): Initialize the callbacks.
   1820 
   1821 Wed Sep 20 13:34:50 1995  Ian Lance Taylor  <ian (a] cygnus.com>
   1822 
   1823 	* Makefile.in (maintainer-clean): New synonym for realclean.
   1824 
   1825 Fri Aug 25 11:53:43 1995  Michael Meissner  <meissner (a] tiktok.cygnus.com>
   1826 
   1827 	* configure.in (powerpc*-*-eabisim*): Only build the simulator if
   1828 	the target is powerpc*-*-eabisim*, since it requires GCC to build.
   1829 
   1830 Mon Aug 21 17:53:48 1995  Michael Meissner  <meissner (a] tiktok.cygnus.com>
   1831 
   1832 	* configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
   1833 	<cagney (a] highland.com.au>.
   1834 	* configure: Regnerate from configure.in.
   1835 
   1836 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf (a] cygnus.com>
   1837 
   1838 	* Update all FSF addresses except those in COPYING* files.
   1839 
   1840 Thu Jul 20 15:17:29 1995  Fred Fish  <fnf (a] cygnus.com>
   1841 
   1842 	* Makefile.in (CC_FOR_BUILD):  Define default and arrange to pass
   1843 	submakes either default or passed in value.
   1844 
   1845 Wed Jul  5 14:32:54 1995  J.T. Conklin  <jtc (a] rtl.cygnus.com>
   1846 
   1847 	* Makefile.in (all, clean, distclean, mostlyclean, realclean,
   1848 	  install): Changed targets so that they descend all
   1849 	  subdirectories in $(SUBDIRS).
   1850 	  (*-all, *-clean, *-install): Removed targets.
   1851 
   1852 	* configure.in: Don't bother with target makefile fragments, they
   1853 	  are no longer needed.
   1854 	* configure: regenerated.
   1855 
   1856 	* Makefile.in, configure.in: converted to autoconf.
   1857 	* configure: New file, generated with autconf 2.4.
   1858 
   1859 Wed May 24 14:48:46 1995  Steve Chamberlain  <sac (a] slash.cygnus.com>
   1860 
   1861 	* Makefile.in: Support ARM.
   1862 	* configure.in: Ditto.
   1863 
   1864 Sun Jan 15 16:53:47 1995  Steve Chamberlain  <sac@splat>
   1865 
   1866 	* Makefile.in: Support W65.
   1867 	* configure.in: Ditto.
   1868 
   1869 Sun Mar 13 09:27:50 1994  Jim Kingdon  (kingdon (a] lioth.cygnus.com)
   1870 
   1871 	* Makefile.in: Add TAGS target.
   1872 
   1873 Mon Sep 13 12:47:15 1993  K. Richard Pixley  (rich (a] sendai.cygnus.com)
   1874 
   1875 	* Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
   1876 	  install-h8300, clean-h8300, all-h8500, install-h8500,
   1877 	  clean-h8500, all-sh, install-sh, clean-sh): do not echo
   1878 	  recursion lines.
   1879 
   1880 Wed Jun 30 14:12:05 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
   1881 
   1882 	* Makefile.in: remove endian.h trace from h8500
   1883 
   1884 Sun Jun 13 13:08:58 1993  Jim Kingdon  (kingdon (a] cygnus.com)
   1885 
   1886 	* Makefile.in: Add distclean, realclean, and mostlyclean targets.
   1887 
   1888 Fri May 21 11:21:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
   1889 
   1890 	* Makefile.in: make all of the all-* target (except all-nothing)
   1891 	depend on endian.h, so that if we're not building a simulator, we
   1892 	don't built endian
   1893 
   1894 Fri May 21 10:55:06 1993  Ian Lance Taylor  (ian (a] cygnus.com)
   1895 
   1896 	* Makefile.in (check, installcheck): Added dummy targets.
   1897 
   1898 Mon May  3 21:39:43 1993  Fred Fish  (fnf (a] cygnus.com)
   1899 
   1900 	* Makefile.in (endian): Find endian.c in $(srcdir), and also
   1901 	explicitly make it, since some makes apparently don't work with
   1902 	VPATH and .c to executable rules (SunOS make for example).
   1903 
   1904 Mon May  3 08:29:01 1993  Steve Chamberlain  (sac (a] thepub.cygnus.com)
   1905 
   1906 	* Makefile.in (endian): Add explicit rule for broken makes.
   1907 
   1908 Mon Mar 15 15:47:53 1993  Ian Lance Taylor  (ian (a] cygnus.com)
   1909 
   1910 	* Makefile.in (info, install-info): New targets.
   1911 	(DO_INSTALL): Renamed from INSTALL, which is overridden by the top
   1912 	level Makefile.
   1913 
   1914 Wed Feb 10 20:12:27 1993  K. Richard Pixley  (rich (a] ok.cygnus.com)
   1915 
   1916 	* Makefile.in (endian.h): build endian.h via a temporary file so
   1917 	  that we don't leave an incomplete file lying around on
   1918 	  interrupted builds.
   1919 	  (clean): remove endian, e.h, and endian.h.
   1920 
   1921 Mon Feb  8 11:46:06 1993  Steve Chamberlain  (sac (a] thepub.cygnus.com)
   1922 
   1923 	* Makefile.in, configure.in: if target isn't supported, build a
   1924 	harmless makefile.
   1925