]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/ChangeLog
sim: move -Werror disabling to Makefile
[thirdparty/binutils-gdb.git] / sim / ChangeLog
CommitLineData
982c3a65
MF
12021-06-18 Mike Frysinger <vapier@gentoo.org>
2
3 * m4/sim_ac_option_warnings.m4: Delete 1st arg to macro.
4
3f8414df
MF
52021-06-18 Mike Frysinger <vapier@gentoo.org>
6
7 * configure.ac: Output arch-subdir.mk.
8 * Makefile.in, configure: Regenerate.
9 * arch-subdir.mk.in: New file.
10
f9a4d543
MF
112021-06-17 Mike Frysinger <vapier@gentoo.org>
12
13 * configure.ac: Call SIM_AC_OPTION_ENDIAN.
14 * m4/sim_ac_option_endian.m4: Delete wire & default arguments.
15 * m4/sim_ac_output.m4: Delete sim_alignment & sim_endian.
16 * aclocal.m4, Makefile.in, config.h.in, configure: Regenerate.
17
7daf500d
SM
182021-06-16 Simon Marchi <simon.marchi@polymtl.ca>
19
20 * common/Make-common.in (COMPILE, libsim.a, run$(EXEEXT),
21 gentmap.o, gentmap): Make rules silent.
22
a8a3d907
MF
232021-06-16 Mike Frysinger <vapier@gentoo.org>
24
25 * m4/sim_ac_common.m4: Delete AC_EXEEXT call.
26
52d37d2c
MF
272021-06-16 Mike Frysinger <vapier@gentoo.org>
28
29 * m4/sim_ac_common.m4: Delete AC_CONFIG_HEADERS call.
30
bcaa61f7
MF
312021-06-15 Mike Frysinger <vapier@gentoo.org>
32
33 * m4/sim_ac_option_hardware.m4: Delete AC_DEFINE_UNQUOTED call.
34 Add -DHAVE_DV_SOCKSER to sim_hw_cflags.
35
015f7b74
MF
362021-06-15 Mike Frysinger <vapier@gentoo.org>
37
38 * Makefile.in: Regenerate.
39
fbe8d1cf
MF
402021-06-14 Mike Frysinger <vapier@gentoo.org>
41
42 * configure.ac: Call AM_SILENT_RULES.
43 * Makefile.in, configure: Regenerate.
44
dd8e16ea
MF
452021-06-12 Mike Frysinger <vapier@gentoo.org>
46
47 * Makefile.in: Regenerate.
48
2726bbc3
MF
492021-06-12 Mike Frysinger <vapier@gentoo.org>
50
51 * m4/sim_ac_platform.m4: Delete sys/select.h.
52 * config.h.in, configure: Regenerate.
53
ba307cdd
MF
542021-06-12 Mike Frysinger <vapier@gentoo.org>
55
56 * configure.ac: Call SIM_AC_OPTION_ALIGNMENT.
57 * m4/sim_ac_option_alignment.m4: Delete wire and default alignment.
58 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
59
6dd65fc0
MF
602021-06-12 Mike Frysinger <vapier@gentoo.org>
61
62 * configure.ac: Define PKGVERSION & REPORT_BUGS_TO.
63 * m4/sim_ac_common.m4: Delete calls to ACX_PKGVERSION & ACX_BUGURL.
64 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
65
04381273
MF
662021-06-12 Mike Frysinger <vapier@gentoo.org>
67
68 * configure.ac: Call SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO,
69 SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
70 * m4/sim_ac_common.m4: Delete calls to SIM_AC_OPTION_DEBUG,
71 SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
72 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
73
497a20bd
MF
742021-06-12 Mike Frysinger <vapier@gentoo.org>
75
76 * m4/sim_ac_common.m4: Replace --enable-sim-debug, --enable-sim-stdio,
77 --enable-sim-trace, and --enable-sim-profile with calls to
78 SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and
79 SIM_AC_OPTION_PROFILE.
80 * m4/sim_ac_option_debug.m4: New file.
81 * m4/sim_ac_option_profile.m4: New file.
82 * m4/sim_ac_option_stdio.m4: New file.
83 * m4/sim_ac_option_trace.m4: New file.
84
a48ff3ef
MF
852021-06-12 Mike Frysinger <vapier@gentoo.org>
86
87 * m4/sim_ac_platform.m4: Check more headers, funcs, structs, and
88 types.
89 * config.h.in, configure: Regenerate.
90
5ea45474
MF
912021-06-12 Mike Frysinger <vapier@gentoo.org>
92
93 * configure.ac: Call SIM_AC_OPTION_ENVIRONMENT.
94 * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ENVIRONMENT.
95 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
96
dba333c1
MF
972021-06-12 Mike Frysinger <vapier@gentoo.org>
98
99 * configure.ac: Call SIM_AC_OPTION_ASSERT.
100 * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ASSERT.
101 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
102
b15c5d7a
MF
1032021-06-12 Mike Frysinger <vapier@gentoo.org>
104
105 * configure.ac: Call AC_CONFIG_HEADERS and SIM_AC_PLATFORM.
106 * m4/sim_ac_common.m4: Delete calls to AC_CHECK_HEADERS_ONCE,
107 AC_CHECK_FUNCS_ONCE, AC_CHECK_MEMBERS, AC_CHECK_TYPES, and
108 AC_TYPE_SIGNAL.
109 * aclocal.m4, configure, Makefile.in: Regenerate.
110 * config.h.in: New file.
111 * m4/sim_ac_platform.m4: New file.
112
5bea0c32
MF
1132021-06-05 Mike Frysinger <vapier@gentoo.org>
114
115 * Makefile.am: Include common/local.mk.
116 (SIM_ALL_RECURSIVE_DEPS): Define.
117 (all-recursive): New rule.
118 * Makefile.in: Regenerated.
119
92bc001e
MF
1202021-05-16 Mike Frysinger <vapier@gentoo.org>
121
122 * Makefile.am (pkginclude_HEADERS): Define.
123 * Makefile.in: Regenerated.
124
79633c12
MF
1252021-05-15 Mike Frysinger <vapier@gentoo.org>
126
127 * m4/sim_ac_common.m4: Check for __int128 type.
128
df68e12b
MF
1292021-05-14 Mike Frysinger <vapier@gentoo.org>
130
131 * README-HACKING: Update callback.h path.
132
425b0b1a
MF
1332021-05-12 Mike Frysinger <vapier@gentoo.org>
134
135 * README-HACKING: Delete mention of SIM_AC_OPTION_ENVIRONMENT.
136
e7e40ced
LM
1372021-05-12 Luis Machado <luis.machado@linaro.org>
138
139 * d10v/interp.c (sim_create_inferior): Fix memset call.
140
0d315c88
DD
1412021-05-07 Dimitar Dimitrov <dimitar@dinux.eu>
142
143 * Makefile.in: Rebuild.
144
a0c4531a
TT
1452021-05-04 Tom Tromey <tromey@adacore.com>
146
147 * Makefile.in: Rebuild.
148 * Makefile.am (AM_CPPFLAGS): New variable.
149
aa0fca16
MF
1502021-05-04 Mike Frysinger <vapier@gentoo.org>
151
152 * m4/sim_ac_toolchain.m4 (SIM_AC_TOOLCHAIN): Define AR_FOR_BUILD and
153 RANLIB_FOR_BUILD.
154 * configure, Makefile.in: Regenerate.
155
fe348617
MF
1562021-05-01 Mike Frysinger <vapier@gentoo.org>
157
158 * m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.
159
bd0918c9
MF
1602021-04-26 Mike Frysinger <vapier@gentoo.org>
161
162 * README-HACKING (nltvals.def): Update to gennltvals.py.
163
66d055c7
MF
1642021-04-26 Mike Frysinger <vapier@gentoo.org>
165
166 * m4/sim_ac_output.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_HARDWARE.
167
9d903352
MF
1682021-04-23 Mike Frysinger <vapier@gentoo.org>
169
170 * README-HACKING (SIM_AC_OPTION_HARDWARE): Delete first two args.
171 * m4/sim_ac_option_hardware.m4 (SIM_AC_OPTION_HARDWARE): Replace [$1]
172 with yes. Delete test [$2]. Change [$3] to [$1]. Update comments.
173
19f6a43c
TT
1742021-04-22 Tom Tromey <tom@tromey.com>
175
176 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for sys/time.h
177 or sys/times.h.
178
efd82ac7
TT
1792021-04-22 Tom Tromey <tom@tromey.com>
180
181 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for make.
182
1f195bc3
SM
1832021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
184
185 * m4/sim_ac_option_warnings.m4 (SIM_AC_OPTION_WARNINGS): Use
186 -Werror when probing for supported warning flags.
187
2c2645d7
MF
1882021-04-18 Mike Frysinger <vapier@gentoo.org>
189
190 * m4/sim_ac_common.m4: Change AC_CHECK_HEADERS to
191 AC_CHECK_HEADERS_ONCE, merge calls, and sort args.
192
37e9f182
MF
1932021-04-18 Mike Frysinger <vapier@gentoo.org>
194
195 * m4/sim_ac_common.m4: Change AC_CHECK_FUNCS to AC_CHECK_FUNCS_ONCE,
196 merge calls, and sort args.
197
26da232c
MF
1982021-04-03 Mike Frysinger <vapier@gentoo.org>
199
200 * configure.ac: Add --example-sims option.
201 * configure: Regenerate.
202
a389375f
MF
2032021-04-03 Mike Frysinger <vapier@gentoo.org>
204
205 * Makefile.am (check_PROGRAMS, CLEANFILES, DISTCLEANFILES): Define.
206 * Makefile.in: Regenerated.
207
a0e674c1
MF
2082021-04-03 Mike Frysinger <vapier@gentoo.org>
209
210 * Makefile.am (SIM_PRIMARY_TARGET, AM_MAKEFLAGS): Define.
211 * configure.ac: Add --enable-targets option. Define SIM_PRIMARY_TARGET
212 and SIM_TARGET. Rewrite case statement with SIM_TARGET calls.
213 * Makefile.in, configure: Regenerate.
214
b6b1c790
MF
2152021-04-02 Mike Frysinger <vapier@gentoo.org>
216
217 * Makefile.am [SIM_ENABLE_IGEN]: Include igen/local.mk.
218 * configure.ac: Delete AC_CONFIG_SUBDIRS(igen) call.
219 (SIM_ENABLE_IGEN): Define.
220 * configure, Makefile.in: Regenerate.
221
c2783492
MF
2222021-04-02 Mike Frysinger <vapier@gentoo.org>
223
224 * Makefile.am (ACLOCAL_AMFLAGS): Add -Im4.
225 (COMPILE_FOR_BUILD, LINK_FOR_BUILD): Define.
226 * configure.ac: Replace toolchain calls with SIM_AC_TOOLCHAIN.
227 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace toolchain calls
228 with SIM_AC_TOOLCHAIN.
229 * m4/sim_ac_toolchain.m4: New file.
230 * aclocal.m4, configure, Makefile.in: Regenerate.
231
8c379db2
TT
2322021-03-08 Tom Tromey <tromey@adacore.com>
233
234 * aclocal.m4, configure, Makefile.in: Rebuild.
235 * configure.ac: Use AM_MAINTAINER_MODE.
236
6c57b87f
MF
2372021-03-07 Mike Frysinger <vapier@gentoo.org>
238
239 * configure.ac (AC_CONFIG_FILES): Delete testsuite/Makefile.
240 * Makefile.am: Include testsuite/local.mk.
241 (AUTOMAKE_OPTIONS): Add dejagnu.
242 * configure, Makefile.in: Regenerated.
243
6bddc3e8
MF
2442021-03-07 Mike Frysinger <vapier@gentoo.org>
245
246 * Makefile.am: New file.
247 * configure.ac: Update AC_INIT call. Move AC_CANONICAL_SYSTEM after
248 it. Call AM_INIT_AUTOMAKE. Delete AC_CONFIG_MACRO_DIRS.
249 * aclocal.m4, configure, Makefile.in: Regenerated.
250
c25ea03d
MF
2512021-02-28 Mike Frysinger <vapier@gentoo.org>
252
253 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Delete CC_FOR_BUILD test.
254 Change CC_FOR_BUILD assignment. Define CFLAGS_FOR_BUILD.
255
ebe9564b
MF
2562021-02-28 Mike Frysinger <vapier@gentoo.org>
257
a3e2cc64
MF
258 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace AR assignment and
259 AC_SUBST(AR) with call to AC_CHECK_TOOL(AR, ar).
ebe9564b
MF
260
2612021-02-28 Mike Frysinger <vapier@gentoo.org>
262
263 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Require AC_PROG_CPP.
264
ed30adf7
MF
2652021-02-28 Mike Frysinger <vapier@gentoo.org>
266
267 * README-HACKING: Delete SIM_EXTRA_LIBDEPS.
268
f8069d55
MF
2692021-02-27 Mike Frysinger <vapier@gentoo.org>
270
271 * README-HACKING: Delete SIM_EXTRA_ALL.
272
760b3e8b
MF
2732021-02-21 Mike Frysinger <vapier@gentoo.org>
274
275 * m4/sim_ac_common.m4, m4/sim_ac_option_alignment.m4,
276 m4/sim_ac_option_assert.m4, m4/sim_ac_option_bitsize.m4,
277 m4/sim_ac_option_cgen_maint.m4, m4/sim_ac_option_default_model.m4,
278 m4/sim_ac_option_endian.m4, m4/sim_ac_option_environment.m4,
279 m4/sim_ac_option_float.m4, m4/sim_ac_option_hardware.m4,
280 m4/sim_ac_option_inline.m4, m4/sim_ac_option_reserved_bits.m4,
281 m4/sim_ac_option_scache.m4, m4/sim_ac_option_smp.m4,
282 m4/sim_ac_option_warnings.m4, m4/sim_ac_option_xor_endian.m4,
283 m4/sim_ac_output.m4: New files.
284
3e8bb3e9
MF
2852021-02-20 Mike Frysinger <vapier@gentoo.org>
286
287 * configure.tgt: Move arch list ...
288 * configure.ac: ... here.
289 * configure: Regenerate.
290
5a9f5403
NC
2912021-02-19 Nelson Chu <nelson.chu@sifive.com>
292
293 PR 27158
294 * riscv/sim-main.c (execute_i): Updated encoding macros.
295
b0dcd7d8
MF
2962021-02-13 Mike Frysinger <vapier@gentoo.org>
297
298 * configure.tgt: Delete call to AC_SUBST(sim_arch).
299 * configure: Regenerate.
300
136da8cd
MF
3012021-02-13 Mike Frysinger <vapier@gentoo.org>
302
303 * README-HACKING: Replace sinclude with AC_CONFIG_MACRO_DIRS in
304 configure.ac skeleton.
305
4c0d76b9
MF
3062021-02-06 Mike Frysinger <vapier@gentoo.org>
307
308 * README-HACKING: Replace STATE_WATCHPOINTS with CPU_PC_FETCH.
309
aa09469f
MF
3102021-02-06 Mike Frysinger <vapier@gentoo.org>
311
312 * configure.ac (HDEFINES): Delete AC_SUBST call.
313 * configure: Regenerate.
314
b9249c46
MF
3152021-02-04 Mike Frysinger <vapier@gentoo.org>
316
317 * configure.tgt (sim_arch): Add entry for riscv*-*-*.
318 * configure: Regenerate.
319
9a7ba4aa
MF
3202021-01-30 Mike Frysinger <vapier@gentoo.org>
321
322 * Makefile.in (nltvals): Change to gennltvals.py.
323
d4e3adda
MF
3242021-01-30 Mike Frysinger <vapier@gentoo.org>
325
326 * README-HACKING: Delete reference to sizeof_pc.
327
008a02e3
MF
3282021-01-29 Mike Frysinger <vapier@gentoo.org>
329
330 * MAINTAINERS (Global Maintainers): Move myself back.
331
5e25901f
MF
3322021-01-18 Mike Frysinger <vapier@gentoo.org>
333
334 * configure.ac: Call AC_PROG_CPP.
335 * configure: Regenerate.
336 * Makefile.in (abs_srcdir, srcroot, CPP): Define.
337 (nltvals): New target.
338 * README-HACKING: Change headers to nltvals.
339
4cfcd3b3
MF
3402021-01-18 Mike Frysinger <vapier@gentoo.org>
341
342 * Makefile.in (headers): Change args to gennltvals.sh.
343 * gennltvals.sh: Rewrite from scratch.
344 * gentvals.sh: Delete.
345 * nltvals.def: Regen.
346
bb3eddb5
MF
3472021-01-15 Mike Frysinger <vapier@gentoo.org>
348
349 * configure.ac: Delete AC_CONFIG_SUBDIRS(testsuite) call.
350 Add AC_CONFIG_FILES([Makefile testsuite/Makefile]) call.
351 Drop argument to AC_OUTPUT.
352 * configure: Regenerate.
353
68895f7d
MF
3542021-01-12 Mike Frysinger <vapier@gentoo.org>
355
356 * README-HACKING (SIM_RUN_OBJS): Delete.
357
f8cab0b9
MF
3582021-01-09 Mike Frysinger <vapier@gentoo.org>
359
360 * MAINTAINERS (sh64): Move to past maintainers.
361 * configure: Regenerate.
362 * configure.tgt (sh64*-*-*): Delete.
363 * sh64/: Delete.
364
50df264d
MF
3652021-01-09 Mike Frysinger <vapier@gentoo.org>
366
367 * README-HACKING (AC_PREREQ): Delete.
368
46f900c0
MF
3692021-01-08 Mike Frysinger <vapier@gentoo.org>
370
371 * README-HACKING (C Language Assumptions): Require C11 compiler.
372
1d01693f
JM
3732020-09-03 Jose E. Marchesi <jose.marchesi@oracle.com>
374
375 * configure.ac: Do not configure sim/testsuite nor sim/igen if the
376 primary target doesn't have a simulator.
377 * configure: Regenerate.
378
b26e2ae7
JM
3792020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
380 David Faust <david.faust@oracle.com>
381
382 * configure.tgt (sim_arch): Add entry for bpf-*-*.
383 * configure: Regenerate.
384 * MAINTAINERS: Add maintainer for the BPF simulator.
b26e2ae7 385
78aa740b
TT
3862019-12-19 Tom Tromey <tromey@adacore.com>
387
388 PR build/24572:
389 * Makefile.in (install-strip): New target.
390
ddd44b70
DD
3912019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
392
393 * MAINTAINERS: Add myself as PRU maintainer.
394 * configure: Regenerated.
395 * configure.tgt: Add PRU.
396
fd361982
AM
3972019-09-18 Alan Modra <amodra@gmail.com>
398
399 * common/sim-load.c, * common/sim-utils.c, * cris/sim-if.c,
400 * erc32/func.c, * lm32/sim-if.c, * m32c/load.c, * m32c/trace.c,
401 * m68hc11/interp.c, * ppc/hw_htab.c, * ppc/hw_init.c,
402 * rl78/load.c, * rl78/trace.c, * rx/gdb-if.c, * rx/load.c,
403 * rx/trace.c: Update throughout for bfd section macro changes.
404
9c4c3318
JB
4052019-02-28 Joel Brobecker <brobecker@adacore.com>
406
407 * MAINTAINERS: Move Mike Frysinger to past maintainers' section.
408
007024cc
SM
4092019-02-13 Simon Marchi <simon.marchi@ericsson.com>
410
411 * MAINTAINERS: Add Andrew Burgess as global maintainer.
412
444b3fae
ПК
4132019-01-03 Pavel I. Kryukov <kryukov@frtk.ru>
414
415 * sim-base.h: Add 'extern C' if header is compiled with C++.
416
7fb45a68
AB
4172018-12-06 Andrew Burgess <andrew.burgess@embecosm.com>
418
419 * common/acinclude.m4 (enable-cgen-maint): Support passing path to
420 cgen source tree.
421 * cris/configure: Regenerate.
422 * frv/configure: Regenerate.
423 * iq2000/configure: Regenerate.
424 * lm32/configure: Regenerate.
425 * m32r/configure: Regenerate.
426 * or1k/configure: Regenerate.
427 * sh64/configure: Regenerate.
428
e2e31f10
MR
4292018-07-20 Maciej W. Rozycki <macro@mips.com>
430
431 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
432 ISA maintenance.
433
79f5b65e
DD
4342018-07-19 DJ Delorie <dj@redhat.com>
435
436 * MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
437
31375626
SH
4382018-07-14 Stafford Horne <shorne@gmail.com>
439
440 * MAINTAINERS (or1k): Add myself as or1k maintainer.
441
d0ac1c44
SM
4422018-06-19 Simon Marchi <simon.marchi@ericsson.com>
443
444 * All configure.ac: Remove AC_PREREQ.
445 * All configure: Re-generate.
446
d65ce302
MR
4472018-01-22 Maciej W. Rozycki <macro@mips.com>
448
449 * MAINTAINERS: Update my company e-mail address.
450
0cd79707
SH
4512017-12-12 Stafford Horne <shorne@gmail.com>
452 Peter Gavin <pgavin@gmail.com>
453
454 * configure: Regenerated.
6e51bfa7 455
fa8b7c21
SH
4562017-12-12 Stafford Horne <shorne@gmail.com>
457 Peter Gavin <pgavin@gmail.com>
458
459 * configure.tgt: Add or1k sim.
3b4b0a62 460
d268bbaf
JB
4612017-10-12 James Bowman <james.bowman@ftdichip.com>
462
463 * MAINTAINERS (ft32): Add myself.
464
c0107b0f
JW
4652017-10-03 Jim Wilson <wilson@tuliptree.org>
466
467 * MAINTAINERS (aarch64): Update my email address.
468
5c887dd5
JB
4692017-09-06 John Baldwin <jhb@FreeBSD.org>
470
471 * configure.ac: Honor existing CC_FOR_BUILD in environment.
472 * configure: Regenerate.
473
742e3a77
JW
4742017-02-14 Jim Wilson <jim.wilson@linaro.org>
475
476 * MAINTAINTERS (aarch64): Add myself.
477
cadf97cf
MR
4782016-12-14 Maciej W. Rozycki <macro@imgtec.com>
479
480 * MAINTAINERS (Maintainers for particular sims): Add myself as
481 a MIPS maintainer.
482
3b8f2c8b
MR
4832016-02-03 Maciej W. Rozycki <macro@linux-mips.org>
484
485 * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
486
5295724c
MF
4872016-01-09 Mike Frysinger <vapier@gentoo.org>
488
489 * configure.ac: Delete sim_common check and the
490 AC_CONFIG_SUBDIRS(common) call.
491 * configure: Regenerate.
492 * configure.tgt (sim_common): Delete the variable.
493
936df756
MF
4942016-01-09 Mike Frysinger <vapier@gentoo.org>
495
496 * .gitignore: Delete /common/cconfig.h entry.
497
4eb70007
NC
4982016-01-05 Nick Clifton <nickc@redhat.com>
499
500 * MAINTAINERS: Add myself as AArch64 sim maintainer.
501
ac8eefeb
TG
5022015-12-09 Tristan Gingold <gingold@adacore.com>
503
504 * aarch64/simulator.c: Remove syscall.h include.
505
1b393626
MF
5062015-12-26 Mike Frysinger <vapier@gentoo.org>
507
508 * README-HACKING: Delete mention of tconfig.h.
509
2e8cf49e
NC
5102015-11-24 Nick Clifton <nickc@redhat.com>
511
512 * configure.tgt: Add aarch64 entry.
513 * configure: Regenerate.
2e8cf49e 514
8d0978fb
MF
5152015-06-23 Mike Frysinger <vapier@gentoo.org>
516
517 * configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING.
518 * configure: Regenerate.
519
306f4178
MF
5202015-06-12 Mike Frysinger <vapier@gentoo.org>
521
522 * README-HACKING: Change configure.in to configure.ac.
523
7fed4b0b
L
5242015-04-02 H.J. Lu <hongjiu.lu@intel.com>
525
526 * arm/configure: Regenerated.
527 * avr/configure: Likewise.
528 * bfin/configure: Likewise.
529 * common/configure: Likewise.
530 * cr16/configure: Likewise.
531 * cris/configure: Likewise.
532 * d10v/configure: Likewise.
533 * erc32/configure: Likewise.
534 * frv/configure: Likewise.
535 * ft32/configure: Likewise.
536 * h8300/configure: Likewise.
537 * igen/configure: Likewise.
538 * iq2000/configure: Likewise.
539 * lm32/configure: Likewise.
540 * m32c/configure: Likewise.
541 * m32r/configure: Likewise.
542 * m68hc11/configure: Likewise.
543 * mcore/configure: Likewise.
544 * microblaze/configure: Likewise.
545 * mips/configure: Likewise.
546 * mn10300/configure: Likewise.
547 * moxie/configure: Likewise.
548 * msp430/configure: Likewise.
549 * ppc/configure: Likewise.
550 * rl78/configure: Likewise.
551 * rx/configure: Likewise.
552 * sh/configure: Likewise.
553 * sh64/configure: Likewise.
554 * v850/configure: Likewise.
555
79730a3b
L
5562015-04-01 H.J. Lu <hongjiu.lu@intel.com>
557
558 * common/Make-common.in (CSEARCH): Remove $(ZLIBINC).
559 (BFD_LIB): Remove $(ZLIB).
560 (CONFIG_LIBS): Add $(ZLIB).
561 * ppc/Makefile.in (ZLIBINC): Removed.
562 (INCLUDES): Remove $(ZLIBINC).
563 (BFD_LIB): Remove $(ZLIB).
564
0ceaf1ec
L
5652015-04-01 H.J. Lu <hongjiu.lu@intel.com>
566
567 * arm/configure: Regenerated.
568 * avr/configure: Likewise.
569 * bfin/configure: Likewise.
570 * common/configure: Likewise.
571 * cr16/configure: Likewise.
572 * cris/configure: Likewise.
573 * d10v/configure: Likewise.
574 * erc32/configure: Likewise.
575 * frv/configure: Likewise.
576 * ft32/configure: Likewise.
577 * h8300/configure: Likewise.
578 * igen/configure: Likewise.
579 * iq2000/configure: Likewise.
580 * lm32/configure: Likewise.
581 * m32c/configure: Likewise.
582 * m32r/configure: Likewise.
583 * m68hc11/configure: Likewise.
584 * mcore/configure: Likewise.
585 * microblaze/configure: Likewise.
586 * mips/configure: Likewise.
587 * mn10300/configure: Likewise.
588 * moxie/configure: Likewise.
589 * msp430/configure: Likewise.
590 * ppc/configure: Likewise.
591 * rl78/configure: Likewise.
592 * rx/configure: Likewise.
593 * sh/configure: Likewise.
594 * sh64/configure: Likewise.
595 * v850/configure: Likewise.
596
6dae8a88
MF
5972015-03-29 Mike Frysinger <vapier@gentoo.org>
598
599 * configure: Regenerate.
600 * configure.ac: Delete sim_testsuite check and config in testsuite.
601 * configure.tgt (sim_testsuite): Delete everywhere.
602
eca5fe42
MF
6032015-03-28 Mike Frysinger <vapier@gentoo.org>
604
605 * configure: Regenerate.
606 * configure.tgt (avr*-*-*): Set sim_testsuite=yes.
607
f46e4eb7
JB
6082015-03-28 James Bowman <james.bowman@ftdichip.com>
609
610 * configure.tgt: Add FT32 entry.
611 * configure: Regenerate.
612
ae7d0cac
MF
6132015-03-16 Mike Frysinger <vapier@gentoo.org>
614
615 * .gitignore: Delete tconfig.h.
616 * README-HACKING: Change tconfig.in to tconfig.h.
617
77017251
NC
6182014-03-12 Nick Clifton <nickc@redhat.com>
619
620 * MAINTAINERS: Add myself as the maintainer for the MSP430.
621
f32d1b7f
MF
6222014-03-10 Mike Frysinger <vapier@gentoo.org>
623
624 * configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
625 * configure: Regenerate.
626
6104cb7a
TT
6272014-01-06 Tom Tromey <tromey@redhat.com>
628
629 * common/cgen-trace.c: Don't use old VA_* macros.
630 * common/sim-load.c (xprintf): Likewise.
631 * common/sim-trace.c (trace_printf, debug_printf): Likewise.
632
bdca5ee4
TT
6332014-01-06 Tom Tromey <tromey@redhat.com>
634
635 * README-HACKING: Don't use PARAMS.
636 * arm/wrapper.c: Don't use PARAMS.
637 * bfin/sim-main.h: Don't use PARAMS.
638 * common/callback.c: Don't use PARAMS.
639 * common/cgen-trace.c: Don't use PARAMS.
640 * common/run-sim.h: Don't use PARAMS.
641 * common/run.c: Don't use PARAMS.
642 * common/sim-base.h: Don't use PARAMS.
643 * common/sim-load.c: Don't use PARAMS.
644 * common/sim-options.h: Don't use PARAMS.
645 * common/sim-trace.c: Don't use PARAMS.
646 * common/sim-trace.h: Don't use PARAMS.
647 * common/sim-utils.h: Don't use PARAMS.
648 * cr16/cr16_sim.h: Don't use PARAMS.
649 * cr16/gencode.c: Don't use PARAMS.
650 * cr16/interp.c: Don't use PARAMS.
651 * cr16/simops.c: Don't use PARAMS.
652 * d10v/d10v_sim.h: Don't use PARAMS.
653 * d10v/gencode.c: Don't use PARAMS.
654 * d10v/interp.c: Don't use PARAMS.
655 * d10v/simops.c: Don't use PARAMS.
656 * erc32/erc32.c: Don't use PARAMS.
657 * erc32/exec.c: Don't use PARAMS.
658 * erc32/float.c: Don't use PARAMS.
659 * erc32/func.c: Don't use PARAMS.
660 * erc32/sis.c: Don't use PARAMS.
661 * erc32/sis.h: Don't use PARAMS.
662 * mips/interp.c: Don't use PARAMS.
663 * mips/sim-main.h: Don't use PARAMS.
664 * sh/interp.c: Don't use PARAMS.
665 * v850/sim-main.h: Don't use PARAMS.
666 * v850/v850_sim.h: Don't use PARAMS.
667
1ed6c797
WN
6682013-11-07 Will Newton <will.newton@linaro.org>
669
670 PR gdb/15508
671 * arm/wrapper.c (sim_create_inferior): Call init before
672 accessing STATE.
673
8782aa32
WN
6742013-11-07 Will Newton <will.newton@linaro.org>
675
d40af490 676 PR gdb/8989
8782aa32
WN
677 * arm/wrapper.c (sim_create_inferior): Avoid calling
678 bfd_get_mach with a NULL bfd.
679
3346cfda
NC
6802013-06-21 Nick Clifton <nickc@redhat.com>
681
682 * msp430: New Directory.
683 * configure.tgt: Add it.
684 * configure: Regenerate.
685
3cb2ab1a
SE
6862013-03-15 Steve Ellcey <sellcey@mips.com>
687
688 * arm/wrapper.c (sim_complete_command): Make char arguments const.
689 * avr/interp.c (sim_complete_command): Ditto.
690 * common/sim-options.c (sim_complete_command): Ditto.
691 * cr16/interp.c (sim_complete_command): Ditto.
692 * erc32/interf.c (sim_complete_command): Ditto.
693 * m32c/gdb-if.c (sim_complete_command): Ditto.
694 * microblaze/interp.c (sim_complete_command): Ditto.
695 * ppc/sim_calls.c (sim_complete_command): Ditto.
696 * rl78/gdb-if.c (sim_complete_command): Ditto.
697 * rx/gdb-if.c (sim_complete_command): Ditto.
698 * sh/interp.c (sim_complete_command): Ditto.
699
8acc9f48
JB
7002013-01-01 Joel Brobecker <brobecker@adacore.com>
701
702 Update year range in copyright notice of all files.
703
51b318de
JB
7042012-12-19 Joel Brobecker <brobecker@adacore.com>
705
706 Update old contact info in GPL license notices.
707
3fd725ef
JB
7082012-12-19 Joel Brobecker <brobecker@adacore.com>
709
710 Update the non-FSF-copyrighted files in sim to GPLv3 or later.
711
6bb11ab3
L
7122012-11-20 Pavel Chupin <pavel.v.chupin@intel.com>
713
714 * common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS
715 condition.
716 * common/acinclude.m4: Define lt_cv_dlopen_libs.
717 * arm/configure: Regenerate.
718 * avr/configure: Regenerate.
719 * bfin/configure: Regenerate.
720 * common/configure: Regenerate.
721 * cr16/configure: Regenerate.
722 * cris/configure: Regenerate.
723 * d10v/configure: Regenerate.
724 * erc32/configure: Regenerate.
725 * frv/configure: Regenerate.
726 * h8300/configure: Regenerate.
727 * igen/configure: Regenerate.
728 * iq2000/configure: Regenerate.
729 * lm32/configure: Regenerate.
730 * m32c/configure: Regenerate.
731 * m32r/configure: Regenerate.
732 * m68hc11/configure: Regenerate.
733 * mcore/configure: Regenerate.
734 * microblaze/configure: Regenerate.
735 * mips/configure: Regenerate.
736 * mn10300/configure: Regenerate.
737 * moxie/configure: Regenerate.
738 * ppc/configure: Regenerate.
739 * rl78/configure: Regenerate.
740 * rx/configure: Regenerate.
741 * sh/configure: Regenerate.
742 * sh64/configure: Regenerate.
743 * testsuite/configure: Regenerate.
744 * v850/configure: Regenerate.
745
2d1ef085
SC
7462012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
747
748 * MAINTAINERS: Update my email address.
749
c429cfcf
SE
7502012-09-24 Steve Ellcey <sellcey@mips.com>
751
752 * mips/basic.exp: Add mips*-mti-elf* target.
753 * configure.ac: Add mips*-mti-elf* target.
754 * configure: Regenerate.
755
5f3ef9d0
JB
7562012-06-15 Joel Brobecker <brobecker@adacore.com>
757
758 * configure: Regenerate.
759
f5546abd
ME
7602012-06-06 Michael Eager <eager@eagercon.com>
761
762 * microblaze/interp.c (config.h): Add #include.
763
c36260c7
JB
7642011-11-29 Joel Brobecker <brobecker@adacore.com>
765
766 * MAINTAINERS (Global Maintainers): New section. Add Mike
767 Frysinger.
768
87326c78
DD
7692011-11-28 DJ Delorie <dj@redhat.com>
770
771 * configure.tgt: Add rl78 support.
772 * configure: Regenerate.
773 * rl78: New directory.
774 * MAINTAINERS: Add myself as RL78 maintainer.
775
26e0f8db
HPN
7762011-07-08 Hans-Peter Nilsson <hp@axis.com>
777
778 * MAINTAINERS: Remove Thiemo Seufer.
779
1d7b4a70
MF
7802011-06-04 Mike Frysinger <vapier@gentoo.org>
781
782 * configure.tgt (bfin-*-*): Add sim_testsuite=yes.
783 * configure: Regenerate.
784
4d393d60
JM
7852011-05-04 Joseph Myers <joseph@codesourcery.com>
786
787 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
788 handle targets.
789 * configure: Regenerate.
790
ef016f83
MF
7912011-03-05 Mike Frysinger <vapier@gentoo.org>
792
793 * MAINTAINERS: Add bfin entry.
794 * configure.tgt (bfin-*-*): Handle bfin targets.
795 * configure: Regenerate.
796
85ab1af8
MF
7972011-01-05 Mike Frysinger <vapier@gentoo.org>
798
799 * .gitignore: Add /*/hw-config.h.
800
fdb38a1c
MF
8012010-12-23 Mike Frysinger <vapier@gentoo.org>
802
803 * .gitignore: New file.
804
d61e002c
DD
8052010-07-28 DJ Delorie <dj@redhat.com>
806
807 * MAINTAINERS: Add self as RX maintainer. Sort list.
808
32b269ae
NC
8092010-06-08 Nick Clifton <nickc@redhat.com>
810
811 * reg.c (set_oszc): Use unsigned int for the mask.
812 (set_szc, set_osz, set_sz): Likewise.
813
119da465
MF
8142010-04-26 Mike Frysinger <vapier@gentoo.org>
815
816 * configure.ac: Target logic moved out to and included from ...
817 * configure.tgt: ... this new file.
818 * configure: Regenerated.
819
aba193a5
MF
8202010-04-12 Mike Frysinger <vapier@gentoo.org>
821
822 * README-HACKING: Add more sections.
823
3725885a
RW
8242010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
825
826 * avr/configure: Regenerate.
827 * cris/configure: Regenerate.
828 * microblaze/configure: Regenerate.
829
5912fadd
JB
8302009-11-24 Joel Brobecker <brobecker@adacore.com>
831
832 * common/aclocal.m4: Add include of ../../config/zlib.m4.
833 * common/common.m4: Use AM_ZLIB to check for zlib support.
834 * ppc/configure.ac: Likewise.
835 * arm/configure, avr/configure, common/configure, cr16/configure,
836 cris/configure, d10v/configure, erc32/configure, frv/configure,
837 h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
838 m32r/configure, m68hc11/configure, mcore/configure,
839 microblaze/configure, mips/configure, mn10300/configure,
840 moxie/configure, ppc/configure, sh/configure, sh64/configure,
841 v850/configure: Regenerate.
842
4f8d4a38
DD
8432009-11-24 DJ Delorie <dj@redhat.com>
844
845 * rx: New directory.
846 * configure.ac: Add entry for Renesas RX.
847 * configure: Regenerate.
848
0a8d1bde
DE
8492009-10-16 Doug Evans <dje@sebabeach.org>
850
851 * MAINTAINERS: Add myself as m32r maintainer.
852
060916aa
ME
8532009-10-15 Michael Egaer <eager@eagercon.com>
854
855 * MAINTAINERS: Add self as MicroBlaze maintainer.
856
42c8b6b5
BE
8572009-10-14 Ben Elliston <bje@gnu.org>
858
859 * MAINTAINERS (common): Move myself to "past maintainers" section.
860
419c2fda
ME
8612009-10-06 Michael Eager <eager@eagercon.com>
862
863 * microblaze/interp.c: Add include microblaze-dis.h.
72f4393d 864
bd30e45a
ME
8652009-09-23 Michael Eager <eager@eagercon.com>
866
867 * configure: Add microblaze-*.* (not regenerated).
868 * configure.ac: Likewise.
869 * microblaze/config.in: New.
870 * microblaze/configure: Generate.
871 * microblaze/configure.ac: New.
872 * microblaze/interp.c: New.
873 * microblaze/Makefile.in: New.
874 * microblaze/microblaze.h: New.
875 * microblaze/microblaze.isa: New.
876 * microblaze/sim-main.h: New.
877 * microblaze/sysdep.h: New.
878
d6416cdc
RW
8792009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
880
81ecdfbb
RW
881 * avr/config.in: Regenerate.
882 * avr/configure: Likewise.
883 * configure: Likewise.
884 * cris/config.in: Likewise.
885 * cris/configure: Likewise.
886
d6416cdc
RW
887 * configure.ac: m4_include toplevel config/override.m4.
888 * configure: Regenerate.
889 * avr/configure: Regenerate.
890 * cris/configure: Regenerate.
891
96e946ca
RW
8922009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
893
894 * Makefile.in (datarootdir): New variable.
895
c28c63d8
JB
8962009-05-18 Jon Beniston <jon@beniston.com>
897
72f4393d
L
898 * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
899 * configure.ac: Add lm32 target.
900 * lm32: New directory.
c28c63d8 901
90e2fa9c
AC
9022009-05-11 Andrew Cagney <cagney@gnu.org>
903
904 * MAINTAINERS: Orphan ppc.
905
fdd6fa61
AG
9062009-04-30 Anthony Green <green@moxielogic.com>
907
908 * MAINTAINERS: Add myself for the moxie port.
909 * moxie: New directory.
910 * configure.ac: Add entry for moxie.
911 * configure: Regenerate.
912
df1756f4
TG
9132009-04-27 Tristan Gingold <gingold@adacore.com>
914
915 * avr: New directory.
df1756f4
TG
916 * configure.ac: Add avr.
917 * configure: Regenerated.
918
89a34d1b
JM
9192009-04-17 Carlos O'Donell <carlos@codesourcery.com>
920
921 * Makefile.in: Add dummy install-pdf, html, and
922 install-html targets.
923
086c6838
NC
9242008-07-29 Nick Clifton <nickc@redhat.com>
925
926 * common/genmloop.sh: Add new parameter: -shell to specify the
927 command interpreter to use to run the input file. This is
928 necessary because otherwise SHELL is taken from the user's
929 environment, and not from the makefile that invoked this script
930 and the user might not be running an sh-like shell.
931 * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
932 * fr30/Makefile.in: Likewise.
933 * frv/Makefile.in: Likewise.
934 * i960/Makefile.in: Likewise.
935 * iq2000/Makefile.in: Likewise.
936 * m32r/Makefile.in: Likewise.
937
938 * frv/mloop.in: Add missing start of line comment marker.
939
7010a0c9
JB
9402008-05-09 Olivier Hainque <hainque@adacore.com>
941
942 * ppc/altivec.igen (vperm): Latch inputs into temporaries.
943
84234f6d
SR
9442008-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
945
946 * MAINTAINERS: Add myself as maintainer of cr16 port.
947
7c607148
SR
9482008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
949
950 Add simulator for National cr16 processor.
951 * cr16: New directory.
952 * configure.ac: Add entry for National cr16.
953 * configure: Regenerate.
954
c5fbc25b
DD
9552008-02-05 DJ Delorie <dj@redhat.com>
956
957 * configure.ac (v850): V850 now has a testsuite.
958 * configure (v850): Likewise.
959
9b254dd1
DJ
9602008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
961
962 Updated copyright notices for most files.
963
beb7a883
DD
9642007-12-19 DJ Delorie <dj@redhat.com>
965
966 * frv/frv.c (frvbf_cut): Only look at the six LSBs of
967 cut_point.
968
4744ac1b
JB
9692007-08-24 Joel Brobecker <brobecker@adacore.com>
970
971 Switch the license of all files explicitly copyright the FSF
972 to GPLv3.
973
9453113a
DJ
9742007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
975
976 * Makefile.in: Add dummy "pdf" target.
977
792fe9c9
TS
9782007-02-16 Thiemo Seufer <ths@mips.com>
979
980 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
981
cecb04b7
MF
9822007-01-28 Manuel Lauss <slauss@resi.at>
983
984 * configure.ac (sh64-*-*): Change to sh64*-*-*.
985 (sh-*-*): Change to sh*-*-*.
986 * configure: Regenerated.
987
20ac0504
DJ
9882007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
989
990 Updated copyright notices for most files.
991
49cbcfe9
HPN
9922006-12-20 Hans-Peter Nilsson <hp@axis.com>
993
570ee7f0
HPN
994 * Makefile.in (autoconf-common autoheader-common): Only run
995 autoheader on subdirs with a file config.in.
996
c4d800ae
HPN
997 * configure.ac (common): Make the default "yes" for all targets
998 with sim subdirs.
999 * configure: Regenerate.
1000
e80204fc
HPN
1001 * Makefile.in (autoconf-common autoheader-common): In documented
1002 usage, say SHELL=/bin/sh.
1003 (.PHONY): Add autoheader-common.
1004
49cbcfe9
HPN
1005 * MAINTAINERS: Add self as authorized committer for *.
1006
bac25e5b
DJ
10072006-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1008
1009 * MAINTAINERS: Add Dave Brolley for sh64.
1010
ce928021
DJ
10112006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
1012
1013 * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
1014 * Makefile.in (FLAGS_TO_PASS): Include libdir.
1015 * configure: Regenerated.
1016
4b164edf
AS
10172006-05-05 Andreas Schwab <schwab@suse.de>
1018
1019 * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
1020 * configure: Regenerate.
1021
1022 * Makefile.in (CFLAGS_FOR_BUILD): Define.
1023 (CC_FOR_BUILD): Don't override.
1024 (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
1025
8b2f7496
DJ
10262006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
1027
1028 * MAINTAINERS: Add an "Authorized committers" section, and list
1029 DJ Delorie for v850.
1030
1f810f78
DD
10312006-03-13 DJ Delorie <dj@redhat.com>
1032
1033 * MAINTAINERS: Add self as m32c sim maintainer.
1034
d45a4bef
JB
10352006-01-23 Jim Blandy <jimb@redhat.com>
1036
1037 Add simulator for Renesas M32C and M16C.
1038
1039 * m32c: New directory.
1040 * configure.ac: Add entry for Renesas M32C.
1041 * configure: Regenerate.
1042
d81ffbc4
CD
10432005-05-26 Chris Demetriou <cgd@netbsd.org>
1044
1045 * MAINTAINERS: Update my mail address, move myself to the
1046 "Past maintainers" section.
1047
c3357c64
CV
10482005-05-17 Corinna Vinschen <vinschen@redhat.com>
1049
1050 * configure.ac: Add igen to v850 build.
1051 * configure: Regenerate.
1052
33aa0cbb
PB
10532005-04-29 Paul Brook <paul@codesourcery.com>
1054
44cd25cf 1055 * common/callback.c (PIPE_BUF): Provide default definition.
33aa0cbb
PB
1056 (os_lstat): Use stat if lstat is not available on the host.
1057 (os_ftruncate): Return EINVAL if not available on the host.
1058 (os_truncate): Ditto.
1059 * common/configure.ac: Check for lstat, truncate and ftruncate.
1060 * common/configure: Regenerate.
1061 * common/config.in: Regenerate.
1062
4ec242d7
PB
10632005-04-27 Paul Brook <paul@codesourcery.com>
1064
1065 * common/Make-common.in: Add $(EXEEXT) to "run".
1066
21bc7567
CV
10672005-04-15 Corinna Vinschen <vinschen@redhat.com>
1068
1069 * configure.ac: Add explicit sh64 case.
1070 * configure: Regenerate.
1071
74ec5579
PB
10722005-03-30 Paul Brook <paul@codesourcery.com>
1073
1074 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
1075
51216631
JB
10762005-02-28 Jim Blandy <jimb@redhat.com>
1077
1078 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
1079 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
1080 Regenerated, after change to common/aclocal.m4.
1081
edece237
CV
10822005-02-18 Corinna Vinschen <vinschen@redhat.com>
1083
1084 * iq2000: New target subdirectory.
1085 * configure.ac: Add iq2000 target.
1086 * configure: Regenerate.
1087
8bdcadb1
HPN
10882005-01-29 Hans-Peter Nilsson <hp@axis.com>
1089
1090 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
1091 (realclean, install): Fail if subdir make failed.
1092
f6bcefef
HPN
10932005-01-28 Hans-Peter Nilsson <hp@axis.com>
1094
1095 * cris: New directory, simulator for Axis Communications CRIS
1096 including CRIS v32, CGEN-based.
1097 * configure.ac: Add corresponding configury.
1098 * configure: Regenerate.
1099
4ac6917f
AC
11002005-01-17 Andrew Cagney <cagney@gnu.org>
1101
1102 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
1103 common directory. Remove sparc*-*-* from list.
72f4393d 1104
38f48d72
AC
11052005-01-11 Andrew Cagney <cagney@gnu.org>
1106
1107 * Makefile.in (autoconf-common autoheader-common): Add --force to
1108 autoconf and autoheader.
1109 (autoconf-common autoheader-common)
1110 (autoconf-install autoheader-install): Check for configure.ac, not
1111 configure.in.
1112 * configure.ac: Delete AC_CONFIG_AUX_DIR.
1113 * configure: Re-generate.
1114
b7026657
AC
11152005-01-07 Andrew Cagney <cagney@gnu.org>
1116
1117 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
1118 correctly calls AC_CONFIG_SUBDIRS.
1119 * configure: Re-generate.
1120
33841fd9
AC
11212004-12-01 Andrew Cagney <cagney@gnu.org>
1122
44b263ce 1123 * i960, h8500: Delete directory.
33841fd9 1124
c46ec85d
AC
11252004-11-12 Andrew Cagney <cagney@gnu.org>
1126
1127 * d30v, fr30, mn10200, z8k: Delete directory.
1128
523f6a27
BE
11292004-03-10 Ben Elliston <bje@gnu.org>
1130
1131 * MAINTAINERS: Update my mail address.
1132
df0a8012
CD
11332004-01-26 Chris Demetriou <cgd@broadcom.com>
1134
1135 * configure.in (mips*-*-*): Configure in testsuite.
1136 * configure: Regenerate.
1137
b4ab4027
DB
11382003-10-08 Dave Brolley <brolley@redhat.com>
1139
1140 * configure.in: Move frv handling to alphabetically correct placement.
1141
fb72cee0
AS
11422003-09-03 Andreas Schwab <schwab@suse.de>
1143
1144 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
1145
b3af7bdf
DB
11462003-08-29 Dave Brolley <brolley@redhat.com>
1147
1148 * MAINTAINERS: Add myself as maintainer of the FRV port.
1149
84fabdf6 11502003-08-20 Michael Snyder <msnyder@redhat.com>
72f4393d 1151 Dave Brolley <brolley@redhat.com>
84fabdf6 1152
b3af7bdf 1153 * frv/: New directory, simulator for the Fujitsu FRV.
84fabdf6
DB
1154 * configure.in: Add frv configury.
1155 * configure: Regenerate.
1156
c53d60d8
BE
11572003-08-10 Ben Elliston <bje@wasabisystems.com>
1158
1159 * MAINTAINERS: Update my mail address.
1160
c55433ef
AC
11612003-08-09 Andrew Cagney <cagney@redhat.com>
1162
1163 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
1164 maintenance. List igen and sh maintainers. Mention that target
1165 and global maintainers pick up the slack.
1166
ac78c4ba
MS
11672003-07-09 Michael Snyder <msnyder@redhat.com>
1168
1169 * configure.in: Add testsuite to extra_subdirs for sh.
1170 * configure: Regenerate.
1171
2bc8946d
NC
11722003-01-23 Nick Clifton <nickc@redhat.com>
1173
1174 * Add sh2e support:
1175
ac78c4ba 11762002-04-02 Alexandre Oliva <aoliva@redhat.com>
2bc8946d 1177
ac78c4ba 1178 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
2bc8946d 1179
a926ab2f
GK
11802002-08-24 Geoffrey Keating <geoffk@redhat.com>
1181
1182 * MAINTAINERS: Update my email address.
1183
de0a1e42
AC
11842002-07-17 Andrew Cagney <ac131313@redhat.com>
1185
1186 * w65/: Delete directory.
1187
7a3085c1
AC
11882002-07-16 Andrew Cagney <ac131313@redhat.com>
1189
1190 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
1191 * configure: Re-generate.
1192
3fbeef0b
AC
11932002-07-13 Andrew Cagney <ac131313@redhat.com>
1194
1195 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
1196 * configure: Re-generate.
72f4393d 1197
3832c25c
AC
11982002-06-16 Andrew Cagney <ac131313@redhat.com>
1199
1200 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
1201 id, date and host to be overriden by NAME, ID, DATE and HOST
1202 respectfully. Use ISO dates.
1203
c93abbcc
AC
1204Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
1205
1206 * Makefile.in (ChangeLog): New makefile variable.
1207 * README-HACKING: Mention the ChangeLog makefile variable.
1208
e4045cdb
AC
12092002-06-01 Andrew Cagney <ac131313@redhat.com>
1210
1211 * tic80/: Delete directory.
1212
2be99286
SC
12132002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1214
1215 * MAINTAINERS: Update my email address.
1216
44befb9f
SC
12172002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1218
1219 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
1220
ce93e51a
FCE
12212002-03-01 Frank Ch. Eigler <fche@redhat.com>
1222
1223 * MAINTAINERS: Record self as a co-maintainer of just common/.
1224
72ca629f
NC
12252002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
1226
1227 * MAINTAINERS: Point to GDB files describing overall maintaince
1228 and check-in procedures.
1229
00125dd0
NC
12302002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
1231
1232 * MAINTAINERS: Add myself for ARM portions.
1233
457174f6
AC
12342001-10-19 Andrew Cagney <ac131313@redhat.com>
1235
1236 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
1237 * configure: Re-generate.
1238
9afc4bbf
BE
12392001-02-16 Ben Elliston <bje@redhat.com>
1240
1241 * MAINTAINERS: Add myself for common portions.
1242
0b8c7076
CD
12432001-01-15 Chris Demetriou <cgd@broadcom.com>
1244
1245 * MAINTAINERS: Added self and Andrew for the mips sim.
1246
c56a7a95
GK
12472000-10-25 Geoff Keating <geoffk@cygnus.com>
1248
1249 * MAINTAINERS: Added self and Andrew for the ppc sim.
1250
5d031c16
AC
1251Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
1252
1253 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1254 * m68hc11: New directory.
1255 * configure.in: Add.
1256 * configure: Regenerate.
1257
6c29acca
AC
1258Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1259
1260 * tic80: New directory.
1261 * configure.in: Add configury.
1262 * configure: Regenerate.
1263
bcd65766
NC
12642000-04-20 Nick Clifton <nickc@cygnus.com>
1265
1266 * configure.in (extra_subdirs): Add testsuite to strongarm
72f4393d 1267 directories.
bcd65766
NC
1268 * configure: Regenerate.
1269
7158fd7f
AC
1270Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1271
1272 * MAINTAINERS: New file. Blank.
1273
c2d11a7d
JM
12741999-11-18 Ben Elliston <bje@cygnus.com>
1275
1276 * configure.in: Require autoconf 2.13 and remove obsolete
1277 invocation of AC_C_CROSS.
1278 * configure: Regenerate.
1279
2acceee2
JM
12801999-09-29 Doug Evans <devans@casey.cygnus.com>
1281
1282 * configure.in: Configure the testsuite directory for thumb.
1283 * configure: Regenerate.
1284
6426a772
JM
12851999-07-16 Ben Elliston <bje@cygnus.com>
1286
1287 * configure.in: Configure the testsuite directory for arm.
1288 * configure: Regenerate.
1289
7a292a7a
SS
12901999-04-08 Nick Clifton <nickc@cygnus.com>
1291
1292 * configure.in: Add support for MCore target.
1293 * configure: Regenerate.
1294
c906108c
SS
12951999-03-14 Stan Shebs <shebs@andros.cygnus.com>
1296
1297 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
1298 RUNTEST instead of commenting out, fixes portability problem.
1299
c906108c
SS
13001999-02-08 Nick Clifton <nickc@cygnus.com>
1301
1302 * configure.in: Add support for StrongARM target.
1303 * configure: Regenerate.
1304
c906108c
SS
13051999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1306
1307 * configure.in: Require autoconf 2.12.1 or higher.
1308
13091998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1310
1311 * configure.in (i960-*-*): Add.
1312 * configure: Rebuild.
1313
1314Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
1315
1316 * configure.in: Added case for fr30-*-*.
1317 * configure: Regenerated.
1318
1319Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
1320
1321 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1322 to allow successful operation on Windows.
1323
1324Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1325
25c1c397
JM
1326 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1327 check can be invoked recursively.
c906108c
SS
1328
1329Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
1330
1331 * configure.in: Build simulator on sparclite and sparc86x targets.
1332 * configure: Regenerate.
1333
1334Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
1335
1336 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
1337 to autoconf and autoheader.
1338
1339Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
1340
1341 * Makefile.in (autoconf-common autoheader-common): Pass `-l
1342 ../common' to autoconf and autoheader. Unconditionally run
1343 autoconf in every subdir.
1344 (autoconf-changelog autoheader-changelog): Unconditionally run
1345 commands in every subdir.
1346 (autoconf-install autoheader-install): Likewise.
1347
1348Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1349
1350 * Makefile.in: Get SHELL from configure.
1351 * (FLAGS_TO_PASS): Pass down SHELL.
1352 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
1353 NT native builds.
1354
1355Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1356
1357 * configure.in (extra_subdirs): Enable igen for mn10300.
1358 * configure: Re-generate.
1359
1360Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
1361
1362 * configure.in (extra_subdirs): Add support for thumb target.
1363
1364 * configure (extra_subdirs): Add support for thumb target.
1365
1366Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1367
1368 * configure.in (extra_subdirs): Add IGEN directory when MIPS
1369 target.
1370 * configure: Regenerate.
72f4393d 1371
c906108c
SS
1372Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1373
1374 * configure.in (extra_subdirs): v850ea needs igen.
1375 * configure: Re-generate.
72f4393d 1376
c906108c
SS
1377Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1378
1379 * configure.in (testdir): When a testsuite directory, add that to
1380 the list of confdirs.
1381
1382Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1383
1384 * configure.in (extra_subdirs): Enable igen ready for V850.
1385
1386Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1387
1388 * configure.in (w65-*-*, only_if_enabled): Set.
1389 * configure: Re-generate.
72f4393d 1390
c906108c
SS
1391Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
1392
1393 * configure.in (sparc*-*-*, only_if_enabled): Set
1394 only_if_enabled=yes. Check only_if_enabled before enabling a
1395 simulator.
1396 * configure: Regenerate.
72f4393d 1397
c906108c
SS
1398Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1399
1400 * configure.in (extra_subdirs): Add v850e target.
1401
1402Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1403
1404 * configure.in (extra_subdirs): Add v850ea target.
1405
1406Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
1407
1408 * configure.in (sparc*-*-*): Don't build erc32.
1409 * configure: Regenerate.
1410
1411Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
1412
1413 * configure.in (m32r-*-*): New target.
1414 * configure: Regenerate.
1415
1416 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1417
1418Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
1419
1420 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1421 thought that .NOEXPORT was the default target.
1422
1423Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
1424
1425 * Makefile.in (clean mostlyclean): Restore targets accidentally
1426 deleted in earlier change.
1427
1428Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1429
1430 * Makefile.in (autoheader-common, autoheader-changelog,
1431 autoheader-install): Perform autoheader in addition to autoconf.
1432
1433Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
1434
1435 * Makefile.in (autoconf-install): New target.
1436 (autoconf-changelog): Try different way to obtain user name.
1437
1438Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1439
1440 * Makefile.in (autoconf-changelog): New target, update
1441 ChangeLog for all subdirectories - normally used after
1442 autoconf-common target.
1443
1444Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1445
1446 * configure.in (extra_subdirs): Include testsuite for d30v.
1447 * configure: Regenerate.
72f4393d 1448
c906108c
SS
1449 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
1450 ../gdb/Makefile.in
1451 (check): New rules - drive the testsuite.
1452
1453Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
1454
1455 * configure.in: Add mn10200 configure lines accidentally
1456 removed.
1457 * configure: Regenerated.
1458
1459Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
1460
1461 * configure.in (extra_subdirs): Generalize common sub directory
1462 into a list.
1463 (extra_subdirs): For d30v add igen to the list to be built.
1464
1465Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
1466
1467 * configure.in (d30v): New target.
1468 * configure: Regenerated.
72f4393d 1469
c906108c
SS
1470Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
1471
1472 * configure.in: Don't require GCC to build the mn10200
1473 simulator anymore.
1474 * configure: Rebuilt.
1475
1476Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
1477
1478 * configure.in: Don't configure any subdirs if no simulator
1479 is being built. Don't use erc32 for sparc64.
1480 * configure: Regenerated.
1481
1482Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
1483
1484 * Makefile.in (autoconf-common): New target.
1485 * configure.in: Do configure common.
1486 * configure: Regenerated.
1487
1488Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
1489
1490 * configure configure.in: Don't configure common anymore. Files
1491 from common are now built in the individual simualtor directories.
1492 This fixes problems with the WinGDB build procedure.
1493
1494Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
1495
1496 * configure: Enable the mn10200 simulator.
1497
1498Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
1499
1500 * configure.in (configdirs): Add common.
1501 * configure: Regenerated.
1502
1503Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1504
1505 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
1506 system V based targets.
1507 * configure: Regenerate.
1508
1509Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
1510
1511 * configure.in (--enable-sim-powerpc): Delete.
1512 (--enable-sim): Add.
1513 * configure: Regenerated.
1514
1515Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
1516
1517 * configure.in: Only build the V850 simulator if
1518 we are using gcc.
1519 * configure: Rebuild.
1520
1521Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
1522
1523 * configure.in: Do build erc32 for DOS and Windows hosts.
1524 * configure: Rebuild.
1525
1526Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1527
1528 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
1529 be inherited from the parent. Remove INSTALL_XFORM and
1530 INSTALL_XFORM1. Make INSTALL be set from configure.
1531
1532Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1533
1534 * configure.in: Only build the MIPS simulator if we are using
1535 gcc.
1536 * configure: Rebuild.
1537
1538Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
1539
1540 * configure.in (v850-*-*): Added V850 simulator.
1541
1542Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1543
1544 * configure.in (d10v-*-*): Added D10V simulator.
1545
1546Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1547
1548 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1549 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1550 (docdir): Removed.
1551 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1552 (AC_PROG_INSTALL): Added.
1553 * configure: Rebuilt.
1554
1555Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
1556
1557 * configure.in: Only configure erc32 if using gcc.
1558 * configure: Rebuild.
1559
1560Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1561
1562 * configure.in (sim_target): Build PowerPC simulator for powerpc
1563 System V.4, Solaris, and Elf targets.
1564 * configure: Regenerate with autoconf 2.10.
1565
1566Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
1567
1568 * configure.in: Only built erc32 simulator on Unix hosts as it
1569 uses pseudo ttys.
1570 * configure: Regenerated with autoconf 2.8.
1571
1572Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1573
1574 * erc32: Sparc simulator from the ESA.
1575
1576Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
1577
1578 From: Miles Bader <miles@gnu.ai.mit.edu>
1579 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
1580 * configure: Regenerate using autoconf.
1581
1582Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1583
1584 * Makefile.in (install): Fix typo.
1585
1586Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
1587
1588 * configure: Regenerate with autoconf 2.7.
1589
1590 * Makefile.in (all): Simplify.
1591 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
1592 as in the all target.
1593 (distclean, maintainer-clean, realclean): Likewise.
1594 (install): Likewise.
1595
1596Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
1597
1598 * Makefile.in (all): Remove extra '\' char from shell script.
1599
1600Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
1601
1602 * Makefile.in (all): Avoid a for loop with zero elements, even if
1603 the loop will not be executed because of an if statement.
1604
1605Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
1606
1607 * Makefile.in (install): Add missing semicolon in "fi \".
1608
1609Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1610
1611 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
1612 defaults from configure.
1613
1614 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
1615 configure defaults.
1616 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
1617 if either --enable-sim-powerpc is used, or the host compiler is
1618 GCC.
1619
1620Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1621
1622 * configure.in (mips*-*-*): Added "mips" simulator target.
1623 * configure: Re-generated.
1624
1625Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
1626
1627 * Makefile.in (BISON): Remove macro.
1628 (FLAGS_TO_PASS): Remove BISON.
1629
1630Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1631
1632 * configure.in: Explicitly `exit 0' for broken shells.
1633 * configure: Rebuilt.
1634
1635Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1636
1637 * common/run.c (main): Initialize the callbacks.
1638
1639Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
1640
1641 * Makefile.in (maintainer-clean): New synonym for realclean.
1642
1643Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1644
1645 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
1646 the target is powerpc*-*-eabisim*, since it requires GCC to build.
1647
1648Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1649
1650 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1651 <cagney@highland.com.au>.
1652 * configure: Regnerate from configure.in.
1653
1654Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1655
1656 * Update all FSF addresses except those in COPYING* files.
1657
1658Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
1659
1660 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
1661 submakes either default or passed in value.
1662
1663Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1664
1665 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
1666 install): Changed targets so that they descend all
1667 subdirectories in $(SUBDIRS).
1668 (*-all, *-clean, *-install): Removed targets.
1669
1670 * configure.in: Don't bother with target makefile fragments, they
1671 are no longer needed.
1672 * configure: regenerated.
1673
1674 * Makefile.in, configure.in: converted to autoconf.
1675 * configure: New file, generated with autconf 2.4.
1676
1677Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
1678
1679 * Makefile.in: Support ARM.
1680 * configure.in: Ditto.
1681
1682Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
1683
1684 * Makefile.in: Support W65.
1685 * configure.in: Ditto.
1686
1687Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1688
1689 * Makefile.in: Add TAGS target.
1690
1691Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1692
1693 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
1694 install-h8300, clean-h8300, all-h8500, install-h8500,
1695 clean-h8500, all-sh, install-sh, clean-sh): do not echo
a9e0ce2c 1696 recursion lines.
c906108c
SS
1697
1698Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1699
1700 * Makefile.in: remove endian.h trace from h8500
1701
1702Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
1703
1704 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1705
1706Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1707
1708 * Makefile.in: make all of the all-* target (except all-nothing)
1709 depend on endian.h, so that if we're not building a simulator, we
1710 don't built endian
1711
1712Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
1713
1714 * Makefile.in (check, installcheck): Added dummy targets.
1715
1716Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
1717
1718 * Makefile.in (endian): Find endian.c in $(srcdir), and also
1719 explicitly make it, since some makes apparently don't work with
1720 VPATH and .c to executable rules (SunOS make for example).
1721
1722Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1723
1724 * Makefile.in (endian): Add explicit rule for broken makes.
1725
1726Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
1727
1728 * Makefile.in (info, install-info): New targets.
1729 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1730 level Makefile.
1731
1732Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
1733
1734 * Makefile.in (endian.h): build endian.h via a temporary file so
1735 that we don't leave an incomplete file lying around on
1736 interrupted builds.
1737 (clean): remove endian, e.h, and endian.h.
1738
1739Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1740
1741 * Makefile.in, configure.in: if target isn't supported, build a
1742 harmless makefile.