xref: /netbsd-src/external/gpl3/gdb/dist/sim/ChangeLog-2021 (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
12021-07-01  Mike Frysinger  <vapier@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
102021-07-01  Mike Frysinger  <vapier@gentoo.org>
11
12	* configure.ac: Remove [true] from m32r SIM_TARGET call.
13	* configure, Makefile.in: Regenerate.
14
152021-06-30  Mike Frysinger  <vapier@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
212021-06-30  Mike Frysinger  <vapier@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
292021-06-30  Mike Frysinger  <vapier@gentoo.org>
30
31	* configure.ac: Remove [true] from bfin SIM_TARGET call.
32	* configure, Makefile.in: Regenerate.
33
342021-06-30  Mike Frysinger  <vapier@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
412021-06-29  Mike Frysinger  <vapier@gentoo.org>
42
43	* m4/sim_ac_option_warnings.m4: Add -Wunused-but-set-parameter.
44	* configure: Regenerate.
45
462021-06-29  Mike Frysinger  <vapier@gentoo.org>
47
48	* m4/sim_ac_option_warnings.m4: Add -Wno-error=maybe-uninitialized.
49	* configure: Regenerate.
50
512021-06-27  Mike Frysinger  <vapier@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
592021-06-27  Mike Frysinger  <vapier@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
672021-06-23  Mike Frysinger  <vapier@gentoo.org>
68
69	* configure.ac (SIM_BUILD_TARGET): Simplify sed script.
70	* configure: Regenerate.
71
722021-06-22  Mike Frysinger  <vapier@gentoo.org>
73
74	* configure.ac: Update rx SIM_TARGET call.  Include rx/acinclude.m4.
75	* configure, Makefile.in: Regenerate.
76
772021-06-22  Mike Frysinger  <vapier@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
892021-06-21  Mike Frysinger  <vapier@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
972021-06-21  Mike Frysinger  <vapier@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
1052021-06-20  Mike Frysinger  <vapier@gentoo.org>
106
107	* README-HACKING (SIM_AC_COMMON): Delete mention.
108	* m4/sim_ac_common.m4: Removed.
109
1102021-06-20  Mike Frysinger  <vapier@gentoo.org>
111
112	* arch-subdir.mk.in (MAINT): Define.
113	* m4/sim_ac_common.m4: Delete AM_MAINTAINER_MODE call.
114
1152021-06-20  Mike Frysinger  <vapier@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
1212021-06-20  Mike Frysinger  <vapier@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
1302021-06-19  Mike Frysinger  <vapier@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
1362021-06-19  Mike Frysinger  <vapier@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
1432021-06-19  Mike Frysinger  <vapier@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
1532021-06-19  Mike Frysinger  <vapier@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
1592021-06-19  Mike Frysinger  <vapier@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
1672021-06-19  Mike Frysinger  <vapier@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
1752021-06-18  Mike Frysinger  <vapier@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
1832021-06-18  Mike Frysinger  <vapier@gentoo.org>
184
185	* m4/sim_ac_option_warnings.m4: Delete 1st arg to macro.
186
1872021-06-18  Mike Frysinger  <vapier@gentoo.org>
188
189	* configure.ac: Output arch-subdir.mk.
190	* Makefile.in, configure: Regenerate.
191	* arch-subdir.mk.in: New file.
192
1932021-06-17  Mike Frysinger  <vapier@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
2002021-06-16  Simon Marchi  <simon.marchi@polymtl.ca>
201
202	* common/Make-common.in (COMPILE, libsim.a, run$(EXEEXT),
203	gentmap.o, gentmap): Make rules silent.
204
2052021-06-16  Mike Frysinger  <vapier@gentoo.org>
206
207	* m4/sim_ac_common.m4: Delete AC_EXEEXT call.
208
2092021-06-16  Mike Frysinger  <vapier@gentoo.org>
210
211	* m4/sim_ac_common.m4: Delete AC_CONFIG_HEADERS call.
212
2132021-06-15  Mike Frysinger  <vapier@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
2182021-06-15  Mike Frysinger  <vapier@gentoo.org>
219
220	* Makefile.in: Regenerate.
221
2222021-06-14  Mike Frysinger  <vapier@gentoo.org>
223
224	* configure.ac: Call AM_SILENT_RULES.
225	* Makefile.in, configure: Regenerate.
226
2272021-06-12  Mike Frysinger  <vapier@gentoo.org>
228
229	* Makefile.in: Regenerate.
230
2312021-06-12  Mike Frysinger  <vapier@gentoo.org>
232
233	* m4/sim_ac_platform.m4: Delete sys/select.h.
234	* config.h.in, configure: Regenerate.
235
2362021-06-12  Mike Frysinger  <vapier@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
2422021-06-12  Mike Frysinger  <vapier@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
2482021-06-12  Mike Frysinger  <vapier@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
2562021-06-12  Mike Frysinger  <vapier@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
2672021-06-12  Mike Frysinger  <vapier@gentoo.org>
268
269	* m4/sim_ac_platform.m4: Check more headers, funcs, structs, and
270	types.
271	* config.h.in, configure: Regenerate.
272
2732021-06-12  Mike Frysinger  <vapier@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
2792021-06-12  Mike Frysinger  <vapier@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
2852021-06-12  Mike Frysinger  <vapier@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
2952021-06-05  Mike Frysinger  <vapier@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
3022021-05-16  Mike Frysinger  <vapier@gentoo.org>
303
304	* Makefile.am (pkginclude_HEADERS): Define.
305	* Makefile.in: Regenerated.
306
3072021-05-15  Mike Frysinger  <vapier@gentoo.org>
308
309	* m4/sim_ac_common.m4: Check for __int128 type.
310
3112021-05-14  Mike Frysinger  <vapier@gentoo.org>
312
313	* README-HACKING: Update callback.h path.
314
3152021-05-12  Mike Frysinger  <vapier@gentoo.org>
316
317	* README-HACKING: Delete mention of SIM_AC_OPTION_ENVIRONMENT.
318
3192021-05-12  Luis Machado  <luis.machado@linaro.org>
320
321	* d10v/interp.c (sim_create_inferior): Fix memset call.
322
3232021-05-07  Dimitar Dimitrov  <dimitar@dinux.eu>
324
325	* Makefile.in: Rebuild.
326
3272021-05-04  Tom Tromey  <tromey@adacore.com>
328
329	* Makefile.in: Rebuild.
330	* Makefile.am (AM_CPPFLAGS): New variable.
331
3322021-05-04  Mike Frysinger  <vapier@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
3382021-05-01  Mike Frysinger  <vapier@gentoo.org>
339
340	* m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.
341
3422021-04-26  Mike Frysinger  <vapier@gentoo.org>
343
344	* README-HACKING (nltvals.def): Update to gennltvals.py.
345
3462021-04-26  Mike Frysinger  <vapier@gentoo.org>
347
348	* m4/sim_ac_output.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_HARDWARE.
349
3502021-04-23  Mike Frysinger  <vapier@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
3562021-04-22  Tom Tromey  <tom@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
3612021-04-22  Tom Tromey  <tom@tromey.com>
362
363	* m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for make.
364
3652021-04-21  Simon Marchi  <simon.marchi@polymtl.ca>
366
367	* m4/sim_ac_option_warnings.m4 (SIM_AC_OPTION_WARNINGS): Use
368	-Werror when probing for supported warning flags.
369
3702021-04-18  Mike Frysinger  <vapier@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
3752021-04-18  Mike Frysinger  <vapier@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
3802021-04-03  Mike Frysinger  <vapier@gentoo.org>
381
382	* configure.ac: Add --example-sims option.
383	* configure: Regenerate.
384
3852021-04-03  Mike Frysinger  <vapier@gentoo.org>
386
387	* Makefile.am (check_PROGRAMS, CLEANFILES, DISTCLEANFILES): Define.
388	* Makefile.in: Regenerated.
389
3902021-04-03  Mike Frysinger  <vapier@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
3972021-04-02  Mike Frysinger  <vapier@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
4042021-04-02  Mike Frysinger  <vapier@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
4142021-03-08  Tom Tromey  <tromey@adacore.com>
415
416	* aclocal.m4, configure, Makefile.in: Rebuild.
417	* configure.ac: Use AM_MAINTAINER_MODE.
418
4192021-03-07  Mike Frysinger  <vapier@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
4262021-03-07  Mike Frysinger  <vapier@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
4332021-02-28  Mike Frysinger  <vapier@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
4382021-02-28  Mike Frysinger  <vapier@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
4432021-02-28  Mike Frysinger  <vapier@gentoo.org>
444
445	* m4/sim_ac_common.m4 (SIM_AC_COMMON): Require AC_PROG_CPP.
446
4472021-02-28  Mike Frysinger  <vapier@gentoo.org>
448
449	* README-HACKING: Delete SIM_EXTRA_LIBDEPS.
450
4512021-02-27  Mike Frysinger  <vapier@gentoo.org>
452
453	* README-HACKING: Delete SIM_EXTRA_ALL.
454
4552021-02-21  Mike Frysinger  <vapier@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
4672021-02-20  Mike Frysinger  <vapier@gentoo.org>
468
469	* configure.tgt: Move arch list ...
470	* configure.ac: ... here.
471	* configure: Regenerate.
472
4732021-02-19  Nelson Chu  <nelson.chu@sifive.com>
474
475	PR 27158
476	* riscv/sim-main.c (execute_i): Updated encoding macros.
477
4782021-02-13  Mike Frysinger  <vapier@gentoo.org>
479
480	* configure.tgt: Delete call to AC_SUBST(sim_arch).
481	* configure: Regenerate.
482
4832021-02-13  Mike Frysinger  <vapier@gentoo.org>
484
485	* README-HACKING: Replace sinclude with AC_CONFIG_MACRO_DIRS in
486	configure.ac skeleton.
487
4882021-02-06  Mike Frysinger  <vapier@gentoo.org>
489
490	* README-HACKING: Replace STATE_WATCHPOINTS with CPU_PC_FETCH.
491
4922021-02-06  Mike Frysinger  <vapier@gentoo.org>
493
494	* configure.ac (HDEFINES): Delete AC_SUBST call.
495	* configure: Regenerate.
496
4972021-02-04  Mike Frysinger  <vapier@gentoo.org>
498
499	* configure.tgt (sim_arch): Add entry for riscv*-*-*.
500	* configure: Regenerate.
501
5022021-01-30  Mike Frysinger  <vapier@gentoo.org>
503
504	* Makefile.in (nltvals): Change to gennltvals.py.
505
5062021-01-30  Mike Frysinger  <vapier@gentoo.org>
507
508	* README-HACKING: Delete reference to sizeof_pc.
509
5102021-01-29  Mike Frysinger  <vapier@gentoo.org>
511
512	* MAINTAINERS (Global Maintainers): Move myself back.
513
5142021-01-18  Mike Frysinger  <vapier@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
5222021-01-18  Mike Frysinger  <vapier@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
5292021-01-15  Mike Frysinger  <vapier@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
5362021-01-12  Mike Frysinger  <vapier@gentoo.org>
537
538	* README-HACKING (SIM_RUN_OBJS): Delete.
539
5402021-01-09  Mike Frysinger  <vapier@gentoo.org>
541
542	* MAINTAINERS (sh64): Move to past maintainers.
543	* configure: Regenerate.
544	* configure.tgt (sh64*-*-*): Delete.
545	* sh64/: Delete.
546
5472021-01-09  Mike Frysinger  <vapier@gentoo.org>
548
549	* README-HACKING (AC_PREREQ): Delete.
550
5512021-01-08  Mike Frysinger  <vapier@gentoo.org>
552
553	* README-HACKING (C Language Assumptions): Require C11 compiler.
554
5552020-09-03  Jose E. Marchesi  <jose.marchesi@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
5612020-08-04  Jose E. Marchesi  <jose.marchesi@oracle.com>
562	    David Faust <david.faust@oracle.com>
563
564	* configure.tgt (sim_arch): Add entry for bpf-*-*.
565	* configure: Regenerate.
566	* MAINTAINERS: Add maintainer for the BPF simulator.
567
5682019-12-19  Tom Tromey  <tromey@adacore.com>
569
570	PR build/24572:
571	* Makefile.in (install-strip): New target.
572
5732019-09-23  Dimitar Dimitrov  <dimitar@dinux.eu>
574
575	* MAINTAINERS: Add myself as PRU maintainer.
576	* configure: Regenerated.
577	* configure.tgt: Add PRU.
578
5792019-09-18  Alan Modra  <amodra@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
5872019-02-28  Joel Brobecker  <brobecker@adacore.com>
588
589	* MAINTAINERS: Move Mike Frysinger to past maintainers' section.
590
5912019-02-13  Simon Marchi  <simon.marchi@ericsson.com>
592
593	* MAINTAINERS: Add Andrew Burgess as global maintainer.
594
5952019-01-03  Pavel I. Kryukov  <kryukov@frtk.ru>
596
597	* sim-base.h: Add 'extern C' if header is compiled with C++.
598
5992018-12-06  Andrew Burgess  <andrew.burgess@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
6112018-07-20  Maciej W. Rozycki  <macro@mips.com>
612
613	* MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
614	ISA maintenance.
615
6162018-07-19  DJ Delorie  <dj@redhat.com>
617
618	* MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
619
6202018-07-14  Stafford Horne  <shorne@gmail.com>
621
622	* MAINTAINERS (or1k): Add myself as or1k maintainer.
623
6242018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
625
626	* All configure.ac: Remove AC_PREREQ.
627	* All configure: Re-generate.
628
6292018-01-22  Maciej W. Rozycki  <macro@mips.com>
630
631	* MAINTAINERS: Update my company e-mail address.
632
6332017-12-12  Stafford Horne  <shorne@gmail.com>
634	    Peter Gavin  <pgavin@gmail.com>
635
636	* configure: Regenerated.
637
6382017-12-12  Stafford Horne  <shorne@gmail.com>
639	    Peter Gavin  <pgavin@gmail.com>
640
641	* configure.tgt: Add or1k sim.
642
6432017-10-12  James Bowman  <james.bowman@ftdichip.com>
644
645	* MAINTAINERS (ft32): Add myself.
646
6472017-10-03  Jim Wilson  <wilson@tuliptree.org>
648
649	* MAINTAINERS (aarch64): Update my email address.
650
6512017-09-06  John Baldwin  <jhb@FreeBSD.org>
652
653	* configure.ac: Honor existing CC_FOR_BUILD in environment.
654	* configure: Regenerate.
655
6562017-02-14  Jim Wilson  <jim.wilson@linaro.org>
657
658	* MAINTAINTERS (aarch64): Add myself.
659
6602016-12-14  Maciej W. Rozycki  <macro@imgtec.com>
661
662	* MAINTAINERS (Maintainers for particular sims): Add myself as
663	a MIPS maintainer.
664
6652016-02-03  Maciej W. Rozycki  <macro@linux-mips.org>
666
667	* MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
668
6692016-01-09  Mike Frysinger  <vapier@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
6762016-01-09  Mike Frysinger  <vapier@gentoo.org>
677
678	* .gitignore: Delete /common/cconfig.h entry.
679
6802016-01-05  Nick Clifton  <nickc@redhat.com>
681
682	* MAINTAINERS: Add myself as AArch64 sim maintainer.
683
6842015-12-09  Tristan Gingold  <gingold@adacore.com>
685
686	* aarch64/simulator.c: Remove syscall.h include.
687
6882015-12-26  Mike Frysinger  <vapier@gentoo.org>
689
690	* README-HACKING: Delete mention of tconfig.h.
691
6922015-11-24  Nick Clifton  <nickc@redhat.com>
693
694	* configure.tgt: Add aarch64 entry.
695	* configure: Regenerate.
696
6972015-06-23  Mike Frysinger  <vapier@gentoo.org>
698
699	* configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING.
700	* configure: Regenerate.
701
7022015-06-12  Mike Frysinger  <vapier@gentoo.org>
703
704	* README-HACKING: Change configure.in to configure.ac.
705
7062015-04-02  H.J. Lu  <hongjiu.lu@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
7382015-04-01  H.J. Lu  <hongjiu.lu@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
7472015-04-01  H.J. Lu  <hongjiu.lu@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
7792015-03-29  Mike Frysinger  <vapier@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
7852015-03-28  Mike Frysinger  <vapier@gentoo.org>
786
787	* configure: Regenerate.
788	* configure.tgt (avr*-*-*): Set sim_testsuite=yes.
789
7902015-03-28  James Bowman  <james.bowman@ftdichip.com>
791
792	* configure.tgt: Add FT32 entry.
793	* configure: Regenerate.
794
7952015-03-16  Mike Frysinger  <vapier@gentoo.org>
796
797	* .gitignore: Delete tconfig.h.
798	* README-HACKING: Change tconfig.in to tconfig.h.
799
8002014-03-12  Nick Clifton  <nickc@redhat.com>
801
802	* MAINTAINERS: Add myself as the maintainer for the MSP430.
803
8042014-03-10  Mike Frysinger  <vapier@gentoo.org>
805
806	* configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
807	* configure: Regenerate.
808
8092014-01-06  Tom Tromey  <tromey@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
8152014-01-06  Tom Tromey  <tromey@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
8502013-11-07  Will Newton  <will.newton@linaro.org>
851
852	PR gdb/15508
853	* arm/wrapper.c (sim_create_inferior): Call init before
854	accessing STATE.
855
8562013-11-07  Will Newton  <will.newton@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
8622013-06-21  Nick Clifton  <nickc@redhat.com>
863
864	* msp430: New Directory.
865	* configure.tgt: Add it.
866	* configure: Regenerate.
867
8682013-03-15  Steve Ellcey  <sellcey@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
8822013-01-01  Joel Brobecker  <brobecker@adacore.com>
883
884	Update year range in copyright notice of all files.
885
8862012-12-19  Joel Brobecker  <brobecker@adacore.com>
887
888	Update old contact info in GPL license notices.
889
8902012-12-19  Joel Brobecker  <brobecker@adacore.com>
891
892	Update the non-FSF-copyrighted files in sim to GPLv3 or later.
893
8942012-11-20  Pavel Chupin  <pavel.v.chupin@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
9282012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
929
930	* MAINTAINERS: Update my email address.
931
9322012-09-24  Steve Ellcey  <sellcey@mips.com>
933
934	* mips/basic.exp: Add mips*-mti-elf* target.
935	* configure.ac: Add mips*-mti-elf* target.
936	* configure: Regenerate.
937
9382012-06-15  Joel Brobecker  <brobecker@adacore.com>
939
940	* configure: Regenerate.
941
9422012-06-06  Michael Eager  <eager@eagercon.com>
943
944	* microblaze/interp.c (config.h): Add #include.
945
9462011-11-29  Joel Brobecker  <brobecker@adacore.com>
947
948	* MAINTAINERS (Global Maintainers): New section.  Add Mike
949	Frysinger.
950
9512011-11-28  DJ Delorie  <dj@redhat.com>
952
953	* configure.tgt: Add rl78 support.
954	* configure: Regenerate.
955	* rl78: New directory.
956	* MAINTAINERS: Add myself as RL78 maintainer.
957
9582011-07-08  Hans-Peter Nilsson  <hp@axis.com>
959
960	* MAINTAINERS: Remove Thiemo Seufer.
961
9622011-06-04  Mike Frysinger  <vapier@gentoo.org>
963
964	* configure.tgt (bfin-*-*): Add sim_testsuite=yes.
965	* configure: Regenerate.
966
9672011-05-04  Joseph Myers  <joseph@codesourcery.com>
968
969	* configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
970	handle targets.
971	* configure: Regenerate.
972
9732011-03-05  Mike Frysinger  <vapier@gentoo.org>
974
975	* MAINTAINERS: Add bfin entry.
976	* configure.tgt (bfin-*-*): Handle bfin targets.
977	* configure: Regenerate.
978
9792011-01-05  Mike Frysinger  <vapier@gentoo.org>
980
981	* .gitignore: Add /*/hw-config.h.
982
9832010-12-23  Mike Frysinger  <vapier@gentoo.org>
984
985	* .gitignore: New file.
986
9872010-07-28  DJ Delorie  <dj@redhat.com>
988
989	* MAINTAINERS: Add self as RX maintainer.  Sort list.
990
9912010-06-08  Nick Clifton  <nickc@redhat.com>
992
993	* reg.c (set_oszc): Use unsigned int for the mask.
994	(set_szc, set_osz, set_sz): Likewise.
995
9962010-04-26  Mike Frysinger  <vapier@gentoo.org>
997
998	* configure.ac: Target logic moved out to and included from ...
999	* configure.tgt: ... this new file.
1000	* configure: Regenerated.
1001
10022010-04-12  Mike Frysinger  <vapier@gentoo.org>
1003
1004	* README-HACKING: Add more sections.
1005
10062010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1007
1008	* avr/configure: Regenerate.
1009	* cris/configure: Regenerate.
1010	* microblaze/configure: Regenerate.
1011
10122009-11-24  Joel Brobecker  <brobecker@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
10252009-11-24  DJ Delorie  <dj@redhat.com>
1026
1027	* rx: New directory.
1028	* configure.ac: Add entry for Renesas RX.
1029	* configure: Regenerate.
1030
10312009-10-16  Doug Evans  <dje@sebabeach.org>
1032
1033	* MAINTAINERS: Add myself as m32r maintainer.
1034
10352009-10-15  Michael Egaer  <eager@eagercon.com>
1036
1037	* MAINTAINERS: Add self as MicroBlaze maintainer.
1038
10392009-10-14  Ben Elliston  <bje@gnu.org>
1040
1041	* MAINTAINERS (common): Move myself to "past maintainers" section.
1042
10432009-10-06  Michael Eager  <eager@eagercon.com>
1044
1045	* microblaze/interp.c: Add include microblaze-dis.h.
1046
10472009-09-23  Michael Eager  <eager@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
10612009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@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
10742009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1075
1076	* Makefile.in (datarootdir): New variable.
1077
10782009-05-18  Jon Beniston <jon@beniston.com>
1079
1080	* MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
1081	* configure.ac: Add lm32 target.
1082	* lm32: New directory.
1083
10842009-05-11  Andrew Cagney  <cagney@gnu.org>
1085
1086	* MAINTAINERS: Orphan ppc.
1087
10882009-04-30  Anthony Green  <green@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
10952009-04-27  Tristan Gingold  <gingold@adacore.com>
1096
1097	* avr: New directory.
1098	* configure.ac: Add avr.
1099	* configure: Regenerated.
1100
11012009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
1102
1103	* Makefile.in: Add dummy install-pdf, html, and
1104	install-html targets.
1105
11062008-07-29  Nick Clifton  <nickc@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
11222008-05-09  Olivier Hainque  <hainque@adacore.com>
1123
1124	* ppc/altivec.igen (vperm): Latch inputs into temporaries.
1125
11262008-03-25  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1127
1128	* MAINTAINERS: Add myself as maintainer of cr16 port.
1129
11302008-02-12  M Ranga Swami Reddy <MR.Swami.Reddy@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
11372008-02-05  DJ Delorie  <dj@redhat.com>
1138
1139	* configure.ac (v850): V850 now has a testsuite.
1140	* configure (v850): Likewise.
1141
11422008-01-01  Daniel Jacobowitz  <dan@codesourcery.com>
1143
1144	Updated copyright notices for most files.
1145
11462007-12-19  DJ Delorie  <dj@redhat.com>
1147
1148	* frv/frv.c (frvbf_cut): Only look at the six LSBs of
1149	cut_point.
1150
11512007-08-24  Joel Brobecker  <brobecker@adacore.com>
1152
1153	Switch the license of all files explicitly copyright the FSF
1154	to GPLv3.
1155
11562007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
1157
1158	* Makefile.in: Add dummy "pdf" target.
1159
11602007-02-16  Thiemo Seufer  <ths@mips.com>
1161
1162	* Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
1163
11642007-01-28  Manuel Lauss  <slauss@resi.at>
1165
1166	* configure.ac (sh64-*-*): Change to sh64*-*-*.
1167	(sh-*-*): Change to sh*-*-*.
1168	* configure: Regenerated.
1169
11702007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
1171
1172	Updated copyright notices for most files.
1173
11742006-12-20  Hans-Peter Nilsson  <hp@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
11892006-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
1190
1191	* MAINTAINERS: Add Dave Brolley for sh64.
1192
11932006-08-08  Joel Sherrill <joel.sherrill@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
11992006-05-05  Andreas Schwab  <schwab@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
12082006-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
1209
1210	* MAINTAINERS: Add an "Authorized committers" section, and list
1211	DJ Delorie for v850.
1212
12132006-03-13  DJ Delorie  <dj@redhat.com>
1214
1215	* MAINTAINERS: Add self as m32c sim maintainer.
1216
12172006-01-23  Jim Blandy  <jimb@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
12252005-05-26  Chris Demetriou  <cgd@netbsd.org>
1226
1227	* MAINTAINERS: Update my mail address, move myself to the
1228	"Past maintainers" section.
1229
12302005-05-17  Corinna Vinschen  <vinschen@redhat.com>
1231
1232	* configure.ac: Add igen to v850 build.
1233	* configure: Regenerate.
1234
12352005-04-29  Paul Brook  <paul@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
12452005-04-27  Paul Brook  <paul@codesourcery.com>
1246
1247	* common/Make-common.in: Add $(EXEEXT) to "run".
1248
12492005-04-15  Corinna Vinschen  <vinschen@redhat.com>
1250
1251	* configure.ac: Add explicit sh64 case.
1252	* configure: Regenerate.
1253
12542005-03-30  Paul Brook  <paul@codesourcery.com>
1255
1256	* arm/wrapper.c: Provide SIGTRAP and SIGBUS.
1257
12582005-02-28  Jim Blandy  <jimb@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
12642005-02-18  Corinna Vinschen  <vinschen@redhat.com>
1265
1266	* iq2000: New target subdirectory.
1267	* configure.ac: Add iq2000 target.
1268	* configure: Regenerate.
1269
12702005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1271
1272	* Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
1273	(realclean, install): Fail if subdir make failed.
1274
12752005-01-28  Hans-Peter Nilsson  <hp@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
12822005-01-17  Andrew Cagney  <cagney@gnu.org>
1283
1284	* configure.ac: For mips*-*-* and mn10300*-*-* configure the
1285	common directory.  Remove sparc*-*-* from list.
1286
12872005-01-11  Andrew Cagney  <cagney@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
12972005-01-07  Andrew Cagney  <cagney@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
13032004-12-01  Andrew Cagney  <cagney@gnu.org>
1304
1305	* i960, h8500: Delete directory.
1306
13072004-11-12  Andrew Cagney  <cagney@gnu.org>
1308
1309	* d30v, fr30, mn10200, z8k: Delete directory.
1310
13112004-03-10  Ben Elliston  <bje@gnu.org>
1312
1313	* MAINTAINERS: Update my mail address.
1314
13152004-01-26  Chris Demetriou  <cgd@broadcom.com>
1316
1317	* configure.in (mips*-*-*): Configure in testsuite.
1318	* configure: Regenerate.
1319
13202003-10-08  Dave Brolley  <brolley@redhat.com>
1321
1322	* configure.in: Move frv handling to alphabetically correct placement.
1323
13242003-09-03  Andreas Schwab  <schwab@suse.de>
1325
1326	* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
1327
13282003-08-29  Dave Brolley  <brolley@redhat.com>
1329
1330	* MAINTAINERS: Add myself as maintainer of the FRV port.
1331
13322003-08-20  Michael Snyder  <msnyder@redhat.com>
1333	    Dave Brolley  <brolley@redhat.com>
1334
1335	* frv/: New directory, simulator for the Fujitsu FRV.
1336	* configure.in: Add frv configury.
1337	* configure: Regenerate.
1338
13392003-08-10  Ben Elliston  <bje@wasabisystems.com>
1340
1341	* MAINTAINERS: Update my mail address.
1342
13432003-08-09  Andrew Cagney  <cagney@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
13492003-07-09  Michael Snyder  <msnyder@redhat.com>
1350
1351	* configure.in: Add testsuite to extra_subdirs for sh.
1352	* configure: Regenerate.
1353
13542003-01-23  Nick Clifton  <nickc@redhat.com>
1355
1356	* Add sh2e support:
1357
13582002-04-02  Alexandre Oliva  <aoliva@redhat.com>
1359
1360	* sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
1361
13622002-08-24  Geoffrey Keating  <geoffk@redhat.com>
1363
1364	* MAINTAINERS: Update my email address.
1365
13662002-07-17  Andrew Cagney  <ac131313@redhat.com>
1367
1368	* w65/: Delete directory.
1369
13702002-07-16  Andrew Cagney  <ac131313@redhat.com>
1371
1372	* configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
1373	* configure: Re-generate.
1374
13752002-07-13  Andrew Cagney  <ac131313@redhat.com>
1376
1377	* configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
1378	* configure: Re-generate.
1379
13802002-06-16  Andrew Cagney  <ac131313@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
1386Thu Jun  6 12:34:13 2002  Andrew Cagney  <cagney@redhat.com>
1387
1388	* Makefile.in (ChangeLog): New makefile variable.
1389	* README-HACKING: Mention the ChangeLog makefile variable.
1390
13912002-06-01  Andrew Cagney  <ac131313@redhat.com>
1392
1393	* tic80/: Delete directory.
1394
13952002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
1396
1397	* MAINTAINERS: Update my email address.
1398
13992002-03-06  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1400
1401	* MAINTAINERS: Record self as maintainer of m68hc11 simulator.
1402
14032002-03-01  Frank Ch. Eigler  <fche@redhat.com>
1404
1405	* MAINTAINERS: Record self as a co-maintainer of just common/.
1406
14072002-02-07  Nick Clifton  <nickc@cambridge.redhat.com>
1408
1409	* MAINTAINERS: Point to GDB files describing overall maintaince
1410	and check-in procedures.
1411
14122002-01-10  Nick Clifton  <nickc@cambridge.redhat.com>
1413
1414	* MAINTAINERS: Add myself for ARM portions.
1415
14162001-10-19  Andrew Cagney  <ac131313@redhat.com>
1417
1418	* configure.in: When Linux or NetBSD, enable PowerPC simulator.
1419	* configure: Re-generate.
1420
14212001-02-16  Ben Elliston  <bje@redhat.com>
1422
1423	* MAINTAINERS: Add myself for common portions.
1424
14252001-01-15  Chris Demetriou  <cgd@broadcom.com>
1426
1427	* MAINTAINERS: Added self and Andrew for the mips sim.
1428
14292000-10-25  Geoff Keating  <geoffk@cygnus.com>
1430
1431	* MAINTAINERS: Added self and Andrew for the ppc sim.
1432
1433Thu Jul 27 21:26:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1434
1435	From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1436	* m68hc11: New directory.
1437	* configure.in: Add.
1438	* configure: Regenerate.
1439
1440Tue Jul  4 13:43:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1441
1442	* tic80: New directory.
1443	* configure.in: Add configury.
1444	* configure: Regenerate.
1445
14462000-04-20  Nick Clifton  <nickc@cygnus.com>
1447
1448	* configure.in (extra_subdirs): Add testsuite to strongarm
1449	directories.
1450	* configure: Regenerate.
1451
1452Sat Mar  4 16:48:54 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1453
1454	* MAINTAINERS: New file.  Blank.
1455
14561999-11-18  Ben Elliston  <bje@cygnus.com>
1457
1458	* configure.in: Require autoconf 2.13 and remove obsolete
1459	invocation of AC_C_CROSS.
1460	* configure: Regenerate.
1461
14621999-09-29  Doug Evans  <devans@casey.cygnus.com>
1463
1464	* configure.in: Configure the testsuite directory for thumb.
1465	* configure: Regenerate.
1466
14671999-07-16  Ben Elliston  <bje@cygnus.com>
1468
1469	* configure.in: Configure the testsuite directory for arm.
1470	* configure: Regenerate.
1471
14721999-04-08  Nick Clifton  <nickc@cygnus.com>
1473
1474	* configure.in: Add support for MCore target.
1475	* configure: Regenerate.
1476
14771999-03-14  Stan Shebs  <shebs@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
14821999-02-08  Nick Clifton  <nickc@cygnus.com>
1483
1484	* configure.in: Add support for StrongARM target.
1485	* configure: Regenerate.
1486
14871999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
1488
1489	* configure.in: Require autoconf 2.12.1 or higher.
1490
14911998-12-08  James E Wilson  <wilson@wilson-pc.cygnus.com>
1492
1493	* configure.in (i960-*-*): Add.
1494	* configure: Rebuild.
1495
1496Wed Nov  4 19:11:43 1998  Dave Brolley  <brolley@cygnus.com>
1497
1498	* configure.in: Added case for fr30-*-*.
1499	* configure: Regenerated.
1500
1501Fri Sep 25 10:12:19 1998  Christopher Faylor <cgf@cygnus.com>
1502
1503	* ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1504	to allow successful operation on Windows.
1505
1506Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1507
1508	* Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1509	check can be invoked recursively.
1510
1511Wed Apr 29 12:38:53 1998  Mark Alexander  <marka@cygnus.com>
1512
1513	* configure.in: Build simulator on sparclite and sparc86x targets.
1514	* configure: Regenerate.
1515
1516Sun Apr 26 15:21:01 1998  Tom Tromey  <tromey@cygnus.com>
1517
1518	* Makefile.in (autoconf-common autoheader-common): Don't pass -l
1519	to autoconf and autoheader.
1520
1521Fri Apr 24 11:14:13 1998  Tom Tromey  <tromey@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
1530Tue Mar 24 17:12:43 1998  Stu Grossman  <grossman@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
1537Tue Mar 24 11::18:00 1998  Joyce Janczyn  <janczyn@cygnus.com>
1538
1539	* configure.in (extra_subdirs): Enable igen for mn10300.
1540	* configure: Re-generate.
1541
1542Tue Dec  2 10:10:42 1997  Nick Clifton  <nickc@cygnus.com>
1543
1544	* configure.in (extra_subdirs): Add support for thumb target.
1545
1546	* configure (extra_subdirs): Add support for thumb target.
1547
1548Wed Oct  8 12:38:48 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1549
1550	* configure.in (extra_subdirs): Add IGEN directory when MIPS
1551 	target.
1552	* configure: Regenerate.
1553
1554Fri Sep 12 13:10:31 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1555
1556	* configure.in (extra_subdirs): v850ea needs igen.
1557	* configure: Re-generate.
1558
1559Mon Sep  1 16:48:23 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1560
1561	* configure.in (testdir): When a testsuite directory, add that to
1562 	the list of confdirs.
1563
1564Tue Aug 19 11:17:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1565
1566	* configure.in (extra_subdirs): Enable igen ready for V850.
1567
1568Tue Aug 26 15:14:48 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1569
1570	* configure.in (w65-*-*, only_if_enabled): Set.
1571	* configure: Re-generate.
1572
1573Mon Aug 25 16:26:53 1997  Andrew Cagney  <cagney@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
1580Mon Aug 18 10:56:59 1997  Nick Clifton  <nickc@cygnus.com>
1581
1582	* configure.in (extra_subdirs): Add v850e target.
1583
1584Mon Aug 18 10:56:59 1997  Nick Clifton  <nickc@cygnus.com>
1585
1586	* configure.in (extra_subdirs): Add v850ea target.
1587
1588Fri Jul 25 11:40:47 1997  Doug Evans  <dje@canuck.cygnus.com>
1589
1590	* configure.in (sparc*-*-*): Don't build erc32.
1591	* configure: Regenerate.
1592
1593Thu Apr 24 00:47:20 1997  Doug Evans  <dje@canuck.cygnus.com>
1594
1595	* configure.in (m32r-*-*): New target.
1596	* configure: Regenerate.
1597
1598	* Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1599
1600Mon Apr 21 22:57:55 1997  Andrew Cagney  <cagney@b1.cygnus.com>
1601
1602	* Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1603 	thought that .NOEXPORT was the default target.
1604
1605Fri Apr 11 17:18:07 1997  Ian Lance Taylor  <ian@cygnus.com>
1606
1607	* Makefile.in (clean mostlyclean): Restore targets accidentally
1608	deleted in earlier change.
1609
1610Thu Apr  3 12:20:32 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
1611
1612	* Makefile.in (autoheader-common, autoheader-changelog,
1613 	autoheader-install): Perform autoheader in addition to autoconf.
1614
1615Wed Apr  2 15:09:05 1997  Doug Evans  <dje@canuck.cygnus.com>
1616
1617	* Makefile.in (autoconf-install): New target.
1618	(autoconf-changelog): Try different way to obtain user name.
1619
1620Wed Apr  2 14:25:52 1997  Andrew Cagney  <cagney@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
1626Wed Mar 19 14:26:21 1997  Andrew Cagney  <cagney@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
1635Mon Mar  3 13:01:00 1997  Jeffrey A Law  (law@cygnus.com)
1636
1637	* configure.in: Add mn10200 configure lines accidentally
1638	removed.
1639	* configure: Regenerated.
1640
1641Wed Feb 19 10:34:20 1997  Andrew Cagney  <cagney@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
1647Sun Feb 16 16:37:47 1997  Andrew Cagney  <cagney@critters.cygnus.com>
1648
1649	* configure.in (d30v): New target.
1650	* configure: Regenerated.
1651
1652Wed Feb 19 23:17:13 1997  Jeffrey A Law  (law@cygnus.com)
1653
1654	* configure.in: Don't require GCC to build the mn10200
1655	simulator anymore.
1656	* configure: Rebuilt.
1657
1658Wed Feb  5 13:28:13 1997  Doug Evans  <dje@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
1664Tue Feb  4 13:19:39 1997  Doug Evans  <dje@canuck.cygnus.com>
1665
1666	* Makefile.in (autoconf-common): New target.
1667	* configure.in: Do configure common.
1668	* configure: Regenerated.
1669
1670Thu Jan 23 13:59:52 1997  Stu Grossman  (grossman@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
1676Mon Jan 13 13:16:42 1997  Jeffrey A Law  (law@cygnus.com)
1677
1678	* configure: Enable the mn10200 simulator.
1679
1680Wed Nov 20 01:00:36 1996  Doug Evans  <dje@canuck.cygnus.com>
1681
1682	* configure.in (configdirs): Add common.
1683	* configure: Regenerated.
1684
1685Fri Nov  1 08:03:30 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1686
1687	* configure.in (powerpc*-*-linux*): Treat like the other powerpc
1688	system V based targets.
1689	* configure: Regenerate.
1690
1691Thu Oct 17 12:50:08 1996  Doug Evans  <dje@canuck.cygnus.com>
1692
1693	* configure.in (--enable-sim-powerpc): Delete.
1694	(--enable-sim): Add.
1695	* configure: Regenerated.
1696
1697Fri Oct 11 21:13:43 1996  Jeffrey A Law  (law@cygnus.com)
1698
1699	* configure.in: Only build the V850 simulator if
1700	we are using gcc.
1701	* configure: Rebuild.
1702
1703Sun Sep  8 17:22:50 1996  Ian Lance Taylor  <ian@cygnus.com>
1704
1705	* configure.in: Do build erc32 for DOS and Windows hosts.
1706	* configure: Rebuild.
1707
1708Wed Sep  4 18:11:27 1996  Stu Grossman  (grossman@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
1714Wed Sep  4 15:49:16 1996  Ian Lance Taylor  <ian@cygnus.com>
1715
1716	* configure.in: Only build the MIPS simulator if we are using
1717	gcc.
1718	* configure: Rebuild.
1719
1720Wed Aug 28 19:05:23 1996  Jeffrey A Law  (law@cygnus.com)
1721
1722	* configure.in (v850-*-*): Added V850 simulator.
1723
1724Thu Aug  1 17:08:41 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
1725
1726	* configure.in (d10v-*-*): Added D10V simulator.
1727
1728Wed Jun 26 12:33:57 1996  Jason Molenda  (crash@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
1737Mon Jun 24 14:18:26 1996  Ian Lance Taylor  <ian@cygnus.com>
1738
1739	* configure.in: Only configure erc32 if using gcc.
1740	* configure: Rebuild.
1741
1742Tue Jun  4 09:24:21 1996  Michael Meissner  <meissner@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
1748Wed 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
1754Sun May 19 20:20:40 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
1755
1756	* erc32: Sparc simulator from the ESA.
1757
1758Sun Apr  7 21:00:09 1996  Fred Fish  <fnf@cygnus.com>
1759
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.
1763
1764Thu Feb 22 11:31:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1765
1766	* Makefile.in (install): Fix typo.
1767
1768Wed Feb 21 11:59:57 1996  Ian Lance Taylor  <ian@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
1778Thu Feb 15 18:37:00 1996  Fred Fish  <fnf@cygnus.com>
1779
1780	* Makefile.in (all): Remove extra '\' char from shell script.
1781
1782Wed Feb 14 16:43:59 1996  Mike Meissner  <meissner@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
1787Wed Jan 31 21:48:34 1996  Fred Fish  <fnf@cygnus.com>
1788
1789	* Makefile.in (install): Add missing semicolon in "fi \".
1790
1791Thu Nov  9 16:10:56 1995  Michael Meissner  <meissner@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
1802Wed Nov  8 15:46:49 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
1803
1804	* configure.in (mips*-*-*): Added "mips" simulator target.
1805	* configure: Re-generated.
1806
1807Tue Oct 10 11:08:20 1995  Fred Fish  <fnf@cygnus.com>
1808
1809	* Makefile.in (BISON): Remove macro.
1810	(FLAGS_TO_PASS): Remove BISON.
1811
1812Sun Oct  8 04:26:27 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
1813
1814	* configure.in:  Explicitly `exit 0' for broken shells.
1815	* configure:  Rebuilt.
1816
1817Fri Oct  6 12:03:27 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
1818
1819	* common/run.c (main): Initialize the callbacks.
1820
1821Wed Sep 20 13:34:50 1995  Ian Lance Taylor  <ian@cygnus.com>
1822
1823	* Makefile.in (maintainer-clean): New synonym for realclean.
1824
1825Fri Aug 25 11:53:43 1995  Michael Meissner  <meissner@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
1830Mon Aug 21 17:53:48 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
1831
1832	* configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1833	<cagney@highland.com.au>.
1834	* configure: Regnerate from configure.in.
1835
1836Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
1837
1838	* Update all FSF addresses except those in COPYING* files.
1839
1840Thu Jul 20 15:17:29 1995  Fred Fish  <fnf@cygnus.com>
1841
1842	* Makefile.in (CC_FOR_BUILD):  Define default and arrange to pass
1843	submakes either default or passed in value.
1844
1845Wed Jul  5 14:32:54 1995  J.T. Conklin  <jtc@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
1859Wed May 24 14:48:46 1995  Steve Chamberlain  <sac@slash.cygnus.com>
1860
1861	* Makefile.in: Support ARM.
1862	* configure.in: Ditto.
1863
1864Sun Jan 15 16:53:47 1995  Steve Chamberlain  <sac@splat>
1865
1866	* Makefile.in: Support W65.
1867	* configure.in: Ditto.
1868
1869Sun Mar 13 09:27:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
1870
1871	* Makefile.in: Add TAGS target.
1872
1873Mon Sep 13 12:47:15 1993  K. Richard Pixley  (rich@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
1880Wed 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
1884Sun Jun 13 13:08:58 1993  Jim Kingdon  (kingdon@cygnus.com)
1885
1886	* Makefile.in: Add distclean, realclean, and mostlyclean targets.
1887
1888Fri 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
1894Fri May 21 10:55:06 1993  Ian Lance Taylor  (ian@cygnus.com)
1895
1896	* Makefile.in (check, installcheck): Added dummy targets.
1897
1898Mon May  3 21:39:43 1993  Fred Fish  (fnf@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
1904Mon May  3 08:29:01 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
1905
1906	* Makefile.in (endian): Add explicit rule for broken makes.
1907
1908Mon Mar 15 15:47:53 1993  Ian Lance Taylor  (ian@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
1914Wed Feb 10 20:12:27 1993  K. Richard Pixley  (rich@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
1921Mon Feb  8 11:46:06 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
1922
1923	* Makefile.in, configure.in: if target isn't supported, build a
1924	harmless makefile.
1925