]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/ChangeLog
sim: use AC_CHECK_TOOL to find ar
[thirdparty/binutils-gdb.git] / sim / ChangeLog
CommitLineData
ebe9564b
MF
12021-02-28 Mike Frysinger <vapier@gentoo.org>
2
a3e2cc64
MF
3 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace AR assignment and
4 AC_SUBST(AR) with call to AC_CHECK_TOOL(AR, ar).
ebe9564b
MF
5
62021-02-28 Mike Frysinger <vapier@gentoo.org>
7
8 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Require AC_PROG_CPP.
9
ed30adf7
MF
102021-02-28 Mike Frysinger <vapier@gentoo.org>
11
12 * README-HACKING: Delete SIM_EXTRA_LIBDEPS.
13
f8069d55
MF
142021-02-27 Mike Frysinger <vapier@gentoo.org>
15
16 * README-HACKING: Delete SIM_EXTRA_ALL.
17
760b3e8b
MF
182021-02-21 Mike Frysinger <vapier@gentoo.org>
19
20 * m4/sim_ac_common.m4, m4/sim_ac_option_alignment.m4,
21 m4/sim_ac_option_assert.m4, m4/sim_ac_option_bitsize.m4,
22 m4/sim_ac_option_cgen_maint.m4, m4/sim_ac_option_default_model.m4,
23 m4/sim_ac_option_endian.m4, m4/sim_ac_option_environment.m4,
24 m4/sim_ac_option_float.m4, m4/sim_ac_option_hardware.m4,
25 m4/sim_ac_option_inline.m4, m4/sim_ac_option_reserved_bits.m4,
26 m4/sim_ac_option_scache.m4, m4/sim_ac_option_smp.m4,
27 m4/sim_ac_option_warnings.m4, m4/sim_ac_option_xor_endian.m4,
28 m4/sim_ac_output.m4: New files.
29
3e8bb3e9
MF
302021-02-20 Mike Frysinger <vapier@gentoo.org>
31
32 * configure.tgt: Move arch list ...
33 * configure.ac: ... here.
34 * configure: Regenerate.
35
5a9f5403
NC
362021-02-19 Nelson Chu <nelson.chu@sifive.com>
37
38 PR 27158
39 * riscv/sim-main.c (execute_i): Updated encoding macros.
40
b0dcd7d8
MF
412021-02-13 Mike Frysinger <vapier@gentoo.org>
42
43 * configure.tgt: Delete call to AC_SUBST(sim_arch).
44 * configure: Regenerate.
45
136da8cd
MF
462021-02-13 Mike Frysinger <vapier@gentoo.org>
47
48 * README-HACKING: Replace sinclude with AC_CONFIG_MACRO_DIRS in
49 configure.ac skeleton.
50
4c0d76b9
MF
512021-02-06 Mike Frysinger <vapier@gentoo.org>
52
53 * README-HACKING: Replace STATE_WATCHPOINTS with CPU_PC_FETCH.
54
aa09469f
MF
552021-02-06 Mike Frysinger <vapier@gentoo.org>
56
57 * configure.ac (HDEFINES): Delete AC_SUBST call.
58 * configure: Regenerate.
59
b9249c46
MF
602021-02-04 Mike Frysinger <vapier@gentoo.org>
61
62 * configure.tgt (sim_arch): Add entry for riscv*-*-*.
63 * configure: Regenerate.
64
9a7ba4aa
MF
652021-01-30 Mike Frysinger <vapier@gentoo.org>
66
67 * Makefile.in (nltvals): Change to gennltvals.py.
68
d4e3adda
MF
692021-01-30 Mike Frysinger <vapier@gentoo.org>
70
71 * README-HACKING: Delete reference to sizeof_pc.
72
008a02e3
MF
732021-01-29 Mike Frysinger <vapier@gentoo.org>
74
75 * MAINTAINERS (Global Maintainers): Move myself back.
76
5e25901f
MF
772021-01-18 Mike Frysinger <vapier@gentoo.org>
78
79 * configure.ac: Call AC_PROG_CPP.
80 * configure: Regenerate.
81 * Makefile.in (abs_srcdir, srcroot, CPP): Define.
82 (nltvals): New target.
83 * README-HACKING: Change headers to nltvals.
84
4cfcd3b3
MF
852021-01-18 Mike Frysinger <vapier@gentoo.org>
86
87 * Makefile.in (headers): Change args to gennltvals.sh.
88 * gennltvals.sh: Rewrite from scratch.
89 * gentvals.sh: Delete.
90 * nltvals.def: Regen.
91
bb3eddb5
MF
922021-01-15 Mike Frysinger <vapier@gentoo.org>
93
94 * configure.ac: Delete AC_CONFIG_SUBDIRS(testsuite) call.
95 Add AC_CONFIG_FILES([Makefile testsuite/Makefile]) call.
96 Drop argument to AC_OUTPUT.
97 * configure: Regenerate.
98
68895f7d
MF
992021-01-12 Mike Frysinger <vapier@gentoo.org>
100
101 * README-HACKING (SIM_RUN_OBJS): Delete.
102
f8cab0b9
MF
1032021-01-09 Mike Frysinger <vapier@gentoo.org>
104
105 * MAINTAINERS (sh64): Move to past maintainers.
106 * configure: Regenerate.
107 * configure.tgt (sh64*-*-*): Delete.
108 * sh64/: Delete.
109
50df264d
MF
1102021-01-09 Mike Frysinger <vapier@gentoo.org>
111
112 * README-HACKING (AC_PREREQ): Delete.
113
46f900c0
MF
1142021-01-08 Mike Frysinger <vapier@gentoo.org>
115
116 * README-HACKING (C Language Assumptions): Require C11 compiler.
117
1d01693f
JM
1182020-09-03 Jose E. Marchesi <jose.marchesi@oracle.com>
119
120 * configure.ac: Do not configure sim/testsuite nor sim/igen if the
121 primary target doesn't have a simulator.
122 * configure: Regenerate.
123
b26e2ae7
JM
1242020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
125 David Faust <david.faust@oracle.com>
126
127 * configure.tgt (sim_arch): Add entry for bpf-*-*.
128 * configure: Regenerate.
129 * MAINTAINERS: Add maintainer for the BPF simulator.
b26e2ae7 130
78aa740b
TT
1312019-12-19 Tom Tromey <tromey@adacore.com>
132
133 PR build/24572:
134 * Makefile.in (install-strip): New target.
135
ddd44b70
DD
1362019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
137
138 * MAINTAINERS: Add myself as PRU maintainer.
139 * configure: Regenerated.
140 * configure.tgt: Add PRU.
141
fd361982
AM
1422019-09-18 Alan Modra <amodra@gmail.com>
143
144 * common/sim-load.c, * common/sim-utils.c, * cris/sim-if.c,
145 * erc32/func.c, * lm32/sim-if.c, * m32c/load.c, * m32c/trace.c,
146 * m68hc11/interp.c, * ppc/hw_htab.c, * ppc/hw_init.c,
147 * rl78/load.c, * rl78/trace.c, * rx/gdb-if.c, * rx/load.c,
148 * rx/trace.c: Update throughout for bfd section macro changes.
149
9c4c3318
JB
1502019-02-28 Joel Brobecker <brobecker@adacore.com>
151
152 * MAINTAINERS: Move Mike Frysinger to past maintainers' section.
153
007024cc
SM
1542019-02-13 Simon Marchi <simon.marchi@ericsson.com>
155
156 * MAINTAINERS: Add Andrew Burgess as global maintainer.
157
444b3fae
ПК
1582019-01-03 Pavel I. Kryukov <kryukov@frtk.ru>
159
160 * sim-base.h: Add 'extern C' if header is compiled with C++.
161
7fb45a68
AB
1622018-12-06 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 * common/acinclude.m4 (enable-cgen-maint): Support passing path to
165 cgen source tree.
166 * cris/configure: Regenerate.
167 * frv/configure: Regenerate.
168 * iq2000/configure: Regenerate.
169 * lm32/configure: Regenerate.
170 * m32r/configure: Regenerate.
171 * or1k/configure: Regenerate.
172 * sh64/configure: Regenerate.
173
e2e31f10
MR
1742018-07-20 Maciej W. Rozycki <macro@mips.com>
175
176 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
177 ISA maintenance.
178
79f5b65e
DD
1792018-07-19 DJ Delorie <dj@redhat.com>
180
181 * MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
182
31375626
SH
1832018-07-14 Stafford Horne <shorne@gmail.com>
184
185 * MAINTAINERS (or1k): Add myself as or1k maintainer.
186
d0ac1c44
SM
1872018-06-19 Simon Marchi <simon.marchi@ericsson.com>
188
189 * All configure.ac: Remove AC_PREREQ.
190 * All configure: Re-generate.
191
d65ce302
MR
1922018-01-22 Maciej W. Rozycki <macro@mips.com>
193
194 * MAINTAINERS: Update my company e-mail address.
195
0cd79707
SH
1962017-12-12 Stafford Horne <shorne@gmail.com>
197 Peter Gavin <pgavin@gmail.com>
198
199 * configure: Regenerated.
6e51bfa7 200
fa8b7c21
SH
2012017-12-12 Stafford Horne <shorne@gmail.com>
202 Peter Gavin <pgavin@gmail.com>
203
204 * configure.tgt: Add or1k sim.
3b4b0a62 205
d268bbaf
JB
2062017-10-12 James Bowman <james.bowman@ftdichip.com>
207
208 * MAINTAINERS (ft32): Add myself.
209
c0107b0f
JW
2102017-10-03 Jim Wilson <wilson@tuliptree.org>
211
212 * MAINTAINERS (aarch64): Update my email address.
213
5c887dd5
JB
2142017-09-06 John Baldwin <jhb@FreeBSD.org>
215
216 * configure.ac: Honor existing CC_FOR_BUILD in environment.
217 * configure: Regenerate.
218
742e3a77
JW
2192017-02-14 Jim Wilson <jim.wilson@linaro.org>
220
221 * MAINTAINTERS (aarch64): Add myself.
222
cadf97cf
MR
2232016-12-14 Maciej W. Rozycki <macro@imgtec.com>
224
225 * MAINTAINERS (Maintainers for particular sims): Add myself as
226 a MIPS maintainer.
227
3b8f2c8b
MR
2282016-02-03 Maciej W. Rozycki <macro@linux-mips.org>
229
230 * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
231
5295724c
MF
2322016-01-09 Mike Frysinger <vapier@gentoo.org>
233
234 * configure.ac: Delete sim_common check and the
235 AC_CONFIG_SUBDIRS(common) call.
236 * configure: Regenerate.
237 * configure.tgt (sim_common): Delete the variable.
238
936df756
MF
2392016-01-09 Mike Frysinger <vapier@gentoo.org>
240
241 * .gitignore: Delete /common/cconfig.h entry.
242
4eb70007
NC
2432016-01-05 Nick Clifton <nickc@redhat.com>
244
245 * MAINTAINERS: Add myself as AArch64 sim maintainer.
246
ac8eefeb
TG
2472015-12-09 Tristan Gingold <gingold@adacore.com>
248
249 * aarch64/simulator.c: Remove syscall.h include.
250
1b393626
MF
2512015-12-26 Mike Frysinger <vapier@gentoo.org>
252
253 * README-HACKING: Delete mention of tconfig.h.
254
2e8cf49e
NC
2552015-11-24 Nick Clifton <nickc@redhat.com>
256
257 * configure.tgt: Add aarch64 entry.
258 * configure: Regenerate.
2e8cf49e 259
8d0978fb
MF
2602015-06-23 Mike Frysinger <vapier@gentoo.org>
261
262 * configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING.
263 * configure: Regenerate.
264
306f4178
MF
2652015-06-12 Mike Frysinger <vapier@gentoo.org>
266
267 * README-HACKING: Change configure.in to configure.ac.
268
7fed4b0b
L
2692015-04-02 H.J. Lu <hongjiu.lu@intel.com>
270
271 * arm/configure: Regenerated.
272 * avr/configure: Likewise.
273 * bfin/configure: Likewise.
274 * common/configure: Likewise.
275 * cr16/configure: Likewise.
276 * cris/configure: Likewise.
277 * d10v/configure: Likewise.
278 * erc32/configure: Likewise.
279 * frv/configure: Likewise.
280 * ft32/configure: Likewise.
281 * h8300/configure: Likewise.
282 * igen/configure: Likewise.
283 * iq2000/configure: Likewise.
284 * lm32/configure: Likewise.
285 * m32c/configure: Likewise.
286 * m32r/configure: Likewise.
287 * m68hc11/configure: Likewise.
288 * mcore/configure: Likewise.
289 * microblaze/configure: Likewise.
290 * mips/configure: Likewise.
291 * mn10300/configure: Likewise.
292 * moxie/configure: Likewise.
293 * msp430/configure: Likewise.
294 * ppc/configure: Likewise.
295 * rl78/configure: Likewise.
296 * rx/configure: Likewise.
297 * sh/configure: Likewise.
298 * sh64/configure: Likewise.
299 * v850/configure: Likewise.
300
79730a3b
L
3012015-04-01 H.J. Lu <hongjiu.lu@intel.com>
302
303 * common/Make-common.in (CSEARCH): Remove $(ZLIBINC).
304 (BFD_LIB): Remove $(ZLIB).
305 (CONFIG_LIBS): Add $(ZLIB).
306 * ppc/Makefile.in (ZLIBINC): Removed.
307 (INCLUDES): Remove $(ZLIBINC).
308 (BFD_LIB): Remove $(ZLIB).
309
0ceaf1ec
L
3102015-04-01 H.J. Lu <hongjiu.lu@intel.com>
311
312 * arm/configure: Regenerated.
313 * avr/configure: Likewise.
314 * bfin/configure: Likewise.
315 * common/configure: Likewise.
316 * cr16/configure: Likewise.
317 * cris/configure: Likewise.
318 * d10v/configure: Likewise.
319 * erc32/configure: Likewise.
320 * frv/configure: Likewise.
321 * ft32/configure: Likewise.
322 * h8300/configure: Likewise.
323 * igen/configure: Likewise.
324 * iq2000/configure: Likewise.
325 * lm32/configure: Likewise.
326 * m32c/configure: Likewise.
327 * m32r/configure: Likewise.
328 * m68hc11/configure: Likewise.
329 * mcore/configure: Likewise.
330 * microblaze/configure: Likewise.
331 * mips/configure: Likewise.
332 * mn10300/configure: Likewise.
333 * moxie/configure: Likewise.
334 * msp430/configure: Likewise.
335 * ppc/configure: Likewise.
336 * rl78/configure: Likewise.
337 * rx/configure: Likewise.
338 * sh/configure: Likewise.
339 * sh64/configure: Likewise.
340 * v850/configure: Likewise.
341
6dae8a88
MF
3422015-03-29 Mike Frysinger <vapier@gentoo.org>
343
344 * configure: Regenerate.
345 * configure.ac: Delete sim_testsuite check and config in testsuite.
346 * configure.tgt (sim_testsuite): Delete everywhere.
347
eca5fe42
MF
3482015-03-28 Mike Frysinger <vapier@gentoo.org>
349
350 * configure: Regenerate.
351 * configure.tgt (avr*-*-*): Set sim_testsuite=yes.
352
f46e4eb7
JB
3532015-03-28 James Bowman <james.bowman@ftdichip.com>
354
355 * configure.tgt: Add FT32 entry.
356 * configure: Regenerate.
357
ae7d0cac
MF
3582015-03-16 Mike Frysinger <vapier@gentoo.org>
359
360 * .gitignore: Delete tconfig.h.
361 * README-HACKING: Change tconfig.in to tconfig.h.
362
77017251
NC
3632014-03-12 Nick Clifton <nickc@redhat.com>
364
365 * MAINTAINERS: Add myself as the maintainer for the MSP430.
366
f32d1b7f
MF
3672014-03-10 Mike Frysinger <vapier@gentoo.org>
368
369 * configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
370 * configure: Regenerate.
371
6104cb7a
TT
3722014-01-06 Tom Tromey <tromey@redhat.com>
373
374 * common/cgen-trace.c: Don't use old VA_* macros.
375 * common/sim-load.c (xprintf): Likewise.
376 * common/sim-trace.c (trace_printf, debug_printf): Likewise.
377
bdca5ee4
TT
3782014-01-06 Tom Tromey <tromey@redhat.com>
379
380 * README-HACKING: Don't use PARAMS.
381 * arm/wrapper.c: Don't use PARAMS.
382 * bfin/sim-main.h: Don't use PARAMS.
383 * common/callback.c: Don't use PARAMS.
384 * common/cgen-trace.c: Don't use PARAMS.
385 * common/run-sim.h: Don't use PARAMS.
386 * common/run.c: Don't use PARAMS.
387 * common/sim-base.h: Don't use PARAMS.
388 * common/sim-load.c: Don't use PARAMS.
389 * common/sim-options.h: Don't use PARAMS.
390 * common/sim-trace.c: Don't use PARAMS.
391 * common/sim-trace.h: Don't use PARAMS.
392 * common/sim-utils.h: Don't use PARAMS.
393 * cr16/cr16_sim.h: Don't use PARAMS.
394 * cr16/gencode.c: Don't use PARAMS.
395 * cr16/interp.c: Don't use PARAMS.
396 * cr16/simops.c: Don't use PARAMS.
397 * d10v/d10v_sim.h: Don't use PARAMS.
398 * d10v/gencode.c: Don't use PARAMS.
399 * d10v/interp.c: Don't use PARAMS.
400 * d10v/simops.c: Don't use PARAMS.
401 * erc32/erc32.c: Don't use PARAMS.
402 * erc32/exec.c: Don't use PARAMS.
403 * erc32/float.c: Don't use PARAMS.
404 * erc32/func.c: Don't use PARAMS.
405 * erc32/sis.c: Don't use PARAMS.
406 * erc32/sis.h: Don't use PARAMS.
407 * mips/interp.c: Don't use PARAMS.
408 * mips/sim-main.h: Don't use PARAMS.
409 * sh/interp.c: Don't use PARAMS.
410 * v850/sim-main.h: Don't use PARAMS.
411 * v850/v850_sim.h: Don't use PARAMS.
412
1ed6c797
WN
4132013-11-07 Will Newton <will.newton@linaro.org>
414
415 PR gdb/15508
416 * arm/wrapper.c (sim_create_inferior): Call init before
417 accessing STATE.
418
8782aa32
WN
4192013-11-07 Will Newton <will.newton@linaro.org>
420
d40af490 421 PR gdb/8989
8782aa32
WN
422 * arm/wrapper.c (sim_create_inferior): Avoid calling
423 bfd_get_mach with a NULL bfd.
424
3346cfda
NC
4252013-06-21 Nick Clifton <nickc@redhat.com>
426
427 * msp430: New Directory.
428 * configure.tgt: Add it.
429 * configure: Regenerate.
430
3cb2ab1a
SE
4312013-03-15 Steve Ellcey <sellcey@mips.com>
432
433 * arm/wrapper.c (sim_complete_command): Make char arguments const.
434 * avr/interp.c (sim_complete_command): Ditto.
435 * common/sim-options.c (sim_complete_command): Ditto.
436 * cr16/interp.c (sim_complete_command): Ditto.
437 * erc32/interf.c (sim_complete_command): Ditto.
438 * m32c/gdb-if.c (sim_complete_command): Ditto.
439 * microblaze/interp.c (sim_complete_command): Ditto.
440 * ppc/sim_calls.c (sim_complete_command): Ditto.
441 * rl78/gdb-if.c (sim_complete_command): Ditto.
442 * rx/gdb-if.c (sim_complete_command): Ditto.
443 * sh/interp.c (sim_complete_command): Ditto.
444
8acc9f48
JB
4452013-01-01 Joel Brobecker <brobecker@adacore.com>
446
447 Update year range in copyright notice of all files.
448
51b318de
JB
4492012-12-19 Joel Brobecker <brobecker@adacore.com>
450
451 Update old contact info in GPL license notices.
452
3fd725ef
JB
4532012-12-19 Joel Brobecker <brobecker@adacore.com>
454
455 Update the non-FSF-copyrighted files in sim to GPLv3 or later.
456
6bb11ab3
L
4572012-11-20 Pavel Chupin <pavel.v.chupin@intel.com>
458
459 * common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS
460 condition.
461 * common/acinclude.m4: Define lt_cv_dlopen_libs.
462 * arm/configure: Regenerate.
463 * avr/configure: Regenerate.
464 * bfin/configure: Regenerate.
465 * common/configure: Regenerate.
466 * cr16/configure: Regenerate.
467 * cris/configure: Regenerate.
468 * d10v/configure: Regenerate.
469 * erc32/configure: Regenerate.
470 * frv/configure: Regenerate.
471 * h8300/configure: Regenerate.
472 * igen/configure: Regenerate.
473 * iq2000/configure: Regenerate.
474 * lm32/configure: Regenerate.
475 * m32c/configure: Regenerate.
476 * m32r/configure: Regenerate.
477 * m68hc11/configure: Regenerate.
478 * mcore/configure: Regenerate.
479 * microblaze/configure: Regenerate.
480 * mips/configure: Regenerate.
481 * mn10300/configure: Regenerate.
482 * moxie/configure: Regenerate.
483 * ppc/configure: Regenerate.
484 * rl78/configure: Regenerate.
485 * rx/configure: Regenerate.
486 * sh/configure: Regenerate.
487 * sh64/configure: Regenerate.
488 * testsuite/configure: Regenerate.
489 * v850/configure: Regenerate.
490
2d1ef085
SC
4912012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
492
493 * MAINTAINERS: Update my email address.
494
c429cfcf
SE
4952012-09-24 Steve Ellcey <sellcey@mips.com>
496
497 * mips/basic.exp: Add mips*-mti-elf* target.
498 * configure.ac: Add mips*-mti-elf* target.
499 * configure: Regenerate.
500
5f3ef9d0
JB
5012012-06-15 Joel Brobecker <brobecker@adacore.com>
502
503 * configure: Regenerate.
504
f5546abd
ME
5052012-06-06 Michael Eager <eager@eagercon.com>
506
507 * microblaze/interp.c (config.h): Add #include.
508
c36260c7
JB
5092011-11-29 Joel Brobecker <brobecker@adacore.com>
510
511 * MAINTAINERS (Global Maintainers): New section. Add Mike
512 Frysinger.
513
87326c78
DD
5142011-11-28 DJ Delorie <dj@redhat.com>
515
516 * configure.tgt: Add rl78 support.
517 * configure: Regenerate.
518 * rl78: New directory.
519 * MAINTAINERS: Add myself as RL78 maintainer.
520
26e0f8db
HPN
5212011-07-08 Hans-Peter Nilsson <hp@axis.com>
522
523 * MAINTAINERS: Remove Thiemo Seufer.
524
1d7b4a70
MF
5252011-06-04 Mike Frysinger <vapier@gentoo.org>
526
527 * configure.tgt (bfin-*-*): Add sim_testsuite=yes.
528 * configure: Regenerate.
529
4d393d60
JM
5302011-05-04 Joseph Myers <joseph@codesourcery.com>
531
532 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
533 handle targets.
534 * configure: Regenerate.
535
ef016f83
MF
5362011-03-05 Mike Frysinger <vapier@gentoo.org>
537
538 * MAINTAINERS: Add bfin entry.
539 * configure.tgt (bfin-*-*): Handle bfin targets.
540 * configure: Regenerate.
541
85ab1af8
MF
5422011-01-05 Mike Frysinger <vapier@gentoo.org>
543
544 * .gitignore: Add /*/hw-config.h.
545
fdb38a1c
MF
5462010-12-23 Mike Frysinger <vapier@gentoo.org>
547
548 * .gitignore: New file.
549
d61e002c
DD
5502010-07-28 DJ Delorie <dj@redhat.com>
551
552 * MAINTAINERS: Add self as RX maintainer. Sort list.
553
32b269ae
NC
5542010-06-08 Nick Clifton <nickc@redhat.com>
555
556 * reg.c (set_oszc): Use unsigned int for the mask.
557 (set_szc, set_osz, set_sz): Likewise.
558
119da465
MF
5592010-04-26 Mike Frysinger <vapier@gentoo.org>
560
561 * configure.ac: Target logic moved out to and included from ...
562 * configure.tgt: ... this new file.
563 * configure: Regenerated.
564
aba193a5
MF
5652010-04-12 Mike Frysinger <vapier@gentoo.org>
566
567 * README-HACKING: Add more sections.
568
3725885a
RW
5692010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
570
571 * avr/configure: Regenerate.
572 * cris/configure: Regenerate.
573 * microblaze/configure: Regenerate.
574
5912fadd
JB
5752009-11-24 Joel Brobecker <brobecker@adacore.com>
576
577 * common/aclocal.m4: Add include of ../../config/zlib.m4.
578 * common/common.m4: Use AM_ZLIB to check for zlib support.
579 * ppc/configure.ac: Likewise.
580 * arm/configure, avr/configure, common/configure, cr16/configure,
581 cris/configure, d10v/configure, erc32/configure, frv/configure,
582 h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
583 m32r/configure, m68hc11/configure, mcore/configure,
584 microblaze/configure, mips/configure, mn10300/configure,
585 moxie/configure, ppc/configure, sh/configure, sh64/configure,
586 v850/configure: Regenerate.
587
4f8d4a38
DD
5882009-11-24 DJ Delorie <dj@redhat.com>
589
590 * rx: New directory.
591 * configure.ac: Add entry for Renesas RX.
592 * configure: Regenerate.
593
0a8d1bde
DE
5942009-10-16 Doug Evans <dje@sebabeach.org>
595
596 * MAINTAINERS: Add myself as m32r maintainer.
597
060916aa
ME
5982009-10-15 Michael Egaer <eager@eagercon.com>
599
600 * MAINTAINERS: Add self as MicroBlaze maintainer.
601
42c8b6b5
BE
6022009-10-14 Ben Elliston <bje@gnu.org>
603
604 * MAINTAINERS (common): Move myself to "past maintainers" section.
605
419c2fda
ME
6062009-10-06 Michael Eager <eager@eagercon.com>
607
608 * microblaze/interp.c: Add include microblaze-dis.h.
72f4393d 609
bd30e45a
ME
6102009-09-23 Michael Eager <eager@eagercon.com>
611
612 * configure: Add microblaze-*.* (not regenerated).
613 * configure.ac: Likewise.
614 * microblaze/config.in: New.
615 * microblaze/configure: Generate.
616 * microblaze/configure.ac: New.
617 * microblaze/interp.c: New.
618 * microblaze/Makefile.in: New.
619 * microblaze/microblaze.h: New.
620 * microblaze/microblaze.isa: New.
621 * microblaze/sim-main.h: New.
622 * microblaze/sysdep.h: New.
623
d6416cdc
RW
6242009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
625
81ecdfbb
RW
626 * avr/config.in: Regenerate.
627 * avr/configure: Likewise.
628 * configure: Likewise.
629 * cris/config.in: Likewise.
630 * cris/configure: Likewise.
631
d6416cdc
RW
632 * configure.ac: m4_include toplevel config/override.m4.
633 * configure: Regenerate.
634 * avr/configure: Regenerate.
635 * cris/configure: Regenerate.
636
96e946ca
RW
6372009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
638
639 * Makefile.in (datarootdir): New variable.
640
c28c63d8
JB
6412009-05-18 Jon Beniston <jon@beniston.com>
642
72f4393d
L
643 * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
644 * configure.ac: Add lm32 target.
645 * lm32: New directory.
c28c63d8 646
90e2fa9c
AC
6472009-05-11 Andrew Cagney <cagney@gnu.org>
648
649 * MAINTAINERS: Orphan ppc.
650
fdd6fa61
AG
6512009-04-30 Anthony Green <green@moxielogic.com>
652
653 * MAINTAINERS: Add myself for the moxie port.
654 * moxie: New directory.
655 * configure.ac: Add entry for moxie.
656 * configure: Regenerate.
657
df1756f4
TG
6582009-04-27 Tristan Gingold <gingold@adacore.com>
659
660 * avr: New directory.
df1756f4
TG
661 * configure.ac: Add avr.
662 * configure: Regenerated.
663
89a34d1b
JM
6642009-04-17 Carlos O'Donell <carlos@codesourcery.com>
665
666 * Makefile.in: Add dummy install-pdf, html, and
667 install-html targets.
668
086c6838
NC
6692008-07-29 Nick Clifton <nickc@redhat.com>
670
671 * common/genmloop.sh: Add new parameter: -shell to specify the
672 command interpreter to use to run the input file. This is
673 necessary because otherwise SHELL is taken from the user's
674 environment, and not from the makefile that invoked this script
675 and the user might not be running an sh-like shell.
676 * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
677 * fr30/Makefile.in: Likewise.
678 * frv/Makefile.in: Likewise.
679 * i960/Makefile.in: Likewise.
680 * iq2000/Makefile.in: Likewise.
681 * m32r/Makefile.in: Likewise.
682
683 * frv/mloop.in: Add missing start of line comment marker.
684
7010a0c9
JB
6852008-05-09 Olivier Hainque <hainque@adacore.com>
686
687 * ppc/altivec.igen (vperm): Latch inputs into temporaries.
688
84234f6d
SR
6892008-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
690
691 * MAINTAINERS: Add myself as maintainer of cr16 port.
692
7c607148
SR
6932008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
694
695 Add simulator for National cr16 processor.
696 * cr16: New directory.
697 * configure.ac: Add entry for National cr16.
698 * configure: Regenerate.
699
c5fbc25b
DD
7002008-02-05 DJ Delorie <dj@redhat.com>
701
702 * configure.ac (v850): V850 now has a testsuite.
703 * configure (v850): Likewise.
704
9b254dd1
DJ
7052008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
706
707 Updated copyright notices for most files.
708
beb7a883
DD
7092007-12-19 DJ Delorie <dj@redhat.com>
710
711 * frv/frv.c (frvbf_cut): Only look at the six LSBs of
712 cut_point.
713
4744ac1b
JB
7142007-08-24 Joel Brobecker <brobecker@adacore.com>
715
716 Switch the license of all files explicitly copyright the FSF
717 to GPLv3.
718
9453113a
DJ
7192007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
720
721 * Makefile.in: Add dummy "pdf" target.
722
792fe9c9
TS
7232007-02-16 Thiemo Seufer <ths@mips.com>
724
725 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
726
cecb04b7
MF
7272007-01-28 Manuel Lauss <slauss@resi.at>
728
729 * configure.ac (sh64-*-*): Change to sh64*-*-*.
730 (sh-*-*): Change to sh*-*-*.
731 * configure: Regenerated.
732
20ac0504
DJ
7332007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
734
735 Updated copyright notices for most files.
736
49cbcfe9
HPN
7372006-12-20 Hans-Peter Nilsson <hp@axis.com>
738
570ee7f0
HPN
739 * Makefile.in (autoconf-common autoheader-common): Only run
740 autoheader on subdirs with a file config.in.
741
c4d800ae
HPN
742 * configure.ac (common): Make the default "yes" for all targets
743 with sim subdirs.
744 * configure: Regenerate.
745
e80204fc
HPN
746 * Makefile.in (autoconf-common autoheader-common): In documented
747 usage, say SHELL=/bin/sh.
748 (.PHONY): Add autoheader-common.
749
49cbcfe9
HPN
750 * MAINTAINERS: Add self as authorized committer for *.
751
bac25e5b
DJ
7522006-09-30 Daniel Jacobowitz <dan@codesourcery.com>
753
754 * MAINTAINERS: Add Dave Brolley for sh64.
755
ce928021
DJ
7562006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
757
758 * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
759 * Makefile.in (FLAGS_TO_PASS): Include libdir.
760 * configure: Regenerated.
761
4b164edf
AS
7622006-05-05 Andreas Schwab <schwab@suse.de>
763
764 * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
765 * configure: Regenerate.
766
767 * Makefile.in (CFLAGS_FOR_BUILD): Define.
768 (CC_FOR_BUILD): Don't override.
769 (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
770
8b2f7496
DJ
7712006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
772
773 * MAINTAINERS: Add an "Authorized committers" section, and list
774 DJ Delorie for v850.
775
1f810f78
DD
7762006-03-13 DJ Delorie <dj@redhat.com>
777
778 * MAINTAINERS: Add self as m32c sim maintainer.
779
d45a4bef
JB
7802006-01-23 Jim Blandy <jimb@redhat.com>
781
782 Add simulator for Renesas M32C and M16C.
783
784 * m32c: New directory.
785 * configure.ac: Add entry for Renesas M32C.
786 * configure: Regenerate.
787
d81ffbc4
CD
7882005-05-26 Chris Demetriou <cgd@netbsd.org>
789
790 * MAINTAINERS: Update my mail address, move myself to the
791 "Past maintainers" section.
792
c3357c64
CV
7932005-05-17 Corinna Vinschen <vinschen@redhat.com>
794
795 * configure.ac: Add igen to v850 build.
796 * configure: Regenerate.
797
33aa0cbb
PB
7982005-04-29 Paul Brook <paul@codesourcery.com>
799
44cd25cf 800 * common/callback.c (PIPE_BUF): Provide default definition.
33aa0cbb
PB
801 (os_lstat): Use stat if lstat is not available on the host.
802 (os_ftruncate): Return EINVAL if not available on the host.
803 (os_truncate): Ditto.
804 * common/configure.ac: Check for lstat, truncate and ftruncate.
805 * common/configure: Regenerate.
806 * common/config.in: Regenerate.
807
4ec242d7
PB
8082005-04-27 Paul Brook <paul@codesourcery.com>
809
810 * common/Make-common.in: Add $(EXEEXT) to "run".
811
21bc7567
CV
8122005-04-15 Corinna Vinschen <vinschen@redhat.com>
813
814 * configure.ac: Add explicit sh64 case.
815 * configure: Regenerate.
816
74ec5579
PB
8172005-03-30 Paul Brook <paul@codesourcery.com>
818
819 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
820
51216631
JB
8212005-02-28 Jim Blandy <jimb@redhat.com>
822
823 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
824 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
825 Regenerated, after change to common/aclocal.m4.
826
edece237
CV
8272005-02-18 Corinna Vinschen <vinschen@redhat.com>
828
829 * iq2000: New target subdirectory.
830 * configure.ac: Add iq2000 target.
831 * configure: Regenerate.
832
8bdcadb1
HPN
8332005-01-29 Hans-Peter Nilsson <hp@axis.com>
834
835 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
836 (realclean, install): Fail if subdir make failed.
837
f6bcefef
HPN
8382005-01-28 Hans-Peter Nilsson <hp@axis.com>
839
840 * cris: New directory, simulator for Axis Communications CRIS
841 including CRIS v32, CGEN-based.
842 * configure.ac: Add corresponding configury.
843 * configure: Regenerate.
844
4ac6917f
AC
8452005-01-17 Andrew Cagney <cagney@gnu.org>
846
847 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
848 common directory. Remove sparc*-*-* from list.
72f4393d 849
38f48d72
AC
8502005-01-11 Andrew Cagney <cagney@gnu.org>
851
852 * Makefile.in (autoconf-common autoheader-common): Add --force to
853 autoconf and autoheader.
854 (autoconf-common autoheader-common)
855 (autoconf-install autoheader-install): Check for configure.ac, not
856 configure.in.
857 * configure.ac: Delete AC_CONFIG_AUX_DIR.
858 * configure: Re-generate.
859
b7026657
AC
8602005-01-07 Andrew Cagney <cagney@gnu.org>
861
862 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
863 correctly calls AC_CONFIG_SUBDIRS.
864 * configure: Re-generate.
865
33841fd9
AC
8662004-12-01 Andrew Cagney <cagney@gnu.org>
867
44b263ce 868 * i960, h8500: Delete directory.
33841fd9 869
c46ec85d
AC
8702004-11-12 Andrew Cagney <cagney@gnu.org>
871
872 * d30v, fr30, mn10200, z8k: Delete directory.
873
523f6a27
BE
8742004-03-10 Ben Elliston <bje@gnu.org>
875
876 * MAINTAINERS: Update my mail address.
877
df0a8012
CD
8782004-01-26 Chris Demetriou <cgd@broadcom.com>
879
880 * configure.in (mips*-*-*): Configure in testsuite.
881 * configure: Regenerate.
882
b4ab4027
DB
8832003-10-08 Dave Brolley <brolley@redhat.com>
884
885 * configure.in: Move frv handling to alphabetically correct placement.
886
fb72cee0
AS
8872003-09-03 Andreas Schwab <schwab@suse.de>
888
889 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
890
b3af7bdf
DB
8912003-08-29 Dave Brolley <brolley@redhat.com>
892
893 * MAINTAINERS: Add myself as maintainer of the FRV port.
894
84fabdf6 8952003-08-20 Michael Snyder <msnyder@redhat.com>
72f4393d 896 Dave Brolley <brolley@redhat.com>
84fabdf6 897
b3af7bdf 898 * frv/: New directory, simulator for the Fujitsu FRV.
84fabdf6
DB
899 * configure.in: Add frv configury.
900 * configure: Regenerate.
901
c53d60d8
BE
9022003-08-10 Ben Elliston <bje@wasabisystems.com>
903
904 * MAINTAINERS: Update my mail address.
905
c55433ef
AC
9062003-08-09 Andrew Cagney <cagney@redhat.com>
907
908 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
909 maintenance. List igen and sh maintainers. Mention that target
910 and global maintainers pick up the slack.
911
ac78c4ba
MS
9122003-07-09 Michael Snyder <msnyder@redhat.com>
913
914 * configure.in: Add testsuite to extra_subdirs for sh.
915 * configure: Regenerate.
916
2bc8946d
NC
9172003-01-23 Nick Clifton <nickc@redhat.com>
918
919 * Add sh2e support:
920
ac78c4ba 9212002-04-02 Alexandre Oliva <aoliva@redhat.com>
2bc8946d 922
ac78c4ba 923 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
2bc8946d 924
a926ab2f
GK
9252002-08-24 Geoffrey Keating <geoffk@redhat.com>
926
927 * MAINTAINERS: Update my email address.
928
de0a1e42
AC
9292002-07-17 Andrew Cagney <ac131313@redhat.com>
930
931 * w65/: Delete directory.
932
7a3085c1
AC
9332002-07-16 Andrew Cagney <ac131313@redhat.com>
934
935 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
936 * configure: Re-generate.
937
3fbeef0b
AC
9382002-07-13 Andrew Cagney <ac131313@redhat.com>
939
940 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
941 * configure: Re-generate.
72f4393d 942
3832c25c
AC
9432002-06-16 Andrew Cagney <ac131313@redhat.com>
944
945 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
946 id, date and host to be overriden by NAME, ID, DATE and HOST
947 respectfully. Use ISO dates.
948
c93abbcc
AC
949Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
950
951 * Makefile.in (ChangeLog): New makefile variable.
952 * README-HACKING: Mention the ChangeLog makefile variable.
953
e4045cdb
AC
9542002-06-01 Andrew Cagney <ac131313@redhat.com>
955
956 * tic80/: Delete directory.
957
2be99286
SC
9582002-05-16 Stephane Carrez <stcarrez@nerim.fr>
959
960 * MAINTAINERS: Update my email address.
961
44befb9f
SC
9622002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
963
964 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
965
ce93e51a
FCE
9662002-03-01 Frank Ch. Eigler <fche@redhat.com>
967
968 * MAINTAINERS: Record self as a co-maintainer of just common/.
969
72ca629f
NC
9702002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
971
972 * MAINTAINERS: Point to GDB files describing overall maintaince
973 and check-in procedures.
974
00125dd0
NC
9752002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
976
977 * MAINTAINERS: Add myself for ARM portions.
978
457174f6
AC
9792001-10-19 Andrew Cagney <ac131313@redhat.com>
980
981 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
982 * configure: Re-generate.
983
9afc4bbf
BE
9842001-02-16 Ben Elliston <bje@redhat.com>
985
986 * MAINTAINERS: Add myself for common portions.
987
0b8c7076
CD
9882001-01-15 Chris Demetriou <cgd@broadcom.com>
989
990 * MAINTAINERS: Added self and Andrew for the mips sim.
991
c56a7a95
GK
9922000-10-25 Geoff Keating <geoffk@cygnus.com>
993
994 * MAINTAINERS: Added self and Andrew for the ppc sim.
995
5d031c16
AC
996Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
997
998 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
999 * m68hc11: New directory.
1000 * configure.in: Add.
1001 * configure: Regenerate.
1002
6c29acca
AC
1003Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1004
1005 * tic80: New directory.
1006 * configure.in: Add configury.
1007 * configure: Regenerate.
1008
bcd65766
NC
10092000-04-20 Nick Clifton <nickc@cygnus.com>
1010
1011 * configure.in (extra_subdirs): Add testsuite to strongarm
72f4393d 1012 directories.
bcd65766
NC
1013 * configure: Regenerate.
1014
7158fd7f
AC
1015Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1016
1017 * MAINTAINERS: New file. Blank.
1018
c2d11a7d
JM
10191999-11-18 Ben Elliston <bje@cygnus.com>
1020
1021 * configure.in: Require autoconf 2.13 and remove obsolete
1022 invocation of AC_C_CROSS.
1023 * configure: Regenerate.
1024
2acceee2
JM
10251999-09-29 Doug Evans <devans@casey.cygnus.com>
1026
1027 * configure.in: Configure the testsuite directory for thumb.
1028 * configure: Regenerate.
1029
6426a772
JM
10301999-07-16 Ben Elliston <bje@cygnus.com>
1031
1032 * configure.in: Configure the testsuite directory for arm.
1033 * configure: Regenerate.
1034
7a292a7a
SS
10351999-04-08 Nick Clifton <nickc@cygnus.com>
1036
1037 * configure.in: Add support for MCore target.
1038 * configure: Regenerate.
1039
c906108c
SS
10401999-03-14 Stan Shebs <shebs@andros.cygnus.com>
1041
1042 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
1043 RUNTEST instead of commenting out, fixes portability problem.
1044
c906108c
SS
10451999-02-08 Nick Clifton <nickc@cygnus.com>
1046
1047 * configure.in: Add support for StrongARM target.
1048 * configure: Regenerate.
1049
c906108c
SS
10501999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1051
1052 * configure.in: Require autoconf 2.12.1 or higher.
1053
10541998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1055
1056 * configure.in (i960-*-*): Add.
1057 * configure: Rebuild.
1058
1059Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
1060
1061 * configure.in: Added case for fr30-*-*.
1062 * configure: Regenerated.
1063
1064Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
1065
1066 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1067 to allow successful operation on Windows.
1068
1069Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1070
25c1c397
JM
1071 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1072 check can be invoked recursively.
c906108c
SS
1073
1074Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
1075
1076 * configure.in: Build simulator on sparclite and sparc86x targets.
1077 * configure: Regenerate.
1078
1079Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
1080
1081 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
1082 to autoconf and autoheader.
1083
1084Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
1085
1086 * Makefile.in (autoconf-common autoheader-common): Pass `-l
1087 ../common' to autoconf and autoheader. Unconditionally run
1088 autoconf in every subdir.
1089 (autoconf-changelog autoheader-changelog): Unconditionally run
1090 commands in every subdir.
1091 (autoconf-install autoheader-install): Likewise.
1092
1093Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1094
1095 * Makefile.in: Get SHELL from configure.
1096 * (FLAGS_TO_PASS): Pass down SHELL.
1097 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
1098 NT native builds.
1099
1100Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1101
1102 * configure.in (extra_subdirs): Enable igen for mn10300.
1103 * configure: Re-generate.
1104
1105Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
1106
1107 * configure.in (extra_subdirs): Add support for thumb target.
1108
1109 * configure (extra_subdirs): Add support for thumb target.
1110
1111Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1112
1113 * configure.in (extra_subdirs): Add IGEN directory when MIPS
1114 target.
1115 * configure: Regenerate.
72f4393d 1116
c906108c
SS
1117Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1118
1119 * configure.in (extra_subdirs): v850ea needs igen.
1120 * configure: Re-generate.
72f4393d 1121
c906108c
SS
1122Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1123
1124 * configure.in (testdir): When a testsuite directory, add that to
1125 the list of confdirs.
1126
1127Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1128
1129 * configure.in (extra_subdirs): Enable igen ready for V850.
1130
1131Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1132
1133 * configure.in (w65-*-*, only_if_enabled): Set.
1134 * configure: Re-generate.
72f4393d 1135
c906108c
SS
1136Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
1137
1138 * configure.in (sparc*-*-*, only_if_enabled): Set
1139 only_if_enabled=yes. Check only_if_enabled before enabling a
1140 simulator.
1141 * configure: Regenerate.
72f4393d 1142
c906108c
SS
1143Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1144
1145 * configure.in (extra_subdirs): Add v850e target.
1146
1147Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1148
1149 * configure.in (extra_subdirs): Add v850ea target.
1150
1151Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
1152
1153 * configure.in (sparc*-*-*): Don't build erc32.
1154 * configure: Regenerate.
1155
1156Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
1157
1158 * configure.in (m32r-*-*): New target.
1159 * configure: Regenerate.
1160
1161 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1162
1163Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
1164
1165 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1166 thought that .NOEXPORT was the default target.
1167
1168Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
1169
1170 * Makefile.in (clean mostlyclean): Restore targets accidentally
1171 deleted in earlier change.
1172
1173Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1174
1175 * Makefile.in (autoheader-common, autoheader-changelog,
1176 autoheader-install): Perform autoheader in addition to autoconf.
1177
1178Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
1179
1180 * Makefile.in (autoconf-install): New target.
1181 (autoconf-changelog): Try different way to obtain user name.
1182
1183Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1184
1185 * Makefile.in (autoconf-changelog): New target, update
1186 ChangeLog for all subdirectories - normally used after
1187 autoconf-common target.
1188
1189Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1190
1191 * configure.in (extra_subdirs): Include testsuite for d30v.
1192 * configure: Regenerate.
72f4393d 1193
c906108c
SS
1194 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
1195 ../gdb/Makefile.in
1196 (check): New rules - drive the testsuite.
1197
1198Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
1199
1200 * configure.in: Add mn10200 configure lines accidentally
1201 removed.
1202 * configure: Regenerated.
1203
1204Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
1205
1206 * configure.in (extra_subdirs): Generalize common sub directory
1207 into a list.
1208 (extra_subdirs): For d30v add igen to the list to be built.
1209
1210Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
1211
1212 * configure.in (d30v): New target.
1213 * configure: Regenerated.
72f4393d 1214
c906108c
SS
1215Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
1216
1217 * configure.in: Don't require GCC to build the mn10200
1218 simulator anymore.
1219 * configure: Rebuilt.
1220
1221Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
1222
1223 * configure.in: Don't configure any subdirs if no simulator
1224 is being built. Don't use erc32 for sparc64.
1225 * configure: Regenerated.
1226
1227Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
1228
1229 * Makefile.in (autoconf-common): New target.
1230 * configure.in: Do configure common.
1231 * configure: Regenerated.
1232
1233Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
1234
1235 * configure configure.in: Don't configure common anymore. Files
1236 from common are now built in the individual simualtor directories.
1237 This fixes problems with the WinGDB build procedure.
1238
1239Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
1240
1241 * configure: Enable the mn10200 simulator.
1242
1243Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
1244
1245 * configure.in (configdirs): Add common.
1246 * configure: Regenerated.
1247
1248Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1249
1250 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
1251 system V based targets.
1252 * configure: Regenerate.
1253
1254Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
1255
1256 * configure.in (--enable-sim-powerpc): Delete.
1257 (--enable-sim): Add.
1258 * configure: Regenerated.
1259
1260Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
1261
1262 * configure.in: Only build the V850 simulator if
1263 we are using gcc.
1264 * configure: Rebuild.
1265
1266Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
1267
1268 * configure.in: Do build erc32 for DOS and Windows hosts.
1269 * configure: Rebuild.
1270
1271Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1272
1273 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
1274 be inherited from the parent. Remove INSTALL_XFORM and
1275 INSTALL_XFORM1. Make INSTALL be set from configure.
1276
1277Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1278
1279 * configure.in: Only build the MIPS simulator if we are using
1280 gcc.
1281 * configure: Rebuild.
1282
1283Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
1284
1285 * configure.in (v850-*-*): Added V850 simulator.
1286
1287Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1288
1289 * configure.in (d10v-*-*): Added D10V simulator.
1290
1291Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1292
1293 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1294 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1295 (docdir): Removed.
1296 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1297 (AC_PROG_INSTALL): Added.
1298 * configure: Rebuilt.
1299
1300Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
1301
1302 * configure.in: Only configure erc32 if using gcc.
1303 * configure: Rebuild.
1304
1305Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1306
1307 * configure.in (sim_target): Build PowerPC simulator for powerpc
1308 System V.4, Solaris, and Elf targets.
1309 * configure: Regenerate with autoconf 2.10.
1310
1311Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
1312
1313 * configure.in: Only built erc32 simulator on Unix hosts as it
1314 uses pseudo ttys.
1315 * configure: Regenerated with autoconf 2.8.
1316
1317Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1318
1319 * erc32: Sparc simulator from the ESA.
1320
1321Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
1322
1323 From: Miles Bader <miles@gnu.ai.mit.edu>
1324 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
1325 * configure: Regenerate using autoconf.
1326
1327Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1328
1329 * Makefile.in (install): Fix typo.
1330
1331Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
1332
1333 * configure: Regenerate with autoconf 2.7.
1334
1335 * Makefile.in (all): Simplify.
1336 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
1337 as in the all target.
1338 (distclean, maintainer-clean, realclean): Likewise.
1339 (install): Likewise.
1340
1341Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
1342
1343 * Makefile.in (all): Remove extra '\' char from shell script.
1344
1345Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
1346
1347 * Makefile.in (all): Avoid a for loop with zero elements, even if
1348 the loop will not be executed because of an if statement.
1349
1350Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
1351
1352 * Makefile.in (install): Add missing semicolon in "fi \".
1353
1354Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1355
1356 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
1357 defaults from configure.
1358
1359 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
1360 configure defaults.
1361 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
1362 if either --enable-sim-powerpc is used, or the host compiler is
1363 GCC.
1364
1365Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1366
1367 * configure.in (mips*-*-*): Added "mips" simulator target.
1368 * configure: Re-generated.
1369
1370Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
1371
1372 * Makefile.in (BISON): Remove macro.
1373 (FLAGS_TO_PASS): Remove BISON.
1374
1375Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1376
1377 * configure.in: Explicitly `exit 0' for broken shells.
1378 * configure: Rebuilt.
1379
1380Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1381
1382 * common/run.c (main): Initialize the callbacks.
1383
1384Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
1385
1386 * Makefile.in (maintainer-clean): New synonym for realclean.
1387
1388Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1389
1390 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
1391 the target is powerpc*-*-eabisim*, since it requires GCC to build.
1392
1393Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1394
1395 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1396 <cagney@highland.com.au>.
1397 * configure: Regnerate from configure.in.
1398
1399Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1400
1401 * Update all FSF addresses except those in COPYING* files.
1402
1403Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
1404
1405 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
1406 submakes either default or passed in value.
1407
1408Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1409
1410 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
1411 install): Changed targets so that they descend all
1412 subdirectories in $(SUBDIRS).
1413 (*-all, *-clean, *-install): Removed targets.
1414
1415 * configure.in: Don't bother with target makefile fragments, they
1416 are no longer needed.
1417 * configure: regenerated.
1418
1419 * Makefile.in, configure.in: converted to autoconf.
1420 * configure: New file, generated with autconf 2.4.
1421
1422Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
1423
1424 * Makefile.in: Support ARM.
1425 * configure.in: Ditto.
1426
1427Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
1428
1429 * Makefile.in: Support W65.
1430 * configure.in: Ditto.
1431
1432Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1433
1434 * Makefile.in: Add TAGS target.
1435
1436Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1437
1438 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
1439 install-h8300, clean-h8300, all-h8500, install-h8500,
1440 clean-h8500, all-sh, install-sh, clean-sh): do not echo
a9e0ce2c 1441 recursion lines.
c906108c
SS
1442
1443Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1444
1445 * Makefile.in: remove endian.h trace from h8500
1446
1447Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
1448
1449 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1450
1451Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1452
1453 * Makefile.in: make all of the all-* target (except all-nothing)
1454 depend on endian.h, so that if we're not building a simulator, we
1455 don't built endian
1456
1457Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
1458
1459 * Makefile.in (check, installcheck): Added dummy targets.
1460
1461Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
1462
1463 * Makefile.in (endian): Find endian.c in $(srcdir), and also
1464 explicitly make it, since some makes apparently don't work with
1465 VPATH and .c to executable rules (SunOS make for example).
1466
1467Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1468
1469 * Makefile.in (endian): Add explicit rule for broken makes.
1470
1471Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
1472
1473 * Makefile.in (info, install-info): New targets.
1474 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1475 level Makefile.
1476
1477Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
1478
1479 * Makefile.in (endian.h): build endian.h via a temporary file so
1480 that we don't leave an incomplete file lying around on
1481 interrupted builds.
1482 (clean): remove endian, e.h, and endian.h.
1483
1484Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1485
1486 * Makefile.in, configure.in: if target isn't supported, build a
1487 harmless makefile.