]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/ChangeLog
sim: enable silent rules in common builds
[thirdparty/binutils-gdb.git] / sim / ChangeLog
CommitLineData
fbe8d1cf
MF
12021-06-14 Mike Frysinger <vapier@gentoo.org>
2
3 * configure.ac: Call AM_SILENT_RULES.
4 * Makefile.in, configure: Regenerate.
5
dd8e16ea
MF
62021-06-12 Mike Frysinger <vapier@gentoo.org>
7
8 * Makefile.in: Regenerate.
9
2726bbc3
MF
102021-06-12 Mike Frysinger <vapier@gentoo.org>
11
12 * m4/sim_ac_platform.m4: Delete sys/select.h.
13 * config.h.in, configure: Regenerate.
14
ba307cdd
MF
152021-06-12 Mike Frysinger <vapier@gentoo.org>
16
17 * configure.ac: Call SIM_AC_OPTION_ALIGNMENT.
18 * m4/sim_ac_option_alignment.m4: Delete wire and default alignment.
19 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
20
6dd65fc0
MF
212021-06-12 Mike Frysinger <vapier@gentoo.org>
22
23 * configure.ac: Define PKGVERSION & REPORT_BUGS_TO.
24 * m4/sim_ac_common.m4: Delete calls to ACX_PKGVERSION & ACX_BUGURL.
25 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
26
04381273
MF
272021-06-12 Mike Frysinger <vapier@gentoo.org>
28
29 * configure.ac: Call SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO,
30 SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
31 * m4/sim_ac_common.m4: Delete calls to SIM_AC_OPTION_DEBUG,
32 SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
33 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
34
497a20bd
MF
352021-06-12 Mike Frysinger <vapier@gentoo.org>
36
37 * m4/sim_ac_common.m4: Replace --enable-sim-debug, --enable-sim-stdio,
38 --enable-sim-trace, and --enable-sim-profile with calls to
39 SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and
40 SIM_AC_OPTION_PROFILE.
41 * m4/sim_ac_option_debug.m4: New file.
42 * m4/sim_ac_option_profile.m4: New file.
43 * m4/sim_ac_option_stdio.m4: New file.
44 * m4/sim_ac_option_trace.m4: New file.
45
a48ff3ef
MF
462021-06-12 Mike Frysinger <vapier@gentoo.org>
47
48 * m4/sim_ac_platform.m4: Check more headers, funcs, structs, and
49 types.
50 * config.h.in, configure: Regenerate.
51
5ea45474
MF
522021-06-12 Mike Frysinger <vapier@gentoo.org>
53
54 * configure.ac: Call SIM_AC_OPTION_ENVIRONMENT.
55 * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ENVIRONMENT.
56 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
57
dba333c1
MF
582021-06-12 Mike Frysinger <vapier@gentoo.org>
59
60 * configure.ac: Call SIM_AC_OPTION_ASSERT.
61 * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ASSERT.
62 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
63
b15c5d7a
MF
642021-06-12 Mike Frysinger <vapier@gentoo.org>
65
66 * configure.ac: Call AC_CONFIG_HEADERS and SIM_AC_PLATFORM.
67 * m4/sim_ac_common.m4: Delete calls to AC_CHECK_HEADERS_ONCE,
68 AC_CHECK_FUNCS_ONCE, AC_CHECK_MEMBERS, AC_CHECK_TYPES, and
69 AC_TYPE_SIGNAL.
70 * aclocal.m4, configure, Makefile.in: Regenerate.
71 * config.h.in: New file.
72 * m4/sim_ac_platform.m4: New file.
73
5bea0c32
MF
742021-06-05 Mike Frysinger <vapier@gentoo.org>
75
76 * Makefile.am: Include common/local.mk.
77 (SIM_ALL_RECURSIVE_DEPS): Define.
78 (all-recursive): New rule.
79 * Makefile.in: Regenerated.
80
92bc001e
MF
812021-05-16 Mike Frysinger <vapier@gentoo.org>
82
83 * Makefile.am (pkginclude_HEADERS): Define.
84 * Makefile.in: Regenerated.
85
79633c12
MF
862021-05-15 Mike Frysinger <vapier@gentoo.org>
87
88 * m4/sim_ac_common.m4: Check for __int128 type.
89
df68e12b
MF
902021-05-14 Mike Frysinger <vapier@gentoo.org>
91
92 * README-HACKING: Update callback.h path.
93
425b0b1a
MF
942021-05-12 Mike Frysinger <vapier@gentoo.org>
95
96 * README-HACKING: Delete mention of SIM_AC_OPTION_ENVIRONMENT.
97
e7e40ced
LM
982021-05-12 Luis Machado <luis.machado@linaro.org>
99
100 * d10v/interp.c (sim_create_inferior): Fix memset call.
101
0d315c88
DD
1022021-05-07 Dimitar Dimitrov <dimitar@dinux.eu>
103
104 * Makefile.in: Rebuild.
105
a0c4531a
TT
1062021-05-04 Tom Tromey <tromey@adacore.com>
107
108 * Makefile.in: Rebuild.
109 * Makefile.am (AM_CPPFLAGS): New variable.
110
aa0fca16
MF
1112021-05-04 Mike Frysinger <vapier@gentoo.org>
112
113 * m4/sim_ac_toolchain.m4 (SIM_AC_TOOLCHAIN): Define AR_FOR_BUILD and
114 RANLIB_FOR_BUILD.
115 * configure, Makefile.in: Regenerate.
116
fe348617
MF
1172021-05-01 Mike Frysinger <vapier@gentoo.org>
118
119 * m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.
120
bd0918c9
MF
1212021-04-26 Mike Frysinger <vapier@gentoo.org>
122
123 * README-HACKING (nltvals.def): Update to gennltvals.py.
124
66d055c7
MF
1252021-04-26 Mike Frysinger <vapier@gentoo.org>
126
127 * m4/sim_ac_output.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_HARDWARE.
128
9d903352
MF
1292021-04-23 Mike Frysinger <vapier@gentoo.org>
130
131 * README-HACKING (SIM_AC_OPTION_HARDWARE): Delete first two args.
132 * m4/sim_ac_option_hardware.m4 (SIM_AC_OPTION_HARDWARE): Replace [$1]
133 with yes. Delete test [$2]. Change [$3] to [$1]. Update comments.
134
19f6a43c
TT
1352021-04-22 Tom Tromey <tom@tromey.com>
136
137 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for sys/time.h
138 or sys/times.h.
139
efd82ac7
TT
1402021-04-22 Tom Tromey <tom@tromey.com>
141
142 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for make.
143
1f195bc3
SM
1442021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
145
146 * m4/sim_ac_option_warnings.m4 (SIM_AC_OPTION_WARNINGS): Use
147 -Werror when probing for supported warning flags.
148
2c2645d7
MF
1492021-04-18 Mike Frysinger <vapier@gentoo.org>
150
151 * m4/sim_ac_common.m4: Change AC_CHECK_HEADERS to
152 AC_CHECK_HEADERS_ONCE, merge calls, and sort args.
153
37e9f182
MF
1542021-04-18 Mike Frysinger <vapier@gentoo.org>
155
156 * m4/sim_ac_common.m4: Change AC_CHECK_FUNCS to AC_CHECK_FUNCS_ONCE,
157 merge calls, and sort args.
158
26da232c
MF
1592021-04-03 Mike Frysinger <vapier@gentoo.org>
160
161 * configure.ac: Add --example-sims option.
162 * configure: Regenerate.
163
a389375f
MF
1642021-04-03 Mike Frysinger <vapier@gentoo.org>
165
166 * Makefile.am (check_PROGRAMS, CLEANFILES, DISTCLEANFILES): Define.
167 * Makefile.in: Regenerated.
168
a0e674c1
MF
1692021-04-03 Mike Frysinger <vapier@gentoo.org>
170
171 * Makefile.am (SIM_PRIMARY_TARGET, AM_MAKEFLAGS): Define.
172 * configure.ac: Add --enable-targets option. Define SIM_PRIMARY_TARGET
173 and SIM_TARGET. Rewrite case statement with SIM_TARGET calls.
174 * Makefile.in, configure: Regenerate.
175
b6b1c790
MF
1762021-04-02 Mike Frysinger <vapier@gentoo.org>
177
178 * Makefile.am [SIM_ENABLE_IGEN]: Include igen/local.mk.
179 * configure.ac: Delete AC_CONFIG_SUBDIRS(igen) call.
180 (SIM_ENABLE_IGEN): Define.
181 * configure, Makefile.in: Regenerate.
182
c2783492
MF
1832021-04-02 Mike Frysinger <vapier@gentoo.org>
184
185 * Makefile.am (ACLOCAL_AMFLAGS): Add -Im4.
186 (COMPILE_FOR_BUILD, LINK_FOR_BUILD): Define.
187 * configure.ac: Replace toolchain calls with SIM_AC_TOOLCHAIN.
188 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace toolchain calls
189 with SIM_AC_TOOLCHAIN.
190 * m4/sim_ac_toolchain.m4: New file.
191 * aclocal.m4, configure, Makefile.in: Regenerate.
192
8c379db2
TT
1932021-03-08 Tom Tromey <tromey@adacore.com>
194
195 * aclocal.m4, configure, Makefile.in: Rebuild.
196 * configure.ac: Use AM_MAINTAINER_MODE.
197
6c57b87f
MF
1982021-03-07 Mike Frysinger <vapier@gentoo.org>
199
200 * configure.ac (AC_CONFIG_FILES): Delete testsuite/Makefile.
201 * Makefile.am: Include testsuite/local.mk.
202 (AUTOMAKE_OPTIONS): Add dejagnu.
203 * configure, Makefile.in: Regenerated.
204
6bddc3e8
MF
2052021-03-07 Mike Frysinger <vapier@gentoo.org>
206
207 * Makefile.am: New file.
208 * configure.ac: Update AC_INIT call. Move AC_CANONICAL_SYSTEM after
209 it. Call AM_INIT_AUTOMAKE. Delete AC_CONFIG_MACRO_DIRS.
210 * aclocal.m4, configure, Makefile.in: Regenerated.
211
c25ea03d
MF
2122021-02-28 Mike Frysinger <vapier@gentoo.org>
213
214 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Delete CC_FOR_BUILD test.
215 Change CC_FOR_BUILD assignment. Define CFLAGS_FOR_BUILD.
216
ebe9564b
MF
2172021-02-28 Mike Frysinger <vapier@gentoo.org>
218
a3e2cc64
MF
219 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace AR assignment and
220 AC_SUBST(AR) with call to AC_CHECK_TOOL(AR, ar).
ebe9564b
MF
221
2222021-02-28 Mike Frysinger <vapier@gentoo.org>
223
224 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Require AC_PROG_CPP.
225
ed30adf7
MF
2262021-02-28 Mike Frysinger <vapier@gentoo.org>
227
228 * README-HACKING: Delete SIM_EXTRA_LIBDEPS.
229
f8069d55
MF
2302021-02-27 Mike Frysinger <vapier@gentoo.org>
231
232 * README-HACKING: Delete SIM_EXTRA_ALL.
233
760b3e8b
MF
2342021-02-21 Mike Frysinger <vapier@gentoo.org>
235
236 * m4/sim_ac_common.m4, m4/sim_ac_option_alignment.m4,
237 m4/sim_ac_option_assert.m4, m4/sim_ac_option_bitsize.m4,
238 m4/sim_ac_option_cgen_maint.m4, m4/sim_ac_option_default_model.m4,
239 m4/sim_ac_option_endian.m4, m4/sim_ac_option_environment.m4,
240 m4/sim_ac_option_float.m4, m4/sim_ac_option_hardware.m4,
241 m4/sim_ac_option_inline.m4, m4/sim_ac_option_reserved_bits.m4,
242 m4/sim_ac_option_scache.m4, m4/sim_ac_option_smp.m4,
243 m4/sim_ac_option_warnings.m4, m4/sim_ac_option_xor_endian.m4,
244 m4/sim_ac_output.m4: New files.
245
3e8bb3e9
MF
2462021-02-20 Mike Frysinger <vapier@gentoo.org>
247
248 * configure.tgt: Move arch list ...
249 * configure.ac: ... here.
250 * configure: Regenerate.
251
5a9f5403
NC
2522021-02-19 Nelson Chu <nelson.chu@sifive.com>
253
254 PR 27158
255 * riscv/sim-main.c (execute_i): Updated encoding macros.
256
b0dcd7d8
MF
2572021-02-13 Mike Frysinger <vapier@gentoo.org>
258
259 * configure.tgt: Delete call to AC_SUBST(sim_arch).
260 * configure: Regenerate.
261
136da8cd
MF
2622021-02-13 Mike Frysinger <vapier@gentoo.org>
263
264 * README-HACKING: Replace sinclude with AC_CONFIG_MACRO_DIRS in
265 configure.ac skeleton.
266
4c0d76b9
MF
2672021-02-06 Mike Frysinger <vapier@gentoo.org>
268
269 * README-HACKING: Replace STATE_WATCHPOINTS with CPU_PC_FETCH.
270
aa09469f
MF
2712021-02-06 Mike Frysinger <vapier@gentoo.org>
272
273 * configure.ac (HDEFINES): Delete AC_SUBST call.
274 * configure: Regenerate.
275
b9249c46
MF
2762021-02-04 Mike Frysinger <vapier@gentoo.org>
277
278 * configure.tgt (sim_arch): Add entry for riscv*-*-*.
279 * configure: Regenerate.
280
9a7ba4aa
MF
2812021-01-30 Mike Frysinger <vapier@gentoo.org>
282
283 * Makefile.in (nltvals): Change to gennltvals.py.
284
d4e3adda
MF
2852021-01-30 Mike Frysinger <vapier@gentoo.org>
286
287 * README-HACKING: Delete reference to sizeof_pc.
288
008a02e3
MF
2892021-01-29 Mike Frysinger <vapier@gentoo.org>
290
291 * MAINTAINERS (Global Maintainers): Move myself back.
292
5e25901f
MF
2932021-01-18 Mike Frysinger <vapier@gentoo.org>
294
295 * configure.ac: Call AC_PROG_CPP.
296 * configure: Regenerate.
297 * Makefile.in (abs_srcdir, srcroot, CPP): Define.
298 (nltvals): New target.
299 * README-HACKING: Change headers to nltvals.
300
4cfcd3b3
MF
3012021-01-18 Mike Frysinger <vapier@gentoo.org>
302
303 * Makefile.in (headers): Change args to gennltvals.sh.
304 * gennltvals.sh: Rewrite from scratch.
305 * gentvals.sh: Delete.
306 * nltvals.def: Regen.
307
bb3eddb5
MF
3082021-01-15 Mike Frysinger <vapier@gentoo.org>
309
310 * configure.ac: Delete AC_CONFIG_SUBDIRS(testsuite) call.
311 Add AC_CONFIG_FILES([Makefile testsuite/Makefile]) call.
312 Drop argument to AC_OUTPUT.
313 * configure: Regenerate.
314
68895f7d
MF
3152021-01-12 Mike Frysinger <vapier@gentoo.org>
316
317 * README-HACKING (SIM_RUN_OBJS): Delete.
318
f8cab0b9
MF
3192021-01-09 Mike Frysinger <vapier@gentoo.org>
320
321 * MAINTAINERS (sh64): Move to past maintainers.
322 * configure: Regenerate.
323 * configure.tgt (sh64*-*-*): Delete.
324 * sh64/: Delete.
325
50df264d
MF
3262021-01-09 Mike Frysinger <vapier@gentoo.org>
327
328 * README-HACKING (AC_PREREQ): Delete.
329
46f900c0
MF
3302021-01-08 Mike Frysinger <vapier@gentoo.org>
331
332 * README-HACKING (C Language Assumptions): Require C11 compiler.
333
1d01693f
JM
3342020-09-03 Jose E. Marchesi <jose.marchesi@oracle.com>
335
336 * configure.ac: Do not configure sim/testsuite nor sim/igen if the
337 primary target doesn't have a simulator.
338 * configure: Regenerate.
339
b26e2ae7
JM
3402020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
341 David Faust <david.faust@oracle.com>
342
343 * configure.tgt (sim_arch): Add entry for bpf-*-*.
344 * configure: Regenerate.
345 * MAINTAINERS: Add maintainer for the BPF simulator.
b26e2ae7 346
78aa740b
TT
3472019-12-19 Tom Tromey <tromey@adacore.com>
348
349 PR build/24572:
350 * Makefile.in (install-strip): New target.
351
ddd44b70
DD
3522019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
353
354 * MAINTAINERS: Add myself as PRU maintainer.
355 * configure: Regenerated.
356 * configure.tgt: Add PRU.
357
fd361982
AM
3582019-09-18 Alan Modra <amodra@gmail.com>
359
360 * common/sim-load.c, * common/sim-utils.c, * cris/sim-if.c,
361 * erc32/func.c, * lm32/sim-if.c, * m32c/load.c, * m32c/trace.c,
362 * m68hc11/interp.c, * ppc/hw_htab.c, * ppc/hw_init.c,
363 * rl78/load.c, * rl78/trace.c, * rx/gdb-if.c, * rx/load.c,
364 * rx/trace.c: Update throughout for bfd section macro changes.
365
9c4c3318
JB
3662019-02-28 Joel Brobecker <brobecker@adacore.com>
367
368 * MAINTAINERS: Move Mike Frysinger to past maintainers' section.
369
007024cc
SM
3702019-02-13 Simon Marchi <simon.marchi@ericsson.com>
371
372 * MAINTAINERS: Add Andrew Burgess as global maintainer.
373
444b3fae
ПК
3742019-01-03 Pavel I. Kryukov <kryukov@frtk.ru>
375
376 * sim-base.h: Add 'extern C' if header is compiled with C++.
377
7fb45a68
AB
3782018-12-06 Andrew Burgess <andrew.burgess@embecosm.com>
379
380 * common/acinclude.m4 (enable-cgen-maint): Support passing path to
381 cgen source tree.
382 * cris/configure: Regenerate.
383 * frv/configure: Regenerate.
384 * iq2000/configure: Regenerate.
385 * lm32/configure: Regenerate.
386 * m32r/configure: Regenerate.
387 * or1k/configure: Regenerate.
388 * sh64/configure: Regenerate.
389
e2e31f10
MR
3902018-07-20 Maciej W. Rozycki <macro@mips.com>
391
392 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
393 ISA maintenance.
394
79f5b65e
DD
3952018-07-19 DJ Delorie <dj@redhat.com>
396
397 * MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
398
31375626
SH
3992018-07-14 Stafford Horne <shorne@gmail.com>
400
401 * MAINTAINERS (or1k): Add myself as or1k maintainer.
402
d0ac1c44
SM
4032018-06-19 Simon Marchi <simon.marchi@ericsson.com>
404
405 * All configure.ac: Remove AC_PREREQ.
406 * All configure: Re-generate.
407
d65ce302
MR
4082018-01-22 Maciej W. Rozycki <macro@mips.com>
409
410 * MAINTAINERS: Update my company e-mail address.
411
0cd79707
SH
4122017-12-12 Stafford Horne <shorne@gmail.com>
413 Peter Gavin <pgavin@gmail.com>
414
415 * configure: Regenerated.
6e51bfa7 416
fa8b7c21
SH
4172017-12-12 Stafford Horne <shorne@gmail.com>
418 Peter Gavin <pgavin@gmail.com>
419
420 * configure.tgt: Add or1k sim.
3b4b0a62 421
d268bbaf
JB
4222017-10-12 James Bowman <james.bowman@ftdichip.com>
423
424 * MAINTAINERS (ft32): Add myself.
425
c0107b0f
JW
4262017-10-03 Jim Wilson <wilson@tuliptree.org>
427
428 * MAINTAINERS (aarch64): Update my email address.
429
5c887dd5
JB
4302017-09-06 John Baldwin <jhb@FreeBSD.org>
431
432 * configure.ac: Honor existing CC_FOR_BUILD in environment.
433 * configure: Regenerate.
434
742e3a77
JW
4352017-02-14 Jim Wilson <jim.wilson@linaro.org>
436
437 * MAINTAINTERS (aarch64): Add myself.
438
cadf97cf
MR
4392016-12-14 Maciej W. Rozycki <macro@imgtec.com>
440
441 * MAINTAINERS (Maintainers for particular sims): Add myself as
442 a MIPS maintainer.
443
3b8f2c8b
MR
4442016-02-03 Maciej W. Rozycki <macro@linux-mips.org>
445
446 * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
447
5295724c
MF
4482016-01-09 Mike Frysinger <vapier@gentoo.org>
449
450 * configure.ac: Delete sim_common check and the
451 AC_CONFIG_SUBDIRS(common) call.
452 * configure: Regenerate.
453 * configure.tgt (sim_common): Delete the variable.
454
936df756
MF
4552016-01-09 Mike Frysinger <vapier@gentoo.org>
456
457 * .gitignore: Delete /common/cconfig.h entry.
458
4eb70007
NC
4592016-01-05 Nick Clifton <nickc@redhat.com>
460
461 * MAINTAINERS: Add myself as AArch64 sim maintainer.
462
ac8eefeb
TG
4632015-12-09 Tristan Gingold <gingold@adacore.com>
464
465 * aarch64/simulator.c: Remove syscall.h include.
466
1b393626
MF
4672015-12-26 Mike Frysinger <vapier@gentoo.org>
468
469 * README-HACKING: Delete mention of tconfig.h.
470
2e8cf49e
NC
4712015-11-24 Nick Clifton <nickc@redhat.com>
472
473 * configure.tgt: Add aarch64 entry.
474 * configure: Regenerate.
2e8cf49e 475
8d0978fb
MF
4762015-06-23 Mike Frysinger <vapier@gentoo.org>
477
478 * configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING.
479 * configure: Regenerate.
480
306f4178
MF
4812015-06-12 Mike Frysinger <vapier@gentoo.org>
482
483 * README-HACKING: Change configure.in to configure.ac.
484
7fed4b0b
L
4852015-04-02 H.J. Lu <hongjiu.lu@intel.com>
486
487 * arm/configure: Regenerated.
488 * avr/configure: Likewise.
489 * bfin/configure: Likewise.
490 * common/configure: Likewise.
491 * cr16/configure: Likewise.
492 * cris/configure: Likewise.
493 * d10v/configure: Likewise.
494 * erc32/configure: Likewise.
495 * frv/configure: Likewise.
496 * ft32/configure: Likewise.
497 * h8300/configure: Likewise.
498 * igen/configure: Likewise.
499 * iq2000/configure: Likewise.
500 * lm32/configure: Likewise.
501 * m32c/configure: Likewise.
502 * m32r/configure: Likewise.
503 * m68hc11/configure: Likewise.
504 * mcore/configure: Likewise.
505 * microblaze/configure: Likewise.
506 * mips/configure: Likewise.
507 * mn10300/configure: Likewise.
508 * moxie/configure: Likewise.
509 * msp430/configure: Likewise.
510 * ppc/configure: Likewise.
511 * rl78/configure: Likewise.
512 * rx/configure: Likewise.
513 * sh/configure: Likewise.
514 * sh64/configure: Likewise.
515 * v850/configure: Likewise.
516
79730a3b
L
5172015-04-01 H.J. Lu <hongjiu.lu@intel.com>
518
519 * common/Make-common.in (CSEARCH): Remove $(ZLIBINC).
520 (BFD_LIB): Remove $(ZLIB).
521 (CONFIG_LIBS): Add $(ZLIB).
522 * ppc/Makefile.in (ZLIBINC): Removed.
523 (INCLUDES): Remove $(ZLIBINC).
524 (BFD_LIB): Remove $(ZLIB).
525
0ceaf1ec
L
5262015-04-01 H.J. Lu <hongjiu.lu@intel.com>
527
528 * arm/configure: Regenerated.
529 * avr/configure: Likewise.
530 * bfin/configure: Likewise.
531 * common/configure: Likewise.
532 * cr16/configure: Likewise.
533 * cris/configure: Likewise.
534 * d10v/configure: Likewise.
535 * erc32/configure: Likewise.
536 * frv/configure: Likewise.
537 * ft32/configure: Likewise.
538 * h8300/configure: Likewise.
539 * igen/configure: Likewise.
540 * iq2000/configure: Likewise.
541 * lm32/configure: Likewise.
542 * m32c/configure: Likewise.
543 * m32r/configure: Likewise.
544 * m68hc11/configure: Likewise.
545 * mcore/configure: Likewise.
546 * microblaze/configure: Likewise.
547 * mips/configure: Likewise.
548 * mn10300/configure: Likewise.
549 * moxie/configure: Likewise.
550 * msp430/configure: Likewise.
551 * ppc/configure: Likewise.
552 * rl78/configure: Likewise.
553 * rx/configure: Likewise.
554 * sh/configure: Likewise.
555 * sh64/configure: Likewise.
556 * v850/configure: Likewise.
557
6dae8a88
MF
5582015-03-29 Mike Frysinger <vapier@gentoo.org>
559
560 * configure: Regenerate.
561 * configure.ac: Delete sim_testsuite check and config in testsuite.
562 * configure.tgt (sim_testsuite): Delete everywhere.
563
eca5fe42
MF
5642015-03-28 Mike Frysinger <vapier@gentoo.org>
565
566 * configure: Regenerate.
567 * configure.tgt (avr*-*-*): Set sim_testsuite=yes.
568
f46e4eb7
JB
5692015-03-28 James Bowman <james.bowman@ftdichip.com>
570
571 * configure.tgt: Add FT32 entry.
572 * configure: Regenerate.
573
ae7d0cac
MF
5742015-03-16 Mike Frysinger <vapier@gentoo.org>
575
576 * .gitignore: Delete tconfig.h.
577 * README-HACKING: Change tconfig.in to tconfig.h.
578
77017251
NC
5792014-03-12 Nick Clifton <nickc@redhat.com>
580
581 * MAINTAINERS: Add myself as the maintainer for the MSP430.
582
f32d1b7f
MF
5832014-03-10 Mike Frysinger <vapier@gentoo.org>
584
585 * configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
586 * configure: Regenerate.
587
6104cb7a
TT
5882014-01-06 Tom Tromey <tromey@redhat.com>
589
590 * common/cgen-trace.c: Don't use old VA_* macros.
591 * common/sim-load.c (xprintf): Likewise.
592 * common/sim-trace.c (trace_printf, debug_printf): Likewise.
593
bdca5ee4
TT
5942014-01-06 Tom Tromey <tromey@redhat.com>
595
596 * README-HACKING: Don't use PARAMS.
597 * arm/wrapper.c: Don't use PARAMS.
598 * bfin/sim-main.h: Don't use PARAMS.
599 * common/callback.c: Don't use PARAMS.
600 * common/cgen-trace.c: Don't use PARAMS.
601 * common/run-sim.h: Don't use PARAMS.
602 * common/run.c: Don't use PARAMS.
603 * common/sim-base.h: Don't use PARAMS.
604 * common/sim-load.c: Don't use PARAMS.
605 * common/sim-options.h: Don't use PARAMS.
606 * common/sim-trace.c: Don't use PARAMS.
607 * common/sim-trace.h: Don't use PARAMS.
608 * common/sim-utils.h: Don't use PARAMS.
609 * cr16/cr16_sim.h: Don't use PARAMS.
610 * cr16/gencode.c: Don't use PARAMS.
611 * cr16/interp.c: Don't use PARAMS.
612 * cr16/simops.c: Don't use PARAMS.
613 * d10v/d10v_sim.h: Don't use PARAMS.
614 * d10v/gencode.c: Don't use PARAMS.
615 * d10v/interp.c: Don't use PARAMS.
616 * d10v/simops.c: Don't use PARAMS.
617 * erc32/erc32.c: Don't use PARAMS.
618 * erc32/exec.c: Don't use PARAMS.
619 * erc32/float.c: Don't use PARAMS.
620 * erc32/func.c: Don't use PARAMS.
621 * erc32/sis.c: Don't use PARAMS.
622 * erc32/sis.h: Don't use PARAMS.
623 * mips/interp.c: Don't use PARAMS.
624 * mips/sim-main.h: Don't use PARAMS.
625 * sh/interp.c: Don't use PARAMS.
626 * v850/sim-main.h: Don't use PARAMS.
627 * v850/v850_sim.h: Don't use PARAMS.
628
1ed6c797
WN
6292013-11-07 Will Newton <will.newton@linaro.org>
630
631 PR gdb/15508
632 * arm/wrapper.c (sim_create_inferior): Call init before
633 accessing STATE.
634
8782aa32
WN
6352013-11-07 Will Newton <will.newton@linaro.org>
636
d40af490 637 PR gdb/8989
8782aa32
WN
638 * arm/wrapper.c (sim_create_inferior): Avoid calling
639 bfd_get_mach with a NULL bfd.
640
3346cfda
NC
6412013-06-21 Nick Clifton <nickc@redhat.com>
642
643 * msp430: New Directory.
644 * configure.tgt: Add it.
645 * configure: Regenerate.
646
3cb2ab1a
SE
6472013-03-15 Steve Ellcey <sellcey@mips.com>
648
649 * arm/wrapper.c (sim_complete_command): Make char arguments const.
650 * avr/interp.c (sim_complete_command): Ditto.
651 * common/sim-options.c (sim_complete_command): Ditto.
652 * cr16/interp.c (sim_complete_command): Ditto.
653 * erc32/interf.c (sim_complete_command): Ditto.
654 * m32c/gdb-if.c (sim_complete_command): Ditto.
655 * microblaze/interp.c (sim_complete_command): Ditto.
656 * ppc/sim_calls.c (sim_complete_command): Ditto.
657 * rl78/gdb-if.c (sim_complete_command): Ditto.
658 * rx/gdb-if.c (sim_complete_command): Ditto.
659 * sh/interp.c (sim_complete_command): Ditto.
660
8acc9f48
JB
6612013-01-01 Joel Brobecker <brobecker@adacore.com>
662
663 Update year range in copyright notice of all files.
664
51b318de
JB
6652012-12-19 Joel Brobecker <brobecker@adacore.com>
666
667 Update old contact info in GPL license notices.
668
3fd725ef
JB
6692012-12-19 Joel Brobecker <brobecker@adacore.com>
670
671 Update the non-FSF-copyrighted files in sim to GPLv3 or later.
672
6bb11ab3
L
6732012-11-20 Pavel Chupin <pavel.v.chupin@intel.com>
674
675 * common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS
676 condition.
677 * common/acinclude.m4: Define lt_cv_dlopen_libs.
678 * arm/configure: Regenerate.
679 * avr/configure: Regenerate.
680 * bfin/configure: Regenerate.
681 * common/configure: Regenerate.
682 * cr16/configure: Regenerate.
683 * cris/configure: Regenerate.
684 * d10v/configure: Regenerate.
685 * erc32/configure: Regenerate.
686 * frv/configure: Regenerate.
687 * h8300/configure: Regenerate.
688 * igen/configure: Regenerate.
689 * iq2000/configure: Regenerate.
690 * lm32/configure: Regenerate.
691 * m32c/configure: Regenerate.
692 * m32r/configure: Regenerate.
693 * m68hc11/configure: Regenerate.
694 * mcore/configure: Regenerate.
695 * microblaze/configure: Regenerate.
696 * mips/configure: Regenerate.
697 * mn10300/configure: Regenerate.
698 * moxie/configure: Regenerate.
699 * ppc/configure: Regenerate.
700 * rl78/configure: Regenerate.
701 * rx/configure: Regenerate.
702 * sh/configure: Regenerate.
703 * sh64/configure: Regenerate.
704 * testsuite/configure: Regenerate.
705 * v850/configure: Regenerate.
706
2d1ef085
SC
7072012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
708
709 * MAINTAINERS: Update my email address.
710
c429cfcf
SE
7112012-09-24 Steve Ellcey <sellcey@mips.com>
712
713 * mips/basic.exp: Add mips*-mti-elf* target.
714 * configure.ac: Add mips*-mti-elf* target.
715 * configure: Regenerate.
716
5f3ef9d0
JB
7172012-06-15 Joel Brobecker <brobecker@adacore.com>
718
719 * configure: Regenerate.
720
f5546abd
ME
7212012-06-06 Michael Eager <eager@eagercon.com>
722
723 * microblaze/interp.c (config.h): Add #include.
724
c36260c7
JB
7252011-11-29 Joel Brobecker <brobecker@adacore.com>
726
727 * MAINTAINERS (Global Maintainers): New section. Add Mike
728 Frysinger.
729
87326c78
DD
7302011-11-28 DJ Delorie <dj@redhat.com>
731
732 * configure.tgt: Add rl78 support.
733 * configure: Regenerate.
734 * rl78: New directory.
735 * MAINTAINERS: Add myself as RL78 maintainer.
736
26e0f8db
HPN
7372011-07-08 Hans-Peter Nilsson <hp@axis.com>
738
739 * MAINTAINERS: Remove Thiemo Seufer.
740
1d7b4a70
MF
7412011-06-04 Mike Frysinger <vapier@gentoo.org>
742
743 * configure.tgt (bfin-*-*): Add sim_testsuite=yes.
744 * configure: Regenerate.
745
4d393d60
JM
7462011-05-04 Joseph Myers <joseph@codesourcery.com>
747
748 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
749 handle targets.
750 * configure: Regenerate.
751
ef016f83
MF
7522011-03-05 Mike Frysinger <vapier@gentoo.org>
753
754 * MAINTAINERS: Add bfin entry.
755 * configure.tgt (bfin-*-*): Handle bfin targets.
756 * configure: Regenerate.
757
85ab1af8
MF
7582011-01-05 Mike Frysinger <vapier@gentoo.org>
759
760 * .gitignore: Add /*/hw-config.h.
761
fdb38a1c
MF
7622010-12-23 Mike Frysinger <vapier@gentoo.org>
763
764 * .gitignore: New file.
765
d61e002c
DD
7662010-07-28 DJ Delorie <dj@redhat.com>
767
768 * MAINTAINERS: Add self as RX maintainer. Sort list.
769
32b269ae
NC
7702010-06-08 Nick Clifton <nickc@redhat.com>
771
772 * reg.c (set_oszc): Use unsigned int for the mask.
773 (set_szc, set_osz, set_sz): Likewise.
774
119da465
MF
7752010-04-26 Mike Frysinger <vapier@gentoo.org>
776
777 * configure.ac: Target logic moved out to and included from ...
778 * configure.tgt: ... this new file.
779 * configure: Regenerated.
780
aba193a5
MF
7812010-04-12 Mike Frysinger <vapier@gentoo.org>
782
783 * README-HACKING: Add more sections.
784
3725885a
RW
7852010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
786
787 * avr/configure: Regenerate.
788 * cris/configure: Regenerate.
789 * microblaze/configure: Regenerate.
790
5912fadd
JB
7912009-11-24 Joel Brobecker <brobecker@adacore.com>
792
793 * common/aclocal.m4: Add include of ../../config/zlib.m4.
794 * common/common.m4: Use AM_ZLIB to check for zlib support.
795 * ppc/configure.ac: Likewise.
796 * arm/configure, avr/configure, common/configure, cr16/configure,
797 cris/configure, d10v/configure, erc32/configure, frv/configure,
798 h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
799 m32r/configure, m68hc11/configure, mcore/configure,
800 microblaze/configure, mips/configure, mn10300/configure,
801 moxie/configure, ppc/configure, sh/configure, sh64/configure,
802 v850/configure: Regenerate.
803
4f8d4a38
DD
8042009-11-24 DJ Delorie <dj@redhat.com>
805
806 * rx: New directory.
807 * configure.ac: Add entry for Renesas RX.
808 * configure: Regenerate.
809
0a8d1bde
DE
8102009-10-16 Doug Evans <dje@sebabeach.org>
811
812 * MAINTAINERS: Add myself as m32r maintainer.
813
060916aa
ME
8142009-10-15 Michael Egaer <eager@eagercon.com>
815
816 * MAINTAINERS: Add self as MicroBlaze maintainer.
817
42c8b6b5
BE
8182009-10-14 Ben Elliston <bje@gnu.org>
819
820 * MAINTAINERS (common): Move myself to "past maintainers" section.
821
419c2fda
ME
8222009-10-06 Michael Eager <eager@eagercon.com>
823
824 * microblaze/interp.c: Add include microblaze-dis.h.
72f4393d 825
bd30e45a
ME
8262009-09-23 Michael Eager <eager@eagercon.com>
827
828 * configure: Add microblaze-*.* (not regenerated).
829 * configure.ac: Likewise.
830 * microblaze/config.in: New.
831 * microblaze/configure: Generate.
832 * microblaze/configure.ac: New.
833 * microblaze/interp.c: New.
834 * microblaze/Makefile.in: New.
835 * microblaze/microblaze.h: New.
836 * microblaze/microblaze.isa: New.
837 * microblaze/sim-main.h: New.
838 * microblaze/sysdep.h: New.
839
d6416cdc
RW
8402009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
841
81ecdfbb
RW
842 * avr/config.in: Regenerate.
843 * avr/configure: Likewise.
844 * configure: Likewise.
845 * cris/config.in: Likewise.
846 * cris/configure: Likewise.
847
d6416cdc
RW
848 * configure.ac: m4_include toplevel config/override.m4.
849 * configure: Regenerate.
850 * avr/configure: Regenerate.
851 * cris/configure: Regenerate.
852
96e946ca
RW
8532009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
854
855 * Makefile.in (datarootdir): New variable.
856
c28c63d8
JB
8572009-05-18 Jon Beniston <jon@beniston.com>
858
72f4393d
L
859 * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
860 * configure.ac: Add lm32 target.
861 * lm32: New directory.
c28c63d8 862
90e2fa9c
AC
8632009-05-11 Andrew Cagney <cagney@gnu.org>
864
865 * MAINTAINERS: Orphan ppc.
866
fdd6fa61
AG
8672009-04-30 Anthony Green <green@moxielogic.com>
868
869 * MAINTAINERS: Add myself for the moxie port.
870 * moxie: New directory.
871 * configure.ac: Add entry for moxie.
872 * configure: Regenerate.
873
df1756f4
TG
8742009-04-27 Tristan Gingold <gingold@adacore.com>
875
876 * avr: New directory.
df1756f4
TG
877 * configure.ac: Add avr.
878 * configure: Regenerated.
879
89a34d1b
JM
8802009-04-17 Carlos O'Donell <carlos@codesourcery.com>
881
882 * Makefile.in: Add dummy install-pdf, html, and
883 install-html targets.
884
086c6838
NC
8852008-07-29 Nick Clifton <nickc@redhat.com>
886
887 * common/genmloop.sh: Add new parameter: -shell to specify the
888 command interpreter to use to run the input file. This is
889 necessary because otherwise SHELL is taken from the user's
890 environment, and not from the makefile that invoked this script
891 and the user might not be running an sh-like shell.
892 * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
893 * fr30/Makefile.in: Likewise.
894 * frv/Makefile.in: Likewise.
895 * i960/Makefile.in: Likewise.
896 * iq2000/Makefile.in: Likewise.
897 * m32r/Makefile.in: Likewise.
898
899 * frv/mloop.in: Add missing start of line comment marker.
900
7010a0c9
JB
9012008-05-09 Olivier Hainque <hainque@adacore.com>
902
903 * ppc/altivec.igen (vperm): Latch inputs into temporaries.
904
84234f6d
SR
9052008-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
906
907 * MAINTAINERS: Add myself as maintainer of cr16 port.
908
7c607148
SR
9092008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
910
911 Add simulator for National cr16 processor.
912 * cr16: New directory.
913 * configure.ac: Add entry for National cr16.
914 * configure: Regenerate.
915
c5fbc25b
DD
9162008-02-05 DJ Delorie <dj@redhat.com>
917
918 * configure.ac (v850): V850 now has a testsuite.
919 * configure (v850): Likewise.
920
9b254dd1
DJ
9212008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
922
923 Updated copyright notices for most files.
924
beb7a883
DD
9252007-12-19 DJ Delorie <dj@redhat.com>
926
927 * frv/frv.c (frvbf_cut): Only look at the six LSBs of
928 cut_point.
929
4744ac1b
JB
9302007-08-24 Joel Brobecker <brobecker@adacore.com>
931
932 Switch the license of all files explicitly copyright the FSF
933 to GPLv3.
934
9453113a
DJ
9352007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
936
937 * Makefile.in: Add dummy "pdf" target.
938
792fe9c9
TS
9392007-02-16 Thiemo Seufer <ths@mips.com>
940
941 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
942
cecb04b7
MF
9432007-01-28 Manuel Lauss <slauss@resi.at>
944
945 * configure.ac (sh64-*-*): Change to sh64*-*-*.
946 (sh-*-*): Change to sh*-*-*.
947 * configure: Regenerated.
948
20ac0504
DJ
9492007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
950
951 Updated copyright notices for most files.
952
49cbcfe9
HPN
9532006-12-20 Hans-Peter Nilsson <hp@axis.com>
954
570ee7f0
HPN
955 * Makefile.in (autoconf-common autoheader-common): Only run
956 autoheader on subdirs with a file config.in.
957
c4d800ae
HPN
958 * configure.ac (common): Make the default "yes" for all targets
959 with sim subdirs.
960 * configure: Regenerate.
961
e80204fc
HPN
962 * Makefile.in (autoconf-common autoheader-common): In documented
963 usage, say SHELL=/bin/sh.
964 (.PHONY): Add autoheader-common.
965
49cbcfe9
HPN
966 * MAINTAINERS: Add self as authorized committer for *.
967
bac25e5b
DJ
9682006-09-30 Daniel Jacobowitz <dan@codesourcery.com>
969
970 * MAINTAINERS: Add Dave Brolley for sh64.
971
ce928021
DJ
9722006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
973
974 * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
975 * Makefile.in (FLAGS_TO_PASS): Include libdir.
976 * configure: Regenerated.
977
4b164edf
AS
9782006-05-05 Andreas Schwab <schwab@suse.de>
979
980 * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
981 * configure: Regenerate.
982
983 * Makefile.in (CFLAGS_FOR_BUILD): Define.
984 (CC_FOR_BUILD): Don't override.
985 (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
986
8b2f7496
DJ
9872006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
988
989 * MAINTAINERS: Add an "Authorized committers" section, and list
990 DJ Delorie for v850.
991
1f810f78
DD
9922006-03-13 DJ Delorie <dj@redhat.com>
993
994 * MAINTAINERS: Add self as m32c sim maintainer.
995
d45a4bef
JB
9962006-01-23 Jim Blandy <jimb@redhat.com>
997
998 Add simulator for Renesas M32C and M16C.
999
1000 * m32c: New directory.
1001 * configure.ac: Add entry for Renesas M32C.
1002 * configure: Regenerate.
1003
d81ffbc4
CD
10042005-05-26 Chris Demetriou <cgd@netbsd.org>
1005
1006 * MAINTAINERS: Update my mail address, move myself to the
1007 "Past maintainers" section.
1008
c3357c64
CV
10092005-05-17 Corinna Vinschen <vinschen@redhat.com>
1010
1011 * configure.ac: Add igen to v850 build.
1012 * configure: Regenerate.
1013
33aa0cbb
PB
10142005-04-29 Paul Brook <paul@codesourcery.com>
1015
44cd25cf 1016 * common/callback.c (PIPE_BUF): Provide default definition.
33aa0cbb
PB
1017 (os_lstat): Use stat if lstat is not available on the host.
1018 (os_ftruncate): Return EINVAL if not available on the host.
1019 (os_truncate): Ditto.
1020 * common/configure.ac: Check for lstat, truncate and ftruncate.
1021 * common/configure: Regenerate.
1022 * common/config.in: Regenerate.
1023
4ec242d7
PB
10242005-04-27 Paul Brook <paul@codesourcery.com>
1025
1026 * common/Make-common.in: Add $(EXEEXT) to "run".
1027
21bc7567
CV
10282005-04-15 Corinna Vinschen <vinschen@redhat.com>
1029
1030 * configure.ac: Add explicit sh64 case.
1031 * configure: Regenerate.
1032
74ec5579
PB
10332005-03-30 Paul Brook <paul@codesourcery.com>
1034
1035 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
1036
51216631
JB
10372005-02-28 Jim Blandy <jimb@redhat.com>
1038
1039 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
1040 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
1041 Regenerated, after change to common/aclocal.m4.
1042
edece237
CV
10432005-02-18 Corinna Vinschen <vinschen@redhat.com>
1044
1045 * iq2000: New target subdirectory.
1046 * configure.ac: Add iq2000 target.
1047 * configure: Regenerate.
1048
8bdcadb1
HPN
10492005-01-29 Hans-Peter Nilsson <hp@axis.com>
1050
1051 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
1052 (realclean, install): Fail if subdir make failed.
1053
f6bcefef
HPN
10542005-01-28 Hans-Peter Nilsson <hp@axis.com>
1055
1056 * cris: New directory, simulator for Axis Communications CRIS
1057 including CRIS v32, CGEN-based.
1058 * configure.ac: Add corresponding configury.
1059 * configure: Regenerate.
1060
4ac6917f
AC
10612005-01-17 Andrew Cagney <cagney@gnu.org>
1062
1063 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
1064 common directory. Remove sparc*-*-* from list.
72f4393d 1065
38f48d72
AC
10662005-01-11 Andrew Cagney <cagney@gnu.org>
1067
1068 * Makefile.in (autoconf-common autoheader-common): Add --force to
1069 autoconf and autoheader.
1070 (autoconf-common autoheader-common)
1071 (autoconf-install autoheader-install): Check for configure.ac, not
1072 configure.in.
1073 * configure.ac: Delete AC_CONFIG_AUX_DIR.
1074 * configure: Re-generate.
1075
b7026657
AC
10762005-01-07 Andrew Cagney <cagney@gnu.org>
1077
1078 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
1079 correctly calls AC_CONFIG_SUBDIRS.
1080 * configure: Re-generate.
1081
33841fd9
AC
10822004-12-01 Andrew Cagney <cagney@gnu.org>
1083
44b263ce 1084 * i960, h8500: Delete directory.
33841fd9 1085
c46ec85d
AC
10862004-11-12 Andrew Cagney <cagney@gnu.org>
1087
1088 * d30v, fr30, mn10200, z8k: Delete directory.
1089
523f6a27
BE
10902004-03-10 Ben Elliston <bje@gnu.org>
1091
1092 * MAINTAINERS: Update my mail address.
1093
df0a8012
CD
10942004-01-26 Chris Demetriou <cgd@broadcom.com>
1095
1096 * configure.in (mips*-*-*): Configure in testsuite.
1097 * configure: Regenerate.
1098
b4ab4027
DB
10992003-10-08 Dave Brolley <brolley@redhat.com>
1100
1101 * configure.in: Move frv handling to alphabetically correct placement.
1102
fb72cee0
AS
11032003-09-03 Andreas Schwab <schwab@suse.de>
1104
1105 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
1106
b3af7bdf
DB
11072003-08-29 Dave Brolley <brolley@redhat.com>
1108
1109 * MAINTAINERS: Add myself as maintainer of the FRV port.
1110
84fabdf6 11112003-08-20 Michael Snyder <msnyder@redhat.com>
72f4393d 1112 Dave Brolley <brolley@redhat.com>
84fabdf6 1113
b3af7bdf 1114 * frv/: New directory, simulator for the Fujitsu FRV.
84fabdf6
DB
1115 * configure.in: Add frv configury.
1116 * configure: Regenerate.
1117
c53d60d8
BE
11182003-08-10 Ben Elliston <bje@wasabisystems.com>
1119
1120 * MAINTAINERS: Update my mail address.
1121
c55433ef
AC
11222003-08-09 Andrew Cagney <cagney@redhat.com>
1123
1124 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
1125 maintenance. List igen and sh maintainers. Mention that target
1126 and global maintainers pick up the slack.
1127
ac78c4ba
MS
11282003-07-09 Michael Snyder <msnyder@redhat.com>
1129
1130 * configure.in: Add testsuite to extra_subdirs for sh.
1131 * configure: Regenerate.
1132
2bc8946d
NC
11332003-01-23 Nick Clifton <nickc@redhat.com>
1134
1135 * Add sh2e support:
1136
ac78c4ba 11372002-04-02 Alexandre Oliva <aoliva@redhat.com>
2bc8946d 1138
ac78c4ba 1139 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
2bc8946d 1140
a926ab2f
GK
11412002-08-24 Geoffrey Keating <geoffk@redhat.com>
1142
1143 * MAINTAINERS: Update my email address.
1144
de0a1e42
AC
11452002-07-17 Andrew Cagney <ac131313@redhat.com>
1146
1147 * w65/: Delete directory.
1148
7a3085c1
AC
11492002-07-16 Andrew Cagney <ac131313@redhat.com>
1150
1151 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
1152 * configure: Re-generate.
1153
3fbeef0b
AC
11542002-07-13 Andrew Cagney <ac131313@redhat.com>
1155
1156 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
1157 * configure: Re-generate.
72f4393d 1158
3832c25c
AC
11592002-06-16 Andrew Cagney <ac131313@redhat.com>
1160
1161 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
1162 id, date and host to be overriden by NAME, ID, DATE and HOST
1163 respectfully. Use ISO dates.
1164
c93abbcc
AC
1165Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
1166
1167 * Makefile.in (ChangeLog): New makefile variable.
1168 * README-HACKING: Mention the ChangeLog makefile variable.
1169
e4045cdb
AC
11702002-06-01 Andrew Cagney <ac131313@redhat.com>
1171
1172 * tic80/: Delete directory.
1173
2be99286
SC
11742002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1175
1176 * MAINTAINERS: Update my email address.
1177
44befb9f
SC
11782002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1179
1180 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
1181
ce93e51a
FCE
11822002-03-01 Frank Ch. Eigler <fche@redhat.com>
1183
1184 * MAINTAINERS: Record self as a co-maintainer of just common/.
1185
72ca629f
NC
11862002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
1187
1188 * MAINTAINERS: Point to GDB files describing overall maintaince
1189 and check-in procedures.
1190
00125dd0
NC
11912002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
1192
1193 * MAINTAINERS: Add myself for ARM portions.
1194
457174f6
AC
11952001-10-19 Andrew Cagney <ac131313@redhat.com>
1196
1197 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
1198 * configure: Re-generate.
1199
9afc4bbf
BE
12002001-02-16 Ben Elliston <bje@redhat.com>
1201
1202 * MAINTAINERS: Add myself for common portions.
1203
0b8c7076
CD
12042001-01-15 Chris Demetriou <cgd@broadcom.com>
1205
1206 * MAINTAINERS: Added self and Andrew for the mips sim.
1207
c56a7a95
GK
12082000-10-25 Geoff Keating <geoffk@cygnus.com>
1209
1210 * MAINTAINERS: Added self and Andrew for the ppc sim.
1211
5d031c16
AC
1212Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
1213
1214 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1215 * m68hc11: New directory.
1216 * configure.in: Add.
1217 * configure: Regenerate.
1218
6c29acca
AC
1219Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1220
1221 * tic80: New directory.
1222 * configure.in: Add configury.
1223 * configure: Regenerate.
1224
bcd65766
NC
12252000-04-20 Nick Clifton <nickc@cygnus.com>
1226
1227 * configure.in (extra_subdirs): Add testsuite to strongarm
72f4393d 1228 directories.
bcd65766
NC
1229 * configure: Regenerate.
1230
7158fd7f
AC
1231Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1232
1233 * MAINTAINERS: New file. Blank.
1234
c2d11a7d
JM
12351999-11-18 Ben Elliston <bje@cygnus.com>
1236
1237 * configure.in: Require autoconf 2.13 and remove obsolete
1238 invocation of AC_C_CROSS.
1239 * configure: Regenerate.
1240
2acceee2
JM
12411999-09-29 Doug Evans <devans@casey.cygnus.com>
1242
1243 * configure.in: Configure the testsuite directory for thumb.
1244 * configure: Regenerate.
1245
6426a772
JM
12461999-07-16 Ben Elliston <bje@cygnus.com>
1247
1248 * configure.in: Configure the testsuite directory for arm.
1249 * configure: Regenerate.
1250
7a292a7a
SS
12511999-04-08 Nick Clifton <nickc@cygnus.com>
1252
1253 * configure.in: Add support for MCore target.
1254 * configure: Regenerate.
1255
c906108c
SS
12561999-03-14 Stan Shebs <shebs@andros.cygnus.com>
1257
1258 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
1259 RUNTEST instead of commenting out, fixes portability problem.
1260
c906108c
SS
12611999-02-08 Nick Clifton <nickc@cygnus.com>
1262
1263 * configure.in: Add support for StrongARM target.
1264 * configure: Regenerate.
1265
c906108c
SS
12661999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1267
1268 * configure.in: Require autoconf 2.12.1 or higher.
1269
12701998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1271
1272 * configure.in (i960-*-*): Add.
1273 * configure: Rebuild.
1274
1275Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
1276
1277 * configure.in: Added case for fr30-*-*.
1278 * configure: Regenerated.
1279
1280Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
1281
1282 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1283 to allow successful operation on Windows.
1284
1285Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1286
25c1c397
JM
1287 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1288 check can be invoked recursively.
c906108c
SS
1289
1290Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
1291
1292 * configure.in: Build simulator on sparclite and sparc86x targets.
1293 * configure: Regenerate.
1294
1295Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
1296
1297 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
1298 to autoconf and autoheader.
1299
1300Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
1301
1302 * Makefile.in (autoconf-common autoheader-common): Pass `-l
1303 ../common' to autoconf and autoheader. Unconditionally run
1304 autoconf in every subdir.
1305 (autoconf-changelog autoheader-changelog): Unconditionally run
1306 commands in every subdir.
1307 (autoconf-install autoheader-install): Likewise.
1308
1309Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1310
1311 * Makefile.in: Get SHELL from configure.
1312 * (FLAGS_TO_PASS): Pass down SHELL.
1313 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
1314 NT native builds.
1315
1316Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1317
1318 * configure.in (extra_subdirs): Enable igen for mn10300.
1319 * configure: Re-generate.
1320
1321Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
1322
1323 * configure.in (extra_subdirs): Add support for thumb target.
1324
1325 * configure (extra_subdirs): Add support for thumb target.
1326
1327Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1328
1329 * configure.in (extra_subdirs): Add IGEN directory when MIPS
1330 target.
1331 * configure: Regenerate.
72f4393d 1332
c906108c
SS
1333Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1334
1335 * configure.in (extra_subdirs): v850ea needs igen.
1336 * configure: Re-generate.
72f4393d 1337
c906108c
SS
1338Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1339
1340 * configure.in (testdir): When a testsuite directory, add that to
1341 the list of confdirs.
1342
1343Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1344
1345 * configure.in (extra_subdirs): Enable igen ready for V850.
1346
1347Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1348
1349 * configure.in (w65-*-*, only_if_enabled): Set.
1350 * configure: Re-generate.
72f4393d 1351
c906108c
SS
1352Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
1353
1354 * configure.in (sparc*-*-*, only_if_enabled): Set
1355 only_if_enabled=yes. Check only_if_enabled before enabling a
1356 simulator.
1357 * configure: Regenerate.
72f4393d 1358
c906108c
SS
1359Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1360
1361 * configure.in (extra_subdirs): Add v850e target.
1362
1363Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1364
1365 * configure.in (extra_subdirs): Add v850ea target.
1366
1367Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
1368
1369 * configure.in (sparc*-*-*): Don't build erc32.
1370 * configure: Regenerate.
1371
1372Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
1373
1374 * configure.in (m32r-*-*): New target.
1375 * configure: Regenerate.
1376
1377 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1378
1379Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
1380
1381 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1382 thought that .NOEXPORT was the default target.
1383
1384Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
1385
1386 * Makefile.in (clean mostlyclean): Restore targets accidentally
1387 deleted in earlier change.
1388
1389Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1390
1391 * Makefile.in (autoheader-common, autoheader-changelog,
1392 autoheader-install): Perform autoheader in addition to autoconf.
1393
1394Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
1395
1396 * Makefile.in (autoconf-install): New target.
1397 (autoconf-changelog): Try different way to obtain user name.
1398
1399Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1400
1401 * Makefile.in (autoconf-changelog): New target, update
1402 ChangeLog for all subdirectories - normally used after
1403 autoconf-common target.
1404
1405Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1406
1407 * configure.in (extra_subdirs): Include testsuite for d30v.
1408 * configure: Regenerate.
72f4393d 1409
c906108c
SS
1410 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
1411 ../gdb/Makefile.in
1412 (check): New rules - drive the testsuite.
1413
1414Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
1415
1416 * configure.in: Add mn10200 configure lines accidentally
1417 removed.
1418 * configure: Regenerated.
1419
1420Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
1421
1422 * configure.in (extra_subdirs): Generalize common sub directory
1423 into a list.
1424 (extra_subdirs): For d30v add igen to the list to be built.
1425
1426Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
1427
1428 * configure.in (d30v): New target.
1429 * configure: Regenerated.
72f4393d 1430
c906108c
SS
1431Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
1432
1433 * configure.in: Don't require GCC to build the mn10200
1434 simulator anymore.
1435 * configure: Rebuilt.
1436
1437Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
1438
1439 * configure.in: Don't configure any subdirs if no simulator
1440 is being built. Don't use erc32 for sparc64.
1441 * configure: Regenerated.
1442
1443Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
1444
1445 * Makefile.in (autoconf-common): New target.
1446 * configure.in: Do configure common.
1447 * configure: Regenerated.
1448
1449Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
1450
1451 * configure configure.in: Don't configure common anymore. Files
1452 from common are now built in the individual simualtor directories.
1453 This fixes problems with the WinGDB build procedure.
1454
1455Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
1456
1457 * configure: Enable the mn10200 simulator.
1458
1459Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
1460
1461 * configure.in (configdirs): Add common.
1462 * configure: Regenerated.
1463
1464Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1465
1466 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
1467 system V based targets.
1468 * configure: Regenerate.
1469
1470Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
1471
1472 * configure.in (--enable-sim-powerpc): Delete.
1473 (--enable-sim): Add.
1474 * configure: Regenerated.
1475
1476Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
1477
1478 * configure.in: Only build the V850 simulator if
1479 we are using gcc.
1480 * configure: Rebuild.
1481
1482Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
1483
1484 * configure.in: Do build erc32 for DOS and Windows hosts.
1485 * configure: Rebuild.
1486
1487Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1488
1489 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
1490 be inherited from the parent. Remove INSTALL_XFORM and
1491 INSTALL_XFORM1. Make INSTALL be set from configure.
1492
1493Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1494
1495 * configure.in: Only build the MIPS simulator if we are using
1496 gcc.
1497 * configure: Rebuild.
1498
1499Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
1500
1501 * configure.in (v850-*-*): Added V850 simulator.
1502
1503Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1504
1505 * configure.in (d10v-*-*): Added D10V simulator.
1506
1507Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1508
1509 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1510 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1511 (docdir): Removed.
1512 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1513 (AC_PROG_INSTALL): Added.
1514 * configure: Rebuilt.
1515
1516Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
1517
1518 * configure.in: Only configure erc32 if using gcc.
1519 * configure: Rebuild.
1520
1521Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1522
1523 * configure.in (sim_target): Build PowerPC simulator for powerpc
1524 System V.4, Solaris, and Elf targets.
1525 * configure: Regenerate with autoconf 2.10.
1526
1527Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
1528
1529 * configure.in: Only built erc32 simulator on Unix hosts as it
1530 uses pseudo ttys.
1531 * configure: Regenerated with autoconf 2.8.
1532
1533Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1534
1535 * erc32: Sparc simulator from the ESA.
1536
1537Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
1538
1539 From: Miles Bader <miles@gnu.ai.mit.edu>
1540 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
1541 * configure: Regenerate using autoconf.
1542
1543Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1544
1545 * Makefile.in (install): Fix typo.
1546
1547Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
1548
1549 * configure: Regenerate with autoconf 2.7.
1550
1551 * Makefile.in (all): Simplify.
1552 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
1553 as in the all target.
1554 (distclean, maintainer-clean, realclean): Likewise.
1555 (install): Likewise.
1556
1557Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
1558
1559 * Makefile.in (all): Remove extra '\' char from shell script.
1560
1561Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
1562
1563 * Makefile.in (all): Avoid a for loop with zero elements, even if
1564 the loop will not be executed because of an if statement.
1565
1566Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
1567
1568 * Makefile.in (install): Add missing semicolon in "fi \".
1569
1570Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1571
1572 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
1573 defaults from configure.
1574
1575 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
1576 configure defaults.
1577 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
1578 if either --enable-sim-powerpc is used, or the host compiler is
1579 GCC.
1580
1581Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1582
1583 * configure.in (mips*-*-*): Added "mips" simulator target.
1584 * configure: Re-generated.
1585
1586Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
1587
1588 * Makefile.in (BISON): Remove macro.
1589 (FLAGS_TO_PASS): Remove BISON.
1590
1591Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1592
1593 * configure.in: Explicitly `exit 0' for broken shells.
1594 * configure: Rebuilt.
1595
1596Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1597
1598 * common/run.c (main): Initialize the callbacks.
1599
1600Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
1601
1602 * Makefile.in (maintainer-clean): New synonym for realclean.
1603
1604Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1605
1606 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
1607 the target is powerpc*-*-eabisim*, since it requires GCC to build.
1608
1609Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1610
1611 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1612 <cagney@highland.com.au>.
1613 * configure: Regnerate from configure.in.
1614
1615Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1616
1617 * Update all FSF addresses except those in COPYING* files.
1618
1619Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
1620
1621 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
1622 submakes either default or passed in value.
1623
1624Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1625
1626 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
1627 install): Changed targets so that they descend all
1628 subdirectories in $(SUBDIRS).
1629 (*-all, *-clean, *-install): Removed targets.
1630
1631 * configure.in: Don't bother with target makefile fragments, they
1632 are no longer needed.
1633 * configure: regenerated.
1634
1635 * Makefile.in, configure.in: converted to autoconf.
1636 * configure: New file, generated with autconf 2.4.
1637
1638Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
1639
1640 * Makefile.in: Support ARM.
1641 * configure.in: Ditto.
1642
1643Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
1644
1645 * Makefile.in: Support W65.
1646 * configure.in: Ditto.
1647
1648Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1649
1650 * Makefile.in: Add TAGS target.
1651
1652Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1653
1654 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
1655 install-h8300, clean-h8300, all-h8500, install-h8500,
1656 clean-h8500, all-sh, install-sh, clean-sh): do not echo
a9e0ce2c 1657 recursion lines.
c906108c
SS
1658
1659Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1660
1661 * Makefile.in: remove endian.h trace from h8500
1662
1663Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
1664
1665 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1666
1667Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1668
1669 * Makefile.in: make all of the all-* target (except all-nothing)
1670 depend on endian.h, so that if we're not building a simulator, we
1671 don't built endian
1672
1673Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
1674
1675 * Makefile.in (check, installcheck): Added dummy targets.
1676
1677Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
1678
1679 * Makefile.in (endian): Find endian.c in $(srcdir), and also
1680 explicitly make it, since some makes apparently don't work with
1681 VPATH and .c to executable rules (SunOS make for example).
1682
1683Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1684
1685 * Makefile.in (endian): Add explicit rule for broken makes.
1686
1687Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
1688
1689 * Makefile.in (info, install-info): New targets.
1690 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1691 level Makefile.
1692
1693Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
1694
1695 * Makefile.in (endian.h): build endian.h via a temporary file so
1696 that we don't leave an incomplete file lying around on
1697 interrupted builds.
1698 (clean): remove endian, e.h, and endian.h.
1699
1700Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1701
1702 * Makefile.in, configure.in: if target isn't supported, build a
1703 harmless makefile.