Automatic date update in version.in
[binutils-gdb.git] / sim / ChangeLog-2021
blobcae9e35c04a11c9d90665789512c12bbbce1f1bd
1 2021-07-01  Mike Frysinger  <vapier@gentoo.org>
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.
10 2021-07-01  Mike Frysinger  <vapier@gentoo.org>
12         * configure.ac: Remove [true] from m32r SIM_TARGET call.
13         * configure, Makefile.in: Regenerate.
15 2021-06-30  Mike Frysinger  <vapier@gentoo.org>
17         * configure.ac: Remove [true] from cris, frv, iq2000, and lm32
18         SIM_TARGET calls.  Include frv/acinclude.m4.
19         * configure, Makefile.in: Regenerate.
21 2021-06-30  Mike Frysinger  <vapier@gentoo.org>
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.
29 2021-06-30  Mike Frysinger  <vapier@gentoo.org>
31         * configure.ac: Remove [true] from bfin SIM_TARGET call.
32         * configure, Makefile.in: Regenerate.
34 2021-06-30  Mike Frysinger  <vapier@gentoo.org>
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.
41 2021-06-29  Mike Frysinger  <vapier@gentoo.org>
43         * m4/sim_ac_option_warnings.m4: Add -Wunused-but-set-parameter.
44         * configure: Regenerate.
46 2021-06-29  Mike Frysinger  <vapier@gentoo.org>
48         * m4/sim_ac_option_warnings.m4: Add -Wno-error=maybe-uninitialized.
49         * configure: Regenerate.
51 2021-06-27  Mike Frysinger  <vapier@gentoo.org>
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.
59 2021-06-27  Mike Frysinger  <vapier@gentoo.org>
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.
67 2021-06-23  Mike Frysinger  <vapier@gentoo.org>
69         * configure.ac (SIM_BUILD_TARGET): Simplify sed script.
70         * configure: Regenerate.
72 2021-06-22  Mike Frysinger  <vapier@gentoo.org>
74         * configure.ac: Update rx SIM_TARGET call.  Include rx/acinclude.m4.
75         * configure, Makefile.in: Regenerate.
77 2021-06-22  Mike Frysinger  <vapier@gentoo.org>
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.
89 2021-06-21  Mike Frysinger  <vapier@gentoo.org>
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.
97 2021-06-21  Mike Frysinger  <vapier@gentoo.org>
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.
105 2021-06-20  Mike Frysinger  <vapier@gentoo.org>
107         * README-HACKING (SIM_AC_COMMON): Delete mention.
108         * m4/sim_ac_common.m4: Removed.
110 2021-06-20  Mike Frysinger  <vapier@gentoo.org>
112         * arch-subdir.mk.in (MAINT): Define.
113         * m4/sim_ac_common.m4: Delete AM_MAINTAINER_MODE call.
115 2021-06-20  Mike Frysinger  <vapier@gentoo.org>
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.
121 2021-06-20  Mike Frysinger  <vapier@gentoo.org>
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.
130 2021-06-19  Mike Frysinger  <vapier@gentoo.org>
132         * arch-subdir.mk.in (DTC): Define.
133         * m4/sim_ac_toolchain.m4: Call AC_CHECK_TOOL.
134         * configure, Makefile.in: Regenerate.
136 2021-06-19  Mike Frysinger  <vapier@gentoo.org>
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.
143 2021-06-19  Mike Frysinger  <vapier@gentoo.org>
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.
153 2021-06-19  Mike Frysinger  <vapier@gentoo.org>
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.
159 2021-06-19  Mike Frysinger  <vapier@gentoo.org>
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.
167 2021-06-19  Mike Frysinger  <vapier@gentoo.org>
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.
175 2021-06-18  Mike Frysinger  <vapier@gentoo.org>
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.
183 2021-06-18  Mike Frysinger  <vapier@gentoo.org>
185         * m4/sim_ac_option_warnings.m4: Delete 1st arg to macro.
187 2021-06-18  Mike Frysinger  <vapier@gentoo.org>
189         * configure.ac: Output arch-subdir.mk.
190         * Makefile.in, configure: Regenerate.
191         * arch-subdir.mk.in: New file.
193 2021-06-17  Mike Frysinger  <vapier@gentoo.org>
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.
200 2021-06-16  Simon Marchi  <simon.marchi@polymtl.ca>
202         * common/Make-common.in (COMPILE, libsim.a, run$(EXEEXT),
203         gentmap.o, gentmap): Make rules silent.
205 2021-06-16  Mike Frysinger  <vapier@gentoo.org>
207         * m4/sim_ac_common.m4: Delete AC_EXEEXT call.
209 2021-06-16  Mike Frysinger  <vapier@gentoo.org>
211         * m4/sim_ac_common.m4: Delete AC_CONFIG_HEADERS call.
213 2021-06-15  Mike Frysinger  <vapier@gentoo.org>
215         * m4/sim_ac_option_hardware.m4: Delete AC_DEFINE_UNQUOTED call.
216         Add -DHAVE_DV_SOCKSER to sim_hw_cflags.
218 2021-06-15  Mike Frysinger  <vapier@gentoo.org>
220         * Makefile.in: Regenerate.
222 2021-06-14  Mike Frysinger  <vapier@gentoo.org>
224         * configure.ac: Call AM_SILENT_RULES.
225         * Makefile.in, configure: Regenerate.
227 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
229         * Makefile.in: Regenerate.
231 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
233         * m4/sim_ac_platform.m4: Delete sys/select.h.
234         * config.h.in, configure: Regenerate.
236 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
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.
242 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
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.
248 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
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.
256 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
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.
267 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
269         * m4/sim_ac_platform.m4: Check more headers, funcs, structs, and
270         types.
271         * config.h.in, configure: Regenerate.
273 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
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.
279 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
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.
285 2021-06-12  Mike Frysinger  <vapier@gentoo.org>
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.
295 2021-06-05  Mike Frysinger  <vapier@gentoo.org>
297         * Makefile.am: Include common/local.mk.
298         (SIM_ALL_RECURSIVE_DEPS): Define.
299         (all-recursive): New rule.
300         * Makefile.in: Regenerated.
302 2021-05-16  Mike Frysinger  <vapier@gentoo.org>
304         * Makefile.am (pkginclude_HEADERS): Define.
305         * Makefile.in: Regenerated.
307 2021-05-15  Mike Frysinger  <vapier@gentoo.org>
309         * m4/sim_ac_common.m4: Check for __int128 type.
311 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
313         * README-HACKING: Update callback.h path.
315 2021-05-12  Mike Frysinger  <vapier@gentoo.org>
317         * README-HACKING: Delete mention of SIM_AC_OPTION_ENVIRONMENT.
319 2021-05-12  Luis Machado  <luis.machado@linaro.org>
321         * d10v/interp.c (sim_create_inferior): Fix memset call.
323 2021-05-07  Dimitar Dimitrov  <dimitar@dinux.eu>
325         * Makefile.in: Rebuild.
327 2021-05-04  Tom Tromey  <tromey@adacore.com>
329         * Makefile.in: Rebuild.
330         * Makefile.am (AM_CPPFLAGS): New variable.
332 2021-05-04  Mike Frysinger  <vapier@gentoo.org>
334         * m4/sim_ac_toolchain.m4 (SIM_AC_TOOLCHAIN): Define AR_FOR_BUILD and
335         RANLIB_FOR_BUILD.
336         * configure, Makefile.in: Regenerate.
338 2021-05-01  Mike Frysinger  <vapier@gentoo.org>
340         * m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.
342 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
344         * README-HACKING (nltvals.def): Update to gennltvals.py.
346 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
348         * m4/sim_ac_output.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_HARDWARE.
350 2021-04-23  Mike Frysinger  <vapier@gentoo.org>
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.
356 2021-04-22  Tom Tromey  <tom@tromey.com>
358         * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for sys/time.h
359         or sys/times.h.
361 2021-04-22  Tom Tromey  <tom@tromey.com>
363         * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for make.
365 2021-04-21  Simon Marchi  <simon.marchi@polymtl.ca>
367         * m4/sim_ac_option_warnings.m4 (SIM_AC_OPTION_WARNINGS): Use
368         -Werror when probing for supported warning flags.
370 2021-04-18  Mike Frysinger  <vapier@gentoo.org>
372         * m4/sim_ac_common.m4: Change AC_CHECK_HEADERS to
373         AC_CHECK_HEADERS_ONCE, merge calls, and sort args.
375 2021-04-18  Mike Frysinger  <vapier@gentoo.org>
377         * m4/sim_ac_common.m4: Change AC_CHECK_FUNCS to AC_CHECK_FUNCS_ONCE,
378         merge calls, and sort args.
380 2021-04-03  Mike Frysinger  <vapier@gentoo.org>
382         * configure.ac: Add --example-sims option.
383         * configure: Regenerate.
385 2021-04-03  Mike Frysinger  <vapier@gentoo.org>
387         * Makefile.am (check_PROGRAMS, CLEANFILES, DISTCLEANFILES): Define.
388         * Makefile.in: Regenerated.
390 2021-04-03  Mike Frysinger  <vapier@gentoo.org>
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.
397 2021-04-02  Mike Frysinger  <vapier@gentoo.org>
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.
404 2021-04-02  Mike Frysinger  <vapier@gentoo.org>
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.
414 2021-03-08  Tom Tromey  <tromey@adacore.com>
416         * aclocal.m4, configure, Makefile.in: Rebuild.
417         * configure.ac: Use AM_MAINTAINER_MODE.
419 2021-03-07  Mike Frysinger  <vapier@gentoo.org>
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.
426 2021-03-07  Mike Frysinger  <vapier@gentoo.org>
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.
433 2021-02-28  Mike Frysinger  <vapier@gentoo.org>
435         * m4/sim_ac_common.m4 (SIM_AC_COMMON): Delete CC_FOR_BUILD test.
436         Change CC_FOR_BUILD assignment.  Define CFLAGS_FOR_BUILD.
438 2021-02-28  Mike Frysinger  <vapier@gentoo.org>
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).
443 2021-02-28  Mike Frysinger  <vapier@gentoo.org>
445         * m4/sim_ac_common.m4 (SIM_AC_COMMON): Require AC_PROG_CPP.
447 2021-02-28  Mike Frysinger  <vapier@gentoo.org>
449         * README-HACKING: Delete SIM_EXTRA_LIBDEPS.
451 2021-02-27  Mike Frysinger  <vapier@gentoo.org>
453         * README-HACKING: Delete SIM_EXTRA_ALL.
455 2021-02-21  Mike Frysinger  <vapier@gentoo.org>
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.
467 2021-02-20  Mike Frysinger  <vapier@gentoo.org>
469         * configure.tgt: Move arch list ...
470         * configure.ac: ... here.
471         * configure: Regenerate.
473 2021-02-19  Nelson Chu  <nelson.chu@sifive.com>
475         PR 27158
476         * riscv/sim-main.c (execute_i): Updated encoding macros.
478 2021-02-13  Mike Frysinger  <vapier@gentoo.org>
480         * configure.tgt: Delete call to AC_SUBST(sim_arch).
481         * configure: Regenerate.
483 2021-02-13  Mike Frysinger  <vapier@gentoo.org>
485         * README-HACKING: Replace sinclude with AC_CONFIG_MACRO_DIRS in
486         configure.ac skeleton.
488 2021-02-06  Mike Frysinger  <vapier@gentoo.org>
490         * README-HACKING: Replace STATE_WATCHPOINTS with CPU_PC_FETCH.
492 2021-02-06  Mike Frysinger  <vapier@gentoo.org>
494         * configure.ac (HDEFINES): Delete AC_SUBST call.
495         * configure: Regenerate.
497 2021-02-04  Mike Frysinger  <vapier@gentoo.org>
499         * configure.tgt (sim_arch): Add entry for riscv*-*-*.
500         * configure: Regenerate.
502 2021-01-30  Mike Frysinger  <vapier@gentoo.org>
504         * Makefile.in (nltvals): Change to gennltvals.py.
506 2021-01-30  Mike Frysinger  <vapier@gentoo.org>
508         * README-HACKING: Delete reference to sizeof_pc.
510 2021-01-29  Mike Frysinger  <vapier@gentoo.org>
512         * MAINTAINERS (Global Maintainers): Move myself back.
514 2021-01-18  Mike Frysinger  <vapier@gentoo.org>
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.
522 2021-01-18  Mike Frysinger  <vapier@gentoo.org>
524         * Makefile.in (headers): Change args to gennltvals.sh.
525         * gennltvals.sh: Rewrite from scratch.
526         * gentvals.sh: Delete.
527         * nltvals.def: Regen.
529 2021-01-15  Mike Frysinger  <vapier@gentoo.org>
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.
536 2021-01-12  Mike Frysinger  <vapier@gentoo.org>
538         * README-HACKING (SIM_RUN_OBJS): Delete.
540 2021-01-09  Mike Frysinger  <vapier@gentoo.org>
542         * MAINTAINERS (sh64): Move to past maintainers.
543         * configure: Regenerate.
544         * configure.tgt (sh64*-*-*): Delete.
545         * sh64/: Delete.
547 2021-01-09  Mike Frysinger  <vapier@gentoo.org>
549         * README-HACKING (AC_PREREQ): Delete.
551 2021-01-08  Mike Frysinger  <vapier@gentoo.org>
553         * README-HACKING (C Language Assumptions): Require C11 compiler.
555 2020-09-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
557         * configure.ac: Do not configure sim/testsuite nor sim/igen if the
558         primary target doesn't have a simulator.
559         * configure: Regenerate.
561 2020-08-04  Jose E. Marchesi  <jose.marchesi@oracle.com>
562             David Faust <david.faust@oracle.com>
564         * configure.tgt (sim_arch): Add entry for bpf-*-*.
565         * configure: Regenerate.
566         * MAINTAINERS: Add maintainer for the BPF simulator.
568 2019-12-19  Tom Tromey  <tromey@adacore.com>
570         PR build/24572:
571         * Makefile.in (install-strip): New target.
573 2019-09-23  Dimitar Dimitrov  <dimitar@dinux.eu>
575         * MAINTAINERS: Add myself as PRU maintainer.
576         * configure: Regenerated.
577         * configure.tgt: Add PRU.
579 2019-09-18  Alan Modra  <amodra@gmail.com>
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.
587 2019-02-28  Joel Brobecker  <brobecker@adacore.com>
589         * MAINTAINERS: Move Mike Frysinger to past maintainers' section.
591 2019-02-13  Simon Marchi  <simon.marchi@ericsson.com>
593         * MAINTAINERS: Add Andrew Burgess as global maintainer.
595 2019-01-03  Pavel I. Kryukov  <kryukov@frtk.ru>
597         * sim-base.h: Add 'extern C' if header is compiled with C++.
599 2018-12-06  Andrew Burgess  <andrew.burgess@embecosm.com>
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.
611 2018-07-20  Maciej W. Rozycki  <macro@mips.com>
613         * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
614         ISA maintenance.
616 2018-07-19  DJ Delorie  <dj@redhat.com>
618         * MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
620 2018-07-14  Stafford Horne  <shorne@gmail.com>
622         * MAINTAINERS (or1k): Add myself as or1k maintainer.
624 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
626         * All configure.ac: Remove AC_PREREQ.
627         * All configure: Re-generate.
629 2018-01-22  Maciej W. Rozycki  <macro@mips.com>
631         * MAINTAINERS: Update my company e-mail address.
633 2017-12-12  Stafford Horne  <shorne@gmail.com>
634             Peter Gavin  <pgavin@gmail.com>
636         * configure: Regenerated.
638 2017-12-12  Stafford Horne  <shorne@gmail.com>
639             Peter Gavin  <pgavin@gmail.com>
641         * configure.tgt: Add or1k sim.
643 2017-10-12  James Bowman  <james.bowman@ftdichip.com>
645         * MAINTAINERS (ft32): Add myself.
647 2017-10-03  Jim Wilson  <wilson@tuliptree.org>
649         * MAINTAINERS (aarch64): Update my email address.
651 2017-09-06  John Baldwin  <jhb@FreeBSD.org>
653         * configure.ac: Honor existing CC_FOR_BUILD in environment.
654         * configure: Regenerate.
656 2017-02-14  Jim Wilson  <jim.wilson@linaro.org>
658         * MAINTAINTERS (aarch64): Add myself.
660 2016-12-14  Maciej W. Rozycki  <macro@imgtec.com>
662         * MAINTAINERS (Maintainers for particular sims): Add myself as
663         a MIPS maintainer.
665 2016-02-03  Maciej W. Rozycki  <macro@linux-mips.org>
667         * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
669 2016-01-09  Mike Frysinger  <vapier@gentoo.org>
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.
676 2016-01-09  Mike Frysinger  <vapier@gentoo.org>
678         * .gitignore: Delete /common/cconfig.h entry.
680 2016-01-05  Nick Clifton  <nickc@redhat.com>
682         * MAINTAINERS: Add myself as AArch64 sim maintainer.
684 2015-12-09  Tristan Gingold  <gingold@adacore.com>
686         * aarch64/simulator.c: Remove syscall.h include.
688 2015-12-26  Mike Frysinger  <vapier@gentoo.org>
690         * README-HACKING: Delete mention of tconfig.h.
692 2015-11-24  Nick Clifton  <nickc@redhat.com>
694         * configure.tgt: Add aarch64 entry.
695         * configure: Regenerate.
697 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
699         * configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING.
700         * configure: Regenerate.
702 2015-06-12  Mike Frysinger  <vapier@gentoo.org>
704         * README-HACKING: Change configure.in to configure.ac.
706 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
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.
738 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
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).
747 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
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.
779 2015-03-29  Mike Frysinger  <vapier@gentoo.org>
781         * configure: Regenerate.
782         * configure.ac: Delete sim_testsuite check and config in testsuite.
783         * configure.tgt (sim_testsuite): Delete everywhere.
785 2015-03-28  Mike Frysinger  <vapier@gentoo.org>
787         * configure: Regenerate.
788         * configure.tgt (avr*-*-*): Set sim_testsuite=yes.
790 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
792         * configure.tgt: Add FT32 entry.
793         * configure: Regenerate.
795 2015-03-16  Mike Frysinger  <vapier@gentoo.org>
797         * .gitignore: Delete tconfig.h.
798         * README-HACKING: Change tconfig.in to tconfig.h.
800 2014-03-12  Nick Clifton  <nickc@redhat.com>
802         * MAINTAINERS: Add myself as the maintainer for the MSP430.
804 2014-03-10  Mike Frysinger  <vapier@gentoo.org>
806         * configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
807         * configure: Regenerate.
809 2014-01-06  Tom Tromey  <tromey@redhat.com>
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.
815 2014-01-06  Tom Tromey  <tromey@redhat.com>
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.
850 2013-11-07  Will Newton  <will.newton@linaro.org>
852         PR gdb/15508
853         * arm/wrapper.c (sim_create_inferior): Call init before
854         accessing STATE.
856 2013-11-07  Will Newton  <will.newton@linaro.org>
858         PR gdb/8989
859         * arm/wrapper.c (sim_create_inferior): Avoid calling
860         bfd_get_mach with a NULL bfd.
862 2013-06-21  Nick Clifton  <nickc@redhat.com>
864         * msp430: New Directory.
865         * configure.tgt: Add it.
866         * configure: Regenerate.
868 2013-03-15  Steve Ellcey  <sellcey@mips.com>
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.
882 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
884         Update year range in copyright notice of all files.
886 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
888         Update old contact info in GPL license notices.
890 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
892         Update the non-FSF-copyrighted files in sim to GPLv3 or later.
894 2012-11-20  Pavel Chupin  <pavel.v.chupin@intel.com>
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.
928 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
930         * MAINTAINERS: Update my email address.
932 2012-09-24  Steve Ellcey  <sellcey@mips.com>
934         * mips/basic.exp: Add mips*-mti-elf* target.
935         * configure.ac: Add mips*-mti-elf* target.
936         * configure: Regenerate.
938 2012-06-15  Joel Brobecker  <brobecker@adacore.com>
940         * configure: Regenerate.
942 2012-06-06  Michael Eager  <eager@eagercon.com>
944         * microblaze/interp.c (config.h): Add #include.
946 2011-11-29  Joel Brobecker  <brobecker@adacore.com>
948         * MAINTAINERS (Global Maintainers): New section.  Add Mike
949         Frysinger.
951 2011-11-28  DJ Delorie  <dj@redhat.com>
953         * configure.tgt: Add rl78 support.
954         * configure: Regenerate.
955         * rl78: New directory.
956         * MAINTAINERS: Add myself as RL78 maintainer.
958 2011-07-08  Hans-Peter Nilsson  <hp@axis.com>
960         * MAINTAINERS: Remove Thiemo Seufer.
962 2011-06-04  Mike Frysinger  <vapier@gentoo.org>
964         * configure.tgt (bfin-*-*): Add sim_testsuite=yes.
965         * configure: Regenerate.
967 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
969         * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
970         handle targets.
971         * configure: Regenerate.
973 2011-03-05  Mike Frysinger  <vapier@gentoo.org>
975         * MAINTAINERS: Add bfin entry.
976         * configure.tgt (bfin-*-*): Handle bfin targets.
977         * configure: Regenerate.
979 2011-01-05  Mike Frysinger  <vapier@gentoo.org>
981         * .gitignore: Add /*/hw-config.h.
983 2010-12-23  Mike Frysinger  <vapier@gentoo.org>
985         * .gitignore: New file.
987 2010-07-28  DJ Delorie  <dj@redhat.com>
989         * MAINTAINERS: Add self as RX maintainer.  Sort list.
991 2010-06-08  Nick Clifton  <nickc@redhat.com>
993         * reg.c (set_oszc): Use unsigned int for the mask.
994         (set_szc, set_osz, set_sz): Likewise.
996 2010-04-26  Mike Frysinger  <vapier@gentoo.org>
998         * configure.ac: Target logic moved out to and included from ...
999         * configure.tgt: ... this new file.
1000         * configure: Regenerated.
1002 2010-04-12  Mike Frysinger  <vapier@gentoo.org>
1004         * README-HACKING: Add more sections.
1006 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1008         * avr/configure: Regenerate.
1009         * cris/configure: Regenerate.
1010         * microblaze/configure: Regenerate.
1012 2009-11-24  Joel Brobecker  <brobecker@adacore.com>
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.
1025 2009-11-24  DJ Delorie  <dj@redhat.com>
1027         * rx: New directory.
1028         * configure.ac: Add entry for Renesas RX.
1029         * configure: Regenerate.
1031 2009-10-16  Doug Evans  <dje@sebabeach.org>
1033         * MAINTAINERS: Add myself as m32r maintainer.
1035 2009-10-15  Michael Egaer  <eager@eagercon.com>
1037         * MAINTAINERS: Add self as MicroBlaze maintainer.
1039 2009-10-14  Ben Elliston  <bje@gnu.org>
1041         * MAINTAINERS (common): Move myself to "past maintainers" section.
1043 2009-10-06  Michael Eager  <eager@eagercon.com>
1045         * microblaze/interp.c: Add include microblaze-dis.h.
1047 2009-09-23  Michael Eager  <eager@eagercon.com>
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.
1061 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1063         * avr/config.in: Regenerate.
1064         * avr/configure: Likewise.
1065         * configure: Likewise.
1066         * cris/config.in: Likewise.
1067         * cris/configure: Likewise.
1069         * configure.ac: m4_include toplevel config/override.m4.
1070         * configure: Regenerate.
1071         * avr/configure: Regenerate.
1072         * cris/configure: Regenerate.
1074 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1076         * Makefile.in (datarootdir): New variable.
1078 2009-05-18  Jon Beniston <jon@beniston.com>
1080         * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
1081         * configure.ac: Add lm32 target.
1082         * lm32: New directory.
1084 2009-05-11  Andrew Cagney  <cagney@gnu.org>
1086         * MAINTAINERS: Orphan ppc.
1088 2009-04-30  Anthony Green  <green@moxielogic.com>
1090         * MAINTAINERS: Add myself for the moxie port.
1091         * moxie: New directory.
1092         * configure.ac: Add entry for moxie.
1093         * configure: Regenerate.
1095 2009-04-27  Tristan Gingold  <gingold@adacore.com>
1097         * avr: New directory.
1098         * configure.ac: Add avr.
1099         * configure: Regenerated.
1101 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
1103         * Makefile.in: Add dummy install-pdf, html, and
1104         install-html targets.
1106 2008-07-29  Nick Clifton  <nickc@redhat.com>
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.
1120         * frv/mloop.in: Add missing start of line comment marker.
1122 2008-05-09  Olivier Hainque  <hainque@adacore.com>
1124         * ppc/altivec.igen (vperm): Latch inputs into temporaries.
1126 2008-03-25  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1128         * MAINTAINERS: Add myself as maintainer of cr16 port.
1130 2008-02-12  M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
1132         Add simulator for National cr16 processor.
1133         * cr16: New directory.
1134         * configure.ac: Add entry for National cr16.
1135         * configure: Regenerate.
1137 2008-02-05  DJ Delorie  <dj@redhat.com>
1139         * configure.ac (v850): V850 now has a testsuite.
1140         * configure (v850): Likewise.
1142 2008-01-01  Daniel Jacobowitz  <dan@codesourcery.com>
1144         Updated copyright notices for most files.
1146 2007-12-19  DJ Delorie  <dj@redhat.com>
1148         * frv/frv.c (frvbf_cut): Only look at the six LSBs of
1149         cut_point.
1151 2007-08-24  Joel Brobecker  <brobecker@adacore.com>
1153         Switch the license of all files explicitly copyright the FSF
1154         to GPLv3.
1156 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
1158         * Makefile.in: Add dummy "pdf" target.
1160 2007-02-16  Thiemo Seufer  <ths@mips.com>
1162         * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
1164 2007-01-28  Manuel Lauss  <slauss@resi.at>
1166         * configure.ac (sh64-*-*): Change to sh64*-*-*.
1167         (sh-*-*): Change to sh*-*-*.
1168         * configure: Regenerated.
1170 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
1172         Updated copyright notices for most files.
1174 2006-12-20  Hans-Peter Nilsson  <hp@axis.com>
1176         * Makefile.in (autoconf-common autoheader-common): Only run
1177         autoheader on subdirs with a file config.in.
1179         * configure.ac (common): Make the default "yes" for all targets
1180         with sim subdirs.
1181         * configure: Regenerate.
1183         * Makefile.in (autoconf-common autoheader-common): In documented
1184         usage, say SHELL=/bin/sh.
1185         (.PHONY): Add autoheader-common.
1187         * MAINTAINERS: Add self as authorized committer for *.
1189 2006-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
1191         * MAINTAINERS: Add Dave Brolley for sh64.
1193 2006-08-08  Joel Sherrill <joel.sherrill@oarcorp.com>
1195         * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
1196         * Makefile.in (FLAGS_TO_PASS): Include libdir.
1197         * configure: Regenerated.
1199 2006-05-05  Andreas Schwab  <schwab@suse.de>
1201         * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
1202         * configure: Regenerate.
1204         * Makefile.in (CFLAGS_FOR_BUILD): Define.
1205         (CC_FOR_BUILD): Don't override.
1206         (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
1208 2006-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
1210         * MAINTAINERS: Add an "Authorized committers" section, and list
1211         DJ Delorie for v850.
1213 2006-03-13  DJ Delorie  <dj@redhat.com>
1215         * MAINTAINERS: Add self as m32c sim maintainer.
1217 2006-01-23  Jim Blandy  <jimb@redhat.com>
1219         Add simulator for Renesas M32C and M16C.
1221         * m32c: New directory.
1222         * configure.ac: Add entry for Renesas M32C.
1223         * configure: Regenerate.
1225 2005-05-26  Chris Demetriou  <cgd@netbsd.org>
1227         * MAINTAINERS: Update my mail address, move myself to the
1228         "Past maintainers" section.
1230 2005-05-17  Corinna Vinschen  <vinschen@redhat.com>
1232         * configure.ac: Add igen to v850 build.
1233         * configure: Regenerate.
1235 2005-04-29  Paul Brook  <paul@codesourcery.com>
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.
1245 2005-04-27  Paul Brook  <paul@codesourcery.com>
1247         * common/Make-common.in: Add $(EXEEXT) to "run".
1249 2005-04-15  Corinna Vinschen  <vinschen@redhat.com>
1251         * configure.ac: Add explicit sh64 case.
1252         * configure: Regenerate.
1254 2005-03-30  Paul Brook  <paul@codesourcery.com>
1256         * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
1258 2005-02-28  Jim Blandy  <jimb@redhat.com>
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.
1264 2005-02-18  Corinna Vinschen  <vinschen@redhat.com>
1266         * iq2000: New target subdirectory.
1267         * configure.ac: Add iq2000 target.
1268         * configure: Regenerate.
1270 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1272         * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
1273         (realclean, install): Fail if subdir make failed.
1275 2005-01-28  Hans-Peter Nilsson  <hp@axis.com>
1277         * cris: New directory, simulator for Axis Communications CRIS
1278         including CRIS v32, CGEN-based.
1279         * configure.ac: Add corresponding configury.
1280         * configure: Regenerate.
1282 2005-01-17  Andrew Cagney  <cagney@gnu.org>
1284         * configure.ac: For mips*-*-* and mn10300*-*-* configure the
1285         common directory.  Remove sparc*-*-* from list.
1287 2005-01-11  Andrew Cagney  <cagney@gnu.org>
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.
1297 2005-01-07  Andrew Cagney  <cagney@gnu.org>
1299         * configure.ac: Replace configure.in.  Requires autoconf 2.59 and
1300         correctly calls AC_CONFIG_SUBDIRS.
1301         * configure: Re-generate.
1303 2004-12-01  Andrew Cagney  <cagney@gnu.org>
1305         * i960, h8500: Delete directory.
1307 2004-11-12  Andrew Cagney  <cagney@gnu.org>
1309         * d30v, fr30, mn10200, z8k: Delete directory.
1311 2004-03-10  Ben Elliston  <bje@gnu.org>
1313         * MAINTAINERS: Update my mail address.
1315 2004-01-26  Chris Demetriou  <cgd@broadcom.com>
1317         * configure.in (mips*-*-*): Configure in testsuite.
1318         * configure: Regenerate.
1320 2003-10-08  Dave Brolley  <brolley@redhat.com>
1322         * configure.in: Move frv handling to alphabetically correct placement.
1324 2003-09-03  Andreas Schwab  <schwab@suse.de>
1326         * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
1328 2003-08-29  Dave Brolley  <brolley@redhat.com>
1330         * MAINTAINERS: Add myself as maintainer of the FRV port.
1332 2003-08-20  Michael Snyder  <msnyder@redhat.com>
1333             Dave Brolley  <brolley@redhat.com>
1335         * frv/: New directory, simulator for the Fujitsu FRV.
1336         * configure.in: Add frv configury.
1337         * configure: Regenerate.
1339 2003-08-10  Ben Elliston  <bje@wasabisystems.com>
1341         * MAINTAINERS: Update my mail address.
1343 2003-08-09  Andrew Cagney  <cagney@redhat.com>
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.
1349 2003-07-09  Michael Snyder  <msnyder@redhat.com>
1351         * configure.in: Add testsuite to extra_subdirs for sh.
1352         * configure: Regenerate.
1354 2003-01-23  Nick Clifton  <nickc@redhat.com>
1356         * Add sh2e support:
1358 2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
1360         * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
1362 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
1364         * MAINTAINERS: Update my email address.
1366 2002-07-17  Andrew Cagney  <ac131313@redhat.com>
1368         * w65/: Delete directory.
1370 2002-07-16  Andrew Cagney  <ac131313@redhat.com>
1372         * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
1373         * configure: Re-generate.
1375 2002-07-13  Andrew Cagney  <ac131313@redhat.com>
1377         * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
1378         * configure: Re-generate.
1380 2002-06-16  Andrew Cagney  <ac131313@redhat.com>
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.
1386 Thu Jun  6 12:34:13 2002  Andrew Cagney  <cagney@redhat.com>
1388         * Makefile.in (ChangeLog): New makefile variable.
1389         * README-HACKING: Mention the ChangeLog makefile variable.
1391 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
1393         * tic80/: Delete directory.
1395 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
1397         * MAINTAINERS: Update my email address.
1399 2002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1401         * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
1403 2002-03-01  Frank Ch. Eigler  <fche@redhat.com>
1405         * MAINTAINERS: Record self as a co-maintainer of just common/.
1407 2002-02-07  Nick Clifton  <nickc@cambridge.redhat.com>
1409         * MAINTAINERS: Point to GDB files describing overall maintaince
1410         and check-in procedures.
1412 2002-01-10  Nick Clifton  <nickc@cambridge.redhat.com>
1414         * MAINTAINERS: Add myself for ARM portions.
1416 2001-10-19  Andrew Cagney  <ac131313@redhat.com>
1418         * configure.in: When Linux or NetBSD, enable PowerPC simulator.
1419         * configure: Re-generate.
1421 2001-02-16  Ben Elliston  <bje@redhat.com>
1423         * MAINTAINERS: Add myself for common portions.
1425 2001-01-15  Chris Demetriou  <cgd@broadcom.com>
1427         * MAINTAINERS: Added self and Andrew for the mips sim.
1429 2000-10-25  Geoff Keating  <geoffk@cygnus.com>
1431         * MAINTAINERS: Added self and Andrew for the ppc sim.
1433 Thu Jul 27 21:26:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1435         From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1436         * m68hc11: New directory.
1437         * configure.in: Add.
1438         * configure: Regenerate.
1440 Tue Jul  4 13:43:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1442         * tic80: New directory.
1443         * configure.in: Add configury.
1444         * configure: Regenerate.
1446 2000-04-20  Nick Clifton  <nickc@cygnus.com>
1448         * configure.in (extra_subdirs): Add testsuite to strongarm
1449         directories.
1450         * configure: Regenerate.
1452 Sat Mar  4 16:48:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1454         * MAINTAINERS: New file.  Blank.
1456 1999-11-18  Ben Elliston  <bje@cygnus.com>
1458         * configure.in: Require autoconf 2.13 and remove obsolete
1459         invocation of AC_C_CROSS.
1460         * configure: Regenerate.
1462 1999-09-29  Doug Evans  <devans@casey.cygnus.com>
1464         * configure.in: Configure the testsuite directory for thumb.
1465         * configure: Regenerate.
1467 1999-07-16  Ben Elliston  <bje@cygnus.com>
1469         * configure.in: Configure the testsuite directory for arm.
1470         * configure: Regenerate.
1472 1999-04-08  Nick Clifton  <nickc@cygnus.com>
1474         * configure.in: Add support for MCore target.
1475         * configure: Regenerate.
1477 1999-03-14  Stan Shebs  <shebs@andros.cygnus.com>
1479         * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
1480         RUNTEST instead of commenting out, fixes portability problem.
1482 1999-02-08  Nick Clifton  <nickc@cygnus.com>
1484         * configure.in: Add support for StrongARM target.
1485         * configure: Regenerate.
1487 1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
1489         * configure.in: Require autoconf 2.12.1 or higher.
1491 1998-12-08  James E Wilson  <wilson@wilson-pc.cygnus.com>
1493         * configure.in (i960-*-*): Add.
1494         * configure: Rebuild.
1496 Wed Nov  4 19:11:43 1998  Dave Brolley  <brolley@cygnus.com>
1498         * configure.in: Added case for fr30-*-*.
1499         * configure: Regenerated.
1501 Fri Sep 25 10:12:19 1998  Christopher Faylor <cgf@cygnus.com>
1503         * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1504         to allow successful operation on Windows.
1506 Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1508         * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1509         check can be invoked recursively.
1511 Wed Apr 29 12:38:53 1998  Mark Alexander  <marka@cygnus.com>
1513         * configure.in: Build simulator on sparclite and sparc86x targets.
1514         * configure: Regenerate.
1516 Sun Apr 26 15:21:01 1998  Tom Tromey  <tromey@cygnus.com>
1518         * Makefile.in (autoconf-common autoheader-common): Don't pass -l
1519         to autoconf and autoheader.
1521 Fri Apr 24 11:14:13 1998  Tom Tromey  <tromey@cygnus.com>
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.
1530 Tue Mar 24 17:12:43 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>
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.
1537 Tue Mar 24 11::18:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
1539         * configure.in (extra_subdirs): Enable igen for mn10300.
1540         * configure: Re-generate.
1542 Tue Dec  2 10:10:42 1997  Nick Clifton  <nickc@cygnus.com>
1544         * configure.in (extra_subdirs): Add support for thumb target.
1546         * configure (extra_subdirs): Add support for thumb target.
1548 Wed Oct  8 12:38:48 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1550         * configure.in (extra_subdirs): Add IGEN directory when MIPS
1551         target.
1552         * configure: Regenerate.
1554 Fri Sep 12 13:10:31 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1556         * configure.in (extra_subdirs): v850ea needs igen.
1557         * configure: Re-generate.
1559 Mon Sep  1 16:48:23 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1561         * configure.in (testdir): When a testsuite directory, add that to
1562         the list of confdirs.
1564 Tue Aug 19 11:17:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1566         * configure.in (extra_subdirs): Enable igen ready for V850.
1568 Tue Aug 26 15:14:48 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1570         * configure.in (w65-*-*, only_if_enabled): Set.
1571         * configure: Re-generate.
1573 Mon Aug 25 16:26:53 1997  Andrew Cagney  <cagney@b1.cygnus.com>
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.
1580 Mon Aug 18 10:56:59 1997  Nick Clifton  <nickc@cygnus.com>
1582         * configure.in (extra_subdirs): Add v850e target.
1584 Mon Aug 18 10:56:59 1997  Nick Clifton  <nickc@cygnus.com>
1586         * configure.in (extra_subdirs): Add v850ea target.
1588 Fri Jul 25 11:40:47 1997  Doug Evans  <dje@canuck.cygnus.com>
1590         * configure.in (sparc*-*-*): Don't build erc32.
1591         * configure: Regenerate.
1593 Thu Apr 24 00:47:20 1997  Doug Evans  <dje@canuck.cygnus.com>
1595         * configure.in (m32r-*-*): New target.
1596         * configure: Regenerate.
1598         * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1600 Mon Apr 21 22:57:55 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1602         * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1603         thought that .NOEXPORT was the default target.
1605 Fri Apr 11 17:18:07 1997  Ian Lance Taylor  <ian@cygnus.com>
1607         * Makefile.in (clean mostlyclean): Restore targets accidentally
1608         deleted in earlier change.
1610 Thu Apr  3 12:20:32 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
1612         * Makefile.in (autoheader-common, autoheader-changelog,
1613         autoheader-install): Perform autoheader in addition to autoconf.
1615 Wed Apr  2 15:09:05 1997  Doug Evans  <dje@canuck.cygnus.com>
1617         * Makefile.in (autoconf-install): New target.
1618         (autoconf-changelog): Try different way to obtain user name.
1620 Wed Apr  2 14:25:52 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
1622         * Makefile.in (autoconf-changelog): New target, update
1623         ChangeLog for all subdirectories - normally used after
1624         autoconf-common target.
1626 Wed Mar 19 14:26:21 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
1628         * configure.in (extra_subdirs): Include testsuite for d30v.
1629         * configure: Regenerate.
1631         * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
1632         ../gdb/Makefile.in
1633         (check): New rules - drive the testsuite.
1635 Mon Mar  3 13:01:00 1997  Jeffrey A Law  (law@cygnus.com)
1637         * configure.in: Add mn10200 configure lines accidentally
1638         removed.
1639         * configure: Regenerated.
1641 Wed Feb 19 10:34:20 1997  Andrew Cagney  <cagney@critters.cygnus.com>
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.
1647 Sun Feb 16 16:37:47 1997  Andrew Cagney  <cagney@critters.cygnus.com>
1649         * configure.in (d30v): New target.
1650         * configure: Regenerated.
1652 Wed Feb 19 23:17:13 1997  Jeffrey A Law  (law@cygnus.com)
1654         * configure.in: Don't require GCC to build the mn10200
1655         simulator anymore.
1656         * configure: Rebuilt.
1658 Wed Feb  5 13:28:13 1997  Doug Evans  <dje@canuck.cygnus.com>
1660         * configure.in: Don't configure any subdirs if no simulator
1661         is being built.  Don't use erc32 for sparc64.
1662         * configure: Regenerated.
1664 Tue Feb  4 13:19:39 1997  Doug Evans  <dje@canuck.cygnus.com>
1666         * Makefile.in (autoconf-common): New target.
1667         * configure.in: Do configure common.
1668         * configure: Regenerated.
1670 Thu Jan 23 13:59:52 1997  Stu Grossman  (grossman@critters.cygnus.com)
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.
1676 Mon Jan 13 13:16:42 1997  Jeffrey A Law  (law@cygnus.com)
1678         * configure: Enable the mn10200 simulator.
1680 Wed Nov 20 01:00:36 1996  Doug Evans  <dje@canuck.cygnus.com>
1682         * configure.in (configdirs): Add common.
1683         * configure: Regenerated.
1685 Fri Nov  1 08:03:30 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1687         * configure.in (powerpc*-*-linux*): Treat like the other powerpc
1688         system V based targets.
1689         * configure: Regenerate.
1691 Thu Oct 17 12:50:08 1996  Doug Evans  <dje@canuck.cygnus.com>
1693         * configure.in (--enable-sim-powerpc): Delete.
1694         (--enable-sim): Add.
1695         * configure: Regenerated.
1697 Fri Oct 11 21:13:43 1996  Jeffrey A Law  (law@cygnus.com)
1699         * configure.in: Only build the V850 simulator if
1700         we are using gcc.
1701         * configure: Rebuild.
1703 Sun Sep  8 17:22:50 1996  Ian Lance Taylor  <ian@cygnus.com>
1705         * configure.in: Do build erc32 for DOS and Windows hosts.
1706         * configure: Rebuild.
1708 Wed Sep  4 18:11:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
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.
1714 Wed Sep  4 15:49:16 1996  Ian Lance Taylor  <ian@cygnus.com>
1716         * configure.in: Only build the MIPS simulator if we are using
1717         gcc.
1718         * configure: Rebuild.
1720 Wed Aug 28 19:05:23 1996  Jeffrey A Law  (law@cygnus.com)
1722         * configure.in (v850-*-*): Added V850 simulator.
1724 Thu Aug  1 17:08:41 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
1726         * configure.in (d10v-*-*): Added D10V simulator.
1728 Wed Jun 26 12:33:57 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
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.
1737 Mon Jun 24 14:18:26 1996  Ian Lance Taylor  <ian@cygnus.com>
1739         * configure.in: Only configure erc32 if using gcc.
1740         * configure: Rebuild.
1742 Tue Jun  4 09:24:21 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
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.
1748 Wed May 22 12:10:49 1996  Rob Savoye  <rob@chinadoll>
1750         * configure.in: Only built erc32 simulator on Unix hosts as it
1751         uses pseudo ttys.
1752         * configure: Regenerated with autoconf 2.8.
1754 Sun May 19 20:20:40 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
1756         * erc32: Sparc simulator from the ESA.
1758 Sun Apr  7 21:00:09 1996  Fred Fish  <fnf@cygnus.com>
1760         From: Miles Bader  <miles@gnu.ai.mit.edu>
1761         * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
1762         * configure: Regenerate using autoconf.
1764 Thu Feb 22 11:31:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1766         * Makefile.in (install): Fix typo.
1768 Wed Feb 21 11:59:57 1996  Ian Lance Taylor  <ian@cygnus.com>
1770         * configure: Regenerate with autoconf 2.7.
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.
1778 Thu Feb 15 18:37:00 1996  Fred Fish  <fnf@cygnus.com>
1780         * Makefile.in (all): Remove extra '\' char from shell script.
1782 Wed Feb 14 16:43:59 1996  Mike Meissner  <meissner@tiktok.cygnus.com>
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.
1787 Wed Jan 31 21:48:34 1996  Fred Fish  <fnf@cygnus.com>
1789         * Makefile.in (install): Add missing semicolon in "fi \".
1791 Thu Nov  9 16:10:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
1793         * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
1794         defaults from configure.
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.
1802 Wed Nov  8 15:46:49 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
1804         * configure.in (mips*-*-*): Added "mips" simulator target.
1805         * configure: Re-generated.
1807 Tue Oct 10 11:08:20 1995  Fred Fish  <fnf@cygnus.com>
1809         * Makefile.in (BISON): Remove macro.
1810         (FLAGS_TO_PASS): Remove BISON.
1812 Sun Oct  8 04:26:27 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
1814         * configure.in:  Explicitly `exit 0' for broken shells.
1815         * configure:  Rebuilt.
1817 Fri Oct  6 12:03:27 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
1819         * common/run.c (main): Initialize the callbacks.
1821 Wed Sep 20 13:34:50 1995  Ian Lance Taylor  <ian@cygnus.com>
1823         * Makefile.in (maintainer-clean): New synonym for realclean.
1825 Fri Aug 25 11:53:43 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
1827         * configure.in (powerpc*-*-eabisim*): Only build the simulator if
1828         the target is powerpc*-*-eabisim*, since it requires GCC to build.
1830 Mon Aug 21 17:53:48 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
1832         * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1833         <cagney@highland.com.au>.
1834         * configure: Regnerate from configure.in.
1836 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
1838         * Update all FSF addresses except those in COPYING* files.
1840 Thu Jul 20 15:17:29 1995  Fred Fish  <fnf@cygnus.com>
1842         * Makefile.in (CC_FOR_BUILD):  Define default and arrange to pass
1843         submakes either default or passed in value.
1845 Wed Jul  5 14:32:54 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
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.
1852         * configure.in: Don't bother with target makefile fragments, they
1853           are no longer needed.
1854         * configure: regenerated.
1856         * Makefile.in, configure.in: converted to autoconf.
1857         * configure: New file, generated with autconf 2.4.
1859 Wed May 24 14:48:46 1995  Steve Chamberlain  <sac@slash.cygnus.com>
1861         * Makefile.in: Support ARM.
1862         * configure.in: Ditto.
1864 Sun Jan 15 16:53:47 1995  Steve Chamberlain  <sac@splat>
1866         * Makefile.in: Support W65.
1867         * configure.in: Ditto.
1869 Sun Mar 13 09:27:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
1871         * Makefile.in: Add TAGS target.
1873 Mon Sep 13 12:47:15 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
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.
1880 Wed Jun 30 14:12:05 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
1882         * Makefile.in: remove endian.h trace from h8500
1884 Sun Jun 13 13:08:58 1993  Jim Kingdon  (kingdon@cygnus.com)
1886         * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1888 Fri May 21 11:21:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
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
1894 Fri May 21 10:55:06 1993  Ian Lance Taylor  (ian@cygnus.com)
1896         * Makefile.in (check, installcheck): Added dummy targets.
1898 Mon May  3 21:39:43 1993  Fred Fish  (fnf@cygnus.com)
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).
1904 Mon May  3 08:29:01 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
1906         * Makefile.in (endian): Add explicit rule for broken makes.
1908 Mon Mar 15 15:47:53 1993  Ian Lance Taylor  (ian@cygnus.com)
1910         * Makefile.in (info, install-info): New targets.
1911         (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1912         level Makefile.
1914 Wed Feb 10 20:12:27 1993  K. Richard Pixley  (rich@ok.cygnus.com)
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.
1921 Mon Feb  8 11:46:06 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
1923         * Makefile.in, configure.in: if target isn't supported, build a
1924         harmless makefile.