sim: nrun: add local strsignal prototype
[deliverable/binutils-gdb.git] / sim / ChangeLog
1 2021-05-01 Mike Frysinger <vapier@gentoo.org>
2
3 * m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.
4
5 2021-04-26 Mike Frysinger <vapier@gentoo.org>
6
7 * README-HACKING (nltvals.def): Update to gennltvals.py.
8
9 2021-04-26 Mike Frysinger <vapier@gentoo.org>
10
11 * m4/sim_ac_output.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_HARDWARE.
12
13 2021-04-23 Mike Frysinger <vapier@gentoo.org>
14
15 * README-HACKING (SIM_AC_OPTION_HARDWARE): Delete first two args.
16 * m4/sim_ac_option_hardware.m4 (SIM_AC_OPTION_HARDWARE): Replace [$1]
17 with yes. Delete test [$2]. Change [$3] to [$1]. Update comments.
18
19 2021-04-22 Tom Tromey <tom@tromey.com>
20
21 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for sys/time.h
22 or sys/times.h.
23
24 2021-04-22 Tom Tromey <tom@tromey.com>
25
26 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for make.
27
28 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
29
30 * m4/sim_ac_option_warnings.m4 (SIM_AC_OPTION_WARNINGS): Use
31 -Werror when probing for supported warning flags.
32
33 2021-04-18 Mike Frysinger <vapier@gentoo.org>
34
35 * m4/sim_ac_common.m4: Change AC_CHECK_HEADERS to
36 AC_CHECK_HEADERS_ONCE, merge calls, and sort args.
37
38 2021-04-18 Mike Frysinger <vapier@gentoo.org>
39
40 * m4/sim_ac_common.m4: Change AC_CHECK_FUNCS to AC_CHECK_FUNCS_ONCE,
41 merge calls, and sort args.
42
43 2021-04-03 Mike Frysinger <vapier@gentoo.org>
44
45 * configure.ac: Add --example-sims option.
46 * configure: Regenerate.
47
48 2021-04-03 Mike Frysinger <vapier@gentoo.org>
49
50 * Makefile.am (check_PROGRAMS, CLEANFILES, DISTCLEANFILES): Define.
51 * Makefile.in: Regenerated.
52
53 2021-04-03 Mike Frysinger <vapier@gentoo.org>
54
55 * Makefile.am (SIM_PRIMARY_TARGET, AM_MAKEFLAGS): Define.
56 * configure.ac: Add --enable-targets option. Define SIM_PRIMARY_TARGET
57 and SIM_TARGET. Rewrite case statement with SIM_TARGET calls.
58 * Makefile.in, configure: Regenerate.
59
60 2021-04-02 Mike Frysinger <vapier@gentoo.org>
61
62 * Makefile.am [SIM_ENABLE_IGEN]: Include igen/local.mk.
63 * configure.ac: Delete AC_CONFIG_SUBDIRS(igen) call.
64 (SIM_ENABLE_IGEN): Define.
65 * configure, Makefile.in: Regenerate.
66
67 2021-04-02 Mike Frysinger <vapier@gentoo.org>
68
69 * Makefile.am (ACLOCAL_AMFLAGS): Add -Im4.
70 (COMPILE_FOR_BUILD, LINK_FOR_BUILD): Define.
71 * configure.ac: Replace toolchain calls with SIM_AC_TOOLCHAIN.
72 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace toolchain calls
73 with SIM_AC_TOOLCHAIN.
74 * m4/sim_ac_toolchain.m4: New file.
75 * aclocal.m4, configure, Makefile.in: Regenerate.
76
77 2021-03-08 Tom Tromey <tromey@adacore.com>
78
79 * aclocal.m4, configure, Makefile.in: Rebuild.
80 * configure.ac: Use AM_MAINTAINER_MODE.
81
82 2021-03-07 Mike Frysinger <vapier@gentoo.org>
83
84 * configure.ac (AC_CONFIG_FILES): Delete testsuite/Makefile.
85 * Makefile.am: Include testsuite/local.mk.
86 (AUTOMAKE_OPTIONS): Add dejagnu.
87 * configure, Makefile.in: Regenerated.
88
89 2021-03-07 Mike Frysinger <vapier@gentoo.org>
90
91 * Makefile.am: New file.
92 * configure.ac: Update AC_INIT call. Move AC_CANONICAL_SYSTEM after
93 it. Call AM_INIT_AUTOMAKE. Delete AC_CONFIG_MACRO_DIRS.
94 * aclocal.m4, configure, Makefile.in: Regenerated.
95
96 2021-02-28 Mike Frysinger <vapier@gentoo.org>
97
98 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Delete CC_FOR_BUILD test.
99 Change CC_FOR_BUILD assignment. Define CFLAGS_FOR_BUILD.
100
101 2021-02-28 Mike Frysinger <vapier@gentoo.org>
102
103 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace AR assignment and
104 AC_SUBST(AR) with call to AC_CHECK_TOOL(AR, ar).
105
106 2021-02-28 Mike Frysinger <vapier@gentoo.org>
107
108 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Require AC_PROG_CPP.
109
110 2021-02-28 Mike Frysinger <vapier@gentoo.org>
111
112 * README-HACKING: Delete SIM_EXTRA_LIBDEPS.
113
114 2021-02-27 Mike Frysinger <vapier@gentoo.org>
115
116 * README-HACKING: Delete SIM_EXTRA_ALL.
117
118 2021-02-21 Mike Frysinger <vapier@gentoo.org>
119
120 * m4/sim_ac_common.m4, m4/sim_ac_option_alignment.m4,
121 m4/sim_ac_option_assert.m4, m4/sim_ac_option_bitsize.m4,
122 m4/sim_ac_option_cgen_maint.m4, m4/sim_ac_option_default_model.m4,
123 m4/sim_ac_option_endian.m4, m4/sim_ac_option_environment.m4,
124 m4/sim_ac_option_float.m4, m4/sim_ac_option_hardware.m4,
125 m4/sim_ac_option_inline.m4, m4/sim_ac_option_reserved_bits.m4,
126 m4/sim_ac_option_scache.m4, m4/sim_ac_option_smp.m4,
127 m4/sim_ac_option_warnings.m4, m4/sim_ac_option_xor_endian.m4,
128 m4/sim_ac_output.m4: New files.
129
130 2021-02-20 Mike Frysinger <vapier@gentoo.org>
131
132 * configure.tgt: Move arch list ...
133 * configure.ac: ... here.
134 * configure: Regenerate.
135
136 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
137
138 PR 27158
139 * riscv/sim-main.c (execute_i): Updated encoding macros.
140
141 2021-02-13 Mike Frysinger <vapier@gentoo.org>
142
143 * configure.tgt: Delete call to AC_SUBST(sim_arch).
144 * configure: Regenerate.
145
146 2021-02-13 Mike Frysinger <vapier@gentoo.org>
147
148 * README-HACKING: Replace sinclude with AC_CONFIG_MACRO_DIRS in
149 configure.ac skeleton.
150
151 2021-02-06 Mike Frysinger <vapier@gentoo.org>
152
153 * README-HACKING: Replace STATE_WATCHPOINTS with CPU_PC_FETCH.
154
155 2021-02-06 Mike Frysinger <vapier@gentoo.org>
156
157 * configure.ac (HDEFINES): Delete AC_SUBST call.
158 * configure: Regenerate.
159
160 2021-02-04 Mike Frysinger <vapier@gentoo.org>
161
162 * configure.tgt (sim_arch): Add entry for riscv*-*-*.
163 * configure: Regenerate.
164
165 2021-01-30 Mike Frysinger <vapier@gentoo.org>
166
167 * Makefile.in (nltvals): Change to gennltvals.py.
168
169 2021-01-30 Mike Frysinger <vapier@gentoo.org>
170
171 * README-HACKING: Delete reference to sizeof_pc.
172
173 2021-01-29 Mike Frysinger <vapier@gentoo.org>
174
175 * MAINTAINERS (Global Maintainers): Move myself back.
176
177 2021-01-18 Mike Frysinger <vapier@gentoo.org>
178
179 * configure.ac: Call AC_PROG_CPP.
180 * configure: Regenerate.
181 * Makefile.in (abs_srcdir, srcroot, CPP): Define.
182 (nltvals): New target.
183 * README-HACKING: Change headers to nltvals.
184
185 2021-01-18 Mike Frysinger <vapier@gentoo.org>
186
187 * Makefile.in (headers): Change args to gennltvals.sh.
188 * gennltvals.sh: Rewrite from scratch.
189 * gentvals.sh: Delete.
190 * nltvals.def: Regen.
191
192 2021-01-15 Mike Frysinger <vapier@gentoo.org>
193
194 * configure.ac: Delete AC_CONFIG_SUBDIRS(testsuite) call.
195 Add AC_CONFIG_FILES([Makefile testsuite/Makefile]) call.
196 Drop argument to AC_OUTPUT.
197 * configure: Regenerate.
198
199 2021-01-12 Mike Frysinger <vapier@gentoo.org>
200
201 * README-HACKING (SIM_RUN_OBJS): Delete.
202
203 2021-01-09 Mike Frysinger <vapier@gentoo.org>
204
205 * MAINTAINERS (sh64): Move to past maintainers.
206 * configure: Regenerate.
207 * configure.tgt (sh64*-*-*): Delete.
208 * sh64/: Delete.
209
210 2021-01-09 Mike Frysinger <vapier@gentoo.org>
211
212 * README-HACKING (AC_PREREQ): Delete.
213
214 2021-01-08 Mike Frysinger <vapier@gentoo.org>
215
216 * README-HACKING (C Language Assumptions): Require C11 compiler.
217
218 2020-09-03 Jose E. Marchesi <jose.marchesi@oracle.com>
219
220 * configure.ac: Do not configure sim/testsuite nor sim/igen if the
221 primary target doesn't have a simulator.
222 * configure: Regenerate.
223
224 2020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
225 David Faust <david.faust@oracle.com>
226
227 * configure.tgt (sim_arch): Add entry for bpf-*-*.
228 * configure: Regenerate.
229 * MAINTAINERS: Add maintainer for the BPF simulator.
230
231 2019-12-19 Tom Tromey <tromey@adacore.com>
232
233 PR build/24572:
234 * Makefile.in (install-strip): New target.
235
236 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
237
238 * MAINTAINERS: Add myself as PRU maintainer.
239 * configure: Regenerated.
240 * configure.tgt: Add PRU.
241
242 2019-09-18 Alan Modra <amodra@gmail.com>
243
244 * common/sim-load.c, * common/sim-utils.c, * cris/sim-if.c,
245 * erc32/func.c, * lm32/sim-if.c, * m32c/load.c, * m32c/trace.c,
246 * m68hc11/interp.c, * ppc/hw_htab.c, * ppc/hw_init.c,
247 * rl78/load.c, * rl78/trace.c, * rx/gdb-if.c, * rx/load.c,
248 * rx/trace.c: Update throughout for bfd section macro changes.
249
250 2019-02-28 Joel Brobecker <brobecker@adacore.com>
251
252 * MAINTAINERS: Move Mike Frysinger to past maintainers' section.
253
254 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
255
256 * MAINTAINERS: Add Andrew Burgess as global maintainer.
257
258 2019-01-03 Pavel I. Kryukov <kryukov@frtk.ru>
259
260 * sim-base.h: Add 'extern C' if header is compiled with C++.
261
262 2018-12-06 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * common/acinclude.m4 (enable-cgen-maint): Support passing path to
265 cgen source tree.
266 * cris/configure: Regenerate.
267 * frv/configure: Regenerate.
268 * iq2000/configure: Regenerate.
269 * lm32/configure: Regenerate.
270 * m32r/configure: Regenerate.
271 * or1k/configure: Regenerate.
272 * sh64/configure: Regenerate.
273
274 2018-07-20 Maciej W. Rozycki <macro@mips.com>
275
276 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
277 ISA maintenance.
278
279 2018-07-19 DJ Delorie <dj@redhat.com>
280
281 * MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
282
283 2018-07-14 Stafford Horne <shorne@gmail.com>
284
285 * MAINTAINERS (or1k): Add myself as or1k maintainer.
286
287 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
288
289 * All configure.ac: Remove AC_PREREQ.
290 * All configure: Re-generate.
291
292 2018-01-22 Maciej W. Rozycki <macro@mips.com>
293
294 * MAINTAINERS: Update my company e-mail address.
295
296 2017-12-12 Stafford Horne <shorne@gmail.com>
297 Peter Gavin <pgavin@gmail.com>
298
299 * configure: Regenerated.
300
301 2017-12-12 Stafford Horne <shorne@gmail.com>
302 Peter Gavin <pgavin@gmail.com>
303
304 * configure.tgt: Add or1k sim.
305
306 2017-10-12 James Bowman <james.bowman@ftdichip.com>
307
308 * MAINTAINERS (ft32): Add myself.
309
310 2017-10-03 Jim Wilson <wilson@tuliptree.org>
311
312 * MAINTAINERS (aarch64): Update my email address.
313
314 2017-09-06 John Baldwin <jhb@FreeBSD.org>
315
316 * configure.ac: Honor existing CC_FOR_BUILD in environment.
317 * configure: Regenerate.
318
319 2017-02-14 Jim Wilson <jim.wilson@linaro.org>
320
321 * MAINTAINTERS (aarch64): Add myself.
322
323 2016-12-14 Maciej W. Rozycki <macro@imgtec.com>
324
325 * MAINTAINERS (Maintainers for particular sims): Add myself as
326 a MIPS maintainer.
327
328 2016-02-03 Maciej W. Rozycki <macro@linux-mips.org>
329
330 * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
331
332 2016-01-09 Mike Frysinger <vapier@gentoo.org>
333
334 * configure.ac: Delete sim_common check and the
335 AC_CONFIG_SUBDIRS(common) call.
336 * configure: Regenerate.
337 * configure.tgt (sim_common): Delete the variable.
338
339 2016-01-09 Mike Frysinger <vapier@gentoo.org>
340
341 * .gitignore: Delete /common/cconfig.h entry.
342
343 2016-01-05 Nick Clifton <nickc@redhat.com>
344
345 * MAINTAINERS: Add myself as AArch64 sim maintainer.
346
347 2015-12-09 Tristan Gingold <gingold@adacore.com>
348
349 * aarch64/simulator.c: Remove syscall.h include.
350
351 2015-12-26 Mike Frysinger <vapier@gentoo.org>
352
353 * README-HACKING: Delete mention of tconfig.h.
354
355 2015-11-24 Nick Clifton <nickc@redhat.com>
356
357 * configure.tgt: Add aarch64 entry.
358 * configure: Regenerate.
359
360 2015-06-23 Mike Frysinger <vapier@gentoo.org>
361
362 * configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING.
363 * configure: Regenerate.
364
365 2015-06-12 Mike Frysinger <vapier@gentoo.org>
366
367 * README-HACKING: Change configure.in to configure.ac.
368
369 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
370
371 * arm/configure: Regenerated.
372 * avr/configure: Likewise.
373 * bfin/configure: Likewise.
374 * common/configure: Likewise.
375 * cr16/configure: Likewise.
376 * cris/configure: Likewise.
377 * d10v/configure: Likewise.
378 * erc32/configure: Likewise.
379 * frv/configure: Likewise.
380 * ft32/configure: Likewise.
381 * h8300/configure: Likewise.
382 * igen/configure: Likewise.
383 * iq2000/configure: Likewise.
384 * lm32/configure: Likewise.
385 * m32c/configure: Likewise.
386 * m32r/configure: Likewise.
387 * m68hc11/configure: Likewise.
388 * mcore/configure: Likewise.
389 * microblaze/configure: Likewise.
390 * mips/configure: Likewise.
391 * mn10300/configure: Likewise.
392 * moxie/configure: Likewise.
393 * msp430/configure: Likewise.
394 * ppc/configure: Likewise.
395 * rl78/configure: Likewise.
396 * rx/configure: Likewise.
397 * sh/configure: Likewise.
398 * sh64/configure: Likewise.
399 * v850/configure: Likewise.
400
401 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
402
403 * common/Make-common.in (CSEARCH): Remove $(ZLIBINC).
404 (BFD_LIB): Remove $(ZLIB).
405 (CONFIG_LIBS): Add $(ZLIB).
406 * ppc/Makefile.in (ZLIBINC): Removed.
407 (INCLUDES): Remove $(ZLIBINC).
408 (BFD_LIB): Remove $(ZLIB).
409
410 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
411
412 * arm/configure: Regenerated.
413 * avr/configure: Likewise.
414 * bfin/configure: Likewise.
415 * common/configure: Likewise.
416 * cr16/configure: Likewise.
417 * cris/configure: Likewise.
418 * d10v/configure: Likewise.
419 * erc32/configure: Likewise.
420 * frv/configure: Likewise.
421 * ft32/configure: Likewise.
422 * h8300/configure: Likewise.
423 * igen/configure: Likewise.
424 * iq2000/configure: Likewise.
425 * lm32/configure: Likewise.
426 * m32c/configure: Likewise.
427 * m32r/configure: Likewise.
428 * m68hc11/configure: Likewise.
429 * mcore/configure: Likewise.
430 * microblaze/configure: Likewise.
431 * mips/configure: Likewise.
432 * mn10300/configure: Likewise.
433 * moxie/configure: Likewise.
434 * msp430/configure: Likewise.
435 * ppc/configure: Likewise.
436 * rl78/configure: Likewise.
437 * rx/configure: Likewise.
438 * sh/configure: Likewise.
439 * sh64/configure: Likewise.
440 * v850/configure: Likewise.
441
442 2015-03-29 Mike Frysinger <vapier@gentoo.org>
443
444 * configure: Regenerate.
445 * configure.ac: Delete sim_testsuite check and config in testsuite.
446 * configure.tgt (sim_testsuite): Delete everywhere.
447
448 2015-03-28 Mike Frysinger <vapier@gentoo.org>
449
450 * configure: Regenerate.
451 * configure.tgt (avr*-*-*): Set sim_testsuite=yes.
452
453 2015-03-28 James Bowman <james.bowman@ftdichip.com>
454
455 * configure.tgt: Add FT32 entry.
456 * configure: Regenerate.
457
458 2015-03-16 Mike Frysinger <vapier@gentoo.org>
459
460 * .gitignore: Delete tconfig.h.
461 * README-HACKING: Change tconfig.in to tconfig.h.
462
463 2014-03-12 Nick Clifton <nickc@redhat.com>
464
465 * MAINTAINERS: Add myself as the maintainer for the MSP430.
466
467 2014-03-10 Mike Frysinger <vapier@gentoo.org>
468
469 * configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
470 * configure: Regenerate.
471
472 2014-01-06 Tom Tromey <tromey@redhat.com>
473
474 * common/cgen-trace.c: Don't use old VA_* macros.
475 * common/sim-load.c (xprintf): Likewise.
476 * common/sim-trace.c (trace_printf, debug_printf): Likewise.
477
478 2014-01-06 Tom Tromey <tromey@redhat.com>
479
480 * README-HACKING: Don't use PARAMS.
481 * arm/wrapper.c: Don't use PARAMS.
482 * bfin/sim-main.h: Don't use PARAMS.
483 * common/callback.c: Don't use PARAMS.
484 * common/cgen-trace.c: Don't use PARAMS.
485 * common/run-sim.h: Don't use PARAMS.
486 * common/run.c: Don't use PARAMS.
487 * common/sim-base.h: Don't use PARAMS.
488 * common/sim-load.c: Don't use PARAMS.
489 * common/sim-options.h: Don't use PARAMS.
490 * common/sim-trace.c: Don't use PARAMS.
491 * common/sim-trace.h: Don't use PARAMS.
492 * common/sim-utils.h: Don't use PARAMS.
493 * cr16/cr16_sim.h: Don't use PARAMS.
494 * cr16/gencode.c: Don't use PARAMS.
495 * cr16/interp.c: Don't use PARAMS.
496 * cr16/simops.c: Don't use PARAMS.
497 * d10v/d10v_sim.h: Don't use PARAMS.
498 * d10v/gencode.c: Don't use PARAMS.
499 * d10v/interp.c: Don't use PARAMS.
500 * d10v/simops.c: Don't use PARAMS.
501 * erc32/erc32.c: Don't use PARAMS.
502 * erc32/exec.c: Don't use PARAMS.
503 * erc32/float.c: Don't use PARAMS.
504 * erc32/func.c: Don't use PARAMS.
505 * erc32/sis.c: Don't use PARAMS.
506 * erc32/sis.h: Don't use PARAMS.
507 * mips/interp.c: Don't use PARAMS.
508 * mips/sim-main.h: Don't use PARAMS.
509 * sh/interp.c: Don't use PARAMS.
510 * v850/sim-main.h: Don't use PARAMS.
511 * v850/v850_sim.h: Don't use PARAMS.
512
513 2013-11-07 Will Newton <will.newton@linaro.org>
514
515 PR gdb/15508
516 * arm/wrapper.c (sim_create_inferior): Call init before
517 accessing STATE.
518
519 2013-11-07 Will Newton <will.newton@linaro.org>
520
521 PR gdb/8989
522 * arm/wrapper.c (sim_create_inferior): Avoid calling
523 bfd_get_mach with a NULL bfd.
524
525 2013-06-21 Nick Clifton <nickc@redhat.com>
526
527 * msp430: New Directory.
528 * configure.tgt: Add it.
529 * configure: Regenerate.
530
531 2013-03-15 Steve Ellcey <sellcey@mips.com>
532
533 * arm/wrapper.c (sim_complete_command): Make char arguments const.
534 * avr/interp.c (sim_complete_command): Ditto.
535 * common/sim-options.c (sim_complete_command): Ditto.
536 * cr16/interp.c (sim_complete_command): Ditto.
537 * erc32/interf.c (sim_complete_command): Ditto.
538 * m32c/gdb-if.c (sim_complete_command): Ditto.
539 * microblaze/interp.c (sim_complete_command): Ditto.
540 * ppc/sim_calls.c (sim_complete_command): Ditto.
541 * rl78/gdb-if.c (sim_complete_command): Ditto.
542 * rx/gdb-if.c (sim_complete_command): Ditto.
543 * sh/interp.c (sim_complete_command): Ditto.
544
545 2013-01-01 Joel Brobecker <brobecker@adacore.com>
546
547 Update year range in copyright notice of all files.
548
549 2012-12-19 Joel Brobecker <brobecker@adacore.com>
550
551 Update old contact info in GPL license notices.
552
553 2012-12-19 Joel Brobecker <brobecker@adacore.com>
554
555 Update the non-FSF-copyrighted files in sim to GPLv3 or later.
556
557 2012-11-20 Pavel Chupin <pavel.v.chupin@intel.com>
558
559 * common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS
560 condition.
561 * common/acinclude.m4: Define lt_cv_dlopen_libs.
562 * arm/configure: Regenerate.
563 * avr/configure: Regenerate.
564 * bfin/configure: Regenerate.
565 * common/configure: Regenerate.
566 * cr16/configure: Regenerate.
567 * cris/configure: Regenerate.
568 * d10v/configure: Regenerate.
569 * erc32/configure: Regenerate.
570 * frv/configure: Regenerate.
571 * h8300/configure: Regenerate.
572 * igen/configure: Regenerate.
573 * iq2000/configure: Regenerate.
574 * lm32/configure: Regenerate.
575 * m32c/configure: Regenerate.
576 * m32r/configure: Regenerate.
577 * m68hc11/configure: Regenerate.
578 * mcore/configure: Regenerate.
579 * microblaze/configure: Regenerate.
580 * mips/configure: Regenerate.
581 * mn10300/configure: Regenerate.
582 * moxie/configure: Regenerate.
583 * ppc/configure: Regenerate.
584 * rl78/configure: Regenerate.
585 * rx/configure: Regenerate.
586 * sh/configure: Regenerate.
587 * sh64/configure: Regenerate.
588 * testsuite/configure: Regenerate.
589 * v850/configure: Regenerate.
590
591 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
592
593 * MAINTAINERS: Update my email address.
594
595 2012-09-24 Steve Ellcey <sellcey@mips.com>
596
597 * mips/basic.exp: Add mips*-mti-elf* target.
598 * configure.ac: Add mips*-mti-elf* target.
599 * configure: Regenerate.
600
601 2012-06-15 Joel Brobecker <brobecker@adacore.com>
602
603 * configure: Regenerate.
604
605 2012-06-06 Michael Eager <eager@eagercon.com>
606
607 * microblaze/interp.c (config.h): Add #include.
608
609 2011-11-29 Joel Brobecker <brobecker@adacore.com>
610
611 * MAINTAINERS (Global Maintainers): New section. Add Mike
612 Frysinger.
613
614 2011-11-28 DJ Delorie <dj@redhat.com>
615
616 * configure.tgt: Add rl78 support.
617 * configure: Regenerate.
618 * rl78: New directory.
619 * MAINTAINERS: Add myself as RL78 maintainer.
620
621 2011-07-08 Hans-Peter Nilsson <hp@axis.com>
622
623 * MAINTAINERS: Remove Thiemo Seufer.
624
625 2011-06-04 Mike Frysinger <vapier@gentoo.org>
626
627 * configure.tgt (bfin-*-*): Add sim_testsuite=yes.
628 * configure: Regenerate.
629
630 2011-05-04 Joseph Myers <joseph@codesourcery.com>
631
632 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
633 handle targets.
634 * configure: Regenerate.
635
636 2011-03-05 Mike Frysinger <vapier@gentoo.org>
637
638 * MAINTAINERS: Add bfin entry.
639 * configure.tgt (bfin-*-*): Handle bfin targets.
640 * configure: Regenerate.
641
642 2011-01-05 Mike Frysinger <vapier@gentoo.org>
643
644 * .gitignore: Add /*/hw-config.h.
645
646 2010-12-23 Mike Frysinger <vapier@gentoo.org>
647
648 * .gitignore: New file.
649
650 2010-07-28 DJ Delorie <dj@redhat.com>
651
652 * MAINTAINERS: Add self as RX maintainer. Sort list.
653
654 2010-06-08 Nick Clifton <nickc@redhat.com>
655
656 * reg.c (set_oszc): Use unsigned int for the mask.
657 (set_szc, set_osz, set_sz): Likewise.
658
659 2010-04-26 Mike Frysinger <vapier@gentoo.org>
660
661 * configure.ac: Target logic moved out to and included from ...
662 * configure.tgt: ... this new file.
663 * configure: Regenerated.
664
665 2010-04-12 Mike Frysinger <vapier@gentoo.org>
666
667 * README-HACKING: Add more sections.
668
669 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
670
671 * avr/configure: Regenerate.
672 * cris/configure: Regenerate.
673 * microblaze/configure: Regenerate.
674
675 2009-11-24 Joel Brobecker <brobecker@adacore.com>
676
677 * common/aclocal.m4: Add include of ../../config/zlib.m4.
678 * common/common.m4: Use AM_ZLIB to check for zlib support.
679 * ppc/configure.ac: Likewise.
680 * arm/configure, avr/configure, common/configure, cr16/configure,
681 cris/configure, d10v/configure, erc32/configure, frv/configure,
682 h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
683 m32r/configure, m68hc11/configure, mcore/configure,
684 microblaze/configure, mips/configure, mn10300/configure,
685 moxie/configure, ppc/configure, sh/configure, sh64/configure,
686 v850/configure: Regenerate.
687
688 2009-11-24 DJ Delorie <dj@redhat.com>
689
690 * rx: New directory.
691 * configure.ac: Add entry for Renesas RX.
692 * configure: Regenerate.
693
694 2009-10-16 Doug Evans <dje@sebabeach.org>
695
696 * MAINTAINERS: Add myself as m32r maintainer.
697
698 2009-10-15 Michael Egaer <eager@eagercon.com>
699
700 * MAINTAINERS: Add self as MicroBlaze maintainer.
701
702 2009-10-14 Ben Elliston <bje@gnu.org>
703
704 * MAINTAINERS (common): Move myself to "past maintainers" section.
705
706 2009-10-06 Michael Eager <eager@eagercon.com>
707
708 * microblaze/interp.c: Add include microblaze-dis.h.
709
710 2009-09-23 Michael Eager <eager@eagercon.com>
711
712 * configure: Add microblaze-*.* (not regenerated).
713 * configure.ac: Likewise.
714 * microblaze/config.in: New.
715 * microblaze/configure: Generate.
716 * microblaze/configure.ac: New.
717 * microblaze/interp.c: New.
718 * microblaze/Makefile.in: New.
719 * microblaze/microblaze.h: New.
720 * microblaze/microblaze.isa: New.
721 * microblaze/sim-main.h: New.
722 * microblaze/sysdep.h: New.
723
724 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
725
726 * avr/config.in: Regenerate.
727 * avr/configure: Likewise.
728 * configure: Likewise.
729 * cris/config.in: Likewise.
730 * cris/configure: Likewise.
731
732 * configure.ac: m4_include toplevel config/override.m4.
733 * configure: Regenerate.
734 * avr/configure: Regenerate.
735 * cris/configure: Regenerate.
736
737 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
738
739 * Makefile.in (datarootdir): New variable.
740
741 2009-05-18 Jon Beniston <jon@beniston.com>
742
743 * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
744 * configure.ac: Add lm32 target.
745 * lm32: New directory.
746
747 2009-05-11 Andrew Cagney <cagney@gnu.org>
748
749 * MAINTAINERS: Orphan ppc.
750
751 2009-04-30 Anthony Green <green@moxielogic.com>
752
753 * MAINTAINERS: Add myself for the moxie port.
754 * moxie: New directory.
755 * configure.ac: Add entry for moxie.
756 * configure: Regenerate.
757
758 2009-04-27 Tristan Gingold <gingold@adacore.com>
759
760 * avr: New directory.
761 * configure.ac: Add avr.
762 * configure: Regenerated.
763
764 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
765
766 * Makefile.in: Add dummy install-pdf, html, and
767 install-html targets.
768
769 2008-07-29 Nick Clifton <nickc@redhat.com>
770
771 * common/genmloop.sh: Add new parameter: -shell to specify the
772 command interpreter to use to run the input file. This is
773 necessary because otherwise SHELL is taken from the user's
774 environment, and not from the makefile that invoked this script
775 and the user might not be running an sh-like shell.
776 * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
777 * fr30/Makefile.in: Likewise.
778 * frv/Makefile.in: Likewise.
779 * i960/Makefile.in: Likewise.
780 * iq2000/Makefile.in: Likewise.
781 * m32r/Makefile.in: Likewise.
782
783 * frv/mloop.in: Add missing start of line comment marker.
784
785 2008-05-09 Olivier Hainque <hainque@adacore.com>
786
787 * ppc/altivec.igen (vperm): Latch inputs into temporaries.
788
789 2008-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
790
791 * MAINTAINERS: Add myself as maintainer of cr16 port.
792
793 2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
794
795 Add simulator for National cr16 processor.
796 * cr16: New directory.
797 * configure.ac: Add entry for National cr16.
798 * configure: Regenerate.
799
800 2008-02-05 DJ Delorie <dj@redhat.com>
801
802 * configure.ac (v850): V850 now has a testsuite.
803 * configure (v850): Likewise.
804
805 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
806
807 Updated copyright notices for most files.
808
809 2007-12-19 DJ Delorie <dj@redhat.com>
810
811 * frv/frv.c (frvbf_cut): Only look at the six LSBs of
812 cut_point.
813
814 2007-08-24 Joel Brobecker <brobecker@adacore.com>
815
816 Switch the license of all files explicitly copyright the FSF
817 to GPLv3.
818
819 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
820
821 * Makefile.in: Add dummy "pdf" target.
822
823 2007-02-16 Thiemo Seufer <ths@mips.com>
824
825 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
826
827 2007-01-28 Manuel Lauss <slauss@resi.at>
828
829 * configure.ac (sh64-*-*): Change to sh64*-*-*.
830 (sh-*-*): Change to sh*-*-*.
831 * configure: Regenerated.
832
833 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
834
835 Updated copyright notices for most files.
836
837 2006-12-20 Hans-Peter Nilsson <hp@axis.com>
838
839 * Makefile.in (autoconf-common autoheader-common): Only run
840 autoheader on subdirs with a file config.in.
841
842 * configure.ac (common): Make the default "yes" for all targets
843 with sim subdirs.
844 * configure: Regenerate.
845
846 * Makefile.in (autoconf-common autoheader-common): In documented
847 usage, say SHELL=/bin/sh.
848 (.PHONY): Add autoheader-common.
849
850 * MAINTAINERS: Add self as authorized committer for *.
851
852 2006-09-30 Daniel Jacobowitz <dan@codesourcery.com>
853
854 * MAINTAINERS: Add Dave Brolley for sh64.
855
856 2006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
857
858 * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
859 * Makefile.in (FLAGS_TO_PASS): Include libdir.
860 * configure: Regenerated.
861
862 2006-05-05 Andreas Schwab <schwab@suse.de>
863
864 * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
865 * configure: Regenerate.
866
867 * Makefile.in (CFLAGS_FOR_BUILD): Define.
868 (CC_FOR_BUILD): Don't override.
869 (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
870
871 2006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
872
873 * MAINTAINERS: Add an "Authorized committers" section, and list
874 DJ Delorie for v850.
875
876 2006-03-13 DJ Delorie <dj@redhat.com>
877
878 * MAINTAINERS: Add self as m32c sim maintainer.
879
880 2006-01-23 Jim Blandy <jimb@redhat.com>
881
882 Add simulator for Renesas M32C and M16C.
883
884 * m32c: New directory.
885 * configure.ac: Add entry for Renesas M32C.
886 * configure: Regenerate.
887
888 2005-05-26 Chris Demetriou <cgd@netbsd.org>
889
890 * MAINTAINERS: Update my mail address, move myself to the
891 "Past maintainers" section.
892
893 2005-05-17 Corinna Vinschen <vinschen@redhat.com>
894
895 * configure.ac: Add igen to v850 build.
896 * configure: Regenerate.
897
898 2005-04-29 Paul Brook <paul@codesourcery.com>
899
900 * common/callback.c (PIPE_BUF): Provide default definition.
901 (os_lstat): Use stat if lstat is not available on the host.
902 (os_ftruncate): Return EINVAL if not available on the host.
903 (os_truncate): Ditto.
904 * common/configure.ac: Check for lstat, truncate and ftruncate.
905 * common/configure: Regenerate.
906 * common/config.in: Regenerate.
907
908 2005-04-27 Paul Brook <paul@codesourcery.com>
909
910 * common/Make-common.in: Add $(EXEEXT) to "run".
911
912 2005-04-15 Corinna Vinschen <vinschen@redhat.com>
913
914 * configure.ac: Add explicit sh64 case.
915 * configure: Regenerate.
916
917 2005-03-30 Paul Brook <paul@codesourcery.com>
918
919 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
920
921 2005-02-28 Jim Blandy <jimb@redhat.com>
922
923 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
924 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
925 Regenerated, after change to common/aclocal.m4.
926
927 2005-02-18 Corinna Vinschen <vinschen@redhat.com>
928
929 * iq2000: New target subdirectory.
930 * configure.ac: Add iq2000 target.
931 * configure: Regenerate.
932
933 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
934
935 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
936 (realclean, install): Fail if subdir make failed.
937
938 2005-01-28 Hans-Peter Nilsson <hp@axis.com>
939
940 * cris: New directory, simulator for Axis Communications CRIS
941 including CRIS v32, CGEN-based.
942 * configure.ac: Add corresponding configury.
943 * configure: Regenerate.
944
945 2005-01-17 Andrew Cagney <cagney@gnu.org>
946
947 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
948 common directory. Remove sparc*-*-* from list.
949
950 2005-01-11 Andrew Cagney <cagney@gnu.org>
951
952 * Makefile.in (autoconf-common autoheader-common): Add --force to
953 autoconf and autoheader.
954 (autoconf-common autoheader-common)
955 (autoconf-install autoheader-install): Check for configure.ac, not
956 configure.in.
957 * configure.ac: Delete AC_CONFIG_AUX_DIR.
958 * configure: Re-generate.
959
960 2005-01-07 Andrew Cagney <cagney@gnu.org>
961
962 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
963 correctly calls AC_CONFIG_SUBDIRS.
964 * configure: Re-generate.
965
966 2004-12-01 Andrew Cagney <cagney@gnu.org>
967
968 * i960, h8500: Delete directory.
969
970 2004-11-12 Andrew Cagney <cagney@gnu.org>
971
972 * d30v, fr30, mn10200, z8k: Delete directory.
973
974 2004-03-10 Ben Elliston <bje@gnu.org>
975
976 * MAINTAINERS: Update my mail address.
977
978 2004-01-26 Chris Demetriou <cgd@broadcom.com>
979
980 * configure.in (mips*-*-*): Configure in testsuite.
981 * configure: Regenerate.
982
983 2003-10-08 Dave Brolley <brolley@redhat.com>
984
985 * configure.in: Move frv handling to alphabetically correct placement.
986
987 2003-09-03 Andreas Schwab <schwab@suse.de>
988
989 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
990
991 2003-08-29 Dave Brolley <brolley@redhat.com>
992
993 * MAINTAINERS: Add myself as maintainer of the FRV port.
994
995 2003-08-20 Michael Snyder <msnyder@redhat.com>
996 Dave Brolley <brolley@redhat.com>
997
998 * frv/: New directory, simulator for the Fujitsu FRV.
999 * configure.in: Add frv configury.
1000 * configure: Regenerate.
1001
1002 2003-08-10 Ben Elliston <bje@wasabisystems.com>
1003
1004 * MAINTAINERS: Update my mail address.
1005
1006 2003-08-09 Andrew Cagney <cagney@redhat.com>
1007
1008 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
1009 maintenance. List igen and sh maintainers. Mention that target
1010 and global maintainers pick up the slack.
1011
1012 2003-07-09 Michael Snyder <msnyder@redhat.com>
1013
1014 * configure.in: Add testsuite to extra_subdirs for sh.
1015 * configure: Regenerate.
1016
1017 2003-01-23 Nick Clifton <nickc@redhat.com>
1018
1019 * Add sh2e support:
1020
1021 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
1022
1023 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
1024
1025 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
1026
1027 * MAINTAINERS: Update my email address.
1028
1029 2002-07-17 Andrew Cagney <ac131313@redhat.com>
1030
1031 * w65/: Delete directory.
1032
1033 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1034
1035 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
1036 * configure: Re-generate.
1037
1038 2002-07-13 Andrew Cagney <ac131313@redhat.com>
1039
1040 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
1041 * configure: Re-generate.
1042
1043 2002-06-16 Andrew Cagney <ac131313@redhat.com>
1044
1045 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
1046 id, date and host to be overriden by NAME, ID, DATE and HOST
1047 respectfully. Use ISO dates.
1048
1049 Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
1050
1051 * Makefile.in (ChangeLog): New makefile variable.
1052 * README-HACKING: Mention the ChangeLog makefile variable.
1053
1054 2002-06-01 Andrew Cagney <ac131313@redhat.com>
1055
1056 * tic80/: Delete directory.
1057
1058 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1059
1060 * MAINTAINERS: Update my email address.
1061
1062 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1063
1064 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
1065
1066 2002-03-01 Frank Ch. Eigler <fche@redhat.com>
1067
1068 * MAINTAINERS: Record self as a co-maintainer of just common/.
1069
1070 2002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
1071
1072 * MAINTAINERS: Point to GDB files describing overall maintaince
1073 and check-in procedures.
1074
1075 2002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
1076
1077 * MAINTAINERS: Add myself for ARM portions.
1078
1079 2001-10-19 Andrew Cagney <ac131313@redhat.com>
1080
1081 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
1082 * configure: Re-generate.
1083
1084 2001-02-16 Ben Elliston <bje@redhat.com>
1085
1086 * MAINTAINERS: Add myself for common portions.
1087
1088 2001-01-15 Chris Demetriou <cgd@broadcom.com>
1089
1090 * MAINTAINERS: Added self and Andrew for the mips sim.
1091
1092 2000-10-25 Geoff Keating <geoffk@cygnus.com>
1093
1094 * MAINTAINERS: Added self and Andrew for the ppc sim.
1095
1096 Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
1097
1098 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1099 * m68hc11: New directory.
1100 * configure.in: Add.
1101 * configure: Regenerate.
1102
1103 Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1104
1105 * tic80: New directory.
1106 * configure.in: Add configury.
1107 * configure: Regenerate.
1108
1109 2000-04-20 Nick Clifton <nickc@cygnus.com>
1110
1111 * configure.in (extra_subdirs): Add testsuite to strongarm
1112 directories.
1113 * configure: Regenerate.
1114
1115 Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1116
1117 * MAINTAINERS: New file. Blank.
1118
1119 1999-11-18 Ben Elliston <bje@cygnus.com>
1120
1121 * configure.in: Require autoconf 2.13 and remove obsolete
1122 invocation of AC_C_CROSS.
1123 * configure: Regenerate.
1124
1125 1999-09-29 Doug Evans <devans@casey.cygnus.com>
1126
1127 * configure.in: Configure the testsuite directory for thumb.
1128 * configure: Regenerate.
1129
1130 1999-07-16 Ben Elliston <bje@cygnus.com>
1131
1132 * configure.in: Configure the testsuite directory for arm.
1133 * configure: Regenerate.
1134
1135 1999-04-08 Nick Clifton <nickc@cygnus.com>
1136
1137 * configure.in: Add support for MCore target.
1138 * configure: Regenerate.
1139
1140 1999-03-14 Stan Shebs <shebs@andros.cygnus.com>
1141
1142 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
1143 RUNTEST instead of commenting out, fixes portability problem.
1144
1145 1999-02-08 Nick Clifton <nickc@cygnus.com>
1146
1147 * configure.in: Add support for StrongARM target.
1148 * configure: Regenerate.
1149
1150 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1151
1152 * configure.in: Require autoconf 2.12.1 or higher.
1153
1154 1998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1155
1156 * configure.in (i960-*-*): Add.
1157 * configure: Rebuild.
1158
1159 Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
1160
1161 * configure.in: Added case for fr30-*-*.
1162 * configure: Regenerated.
1163
1164 Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
1165
1166 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1167 to allow successful operation on Windows.
1168
1169 Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1170
1171 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1172 check can be invoked recursively.
1173
1174 Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
1175
1176 * configure.in: Build simulator on sparclite and sparc86x targets.
1177 * configure: Regenerate.
1178
1179 Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
1180
1181 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
1182 to autoconf and autoheader.
1183
1184 Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
1185
1186 * Makefile.in (autoconf-common autoheader-common): Pass `-l
1187 ../common' to autoconf and autoheader. Unconditionally run
1188 autoconf in every subdir.
1189 (autoconf-changelog autoheader-changelog): Unconditionally run
1190 commands in every subdir.
1191 (autoconf-install autoheader-install): Likewise.
1192
1193 Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1194
1195 * Makefile.in: Get SHELL from configure.
1196 * (FLAGS_TO_PASS): Pass down SHELL.
1197 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
1198 NT native builds.
1199
1200 Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1201
1202 * configure.in (extra_subdirs): Enable igen for mn10300.
1203 * configure: Re-generate.
1204
1205 Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
1206
1207 * configure.in (extra_subdirs): Add support for thumb target.
1208
1209 * configure (extra_subdirs): Add support for thumb target.
1210
1211 Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1212
1213 * configure.in (extra_subdirs): Add IGEN directory when MIPS
1214 target.
1215 * configure: Regenerate.
1216
1217 Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1218
1219 * configure.in (extra_subdirs): v850ea needs igen.
1220 * configure: Re-generate.
1221
1222 Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1223
1224 * configure.in (testdir): When a testsuite directory, add that to
1225 the list of confdirs.
1226
1227 Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1228
1229 * configure.in (extra_subdirs): Enable igen ready for V850.
1230
1231 Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1232
1233 * configure.in (w65-*-*, only_if_enabled): Set.
1234 * configure: Re-generate.
1235
1236 Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
1237
1238 * configure.in (sparc*-*-*, only_if_enabled): Set
1239 only_if_enabled=yes. Check only_if_enabled before enabling a
1240 simulator.
1241 * configure: Regenerate.
1242
1243 Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1244
1245 * configure.in (extra_subdirs): Add v850e target.
1246
1247 Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1248
1249 * configure.in (extra_subdirs): Add v850ea target.
1250
1251 Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
1252
1253 * configure.in (sparc*-*-*): Don't build erc32.
1254 * configure: Regenerate.
1255
1256 Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
1257
1258 * configure.in (m32r-*-*): New target.
1259 * configure: Regenerate.
1260
1261 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1262
1263 Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
1264
1265 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1266 thought that .NOEXPORT was the default target.
1267
1268 Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
1269
1270 * Makefile.in (clean mostlyclean): Restore targets accidentally
1271 deleted in earlier change.
1272
1273 Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1274
1275 * Makefile.in (autoheader-common, autoheader-changelog,
1276 autoheader-install): Perform autoheader in addition to autoconf.
1277
1278 Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
1279
1280 * Makefile.in (autoconf-install): New target.
1281 (autoconf-changelog): Try different way to obtain user name.
1282
1283 Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1284
1285 * Makefile.in (autoconf-changelog): New target, update
1286 ChangeLog for all subdirectories - normally used after
1287 autoconf-common target.
1288
1289 Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1290
1291 * configure.in (extra_subdirs): Include testsuite for d30v.
1292 * configure: Regenerate.
1293
1294 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
1295 ../gdb/Makefile.in
1296 (check): New rules - drive the testsuite.
1297
1298 Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
1299
1300 * configure.in: Add mn10200 configure lines accidentally
1301 removed.
1302 * configure: Regenerated.
1303
1304 Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
1305
1306 * configure.in (extra_subdirs): Generalize common sub directory
1307 into a list.
1308 (extra_subdirs): For d30v add igen to the list to be built.
1309
1310 Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
1311
1312 * configure.in (d30v): New target.
1313 * configure: Regenerated.
1314
1315 Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
1316
1317 * configure.in: Don't require GCC to build the mn10200
1318 simulator anymore.
1319 * configure: Rebuilt.
1320
1321 Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
1322
1323 * configure.in: Don't configure any subdirs if no simulator
1324 is being built. Don't use erc32 for sparc64.
1325 * configure: Regenerated.
1326
1327 Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
1328
1329 * Makefile.in (autoconf-common): New target.
1330 * configure.in: Do configure common.
1331 * configure: Regenerated.
1332
1333 Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
1334
1335 * configure configure.in: Don't configure common anymore. Files
1336 from common are now built in the individual simualtor directories.
1337 This fixes problems with the WinGDB build procedure.
1338
1339 Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
1340
1341 * configure: Enable the mn10200 simulator.
1342
1343 Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
1344
1345 * configure.in (configdirs): Add common.
1346 * configure: Regenerated.
1347
1348 Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1349
1350 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
1351 system V based targets.
1352 * configure: Regenerate.
1353
1354 Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
1355
1356 * configure.in (--enable-sim-powerpc): Delete.
1357 (--enable-sim): Add.
1358 * configure: Regenerated.
1359
1360 Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
1361
1362 * configure.in: Only build the V850 simulator if
1363 we are using gcc.
1364 * configure: Rebuild.
1365
1366 Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
1367
1368 * configure.in: Do build erc32 for DOS and Windows hosts.
1369 * configure: Rebuild.
1370
1371 Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1372
1373 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
1374 be inherited from the parent. Remove INSTALL_XFORM and
1375 INSTALL_XFORM1. Make INSTALL be set from configure.
1376
1377 Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1378
1379 * configure.in: Only build the MIPS simulator if we are using
1380 gcc.
1381 * configure: Rebuild.
1382
1383 Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
1384
1385 * configure.in (v850-*-*): Added V850 simulator.
1386
1387 Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1388
1389 * configure.in (d10v-*-*): Added D10V simulator.
1390
1391 Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1392
1393 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1394 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1395 (docdir): Removed.
1396 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1397 (AC_PROG_INSTALL): Added.
1398 * configure: Rebuilt.
1399
1400 Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
1401
1402 * configure.in: Only configure erc32 if using gcc.
1403 * configure: Rebuild.
1404
1405 Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1406
1407 * configure.in (sim_target): Build PowerPC simulator for powerpc
1408 System V.4, Solaris, and Elf targets.
1409 * configure: Regenerate with autoconf 2.10.
1410
1411 Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
1412
1413 * configure.in: Only built erc32 simulator on Unix hosts as it
1414 uses pseudo ttys.
1415 * configure: Regenerated with autoconf 2.8.
1416
1417 Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1418
1419 * erc32: Sparc simulator from the ESA.
1420
1421 Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
1422
1423 From: Miles Bader <miles@gnu.ai.mit.edu>
1424 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
1425 * configure: Regenerate using autoconf.
1426
1427 Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1428
1429 * Makefile.in (install): Fix typo.
1430
1431 Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
1432
1433 * configure: Regenerate with autoconf 2.7.
1434
1435 * Makefile.in (all): Simplify.
1436 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
1437 as in the all target.
1438 (distclean, maintainer-clean, realclean): Likewise.
1439 (install): Likewise.
1440
1441 Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
1442
1443 * Makefile.in (all): Remove extra '\' char from shell script.
1444
1445 Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
1446
1447 * Makefile.in (all): Avoid a for loop with zero elements, even if
1448 the loop will not be executed because of an if statement.
1449
1450 Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
1451
1452 * Makefile.in (install): Add missing semicolon in "fi \".
1453
1454 Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1455
1456 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
1457 defaults from configure.
1458
1459 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
1460 configure defaults.
1461 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
1462 if either --enable-sim-powerpc is used, or the host compiler is
1463 GCC.
1464
1465 Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1466
1467 * configure.in (mips*-*-*): Added "mips" simulator target.
1468 * configure: Re-generated.
1469
1470 Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
1471
1472 * Makefile.in (BISON): Remove macro.
1473 (FLAGS_TO_PASS): Remove BISON.
1474
1475 Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1476
1477 * configure.in: Explicitly `exit 0' for broken shells.
1478 * configure: Rebuilt.
1479
1480 Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1481
1482 * common/run.c (main): Initialize the callbacks.
1483
1484 Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
1485
1486 * Makefile.in (maintainer-clean): New synonym for realclean.
1487
1488 Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1489
1490 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
1491 the target is powerpc*-*-eabisim*, since it requires GCC to build.
1492
1493 Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1494
1495 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1496 <cagney@highland.com.au>.
1497 * configure: Regnerate from configure.in.
1498
1499 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1500
1501 * Update all FSF addresses except those in COPYING* files.
1502
1503 Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
1504
1505 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
1506 submakes either default or passed in value.
1507
1508 Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1509
1510 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
1511 install): Changed targets so that they descend all
1512 subdirectories in $(SUBDIRS).
1513 (*-all, *-clean, *-install): Removed targets.
1514
1515 * configure.in: Don't bother with target makefile fragments, they
1516 are no longer needed.
1517 * configure: regenerated.
1518
1519 * Makefile.in, configure.in: converted to autoconf.
1520 * configure: New file, generated with autconf 2.4.
1521
1522 Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
1523
1524 * Makefile.in: Support ARM.
1525 * configure.in: Ditto.
1526
1527 Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
1528
1529 * Makefile.in: Support W65.
1530 * configure.in: Ditto.
1531
1532 Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1533
1534 * Makefile.in: Add TAGS target.
1535
1536 Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1537
1538 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
1539 install-h8300, clean-h8300, all-h8500, install-h8500,
1540 clean-h8500, all-sh, install-sh, clean-sh): do not echo
1541 recursion lines.
1542
1543 Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1544
1545 * Makefile.in: remove endian.h trace from h8500
1546
1547 Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
1548
1549 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1550
1551 Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1552
1553 * Makefile.in: make all of the all-* target (except all-nothing)
1554 depend on endian.h, so that if we're not building a simulator, we
1555 don't built endian
1556
1557 Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
1558
1559 * Makefile.in (check, installcheck): Added dummy targets.
1560
1561 Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
1562
1563 * Makefile.in (endian): Find endian.c in $(srcdir), and also
1564 explicitly make it, since some makes apparently don't work with
1565 VPATH and .c to executable rules (SunOS make for example).
1566
1567 Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1568
1569 * Makefile.in (endian): Add explicit rule for broken makes.
1570
1571 Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
1572
1573 * Makefile.in (info, install-info): New targets.
1574 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1575 level Makefile.
1576
1577 Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
1578
1579 * Makefile.in (endian.h): build endian.h via a temporary file so
1580 that we don't leave an incomplete file lying around on
1581 interrupted builds.
1582 (clean): remove endian, e.h, and endian.h.
1583
1584 Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1585
1586 * Makefile.in, configure.in: if target isn't supported, build a
1587 harmless makefile.
This page took 0.0629 seconds and 4 git commands to generate.