]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/ChangeLog
sim: unify toolchain dependency logic
[thirdparty/binutils-gdb.git] / sim / ChangeLog
CommitLineData
bc56166f
MF
12021-06-19 Mike Frysinger <vapier@gentoo.org>
2
3 * arch-subdir.mk.in: Move dependency vars from common/Make-common.in.
4 * configure.ac (SIM_BUILD_TARGET): New macro.
5 (SIM_TARGET): Call SIM_BUILD_TARGET.
6 (example): Change AC_CONFIG_SUBDIRS to SIM_BUILD_TARGET.
7 * m4/sim_ac_common.m4: Delete AC_PROG_CC & AC_PROG_INSTALL require,
8 and delete ZW_CREATE_DEPDIR & ZW_PROG_COMPILER_DEPENDENCIES.
9 * configure: Regenerate.
10
d3562f83
MF
112021-06-19 Mike Frysinger <vapier@gentoo.org>
12
13 * arch-subdir.mk.in: Move toolchain vars from common/Make-common.in.
14 * m4/sim_ac_common.m4: Delete SIM_AC_TOOLCHAIN call. Require
15 AC_PROG_CC and AC_PROG_INSTALL.
16
b5689863
MF
172021-06-19 Mike Frysinger <vapier@gentoo.org>
18
19 * arch-subdir.mk.in (zlibdir): New variable.
20 (@PLUGINS_TRUE@LIBDL): New variable.
21 * m4/sim_ac_common.m4: Move bfd dep calls ...
22 * m4/sim_ac_platform.m4: ... here.
23 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
24
07490bf8
MF
252021-06-19 Mike Frysinger <vapier@gentoo.org>
26
27 * arch-subdir.mk.in (COMMON_LIBS): New variable.
28 * m4/sim_ac_common.m4: Delete AC_CHECK_LIB calls.
29 * m4/sim_ac_option_hardware.m4: Likewise.
30 * m4/sim_ac_platform.m4: Call AC_CHECK_LIB.
31 * config.h.in, configure: Regenerate.
32
47ce766a
MF
332021-06-18 Mike Frysinger <vapier@gentoo.org>
34
35 * Makefile.am (AM_CFLAGS): New variable.
36 * arch-subdir.mk.in (WARN_CFLAGS, WERROR_CFLAGS): New variables.
37 * configure.ac: Call SIM_AC_OPTION_WARNINGS.
38 * m4/sim_ac_output.m4: Delete SIM_AC_OPTION_WARNINGS require.
39 * aclocal.m4, configure, Makefile.in: Regenerate.
40
982c3a65
MF
412021-06-18 Mike Frysinger <vapier@gentoo.org>
42
43 * m4/sim_ac_option_warnings.m4: Delete 1st arg to macro.
44
3f8414df
MF
452021-06-18 Mike Frysinger <vapier@gentoo.org>
46
47 * configure.ac: Output arch-subdir.mk.
48 * Makefile.in, configure: Regenerate.
49 * arch-subdir.mk.in: New file.
50
f9a4d543
MF
512021-06-17 Mike Frysinger <vapier@gentoo.org>
52
53 * configure.ac: Call SIM_AC_OPTION_ENDIAN.
54 * m4/sim_ac_option_endian.m4: Delete wire & default arguments.
55 * m4/sim_ac_output.m4: Delete sim_alignment & sim_endian.
56 * aclocal.m4, Makefile.in, config.h.in, configure: Regenerate.
57
7daf500d
SM
582021-06-16 Simon Marchi <simon.marchi@polymtl.ca>
59
60 * common/Make-common.in (COMPILE, libsim.a, run$(EXEEXT),
61 gentmap.o, gentmap): Make rules silent.
62
a8a3d907
MF
632021-06-16 Mike Frysinger <vapier@gentoo.org>
64
65 * m4/sim_ac_common.m4: Delete AC_EXEEXT call.
66
52d37d2c
MF
672021-06-16 Mike Frysinger <vapier@gentoo.org>
68
69 * m4/sim_ac_common.m4: Delete AC_CONFIG_HEADERS call.
70
bcaa61f7
MF
712021-06-15 Mike Frysinger <vapier@gentoo.org>
72
73 * m4/sim_ac_option_hardware.m4: Delete AC_DEFINE_UNQUOTED call.
74 Add -DHAVE_DV_SOCKSER to sim_hw_cflags.
75
015f7b74
MF
762021-06-15 Mike Frysinger <vapier@gentoo.org>
77
78 * Makefile.in: Regenerate.
79
fbe8d1cf
MF
802021-06-14 Mike Frysinger <vapier@gentoo.org>
81
82 * configure.ac: Call AM_SILENT_RULES.
83 * Makefile.in, configure: Regenerate.
84
dd8e16ea
MF
852021-06-12 Mike Frysinger <vapier@gentoo.org>
86
87 * Makefile.in: Regenerate.
88
2726bbc3
MF
892021-06-12 Mike Frysinger <vapier@gentoo.org>
90
91 * m4/sim_ac_platform.m4: Delete sys/select.h.
92 * config.h.in, configure: Regenerate.
93
ba307cdd
MF
942021-06-12 Mike Frysinger <vapier@gentoo.org>
95
96 * configure.ac: Call SIM_AC_OPTION_ALIGNMENT.
97 * m4/sim_ac_option_alignment.m4: Delete wire and default alignment.
98 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
99
6dd65fc0
MF
1002021-06-12 Mike Frysinger <vapier@gentoo.org>
101
102 * configure.ac: Define PKGVERSION & REPORT_BUGS_TO.
103 * m4/sim_ac_common.m4: Delete calls to ACX_PKGVERSION & ACX_BUGURL.
104 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
105
04381273
MF
1062021-06-12 Mike Frysinger <vapier@gentoo.org>
107
108 * configure.ac: Call SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO,
109 SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
110 * m4/sim_ac_common.m4: Delete calls to SIM_AC_OPTION_DEBUG,
111 SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
112 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
113
497a20bd
MF
1142021-06-12 Mike Frysinger <vapier@gentoo.org>
115
116 * m4/sim_ac_common.m4: Replace --enable-sim-debug, --enable-sim-stdio,
117 --enable-sim-trace, and --enable-sim-profile with calls to
118 SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and
119 SIM_AC_OPTION_PROFILE.
120 * m4/sim_ac_option_debug.m4: New file.
121 * m4/sim_ac_option_profile.m4: New file.
122 * m4/sim_ac_option_stdio.m4: New file.
123 * m4/sim_ac_option_trace.m4: New file.
124
a48ff3ef
MF
1252021-06-12 Mike Frysinger <vapier@gentoo.org>
126
127 * m4/sim_ac_platform.m4: Check more headers, funcs, structs, and
128 types.
129 * config.h.in, configure: Regenerate.
130
5ea45474
MF
1312021-06-12 Mike Frysinger <vapier@gentoo.org>
132
133 * configure.ac: Call SIM_AC_OPTION_ENVIRONMENT.
134 * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ENVIRONMENT.
135 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
136
dba333c1
MF
1372021-06-12 Mike Frysinger <vapier@gentoo.org>
138
139 * configure.ac: Call SIM_AC_OPTION_ASSERT.
140 * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ASSERT.
141 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
142
b15c5d7a
MF
1432021-06-12 Mike Frysinger <vapier@gentoo.org>
144
145 * configure.ac: Call AC_CONFIG_HEADERS and SIM_AC_PLATFORM.
146 * m4/sim_ac_common.m4: Delete calls to AC_CHECK_HEADERS_ONCE,
147 AC_CHECK_FUNCS_ONCE, AC_CHECK_MEMBERS, AC_CHECK_TYPES, and
148 AC_TYPE_SIGNAL.
149 * aclocal.m4, configure, Makefile.in: Regenerate.
150 * config.h.in: New file.
151 * m4/sim_ac_platform.m4: New file.
152
5bea0c32
MF
1532021-06-05 Mike Frysinger <vapier@gentoo.org>
154
155 * Makefile.am: Include common/local.mk.
156 (SIM_ALL_RECURSIVE_DEPS): Define.
157 (all-recursive): New rule.
158 * Makefile.in: Regenerated.
159
92bc001e
MF
1602021-05-16 Mike Frysinger <vapier@gentoo.org>
161
162 * Makefile.am (pkginclude_HEADERS): Define.
163 * Makefile.in: Regenerated.
164
79633c12
MF
1652021-05-15 Mike Frysinger <vapier@gentoo.org>
166
167 * m4/sim_ac_common.m4: Check for __int128 type.
168
df68e12b
MF
1692021-05-14 Mike Frysinger <vapier@gentoo.org>
170
171 * README-HACKING: Update callback.h path.
172
425b0b1a
MF
1732021-05-12 Mike Frysinger <vapier@gentoo.org>
174
175 * README-HACKING: Delete mention of SIM_AC_OPTION_ENVIRONMENT.
176
e7e40ced
LM
1772021-05-12 Luis Machado <luis.machado@linaro.org>
178
179 * d10v/interp.c (sim_create_inferior): Fix memset call.
180
0d315c88
DD
1812021-05-07 Dimitar Dimitrov <dimitar@dinux.eu>
182
183 * Makefile.in: Rebuild.
184
a0c4531a
TT
1852021-05-04 Tom Tromey <tromey@adacore.com>
186
187 * Makefile.in: Rebuild.
188 * Makefile.am (AM_CPPFLAGS): New variable.
189
aa0fca16
MF
1902021-05-04 Mike Frysinger <vapier@gentoo.org>
191
192 * m4/sim_ac_toolchain.m4 (SIM_AC_TOOLCHAIN): Define AR_FOR_BUILD and
193 RANLIB_FOR_BUILD.
194 * configure, Makefile.in: Regenerate.
195
fe348617
MF
1962021-05-01 Mike Frysinger <vapier@gentoo.org>
197
198 * m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.
199
bd0918c9
MF
2002021-04-26 Mike Frysinger <vapier@gentoo.org>
201
202 * README-HACKING (nltvals.def): Update to gennltvals.py.
203
66d055c7
MF
2042021-04-26 Mike Frysinger <vapier@gentoo.org>
205
206 * m4/sim_ac_output.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_HARDWARE.
207
9d903352
MF
2082021-04-23 Mike Frysinger <vapier@gentoo.org>
209
210 * README-HACKING (SIM_AC_OPTION_HARDWARE): Delete first two args.
211 * m4/sim_ac_option_hardware.m4 (SIM_AC_OPTION_HARDWARE): Replace [$1]
212 with yes. Delete test [$2]. Change [$3] to [$1]. Update comments.
213
19f6a43c
TT
2142021-04-22 Tom Tromey <tom@tromey.com>
215
216 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for sys/time.h
217 or sys/times.h.
218
efd82ac7
TT
2192021-04-22 Tom Tromey <tom@tromey.com>
220
221 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for make.
222
1f195bc3
SM
2232021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
224
225 * m4/sim_ac_option_warnings.m4 (SIM_AC_OPTION_WARNINGS): Use
226 -Werror when probing for supported warning flags.
227
2c2645d7
MF
2282021-04-18 Mike Frysinger <vapier@gentoo.org>
229
230 * m4/sim_ac_common.m4: Change AC_CHECK_HEADERS to
231 AC_CHECK_HEADERS_ONCE, merge calls, and sort args.
232
37e9f182
MF
2332021-04-18 Mike Frysinger <vapier@gentoo.org>
234
235 * m4/sim_ac_common.m4: Change AC_CHECK_FUNCS to AC_CHECK_FUNCS_ONCE,
236 merge calls, and sort args.
237
26da232c
MF
2382021-04-03 Mike Frysinger <vapier@gentoo.org>
239
240 * configure.ac: Add --example-sims option.
241 * configure: Regenerate.
242
a389375f
MF
2432021-04-03 Mike Frysinger <vapier@gentoo.org>
244
245 * Makefile.am (check_PROGRAMS, CLEANFILES, DISTCLEANFILES): Define.
246 * Makefile.in: Regenerated.
247
a0e674c1
MF
2482021-04-03 Mike Frysinger <vapier@gentoo.org>
249
250 * Makefile.am (SIM_PRIMARY_TARGET, AM_MAKEFLAGS): Define.
251 * configure.ac: Add --enable-targets option. Define SIM_PRIMARY_TARGET
252 and SIM_TARGET. Rewrite case statement with SIM_TARGET calls.
253 * Makefile.in, configure: Regenerate.
254
b6b1c790
MF
2552021-04-02 Mike Frysinger <vapier@gentoo.org>
256
257 * Makefile.am [SIM_ENABLE_IGEN]: Include igen/local.mk.
258 * configure.ac: Delete AC_CONFIG_SUBDIRS(igen) call.
259 (SIM_ENABLE_IGEN): Define.
260 * configure, Makefile.in: Regenerate.
261
c2783492
MF
2622021-04-02 Mike Frysinger <vapier@gentoo.org>
263
264 * Makefile.am (ACLOCAL_AMFLAGS): Add -Im4.
265 (COMPILE_FOR_BUILD, LINK_FOR_BUILD): Define.
266 * configure.ac: Replace toolchain calls with SIM_AC_TOOLCHAIN.
267 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace toolchain calls
268 with SIM_AC_TOOLCHAIN.
269 * m4/sim_ac_toolchain.m4: New file.
270 * aclocal.m4, configure, Makefile.in: Regenerate.
271
8c379db2
TT
2722021-03-08 Tom Tromey <tromey@adacore.com>
273
274 * aclocal.m4, configure, Makefile.in: Rebuild.
275 * configure.ac: Use AM_MAINTAINER_MODE.
276
6c57b87f
MF
2772021-03-07 Mike Frysinger <vapier@gentoo.org>
278
279 * configure.ac (AC_CONFIG_FILES): Delete testsuite/Makefile.
280 * Makefile.am: Include testsuite/local.mk.
281 (AUTOMAKE_OPTIONS): Add dejagnu.
282 * configure, Makefile.in: Regenerated.
283
6bddc3e8
MF
2842021-03-07 Mike Frysinger <vapier@gentoo.org>
285
286 * Makefile.am: New file.
287 * configure.ac: Update AC_INIT call. Move AC_CANONICAL_SYSTEM after
288 it. Call AM_INIT_AUTOMAKE. Delete AC_CONFIG_MACRO_DIRS.
289 * aclocal.m4, configure, Makefile.in: Regenerated.
290
c25ea03d
MF
2912021-02-28 Mike Frysinger <vapier@gentoo.org>
292
293 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Delete CC_FOR_BUILD test.
294 Change CC_FOR_BUILD assignment. Define CFLAGS_FOR_BUILD.
295
ebe9564b
MF
2962021-02-28 Mike Frysinger <vapier@gentoo.org>
297
a3e2cc64
MF
298 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace AR assignment and
299 AC_SUBST(AR) with call to AC_CHECK_TOOL(AR, ar).
ebe9564b
MF
300
3012021-02-28 Mike Frysinger <vapier@gentoo.org>
302
303 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Require AC_PROG_CPP.
304
ed30adf7
MF
3052021-02-28 Mike Frysinger <vapier@gentoo.org>
306
307 * README-HACKING: Delete SIM_EXTRA_LIBDEPS.
308
f8069d55
MF
3092021-02-27 Mike Frysinger <vapier@gentoo.org>
310
311 * README-HACKING: Delete SIM_EXTRA_ALL.
312
760b3e8b
MF
3132021-02-21 Mike Frysinger <vapier@gentoo.org>
314
315 * m4/sim_ac_common.m4, m4/sim_ac_option_alignment.m4,
316 m4/sim_ac_option_assert.m4, m4/sim_ac_option_bitsize.m4,
317 m4/sim_ac_option_cgen_maint.m4, m4/sim_ac_option_default_model.m4,
318 m4/sim_ac_option_endian.m4, m4/sim_ac_option_environment.m4,
319 m4/sim_ac_option_float.m4, m4/sim_ac_option_hardware.m4,
320 m4/sim_ac_option_inline.m4, m4/sim_ac_option_reserved_bits.m4,
321 m4/sim_ac_option_scache.m4, m4/sim_ac_option_smp.m4,
322 m4/sim_ac_option_warnings.m4, m4/sim_ac_option_xor_endian.m4,
323 m4/sim_ac_output.m4: New files.
324
3e8bb3e9
MF
3252021-02-20 Mike Frysinger <vapier@gentoo.org>
326
327 * configure.tgt: Move arch list ...
328 * configure.ac: ... here.
329 * configure: Regenerate.
330
5a9f5403
NC
3312021-02-19 Nelson Chu <nelson.chu@sifive.com>
332
333 PR 27158
334 * riscv/sim-main.c (execute_i): Updated encoding macros.
335
b0dcd7d8
MF
3362021-02-13 Mike Frysinger <vapier@gentoo.org>
337
338 * configure.tgt: Delete call to AC_SUBST(sim_arch).
339 * configure: Regenerate.
340
136da8cd
MF
3412021-02-13 Mike Frysinger <vapier@gentoo.org>
342
343 * README-HACKING: Replace sinclude with AC_CONFIG_MACRO_DIRS in
344 configure.ac skeleton.
345
4c0d76b9
MF
3462021-02-06 Mike Frysinger <vapier@gentoo.org>
347
348 * README-HACKING: Replace STATE_WATCHPOINTS with CPU_PC_FETCH.
349
aa09469f
MF
3502021-02-06 Mike Frysinger <vapier@gentoo.org>
351
352 * configure.ac (HDEFINES): Delete AC_SUBST call.
353 * configure: Regenerate.
354
b9249c46
MF
3552021-02-04 Mike Frysinger <vapier@gentoo.org>
356
357 * configure.tgt (sim_arch): Add entry for riscv*-*-*.
358 * configure: Regenerate.
359
9a7ba4aa
MF
3602021-01-30 Mike Frysinger <vapier@gentoo.org>
361
362 * Makefile.in (nltvals): Change to gennltvals.py.
363
d4e3adda
MF
3642021-01-30 Mike Frysinger <vapier@gentoo.org>
365
366 * README-HACKING: Delete reference to sizeof_pc.
367
008a02e3
MF
3682021-01-29 Mike Frysinger <vapier@gentoo.org>
369
370 * MAINTAINERS (Global Maintainers): Move myself back.
371
5e25901f
MF
3722021-01-18 Mike Frysinger <vapier@gentoo.org>
373
374 * configure.ac: Call AC_PROG_CPP.
375 * configure: Regenerate.
376 * Makefile.in (abs_srcdir, srcroot, CPP): Define.
377 (nltvals): New target.
378 * README-HACKING: Change headers to nltvals.
379
4cfcd3b3
MF
3802021-01-18 Mike Frysinger <vapier@gentoo.org>
381
382 * Makefile.in (headers): Change args to gennltvals.sh.
383 * gennltvals.sh: Rewrite from scratch.
384 * gentvals.sh: Delete.
385 * nltvals.def: Regen.
386
bb3eddb5
MF
3872021-01-15 Mike Frysinger <vapier@gentoo.org>
388
389 * configure.ac: Delete AC_CONFIG_SUBDIRS(testsuite) call.
390 Add AC_CONFIG_FILES([Makefile testsuite/Makefile]) call.
391 Drop argument to AC_OUTPUT.
392 * configure: Regenerate.
393
68895f7d
MF
3942021-01-12 Mike Frysinger <vapier@gentoo.org>
395
396 * README-HACKING (SIM_RUN_OBJS): Delete.
397
f8cab0b9
MF
3982021-01-09 Mike Frysinger <vapier@gentoo.org>
399
400 * MAINTAINERS (sh64): Move to past maintainers.
401 * configure: Regenerate.
402 * configure.tgt (sh64*-*-*): Delete.
403 * sh64/: Delete.
404
50df264d
MF
4052021-01-09 Mike Frysinger <vapier@gentoo.org>
406
407 * README-HACKING (AC_PREREQ): Delete.
408
46f900c0
MF
4092021-01-08 Mike Frysinger <vapier@gentoo.org>
410
411 * README-HACKING (C Language Assumptions): Require C11 compiler.
412
1d01693f
JM
4132020-09-03 Jose E. Marchesi <jose.marchesi@oracle.com>
414
415 * configure.ac: Do not configure sim/testsuite nor sim/igen if the
416 primary target doesn't have a simulator.
417 * configure: Regenerate.
418
b26e2ae7
JM
4192020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
420 David Faust <david.faust@oracle.com>
421
422 * configure.tgt (sim_arch): Add entry for bpf-*-*.
423 * configure: Regenerate.
424 * MAINTAINERS: Add maintainer for the BPF simulator.
b26e2ae7 425
78aa740b
TT
4262019-12-19 Tom Tromey <tromey@adacore.com>
427
428 PR build/24572:
429 * Makefile.in (install-strip): New target.
430
ddd44b70
DD
4312019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
432
433 * MAINTAINERS: Add myself as PRU maintainer.
434 * configure: Regenerated.
435 * configure.tgt: Add PRU.
436
fd361982
AM
4372019-09-18 Alan Modra <amodra@gmail.com>
438
439 * common/sim-load.c, * common/sim-utils.c, * cris/sim-if.c,
440 * erc32/func.c, * lm32/sim-if.c, * m32c/load.c, * m32c/trace.c,
441 * m68hc11/interp.c, * ppc/hw_htab.c, * ppc/hw_init.c,
442 * rl78/load.c, * rl78/trace.c, * rx/gdb-if.c, * rx/load.c,
443 * rx/trace.c: Update throughout for bfd section macro changes.
444
9c4c3318
JB
4452019-02-28 Joel Brobecker <brobecker@adacore.com>
446
447 * MAINTAINERS: Move Mike Frysinger to past maintainers' section.
448
007024cc
SM
4492019-02-13 Simon Marchi <simon.marchi@ericsson.com>
450
451 * MAINTAINERS: Add Andrew Burgess as global maintainer.
452
444b3fae
ПК
4532019-01-03 Pavel I. Kryukov <kryukov@frtk.ru>
454
455 * sim-base.h: Add 'extern C' if header is compiled with C++.
456
7fb45a68
AB
4572018-12-06 Andrew Burgess <andrew.burgess@embecosm.com>
458
459 * common/acinclude.m4 (enable-cgen-maint): Support passing path to
460 cgen source tree.
461 * cris/configure: Regenerate.
462 * frv/configure: Regenerate.
463 * iq2000/configure: Regenerate.
464 * lm32/configure: Regenerate.
465 * m32r/configure: Regenerate.
466 * or1k/configure: Regenerate.
467 * sh64/configure: Regenerate.
468
e2e31f10
MR
4692018-07-20 Maciej W. Rozycki <macro@mips.com>
470
471 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
472 ISA maintenance.
473
79f5b65e
DD
4742018-07-19 DJ Delorie <dj@redhat.com>
475
476 * MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
477
31375626
SH
4782018-07-14 Stafford Horne <shorne@gmail.com>
479
480 * MAINTAINERS (or1k): Add myself as or1k maintainer.
481
d0ac1c44
SM
4822018-06-19 Simon Marchi <simon.marchi@ericsson.com>
483
484 * All configure.ac: Remove AC_PREREQ.
485 * All configure: Re-generate.
486
d65ce302
MR
4872018-01-22 Maciej W. Rozycki <macro@mips.com>
488
489 * MAINTAINERS: Update my company e-mail address.
490
0cd79707
SH
4912017-12-12 Stafford Horne <shorne@gmail.com>
492 Peter Gavin <pgavin@gmail.com>
493
494 * configure: Regenerated.
6e51bfa7 495
fa8b7c21
SH
4962017-12-12 Stafford Horne <shorne@gmail.com>
497 Peter Gavin <pgavin@gmail.com>
498
499 * configure.tgt: Add or1k sim.
3b4b0a62 500
d268bbaf
JB
5012017-10-12 James Bowman <james.bowman@ftdichip.com>
502
503 * MAINTAINERS (ft32): Add myself.
504
c0107b0f
JW
5052017-10-03 Jim Wilson <wilson@tuliptree.org>
506
507 * MAINTAINERS (aarch64): Update my email address.
508
5c887dd5
JB
5092017-09-06 John Baldwin <jhb@FreeBSD.org>
510
511 * configure.ac: Honor existing CC_FOR_BUILD in environment.
512 * configure: Regenerate.
513
742e3a77
JW
5142017-02-14 Jim Wilson <jim.wilson@linaro.org>
515
516 * MAINTAINTERS (aarch64): Add myself.
517
cadf97cf
MR
5182016-12-14 Maciej W. Rozycki <macro@imgtec.com>
519
520 * MAINTAINERS (Maintainers for particular sims): Add myself as
521 a MIPS maintainer.
522
3b8f2c8b
MR
5232016-02-03 Maciej W. Rozycki <macro@linux-mips.org>
524
525 * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
526
5295724c
MF
5272016-01-09 Mike Frysinger <vapier@gentoo.org>
528
529 * configure.ac: Delete sim_common check and the
530 AC_CONFIG_SUBDIRS(common) call.
531 * configure: Regenerate.
532 * configure.tgt (sim_common): Delete the variable.
533
936df756
MF
5342016-01-09 Mike Frysinger <vapier@gentoo.org>
535
536 * .gitignore: Delete /common/cconfig.h entry.
537
4eb70007
NC
5382016-01-05 Nick Clifton <nickc@redhat.com>
539
540 * MAINTAINERS: Add myself as AArch64 sim maintainer.
541
ac8eefeb
TG
5422015-12-09 Tristan Gingold <gingold@adacore.com>
543
544 * aarch64/simulator.c: Remove syscall.h include.
545
1b393626
MF
5462015-12-26 Mike Frysinger <vapier@gentoo.org>
547
548 * README-HACKING: Delete mention of tconfig.h.
549
2e8cf49e
NC
5502015-11-24 Nick Clifton <nickc@redhat.com>
551
552 * configure.tgt: Add aarch64 entry.
553 * configure: Regenerate.
2e8cf49e 554
8d0978fb
MF
5552015-06-23 Mike Frysinger <vapier@gentoo.org>
556
557 * configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING.
558 * configure: Regenerate.
559
306f4178
MF
5602015-06-12 Mike Frysinger <vapier@gentoo.org>
561
562 * README-HACKING: Change configure.in to configure.ac.
563
7fed4b0b
L
5642015-04-02 H.J. Lu <hongjiu.lu@intel.com>
565
566 * arm/configure: Regenerated.
567 * avr/configure: Likewise.
568 * bfin/configure: Likewise.
569 * common/configure: Likewise.
570 * cr16/configure: Likewise.
571 * cris/configure: Likewise.
572 * d10v/configure: Likewise.
573 * erc32/configure: Likewise.
574 * frv/configure: Likewise.
575 * ft32/configure: Likewise.
576 * h8300/configure: Likewise.
577 * igen/configure: Likewise.
578 * iq2000/configure: Likewise.
579 * lm32/configure: Likewise.
580 * m32c/configure: Likewise.
581 * m32r/configure: Likewise.
582 * m68hc11/configure: Likewise.
583 * mcore/configure: Likewise.
584 * microblaze/configure: Likewise.
585 * mips/configure: Likewise.
586 * mn10300/configure: Likewise.
587 * moxie/configure: Likewise.
588 * msp430/configure: Likewise.
589 * ppc/configure: Likewise.
590 * rl78/configure: Likewise.
591 * rx/configure: Likewise.
592 * sh/configure: Likewise.
593 * sh64/configure: Likewise.
594 * v850/configure: Likewise.
595
79730a3b
L
5962015-04-01 H.J. Lu <hongjiu.lu@intel.com>
597
598 * common/Make-common.in (CSEARCH): Remove $(ZLIBINC).
599 (BFD_LIB): Remove $(ZLIB).
600 (CONFIG_LIBS): Add $(ZLIB).
601 * ppc/Makefile.in (ZLIBINC): Removed.
602 (INCLUDES): Remove $(ZLIBINC).
603 (BFD_LIB): Remove $(ZLIB).
604
0ceaf1ec
L
6052015-04-01 H.J. Lu <hongjiu.lu@intel.com>
606
607 * arm/configure: Regenerated.
608 * avr/configure: Likewise.
609 * bfin/configure: Likewise.
610 * common/configure: Likewise.
611 * cr16/configure: Likewise.
612 * cris/configure: Likewise.
613 * d10v/configure: Likewise.
614 * erc32/configure: Likewise.
615 * frv/configure: Likewise.
616 * ft32/configure: Likewise.
617 * h8300/configure: Likewise.
618 * igen/configure: Likewise.
619 * iq2000/configure: Likewise.
620 * lm32/configure: Likewise.
621 * m32c/configure: Likewise.
622 * m32r/configure: Likewise.
623 * m68hc11/configure: Likewise.
624 * mcore/configure: Likewise.
625 * microblaze/configure: Likewise.
626 * mips/configure: Likewise.
627 * mn10300/configure: Likewise.
628 * moxie/configure: Likewise.
629 * msp430/configure: Likewise.
630 * ppc/configure: Likewise.
631 * rl78/configure: Likewise.
632 * rx/configure: Likewise.
633 * sh/configure: Likewise.
634 * sh64/configure: Likewise.
635 * v850/configure: Likewise.
636
6dae8a88
MF
6372015-03-29 Mike Frysinger <vapier@gentoo.org>
638
639 * configure: Regenerate.
640 * configure.ac: Delete sim_testsuite check and config in testsuite.
641 * configure.tgt (sim_testsuite): Delete everywhere.
642
eca5fe42
MF
6432015-03-28 Mike Frysinger <vapier@gentoo.org>
644
645 * configure: Regenerate.
646 * configure.tgt (avr*-*-*): Set sim_testsuite=yes.
647
f46e4eb7
JB
6482015-03-28 James Bowman <james.bowman@ftdichip.com>
649
650 * configure.tgt: Add FT32 entry.
651 * configure: Regenerate.
652
ae7d0cac
MF
6532015-03-16 Mike Frysinger <vapier@gentoo.org>
654
655 * .gitignore: Delete tconfig.h.
656 * README-HACKING: Change tconfig.in to tconfig.h.
657
77017251
NC
6582014-03-12 Nick Clifton <nickc@redhat.com>
659
660 * MAINTAINERS: Add myself as the maintainer for the MSP430.
661
f32d1b7f
MF
6622014-03-10 Mike Frysinger <vapier@gentoo.org>
663
664 * configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
665 * configure: Regenerate.
666
6104cb7a
TT
6672014-01-06 Tom Tromey <tromey@redhat.com>
668
669 * common/cgen-trace.c: Don't use old VA_* macros.
670 * common/sim-load.c (xprintf): Likewise.
671 * common/sim-trace.c (trace_printf, debug_printf): Likewise.
672
bdca5ee4
TT
6732014-01-06 Tom Tromey <tromey@redhat.com>
674
675 * README-HACKING: Don't use PARAMS.
676 * arm/wrapper.c: Don't use PARAMS.
677 * bfin/sim-main.h: Don't use PARAMS.
678 * common/callback.c: Don't use PARAMS.
679 * common/cgen-trace.c: Don't use PARAMS.
680 * common/run-sim.h: Don't use PARAMS.
681 * common/run.c: Don't use PARAMS.
682 * common/sim-base.h: Don't use PARAMS.
683 * common/sim-load.c: Don't use PARAMS.
684 * common/sim-options.h: Don't use PARAMS.
685 * common/sim-trace.c: Don't use PARAMS.
686 * common/sim-trace.h: Don't use PARAMS.
687 * common/sim-utils.h: Don't use PARAMS.
688 * cr16/cr16_sim.h: Don't use PARAMS.
689 * cr16/gencode.c: Don't use PARAMS.
690 * cr16/interp.c: Don't use PARAMS.
691 * cr16/simops.c: Don't use PARAMS.
692 * d10v/d10v_sim.h: Don't use PARAMS.
693 * d10v/gencode.c: Don't use PARAMS.
694 * d10v/interp.c: Don't use PARAMS.
695 * d10v/simops.c: Don't use PARAMS.
696 * erc32/erc32.c: Don't use PARAMS.
697 * erc32/exec.c: Don't use PARAMS.
698 * erc32/float.c: Don't use PARAMS.
699 * erc32/func.c: Don't use PARAMS.
700 * erc32/sis.c: Don't use PARAMS.
701 * erc32/sis.h: Don't use PARAMS.
702 * mips/interp.c: Don't use PARAMS.
703 * mips/sim-main.h: Don't use PARAMS.
704 * sh/interp.c: Don't use PARAMS.
705 * v850/sim-main.h: Don't use PARAMS.
706 * v850/v850_sim.h: Don't use PARAMS.
707
1ed6c797
WN
7082013-11-07 Will Newton <will.newton@linaro.org>
709
710 PR gdb/15508
711 * arm/wrapper.c (sim_create_inferior): Call init before
712 accessing STATE.
713
8782aa32
WN
7142013-11-07 Will Newton <will.newton@linaro.org>
715
d40af490 716 PR gdb/8989
8782aa32
WN
717 * arm/wrapper.c (sim_create_inferior): Avoid calling
718 bfd_get_mach with a NULL bfd.
719
3346cfda
NC
7202013-06-21 Nick Clifton <nickc@redhat.com>
721
722 * msp430: New Directory.
723 * configure.tgt: Add it.
724 * configure: Regenerate.
725
3cb2ab1a
SE
7262013-03-15 Steve Ellcey <sellcey@mips.com>
727
728 * arm/wrapper.c (sim_complete_command): Make char arguments const.
729 * avr/interp.c (sim_complete_command): Ditto.
730 * common/sim-options.c (sim_complete_command): Ditto.
731 * cr16/interp.c (sim_complete_command): Ditto.
732 * erc32/interf.c (sim_complete_command): Ditto.
733 * m32c/gdb-if.c (sim_complete_command): Ditto.
734 * microblaze/interp.c (sim_complete_command): Ditto.
735 * ppc/sim_calls.c (sim_complete_command): Ditto.
736 * rl78/gdb-if.c (sim_complete_command): Ditto.
737 * rx/gdb-if.c (sim_complete_command): Ditto.
738 * sh/interp.c (sim_complete_command): Ditto.
739
8acc9f48
JB
7402013-01-01 Joel Brobecker <brobecker@adacore.com>
741
742 Update year range in copyright notice of all files.
743
51b318de
JB
7442012-12-19 Joel Brobecker <brobecker@adacore.com>
745
746 Update old contact info in GPL license notices.
747
3fd725ef
JB
7482012-12-19 Joel Brobecker <brobecker@adacore.com>
749
750 Update the non-FSF-copyrighted files in sim to GPLv3 or later.
751
6bb11ab3
L
7522012-11-20 Pavel Chupin <pavel.v.chupin@intel.com>
753
754 * common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS
755 condition.
756 * common/acinclude.m4: Define lt_cv_dlopen_libs.
757 * arm/configure: Regenerate.
758 * avr/configure: Regenerate.
759 * bfin/configure: Regenerate.
760 * common/configure: Regenerate.
761 * cr16/configure: Regenerate.
762 * cris/configure: Regenerate.
763 * d10v/configure: Regenerate.
764 * erc32/configure: Regenerate.
765 * frv/configure: Regenerate.
766 * h8300/configure: Regenerate.
767 * igen/configure: Regenerate.
768 * iq2000/configure: Regenerate.
769 * lm32/configure: Regenerate.
770 * m32c/configure: Regenerate.
771 * m32r/configure: Regenerate.
772 * m68hc11/configure: Regenerate.
773 * mcore/configure: Regenerate.
774 * microblaze/configure: Regenerate.
775 * mips/configure: Regenerate.
776 * mn10300/configure: Regenerate.
777 * moxie/configure: Regenerate.
778 * ppc/configure: Regenerate.
779 * rl78/configure: Regenerate.
780 * rx/configure: Regenerate.
781 * sh/configure: Regenerate.
782 * sh64/configure: Regenerate.
783 * testsuite/configure: Regenerate.
784 * v850/configure: Regenerate.
785
2d1ef085
SC
7862012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
787
788 * MAINTAINERS: Update my email address.
789
c429cfcf
SE
7902012-09-24 Steve Ellcey <sellcey@mips.com>
791
792 * mips/basic.exp: Add mips*-mti-elf* target.
793 * configure.ac: Add mips*-mti-elf* target.
794 * configure: Regenerate.
795
5f3ef9d0
JB
7962012-06-15 Joel Brobecker <brobecker@adacore.com>
797
798 * configure: Regenerate.
799
f5546abd
ME
8002012-06-06 Michael Eager <eager@eagercon.com>
801
802 * microblaze/interp.c (config.h): Add #include.
803
c36260c7
JB
8042011-11-29 Joel Brobecker <brobecker@adacore.com>
805
806 * MAINTAINERS (Global Maintainers): New section. Add Mike
807 Frysinger.
808
87326c78
DD
8092011-11-28 DJ Delorie <dj@redhat.com>
810
811 * configure.tgt: Add rl78 support.
812 * configure: Regenerate.
813 * rl78: New directory.
814 * MAINTAINERS: Add myself as RL78 maintainer.
815
26e0f8db
HPN
8162011-07-08 Hans-Peter Nilsson <hp@axis.com>
817
818 * MAINTAINERS: Remove Thiemo Seufer.
819
1d7b4a70
MF
8202011-06-04 Mike Frysinger <vapier@gentoo.org>
821
822 * configure.tgt (bfin-*-*): Add sim_testsuite=yes.
823 * configure: Regenerate.
824
4d393d60
JM
8252011-05-04 Joseph Myers <joseph@codesourcery.com>
826
827 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
828 handle targets.
829 * configure: Regenerate.
830
ef016f83
MF
8312011-03-05 Mike Frysinger <vapier@gentoo.org>
832
833 * MAINTAINERS: Add bfin entry.
834 * configure.tgt (bfin-*-*): Handle bfin targets.
835 * configure: Regenerate.
836
85ab1af8
MF
8372011-01-05 Mike Frysinger <vapier@gentoo.org>
838
839 * .gitignore: Add /*/hw-config.h.
840
fdb38a1c
MF
8412010-12-23 Mike Frysinger <vapier@gentoo.org>
842
843 * .gitignore: New file.
844
d61e002c
DD
8452010-07-28 DJ Delorie <dj@redhat.com>
846
847 * MAINTAINERS: Add self as RX maintainer. Sort list.
848
32b269ae
NC
8492010-06-08 Nick Clifton <nickc@redhat.com>
850
851 * reg.c (set_oszc): Use unsigned int for the mask.
852 (set_szc, set_osz, set_sz): Likewise.
853
119da465
MF
8542010-04-26 Mike Frysinger <vapier@gentoo.org>
855
856 * configure.ac: Target logic moved out to and included from ...
857 * configure.tgt: ... this new file.
858 * configure: Regenerated.
859
aba193a5
MF
8602010-04-12 Mike Frysinger <vapier@gentoo.org>
861
862 * README-HACKING: Add more sections.
863
3725885a
RW
8642010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
865
866 * avr/configure: Regenerate.
867 * cris/configure: Regenerate.
868 * microblaze/configure: Regenerate.
869
5912fadd
JB
8702009-11-24 Joel Brobecker <brobecker@adacore.com>
871
872 * common/aclocal.m4: Add include of ../../config/zlib.m4.
873 * common/common.m4: Use AM_ZLIB to check for zlib support.
874 * ppc/configure.ac: Likewise.
875 * arm/configure, avr/configure, common/configure, cr16/configure,
876 cris/configure, d10v/configure, erc32/configure, frv/configure,
877 h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
878 m32r/configure, m68hc11/configure, mcore/configure,
879 microblaze/configure, mips/configure, mn10300/configure,
880 moxie/configure, ppc/configure, sh/configure, sh64/configure,
881 v850/configure: Regenerate.
882
4f8d4a38
DD
8832009-11-24 DJ Delorie <dj@redhat.com>
884
885 * rx: New directory.
886 * configure.ac: Add entry for Renesas RX.
887 * configure: Regenerate.
888
0a8d1bde
DE
8892009-10-16 Doug Evans <dje@sebabeach.org>
890
891 * MAINTAINERS: Add myself as m32r maintainer.
892
060916aa
ME
8932009-10-15 Michael Egaer <eager@eagercon.com>
894
895 * MAINTAINERS: Add self as MicroBlaze maintainer.
896
42c8b6b5
BE
8972009-10-14 Ben Elliston <bje@gnu.org>
898
899 * MAINTAINERS (common): Move myself to "past maintainers" section.
900
419c2fda
ME
9012009-10-06 Michael Eager <eager@eagercon.com>
902
903 * microblaze/interp.c: Add include microblaze-dis.h.
72f4393d 904
bd30e45a
ME
9052009-09-23 Michael Eager <eager@eagercon.com>
906
907 * configure: Add microblaze-*.* (not regenerated).
908 * configure.ac: Likewise.
909 * microblaze/config.in: New.
910 * microblaze/configure: Generate.
911 * microblaze/configure.ac: New.
912 * microblaze/interp.c: New.
913 * microblaze/Makefile.in: New.
914 * microblaze/microblaze.h: New.
915 * microblaze/microblaze.isa: New.
916 * microblaze/sim-main.h: New.
917 * microblaze/sysdep.h: New.
918
d6416cdc
RW
9192009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
920
81ecdfbb
RW
921 * avr/config.in: Regenerate.
922 * avr/configure: Likewise.
923 * configure: Likewise.
924 * cris/config.in: Likewise.
925 * cris/configure: Likewise.
926
d6416cdc
RW
927 * configure.ac: m4_include toplevel config/override.m4.
928 * configure: Regenerate.
929 * avr/configure: Regenerate.
930 * cris/configure: Regenerate.
931
96e946ca
RW
9322009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
933
934 * Makefile.in (datarootdir): New variable.
935
c28c63d8
JB
9362009-05-18 Jon Beniston <jon@beniston.com>
937
72f4393d
L
938 * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
939 * configure.ac: Add lm32 target.
940 * lm32: New directory.
c28c63d8 941
90e2fa9c
AC
9422009-05-11 Andrew Cagney <cagney@gnu.org>
943
944 * MAINTAINERS: Orphan ppc.
945
fdd6fa61
AG
9462009-04-30 Anthony Green <green@moxielogic.com>
947
948 * MAINTAINERS: Add myself for the moxie port.
949 * moxie: New directory.
950 * configure.ac: Add entry for moxie.
951 * configure: Regenerate.
952
df1756f4
TG
9532009-04-27 Tristan Gingold <gingold@adacore.com>
954
955 * avr: New directory.
df1756f4
TG
956 * configure.ac: Add avr.
957 * configure: Regenerated.
958
89a34d1b
JM
9592009-04-17 Carlos O'Donell <carlos@codesourcery.com>
960
961 * Makefile.in: Add dummy install-pdf, html, and
962 install-html targets.
963
086c6838
NC
9642008-07-29 Nick Clifton <nickc@redhat.com>
965
966 * common/genmloop.sh: Add new parameter: -shell to specify the
967 command interpreter to use to run the input file. This is
968 necessary because otherwise SHELL is taken from the user's
969 environment, and not from the makefile that invoked this script
970 and the user might not be running an sh-like shell.
971 * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
972 * fr30/Makefile.in: Likewise.
973 * frv/Makefile.in: Likewise.
974 * i960/Makefile.in: Likewise.
975 * iq2000/Makefile.in: Likewise.
976 * m32r/Makefile.in: Likewise.
977
978 * frv/mloop.in: Add missing start of line comment marker.
979
7010a0c9
JB
9802008-05-09 Olivier Hainque <hainque@adacore.com>
981
982 * ppc/altivec.igen (vperm): Latch inputs into temporaries.
983
84234f6d
SR
9842008-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
985
986 * MAINTAINERS: Add myself as maintainer of cr16 port.
987
7c607148
SR
9882008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
989
990 Add simulator for National cr16 processor.
991 * cr16: New directory.
992 * configure.ac: Add entry for National cr16.
993 * configure: Regenerate.
994
c5fbc25b
DD
9952008-02-05 DJ Delorie <dj@redhat.com>
996
997 * configure.ac (v850): V850 now has a testsuite.
998 * configure (v850): Likewise.
999
9b254dd1
DJ
10002008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
1001
1002 Updated copyright notices for most files.
1003
beb7a883
DD
10042007-12-19 DJ Delorie <dj@redhat.com>
1005
1006 * frv/frv.c (frvbf_cut): Only look at the six LSBs of
1007 cut_point.
1008
4744ac1b
JB
10092007-08-24 Joel Brobecker <brobecker@adacore.com>
1010
1011 Switch the license of all files explicitly copyright the FSF
1012 to GPLv3.
1013
9453113a
DJ
10142007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
1015
1016 * Makefile.in: Add dummy "pdf" target.
1017
792fe9c9
TS
10182007-02-16 Thiemo Seufer <ths@mips.com>
1019
1020 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
1021
cecb04b7
MF
10222007-01-28 Manuel Lauss <slauss@resi.at>
1023
1024 * configure.ac (sh64-*-*): Change to sh64*-*-*.
1025 (sh-*-*): Change to sh*-*-*.
1026 * configure: Regenerated.
1027
20ac0504
DJ
10282007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1029
1030 Updated copyright notices for most files.
1031
49cbcfe9
HPN
10322006-12-20 Hans-Peter Nilsson <hp@axis.com>
1033
570ee7f0
HPN
1034 * Makefile.in (autoconf-common autoheader-common): Only run
1035 autoheader on subdirs with a file config.in.
1036
c4d800ae
HPN
1037 * configure.ac (common): Make the default "yes" for all targets
1038 with sim subdirs.
1039 * configure: Regenerate.
1040
e80204fc
HPN
1041 * Makefile.in (autoconf-common autoheader-common): In documented
1042 usage, say SHELL=/bin/sh.
1043 (.PHONY): Add autoheader-common.
1044
49cbcfe9
HPN
1045 * MAINTAINERS: Add self as authorized committer for *.
1046
bac25e5b
DJ
10472006-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1048
1049 * MAINTAINERS: Add Dave Brolley for sh64.
1050
ce928021
DJ
10512006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
1052
1053 * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
1054 * Makefile.in (FLAGS_TO_PASS): Include libdir.
1055 * configure: Regenerated.
1056
4b164edf
AS
10572006-05-05 Andreas Schwab <schwab@suse.de>
1058
1059 * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
1060 * configure: Regenerate.
1061
1062 * Makefile.in (CFLAGS_FOR_BUILD): Define.
1063 (CC_FOR_BUILD): Don't override.
1064 (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
1065
8b2f7496
DJ
10662006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
1067
1068 * MAINTAINERS: Add an "Authorized committers" section, and list
1069 DJ Delorie for v850.
1070
1f810f78
DD
10712006-03-13 DJ Delorie <dj@redhat.com>
1072
1073 * MAINTAINERS: Add self as m32c sim maintainer.
1074
d45a4bef
JB
10752006-01-23 Jim Blandy <jimb@redhat.com>
1076
1077 Add simulator for Renesas M32C and M16C.
1078
1079 * m32c: New directory.
1080 * configure.ac: Add entry for Renesas M32C.
1081 * configure: Regenerate.
1082
d81ffbc4
CD
10832005-05-26 Chris Demetriou <cgd@netbsd.org>
1084
1085 * MAINTAINERS: Update my mail address, move myself to the
1086 "Past maintainers" section.
1087
c3357c64
CV
10882005-05-17 Corinna Vinschen <vinschen@redhat.com>
1089
1090 * configure.ac: Add igen to v850 build.
1091 * configure: Regenerate.
1092
33aa0cbb
PB
10932005-04-29 Paul Brook <paul@codesourcery.com>
1094
44cd25cf 1095 * common/callback.c (PIPE_BUF): Provide default definition.
33aa0cbb
PB
1096 (os_lstat): Use stat if lstat is not available on the host.
1097 (os_ftruncate): Return EINVAL if not available on the host.
1098 (os_truncate): Ditto.
1099 * common/configure.ac: Check for lstat, truncate and ftruncate.
1100 * common/configure: Regenerate.
1101 * common/config.in: Regenerate.
1102
4ec242d7
PB
11032005-04-27 Paul Brook <paul@codesourcery.com>
1104
1105 * common/Make-common.in: Add $(EXEEXT) to "run".
1106
21bc7567
CV
11072005-04-15 Corinna Vinschen <vinschen@redhat.com>
1108
1109 * configure.ac: Add explicit sh64 case.
1110 * configure: Regenerate.
1111
74ec5579
PB
11122005-03-30 Paul Brook <paul@codesourcery.com>
1113
1114 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
1115
51216631
JB
11162005-02-28 Jim Blandy <jimb@redhat.com>
1117
1118 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
1119 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
1120 Regenerated, after change to common/aclocal.m4.
1121
edece237
CV
11222005-02-18 Corinna Vinschen <vinschen@redhat.com>
1123
1124 * iq2000: New target subdirectory.
1125 * configure.ac: Add iq2000 target.
1126 * configure: Regenerate.
1127
8bdcadb1
HPN
11282005-01-29 Hans-Peter Nilsson <hp@axis.com>
1129
1130 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
1131 (realclean, install): Fail if subdir make failed.
1132
f6bcefef
HPN
11332005-01-28 Hans-Peter Nilsson <hp@axis.com>
1134
1135 * cris: New directory, simulator for Axis Communications CRIS
1136 including CRIS v32, CGEN-based.
1137 * configure.ac: Add corresponding configury.
1138 * configure: Regenerate.
1139
4ac6917f
AC
11402005-01-17 Andrew Cagney <cagney@gnu.org>
1141
1142 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
1143 common directory. Remove sparc*-*-* from list.
72f4393d 1144
38f48d72
AC
11452005-01-11 Andrew Cagney <cagney@gnu.org>
1146
1147 * Makefile.in (autoconf-common autoheader-common): Add --force to
1148 autoconf and autoheader.
1149 (autoconf-common autoheader-common)
1150 (autoconf-install autoheader-install): Check for configure.ac, not
1151 configure.in.
1152 * configure.ac: Delete AC_CONFIG_AUX_DIR.
1153 * configure: Re-generate.
1154
b7026657
AC
11552005-01-07 Andrew Cagney <cagney@gnu.org>
1156
1157 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
1158 correctly calls AC_CONFIG_SUBDIRS.
1159 * configure: Re-generate.
1160
33841fd9
AC
11612004-12-01 Andrew Cagney <cagney@gnu.org>
1162
44b263ce 1163 * i960, h8500: Delete directory.
33841fd9 1164
c46ec85d
AC
11652004-11-12 Andrew Cagney <cagney@gnu.org>
1166
1167 * d30v, fr30, mn10200, z8k: Delete directory.
1168
523f6a27
BE
11692004-03-10 Ben Elliston <bje@gnu.org>
1170
1171 * MAINTAINERS: Update my mail address.
1172
df0a8012
CD
11732004-01-26 Chris Demetriou <cgd@broadcom.com>
1174
1175 * configure.in (mips*-*-*): Configure in testsuite.
1176 * configure: Regenerate.
1177
b4ab4027
DB
11782003-10-08 Dave Brolley <brolley@redhat.com>
1179
1180 * configure.in: Move frv handling to alphabetically correct placement.
1181
fb72cee0
AS
11822003-09-03 Andreas Schwab <schwab@suse.de>
1183
1184 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
1185
b3af7bdf
DB
11862003-08-29 Dave Brolley <brolley@redhat.com>
1187
1188 * MAINTAINERS: Add myself as maintainer of the FRV port.
1189
84fabdf6 11902003-08-20 Michael Snyder <msnyder@redhat.com>
72f4393d 1191 Dave Brolley <brolley@redhat.com>
84fabdf6 1192
b3af7bdf 1193 * frv/: New directory, simulator for the Fujitsu FRV.
84fabdf6
DB
1194 * configure.in: Add frv configury.
1195 * configure: Regenerate.
1196
c53d60d8
BE
11972003-08-10 Ben Elliston <bje@wasabisystems.com>
1198
1199 * MAINTAINERS: Update my mail address.
1200
c55433ef
AC
12012003-08-09 Andrew Cagney <cagney@redhat.com>
1202
1203 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
1204 maintenance. List igen and sh maintainers. Mention that target
1205 and global maintainers pick up the slack.
1206
ac78c4ba
MS
12072003-07-09 Michael Snyder <msnyder@redhat.com>
1208
1209 * configure.in: Add testsuite to extra_subdirs for sh.
1210 * configure: Regenerate.
1211
2bc8946d
NC
12122003-01-23 Nick Clifton <nickc@redhat.com>
1213
1214 * Add sh2e support:
1215
ac78c4ba 12162002-04-02 Alexandre Oliva <aoliva@redhat.com>
2bc8946d 1217
ac78c4ba 1218 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
2bc8946d 1219
a926ab2f
GK
12202002-08-24 Geoffrey Keating <geoffk@redhat.com>
1221
1222 * MAINTAINERS: Update my email address.
1223
de0a1e42
AC
12242002-07-17 Andrew Cagney <ac131313@redhat.com>
1225
1226 * w65/: Delete directory.
1227
7a3085c1
AC
12282002-07-16 Andrew Cagney <ac131313@redhat.com>
1229
1230 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
1231 * configure: Re-generate.
1232
3fbeef0b
AC
12332002-07-13 Andrew Cagney <ac131313@redhat.com>
1234
1235 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
1236 * configure: Re-generate.
72f4393d 1237
3832c25c
AC
12382002-06-16 Andrew Cagney <ac131313@redhat.com>
1239
1240 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
1241 id, date and host to be overriden by NAME, ID, DATE and HOST
1242 respectfully. Use ISO dates.
1243
c93abbcc
AC
1244Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
1245
1246 * Makefile.in (ChangeLog): New makefile variable.
1247 * README-HACKING: Mention the ChangeLog makefile variable.
1248
e4045cdb
AC
12492002-06-01 Andrew Cagney <ac131313@redhat.com>
1250
1251 * tic80/: Delete directory.
1252
2be99286
SC
12532002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1254
1255 * MAINTAINERS: Update my email address.
1256
44befb9f
SC
12572002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1258
1259 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
1260
ce93e51a
FCE
12612002-03-01 Frank Ch. Eigler <fche@redhat.com>
1262
1263 * MAINTAINERS: Record self as a co-maintainer of just common/.
1264
72ca629f
NC
12652002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
1266
1267 * MAINTAINERS: Point to GDB files describing overall maintaince
1268 and check-in procedures.
1269
00125dd0
NC
12702002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
1271
1272 * MAINTAINERS: Add myself for ARM portions.
1273
457174f6
AC
12742001-10-19 Andrew Cagney <ac131313@redhat.com>
1275
1276 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
1277 * configure: Re-generate.
1278
9afc4bbf
BE
12792001-02-16 Ben Elliston <bje@redhat.com>
1280
1281 * MAINTAINERS: Add myself for common portions.
1282
0b8c7076
CD
12832001-01-15 Chris Demetriou <cgd@broadcom.com>
1284
1285 * MAINTAINERS: Added self and Andrew for the mips sim.
1286
c56a7a95
GK
12872000-10-25 Geoff Keating <geoffk@cygnus.com>
1288
1289 * MAINTAINERS: Added self and Andrew for the ppc sim.
1290
5d031c16
AC
1291Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
1292
1293 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1294 * m68hc11: New directory.
1295 * configure.in: Add.
1296 * configure: Regenerate.
1297
6c29acca
AC
1298Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1299
1300 * tic80: New directory.
1301 * configure.in: Add configury.
1302 * configure: Regenerate.
1303
bcd65766
NC
13042000-04-20 Nick Clifton <nickc@cygnus.com>
1305
1306 * configure.in (extra_subdirs): Add testsuite to strongarm
72f4393d 1307 directories.
bcd65766
NC
1308 * configure: Regenerate.
1309
7158fd7f
AC
1310Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1311
1312 * MAINTAINERS: New file. Blank.
1313
c2d11a7d
JM
13141999-11-18 Ben Elliston <bje@cygnus.com>
1315
1316 * configure.in: Require autoconf 2.13 and remove obsolete
1317 invocation of AC_C_CROSS.
1318 * configure: Regenerate.
1319
2acceee2
JM
13201999-09-29 Doug Evans <devans@casey.cygnus.com>
1321
1322 * configure.in: Configure the testsuite directory for thumb.
1323 * configure: Regenerate.
1324
6426a772
JM
13251999-07-16 Ben Elliston <bje@cygnus.com>
1326
1327 * configure.in: Configure the testsuite directory for arm.
1328 * configure: Regenerate.
1329
7a292a7a
SS
13301999-04-08 Nick Clifton <nickc@cygnus.com>
1331
1332 * configure.in: Add support for MCore target.
1333 * configure: Regenerate.
1334
c906108c
SS
13351999-03-14 Stan Shebs <shebs@andros.cygnus.com>
1336
1337 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
1338 RUNTEST instead of commenting out, fixes portability problem.
1339
c906108c
SS
13401999-02-08 Nick Clifton <nickc@cygnus.com>
1341
1342 * configure.in: Add support for StrongARM target.
1343 * configure: Regenerate.
1344
c906108c
SS
13451999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1346
1347 * configure.in: Require autoconf 2.12.1 or higher.
1348
13491998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1350
1351 * configure.in (i960-*-*): Add.
1352 * configure: Rebuild.
1353
1354Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
1355
1356 * configure.in: Added case for fr30-*-*.
1357 * configure: Regenerated.
1358
1359Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
1360
1361 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1362 to allow successful operation on Windows.
1363
1364Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1365
25c1c397
JM
1366 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1367 check can be invoked recursively.
c906108c
SS
1368
1369Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
1370
1371 * configure.in: Build simulator on sparclite and sparc86x targets.
1372 * configure: Regenerate.
1373
1374Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
1375
1376 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
1377 to autoconf and autoheader.
1378
1379Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
1380
1381 * Makefile.in (autoconf-common autoheader-common): Pass `-l
1382 ../common' to autoconf and autoheader. Unconditionally run
1383 autoconf in every subdir.
1384 (autoconf-changelog autoheader-changelog): Unconditionally run
1385 commands in every subdir.
1386 (autoconf-install autoheader-install): Likewise.
1387
1388Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1389
1390 * Makefile.in: Get SHELL from configure.
1391 * (FLAGS_TO_PASS): Pass down SHELL.
1392 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
1393 NT native builds.
1394
1395Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1396
1397 * configure.in (extra_subdirs): Enable igen for mn10300.
1398 * configure: Re-generate.
1399
1400Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
1401
1402 * configure.in (extra_subdirs): Add support for thumb target.
1403
1404 * configure (extra_subdirs): Add support for thumb target.
1405
1406Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1407
1408 * configure.in (extra_subdirs): Add IGEN directory when MIPS
1409 target.
1410 * configure: Regenerate.
72f4393d 1411
c906108c
SS
1412Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1413
1414 * configure.in (extra_subdirs): v850ea needs igen.
1415 * configure: Re-generate.
72f4393d 1416
c906108c
SS
1417Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1418
1419 * configure.in (testdir): When a testsuite directory, add that to
1420 the list of confdirs.
1421
1422Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1423
1424 * configure.in (extra_subdirs): Enable igen ready for V850.
1425
1426Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1427
1428 * configure.in (w65-*-*, only_if_enabled): Set.
1429 * configure: Re-generate.
72f4393d 1430
c906108c
SS
1431Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
1432
1433 * configure.in (sparc*-*-*, only_if_enabled): Set
1434 only_if_enabled=yes. Check only_if_enabled before enabling a
1435 simulator.
1436 * configure: Regenerate.
72f4393d 1437
c906108c
SS
1438Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1439
1440 * configure.in (extra_subdirs): Add v850e target.
1441
1442Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1443
1444 * configure.in (extra_subdirs): Add v850ea target.
1445
1446Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
1447
1448 * configure.in (sparc*-*-*): Don't build erc32.
1449 * configure: Regenerate.
1450
1451Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
1452
1453 * configure.in (m32r-*-*): New target.
1454 * configure: Regenerate.
1455
1456 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1457
1458Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
1459
1460 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1461 thought that .NOEXPORT was the default target.
1462
1463Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
1464
1465 * Makefile.in (clean mostlyclean): Restore targets accidentally
1466 deleted in earlier change.
1467
1468Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1469
1470 * Makefile.in (autoheader-common, autoheader-changelog,
1471 autoheader-install): Perform autoheader in addition to autoconf.
1472
1473Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
1474
1475 * Makefile.in (autoconf-install): New target.
1476 (autoconf-changelog): Try different way to obtain user name.
1477
1478Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1479
1480 * Makefile.in (autoconf-changelog): New target, update
1481 ChangeLog for all subdirectories - normally used after
1482 autoconf-common target.
1483
1484Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1485
1486 * configure.in (extra_subdirs): Include testsuite for d30v.
1487 * configure: Regenerate.
72f4393d 1488
c906108c
SS
1489 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
1490 ../gdb/Makefile.in
1491 (check): New rules - drive the testsuite.
1492
1493Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
1494
1495 * configure.in: Add mn10200 configure lines accidentally
1496 removed.
1497 * configure: Regenerated.
1498
1499Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
1500
1501 * configure.in (extra_subdirs): Generalize common sub directory
1502 into a list.
1503 (extra_subdirs): For d30v add igen to the list to be built.
1504
1505Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
1506
1507 * configure.in (d30v): New target.
1508 * configure: Regenerated.
72f4393d 1509
c906108c
SS
1510Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
1511
1512 * configure.in: Don't require GCC to build the mn10200
1513 simulator anymore.
1514 * configure: Rebuilt.
1515
1516Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
1517
1518 * configure.in: Don't configure any subdirs if no simulator
1519 is being built. Don't use erc32 for sparc64.
1520 * configure: Regenerated.
1521
1522Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
1523
1524 * Makefile.in (autoconf-common): New target.
1525 * configure.in: Do configure common.
1526 * configure: Regenerated.
1527
1528Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
1529
1530 * configure configure.in: Don't configure common anymore. Files
1531 from common are now built in the individual simualtor directories.
1532 This fixes problems with the WinGDB build procedure.
1533
1534Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
1535
1536 * configure: Enable the mn10200 simulator.
1537
1538Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
1539
1540 * configure.in (configdirs): Add common.
1541 * configure: Regenerated.
1542
1543Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1544
1545 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
1546 system V based targets.
1547 * configure: Regenerate.
1548
1549Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
1550
1551 * configure.in (--enable-sim-powerpc): Delete.
1552 (--enable-sim): Add.
1553 * configure: Regenerated.
1554
1555Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
1556
1557 * configure.in: Only build the V850 simulator if
1558 we are using gcc.
1559 * configure: Rebuild.
1560
1561Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
1562
1563 * configure.in: Do build erc32 for DOS and Windows hosts.
1564 * configure: Rebuild.
1565
1566Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1567
1568 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
1569 be inherited from the parent. Remove INSTALL_XFORM and
1570 INSTALL_XFORM1. Make INSTALL be set from configure.
1571
1572Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1573
1574 * configure.in: Only build the MIPS simulator if we are using
1575 gcc.
1576 * configure: Rebuild.
1577
1578Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
1579
1580 * configure.in (v850-*-*): Added V850 simulator.
1581
1582Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1583
1584 * configure.in (d10v-*-*): Added D10V simulator.
1585
1586Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1587
1588 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1589 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1590 (docdir): Removed.
1591 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1592 (AC_PROG_INSTALL): Added.
1593 * configure: Rebuilt.
1594
1595Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
1596
1597 * configure.in: Only configure erc32 if using gcc.
1598 * configure: Rebuild.
1599
1600Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1601
1602 * configure.in (sim_target): Build PowerPC simulator for powerpc
1603 System V.4, Solaris, and Elf targets.
1604 * configure: Regenerate with autoconf 2.10.
1605
1606Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
1607
1608 * configure.in: Only built erc32 simulator on Unix hosts as it
1609 uses pseudo ttys.
1610 * configure: Regenerated with autoconf 2.8.
1611
1612Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1613
1614 * erc32: Sparc simulator from the ESA.
1615
1616Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
1617
1618 From: Miles Bader <miles@gnu.ai.mit.edu>
1619 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
1620 * configure: Regenerate using autoconf.
1621
1622Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1623
1624 * Makefile.in (install): Fix typo.
1625
1626Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
1627
1628 * configure: Regenerate with autoconf 2.7.
1629
1630 * Makefile.in (all): Simplify.
1631 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
1632 as in the all target.
1633 (distclean, maintainer-clean, realclean): Likewise.
1634 (install): Likewise.
1635
1636Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
1637
1638 * Makefile.in (all): Remove extra '\' char from shell script.
1639
1640Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
1641
1642 * Makefile.in (all): Avoid a for loop with zero elements, even if
1643 the loop will not be executed because of an if statement.
1644
1645Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
1646
1647 * Makefile.in (install): Add missing semicolon in "fi \".
1648
1649Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1650
1651 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
1652 defaults from configure.
1653
1654 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
1655 configure defaults.
1656 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
1657 if either --enable-sim-powerpc is used, or the host compiler is
1658 GCC.
1659
1660Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1661
1662 * configure.in (mips*-*-*): Added "mips" simulator target.
1663 * configure: Re-generated.
1664
1665Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
1666
1667 * Makefile.in (BISON): Remove macro.
1668 (FLAGS_TO_PASS): Remove BISON.
1669
1670Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1671
1672 * configure.in: Explicitly `exit 0' for broken shells.
1673 * configure: Rebuilt.
1674
1675Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1676
1677 * common/run.c (main): Initialize the callbacks.
1678
1679Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
1680
1681 * Makefile.in (maintainer-clean): New synonym for realclean.
1682
1683Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1684
1685 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
1686 the target is powerpc*-*-eabisim*, since it requires GCC to build.
1687
1688Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1689
1690 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1691 <cagney@highland.com.au>.
1692 * configure: Regnerate from configure.in.
1693
1694Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1695
1696 * Update all FSF addresses except those in COPYING* files.
1697
1698Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
1699
1700 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
1701 submakes either default or passed in value.
1702
1703Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1704
1705 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
1706 install): Changed targets so that they descend all
1707 subdirectories in $(SUBDIRS).
1708 (*-all, *-clean, *-install): Removed targets.
1709
1710 * configure.in: Don't bother with target makefile fragments, they
1711 are no longer needed.
1712 * configure: regenerated.
1713
1714 * Makefile.in, configure.in: converted to autoconf.
1715 * configure: New file, generated with autconf 2.4.
1716
1717Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
1718
1719 * Makefile.in: Support ARM.
1720 * configure.in: Ditto.
1721
1722Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
1723
1724 * Makefile.in: Support W65.
1725 * configure.in: Ditto.
1726
1727Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1728
1729 * Makefile.in: Add TAGS target.
1730
1731Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1732
1733 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
1734 install-h8300, clean-h8300, all-h8500, install-h8500,
1735 clean-h8500, all-sh, install-sh, clean-sh): do not echo
a9e0ce2c 1736 recursion lines.
c906108c
SS
1737
1738Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1739
1740 * Makefile.in: remove endian.h trace from h8500
1741
1742Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
1743
1744 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1745
1746Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1747
1748 * Makefile.in: make all of the all-* target (except all-nothing)
1749 depend on endian.h, so that if we're not building a simulator, we
1750 don't built endian
1751
1752Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
1753
1754 * Makefile.in (check, installcheck): Added dummy targets.
1755
1756Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
1757
1758 * Makefile.in (endian): Find endian.c in $(srcdir), and also
1759 explicitly make it, since some makes apparently don't work with
1760 VPATH and .c to executable rules (SunOS make for example).
1761
1762Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1763
1764 * Makefile.in (endian): Add explicit rule for broken makes.
1765
1766Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
1767
1768 * Makefile.in (info, install-info): New targets.
1769 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1770 level Makefile.
1771
1772Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
1773
1774 * Makefile.in (endian.h): build endian.h via a temporary file so
1775 that we don't leave an incomplete file lying around on
1776 interrupted builds.
1777 (clean): remove endian, e.h, and endian.h.
1778
1779Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1780
1781 * Makefile.in, configure.in: if target isn't supported, build a
1782 harmless makefile.