generate single html manual page by default
[deliverable/binutils-gdb.git] / sim / ChangeLog
CommitLineData
0d315c88
DD
12021-05-07 Dimitar Dimitrov <dimitar@dinux.eu>
2
3 * Makefile.in: Rebuild.
4
a0c4531a
TT
52021-05-04 Tom Tromey <tromey@adacore.com>
6
7 * Makefile.in: Rebuild.
8 * Makefile.am (AM_CPPFLAGS): New variable.
9
aa0fca16
MF
102021-05-04 Mike Frysinger <vapier@gentoo.org>
11
12 * m4/sim_ac_toolchain.m4 (SIM_AC_TOOLCHAIN): Define AR_FOR_BUILD and
13 RANLIB_FOR_BUILD.
14 * configure, Makefile.in: Regenerate.
15
fe348617
MF
162021-05-01 Mike Frysinger <vapier@gentoo.org>
17
18 * m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.
19
bd0918c9
MF
202021-04-26 Mike Frysinger <vapier@gentoo.org>
21
22 * README-HACKING (nltvals.def): Update to gennltvals.py.
23
66d055c7
MF
242021-04-26 Mike Frysinger <vapier@gentoo.org>
25
26 * m4/sim_ac_output.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_HARDWARE.
27
9d903352
MF
282021-04-23 Mike Frysinger <vapier@gentoo.org>
29
30 * README-HACKING (SIM_AC_OPTION_HARDWARE): Delete first two args.
31 * m4/sim_ac_option_hardware.m4 (SIM_AC_OPTION_HARDWARE): Replace [$1]
32 with yes. Delete test [$2]. Change [$3] to [$1]. Update comments.
33
19f6a43c
TT
342021-04-22 Tom Tromey <tom@tromey.com>
35
36 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for sys/time.h
37 or sys/times.h.
38
efd82ac7
TT
392021-04-22 Tom Tromey <tom@tromey.com>
40
41 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for make.
42
1f195bc3
SM
432021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
44
45 * m4/sim_ac_option_warnings.m4 (SIM_AC_OPTION_WARNINGS): Use
46 -Werror when probing for supported warning flags.
47
2c2645d7
MF
482021-04-18 Mike Frysinger <vapier@gentoo.org>
49
50 * m4/sim_ac_common.m4: Change AC_CHECK_HEADERS to
51 AC_CHECK_HEADERS_ONCE, merge calls, and sort args.
52
37e9f182
MF
532021-04-18 Mike Frysinger <vapier@gentoo.org>
54
55 * m4/sim_ac_common.m4: Change AC_CHECK_FUNCS to AC_CHECK_FUNCS_ONCE,
56 merge calls, and sort args.
57
26da232c
MF
582021-04-03 Mike Frysinger <vapier@gentoo.org>
59
60 * configure.ac: Add --example-sims option.
61 * configure: Regenerate.
62
a389375f
MF
632021-04-03 Mike Frysinger <vapier@gentoo.org>
64
65 * Makefile.am (check_PROGRAMS, CLEANFILES, DISTCLEANFILES): Define.
66 * Makefile.in: Regenerated.
67
a0e674c1
MF
682021-04-03 Mike Frysinger <vapier@gentoo.org>
69
70 * Makefile.am (SIM_PRIMARY_TARGET, AM_MAKEFLAGS): Define.
71 * configure.ac: Add --enable-targets option. Define SIM_PRIMARY_TARGET
72 and SIM_TARGET. Rewrite case statement with SIM_TARGET calls.
73 * Makefile.in, configure: Regenerate.
74
b6b1c790
MF
752021-04-02 Mike Frysinger <vapier@gentoo.org>
76
77 * Makefile.am [SIM_ENABLE_IGEN]: Include igen/local.mk.
78 * configure.ac: Delete AC_CONFIG_SUBDIRS(igen) call.
79 (SIM_ENABLE_IGEN): Define.
80 * configure, Makefile.in: Regenerate.
81
c2783492
MF
822021-04-02 Mike Frysinger <vapier@gentoo.org>
83
84 * Makefile.am (ACLOCAL_AMFLAGS): Add -Im4.
85 (COMPILE_FOR_BUILD, LINK_FOR_BUILD): Define.
86 * configure.ac: Replace toolchain calls with SIM_AC_TOOLCHAIN.
87 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace toolchain calls
88 with SIM_AC_TOOLCHAIN.
89 * m4/sim_ac_toolchain.m4: New file.
90 * aclocal.m4, configure, Makefile.in: Regenerate.
91
8c379db2
TT
922021-03-08 Tom Tromey <tromey@adacore.com>
93
94 * aclocal.m4, configure, Makefile.in: Rebuild.
95 * configure.ac: Use AM_MAINTAINER_MODE.
96
6c57b87f
MF
972021-03-07 Mike Frysinger <vapier@gentoo.org>
98
99 * configure.ac (AC_CONFIG_FILES): Delete testsuite/Makefile.
100 * Makefile.am: Include testsuite/local.mk.
101 (AUTOMAKE_OPTIONS): Add dejagnu.
102 * configure, Makefile.in: Regenerated.
103
6bddc3e8
MF
1042021-03-07 Mike Frysinger <vapier@gentoo.org>
105
106 * Makefile.am: New file.
107 * configure.ac: Update AC_INIT call. Move AC_CANONICAL_SYSTEM after
108 it. Call AM_INIT_AUTOMAKE. Delete AC_CONFIG_MACRO_DIRS.
109 * aclocal.m4, configure, Makefile.in: Regenerated.
110
c25ea03d
MF
1112021-02-28 Mike Frysinger <vapier@gentoo.org>
112
113 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Delete CC_FOR_BUILD test.
114 Change CC_FOR_BUILD assignment. Define CFLAGS_FOR_BUILD.
115
ebe9564b
MF
1162021-02-28 Mike Frysinger <vapier@gentoo.org>
117
a3e2cc64
MF
118 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace AR assignment and
119 AC_SUBST(AR) with call to AC_CHECK_TOOL(AR, ar).
ebe9564b
MF
120
1212021-02-28 Mike Frysinger <vapier@gentoo.org>
122
123 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Require AC_PROG_CPP.
124
ed30adf7
MF
1252021-02-28 Mike Frysinger <vapier@gentoo.org>
126
127 * README-HACKING: Delete SIM_EXTRA_LIBDEPS.
128
f8069d55
MF
1292021-02-27 Mike Frysinger <vapier@gentoo.org>
130
131 * README-HACKING: Delete SIM_EXTRA_ALL.
132
760b3e8b
MF
1332021-02-21 Mike Frysinger <vapier@gentoo.org>
134
135 * m4/sim_ac_common.m4, m4/sim_ac_option_alignment.m4,
136 m4/sim_ac_option_assert.m4, m4/sim_ac_option_bitsize.m4,
137 m4/sim_ac_option_cgen_maint.m4, m4/sim_ac_option_default_model.m4,
138 m4/sim_ac_option_endian.m4, m4/sim_ac_option_environment.m4,
139 m4/sim_ac_option_float.m4, m4/sim_ac_option_hardware.m4,
140 m4/sim_ac_option_inline.m4, m4/sim_ac_option_reserved_bits.m4,
141 m4/sim_ac_option_scache.m4, m4/sim_ac_option_smp.m4,
142 m4/sim_ac_option_warnings.m4, m4/sim_ac_option_xor_endian.m4,
143 m4/sim_ac_output.m4: New files.
144
3e8bb3e9
MF
1452021-02-20 Mike Frysinger <vapier@gentoo.org>
146
147 * configure.tgt: Move arch list ...
148 * configure.ac: ... here.
149 * configure: Regenerate.
150
5a9f5403
NC
1512021-02-19 Nelson Chu <nelson.chu@sifive.com>
152
153 PR 27158
154 * riscv/sim-main.c (execute_i): Updated encoding macros.
155
b0dcd7d8
MF
1562021-02-13 Mike Frysinger <vapier@gentoo.org>
157
158 * configure.tgt: Delete call to AC_SUBST(sim_arch).
159 * configure: Regenerate.
160
136da8cd
MF
1612021-02-13 Mike Frysinger <vapier@gentoo.org>
162
163 * README-HACKING: Replace sinclude with AC_CONFIG_MACRO_DIRS in
164 configure.ac skeleton.
165
4c0d76b9
MF
1662021-02-06 Mike Frysinger <vapier@gentoo.org>
167
168 * README-HACKING: Replace STATE_WATCHPOINTS with CPU_PC_FETCH.
169
aa09469f
MF
1702021-02-06 Mike Frysinger <vapier@gentoo.org>
171
172 * configure.ac (HDEFINES): Delete AC_SUBST call.
173 * configure: Regenerate.
174
b9249c46
MF
1752021-02-04 Mike Frysinger <vapier@gentoo.org>
176
177 * configure.tgt (sim_arch): Add entry for riscv*-*-*.
178 * configure: Regenerate.
179
9a7ba4aa
MF
1802021-01-30 Mike Frysinger <vapier@gentoo.org>
181
182 * Makefile.in (nltvals): Change to gennltvals.py.
183
d4e3adda
MF
1842021-01-30 Mike Frysinger <vapier@gentoo.org>
185
186 * README-HACKING: Delete reference to sizeof_pc.
187
008a02e3
MF
1882021-01-29 Mike Frysinger <vapier@gentoo.org>
189
190 * MAINTAINERS (Global Maintainers): Move myself back.
191
5e25901f
MF
1922021-01-18 Mike Frysinger <vapier@gentoo.org>
193
194 * configure.ac: Call AC_PROG_CPP.
195 * configure: Regenerate.
196 * Makefile.in (abs_srcdir, srcroot, CPP): Define.
197 (nltvals): New target.
198 * README-HACKING: Change headers to nltvals.
199
4cfcd3b3
MF
2002021-01-18 Mike Frysinger <vapier@gentoo.org>
201
202 * Makefile.in (headers): Change args to gennltvals.sh.
203 * gennltvals.sh: Rewrite from scratch.
204 * gentvals.sh: Delete.
205 * nltvals.def: Regen.
206
bb3eddb5
MF
2072021-01-15 Mike Frysinger <vapier@gentoo.org>
208
209 * configure.ac: Delete AC_CONFIG_SUBDIRS(testsuite) call.
210 Add AC_CONFIG_FILES([Makefile testsuite/Makefile]) call.
211 Drop argument to AC_OUTPUT.
212 * configure: Regenerate.
213
68895f7d
MF
2142021-01-12 Mike Frysinger <vapier@gentoo.org>
215
216 * README-HACKING (SIM_RUN_OBJS): Delete.
217
f8cab0b9
MF
2182021-01-09 Mike Frysinger <vapier@gentoo.org>
219
220 * MAINTAINERS (sh64): Move to past maintainers.
221 * configure: Regenerate.
222 * configure.tgt (sh64*-*-*): Delete.
223 * sh64/: Delete.
224
50df264d
MF
2252021-01-09 Mike Frysinger <vapier@gentoo.org>
226
227 * README-HACKING (AC_PREREQ): Delete.
228
46f900c0
MF
2292021-01-08 Mike Frysinger <vapier@gentoo.org>
230
231 * README-HACKING (C Language Assumptions): Require C11 compiler.
232
1d01693f
JM
2332020-09-03 Jose E. Marchesi <jose.marchesi@oracle.com>
234
235 * configure.ac: Do not configure sim/testsuite nor sim/igen if the
236 primary target doesn't have a simulator.
237 * configure: Regenerate.
238
b26e2ae7
JM
2392020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
240 David Faust <david.faust@oracle.com>
241
242 * configure.tgt (sim_arch): Add entry for bpf-*-*.
243 * configure: Regenerate.
244 * MAINTAINERS: Add maintainer for the BPF simulator.
b26e2ae7 245
78aa740b
TT
2462019-12-19 Tom Tromey <tromey@adacore.com>
247
248 PR build/24572:
249 * Makefile.in (install-strip): New target.
250
ddd44b70
DD
2512019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
252
253 * MAINTAINERS: Add myself as PRU maintainer.
254 * configure: Regenerated.
255 * configure.tgt: Add PRU.
256
fd361982
AM
2572019-09-18 Alan Modra <amodra@gmail.com>
258
259 * common/sim-load.c, * common/sim-utils.c, * cris/sim-if.c,
260 * erc32/func.c, * lm32/sim-if.c, * m32c/load.c, * m32c/trace.c,
261 * m68hc11/interp.c, * ppc/hw_htab.c, * ppc/hw_init.c,
262 * rl78/load.c, * rl78/trace.c, * rx/gdb-if.c, * rx/load.c,
263 * rx/trace.c: Update throughout for bfd section macro changes.
264
9c4c3318
JB
2652019-02-28 Joel Brobecker <brobecker@adacore.com>
266
267 * MAINTAINERS: Move Mike Frysinger to past maintainers' section.
268
007024cc
SM
2692019-02-13 Simon Marchi <simon.marchi@ericsson.com>
270
271 * MAINTAINERS: Add Andrew Burgess as global maintainer.
272
444b3fae
ПК
2732019-01-03 Pavel I. Kryukov <kryukov@frtk.ru>
274
275 * sim-base.h: Add 'extern C' if header is compiled with C++.
276
7fb45a68
AB
2772018-12-06 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * common/acinclude.m4 (enable-cgen-maint): Support passing path to
280 cgen source tree.
281 * cris/configure: Regenerate.
282 * frv/configure: Regenerate.
283 * iq2000/configure: Regenerate.
284 * lm32/configure: Regenerate.
285 * m32r/configure: Regenerate.
286 * or1k/configure: Regenerate.
287 * sh64/configure: Regenerate.
288
e2e31f10
MR
2892018-07-20 Maciej W. Rozycki <macro@mips.com>
290
291 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
292 ISA maintenance.
293
79f5b65e
DD
2942018-07-19 DJ Delorie <dj@redhat.com>
295
296 * MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
297
31375626
SH
2982018-07-14 Stafford Horne <shorne@gmail.com>
299
300 * MAINTAINERS (or1k): Add myself as or1k maintainer.
301
d0ac1c44
SM
3022018-06-19 Simon Marchi <simon.marchi@ericsson.com>
303
304 * All configure.ac: Remove AC_PREREQ.
305 * All configure: Re-generate.
306
d65ce302
MR
3072018-01-22 Maciej W. Rozycki <macro@mips.com>
308
309 * MAINTAINERS: Update my company e-mail address.
310
0cd79707
SH
3112017-12-12 Stafford Horne <shorne@gmail.com>
312 Peter Gavin <pgavin@gmail.com>
313
314 * configure: Regenerated.
6e51bfa7 315
fa8b7c21
SH
3162017-12-12 Stafford Horne <shorne@gmail.com>
317 Peter Gavin <pgavin@gmail.com>
318
319 * configure.tgt: Add or1k sim.
3b4b0a62 320
d268bbaf
JB
3212017-10-12 James Bowman <james.bowman@ftdichip.com>
322
323 * MAINTAINERS (ft32): Add myself.
324
c0107b0f
JW
3252017-10-03 Jim Wilson <wilson@tuliptree.org>
326
327 * MAINTAINERS (aarch64): Update my email address.
328
5c887dd5
JB
3292017-09-06 John Baldwin <jhb@FreeBSD.org>
330
331 * configure.ac: Honor existing CC_FOR_BUILD in environment.
332 * configure: Regenerate.
333
742e3a77
JW
3342017-02-14 Jim Wilson <jim.wilson@linaro.org>
335
336 * MAINTAINTERS (aarch64): Add myself.
337
cadf97cf
MR
3382016-12-14 Maciej W. Rozycki <macro@imgtec.com>
339
340 * MAINTAINERS (Maintainers for particular sims): Add myself as
341 a MIPS maintainer.
342
3b8f2c8b
MR
3432016-02-03 Maciej W. Rozycki <macro@linux-mips.org>
344
345 * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
346
5295724c
MF
3472016-01-09 Mike Frysinger <vapier@gentoo.org>
348
349 * configure.ac: Delete sim_common check and the
350 AC_CONFIG_SUBDIRS(common) call.
351 * configure: Regenerate.
352 * configure.tgt (sim_common): Delete the variable.
353
936df756
MF
3542016-01-09 Mike Frysinger <vapier@gentoo.org>
355
356 * .gitignore: Delete /common/cconfig.h entry.
357
4eb70007
NC
3582016-01-05 Nick Clifton <nickc@redhat.com>
359
360 * MAINTAINERS: Add myself as AArch64 sim maintainer.
361
ac8eefeb
TG
3622015-12-09 Tristan Gingold <gingold@adacore.com>
363
364 * aarch64/simulator.c: Remove syscall.h include.
365
1b393626
MF
3662015-12-26 Mike Frysinger <vapier@gentoo.org>
367
368 * README-HACKING: Delete mention of tconfig.h.
369
2e8cf49e
NC
3702015-11-24 Nick Clifton <nickc@redhat.com>
371
372 * configure.tgt: Add aarch64 entry.
373 * configure: Regenerate.
2e8cf49e 374
8d0978fb
MF
3752015-06-23 Mike Frysinger <vapier@gentoo.org>
376
377 * configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING.
378 * configure: Regenerate.
379
306f4178
MF
3802015-06-12 Mike Frysinger <vapier@gentoo.org>
381
382 * README-HACKING: Change configure.in to configure.ac.
383
7fed4b0b
L
3842015-04-02 H.J. Lu <hongjiu.lu@intel.com>
385
386 * arm/configure: Regenerated.
387 * avr/configure: Likewise.
388 * bfin/configure: Likewise.
389 * common/configure: Likewise.
390 * cr16/configure: Likewise.
391 * cris/configure: Likewise.
392 * d10v/configure: Likewise.
393 * erc32/configure: Likewise.
394 * frv/configure: Likewise.
395 * ft32/configure: Likewise.
396 * h8300/configure: Likewise.
397 * igen/configure: Likewise.
398 * iq2000/configure: Likewise.
399 * lm32/configure: Likewise.
400 * m32c/configure: Likewise.
401 * m32r/configure: Likewise.
402 * m68hc11/configure: Likewise.
403 * mcore/configure: Likewise.
404 * microblaze/configure: Likewise.
405 * mips/configure: Likewise.
406 * mn10300/configure: Likewise.
407 * moxie/configure: Likewise.
408 * msp430/configure: Likewise.
409 * ppc/configure: Likewise.
410 * rl78/configure: Likewise.
411 * rx/configure: Likewise.
412 * sh/configure: Likewise.
413 * sh64/configure: Likewise.
414 * v850/configure: Likewise.
415
79730a3b
L
4162015-04-01 H.J. Lu <hongjiu.lu@intel.com>
417
418 * common/Make-common.in (CSEARCH): Remove $(ZLIBINC).
419 (BFD_LIB): Remove $(ZLIB).
420 (CONFIG_LIBS): Add $(ZLIB).
421 * ppc/Makefile.in (ZLIBINC): Removed.
422 (INCLUDES): Remove $(ZLIBINC).
423 (BFD_LIB): Remove $(ZLIB).
424
0ceaf1ec
L
4252015-04-01 H.J. Lu <hongjiu.lu@intel.com>
426
427 * arm/configure: Regenerated.
428 * avr/configure: Likewise.
429 * bfin/configure: Likewise.
430 * common/configure: Likewise.
431 * cr16/configure: Likewise.
432 * cris/configure: Likewise.
433 * d10v/configure: Likewise.
434 * erc32/configure: Likewise.
435 * frv/configure: Likewise.
436 * ft32/configure: Likewise.
437 * h8300/configure: Likewise.
438 * igen/configure: Likewise.
439 * iq2000/configure: Likewise.
440 * lm32/configure: Likewise.
441 * m32c/configure: Likewise.
442 * m32r/configure: Likewise.
443 * m68hc11/configure: Likewise.
444 * mcore/configure: Likewise.
445 * microblaze/configure: Likewise.
446 * mips/configure: Likewise.
447 * mn10300/configure: Likewise.
448 * moxie/configure: Likewise.
449 * msp430/configure: Likewise.
450 * ppc/configure: Likewise.
451 * rl78/configure: Likewise.
452 * rx/configure: Likewise.
453 * sh/configure: Likewise.
454 * sh64/configure: Likewise.
455 * v850/configure: Likewise.
456
6dae8a88
MF
4572015-03-29 Mike Frysinger <vapier@gentoo.org>
458
459 * configure: Regenerate.
460 * configure.ac: Delete sim_testsuite check and config in testsuite.
461 * configure.tgt (sim_testsuite): Delete everywhere.
462
eca5fe42
MF
4632015-03-28 Mike Frysinger <vapier@gentoo.org>
464
465 * configure: Regenerate.
466 * configure.tgt (avr*-*-*): Set sim_testsuite=yes.
467
f46e4eb7
JB
4682015-03-28 James Bowman <james.bowman@ftdichip.com>
469
470 * configure.tgt: Add FT32 entry.
471 * configure: Regenerate.
472
ae7d0cac
MF
4732015-03-16 Mike Frysinger <vapier@gentoo.org>
474
475 * .gitignore: Delete tconfig.h.
476 * README-HACKING: Change tconfig.in to tconfig.h.
477
77017251
NC
4782014-03-12 Nick Clifton <nickc@redhat.com>
479
480 * MAINTAINERS: Add myself as the maintainer for the MSP430.
481
f32d1b7f
MF
4822014-03-10 Mike Frysinger <vapier@gentoo.org>
483
484 * configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
485 * configure: Regenerate.
486
6104cb7a
TT
4872014-01-06 Tom Tromey <tromey@redhat.com>
488
489 * common/cgen-trace.c: Don't use old VA_* macros.
490 * common/sim-load.c (xprintf): Likewise.
491 * common/sim-trace.c (trace_printf, debug_printf): Likewise.
492
bdca5ee4
TT
4932014-01-06 Tom Tromey <tromey@redhat.com>
494
495 * README-HACKING: Don't use PARAMS.
496 * arm/wrapper.c: Don't use PARAMS.
497 * bfin/sim-main.h: Don't use PARAMS.
498 * common/callback.c: Don't use PARAMS.
499 * common/cgen-trace.c: Don't use PARAMS.
500 * common/run-sim.h: Don't use PARAMS.
501 * common/run.c: Don't use PARAMS.
502 * common/sim-base.h: Don't use PARAMS.
503 * common/sim-load.c: Don't use PARAMS.
504 * common/sim-options.h: Don't use PARAMS.
505 * common/sim-trace.c: Don't use PARAMS.
506 * common/sim-trace.h: Don't use PARAMS.
507 * common/sim-utils.h: Don't use PARAMS.
508 * cr16/cr16_sim.h: Don't use PARAMS.
509 * cr16/gencode.c: Don't use PARAMS.
510 * cr16/interp.c: Don't use PARAMS.
511 * cr16/simops.c: Don't use PARAMS.
512 * d10v/d10v_sim.h: Don't use PARAMS.
513 * d10v/gencode.c: Don't use PARAMS.
514 * d10v/interp.c: Don't use PARAMS.
515 * d10v/simops.c: Don't use PARAMS.
516 * erc32/erc32.c: Don't use PARAMS.
517 * erc32/exec.c: Don't use PARAMS.
518 * erc32/float.c: Don't use PARAMS.
519 * erc32/func.c: Don't use PARAMS.
520 * erc32/sis.c: Don't use PARAMS.
521 * erc32/sis.h: Don't use PARAMS.
522 * mips/interp.c: Don't use PARAMS.
523 * mips/sim-main.h: Don't use PARAMS.
524 * sh/interp.c: Don't use PARAMS.
525 * v850/sim-main.h: Don't use PARAMS.
526 * v850/v850_sim.h: Don't use PARAMS.
527
1ed6c797
WN
5282013-11-07 Will Newton <will.newton@linaro.org>
529
530 PR gdb/15508
531 * arm/wrapper.c (sim_create_inferior): Call init before
532 accessing STATE.
533
8782aa32
WN
5342013-11-07 Will Newton <will.newton@linaro.org>
535
d40af490 536 PR gdb/8989
8782aa32
WN
537 * arm/wrapper.c (sim_create_inferior): Avoid calling
538 bfd_get_mach with a NULL bfd.
539
3346cfda
NC
5402013-06-21 Nick Clifton <nickc@redhat.com>
541
542 * msp430: New Directory.
543 * configure.tgt: Add it.
544 * configure: Regenerate.
545
3cb2ab1a
SE
5462013-03-15 Steve Ellcey <sellcey@mips.com>
547
548 * arm/wrapper.c (sim_complete_command): Make char arguments const.
549 * avr/interp.c (sim_complete_command): Ditto.
550 * common/sim-options.c (sim_complete_command): Ditto.
551 * cr16/interp.c (sim_complete_command): Ditto.
552 * erc32/interf.c (sim_complete_command): Ditto.
553 * m32c/gdb-if.c (sim_complete_command): Ditto.
554 * microblaze/interp.c (sim_complete_command): Ditto.
555 * ppc/sim_calls.c (sim_complete_command): Ditto.
556 * rl78/gdb-if.c (sim_complete_command): Ditto.
557 * rx/gdb-if.c (sim_complete_command): Ditto.
558 * sh/interp.c (sim_complete_command): Ditto.
559
8acc9f48
JB
5602013-01-01 Joel Brobecker <brobecker@adacore.com>
561
562 Update year range in copyright notice of all files.
563
51b318de
JB
5642012-12-19 Joel Brobecker <brobecker@adacore.com>
565
566 Update old contact info in GPL license notices.
567
3fd725ef
JB
5682012-12-19 Joel Brobecker <brobecker@adacore.com>
569
570 Update the non-FSF-copyrighted files in sim to GPLv3 or later.
571
6bb11ab3
L
5722012-11-20 Pavel Chupin <pavel.v.chupin@intel.com>
573
574 * common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS
575 condition.
576 * common/acinclude.m4: Define lt_cv_dlopen_libs.
577 * arm/configure: Regenerate.
578 * avr/configure: Regenerate.
579 * bfin/configure: Regenerate.
580 * common/configure: Regenerate.
581 * cr16/configure: Regenerate.
582 * cris/configure: Regenerate.
583 * d10v/configure: Regenerate.
584 * erc32/configure: Regenerate.
585 * frv/configure: Regenerate.
586 * h8300/configure: Regenerate.
587 * igen/configure: Regenerate.
588 * iq2000/configure: Regenerate.
589 * lm32/configure: Regenerate.
590 * m32c/configure: Regenerate.
591 * m32r/configure: Regenerate.
592 * m68hc11/configure: Regenerate.
593 * mcore/configure: Regenerate.
594 * microblaze/configure: Regenerate.
595 * mips/configure: Regenerate.
596 * mn10300/configure: Regenerate.
597 * moxie/configure: Regenerate.
598 * ppc/configure: Regenerate.
599 * rl78/configure: Regenerate.
600 * rx/configure: Regenerate.
601 * sh/configure: Regenerate.
602 * sh64/configure: Regenerate.
603 * testsuite/configure: Regenerate.
604 * v850/configure: Regenerate.
605
2d1ef085
SC
6062012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
607
608 * MAINTAINERS: Update my email address.
609
c429cfcf
SE
6102012-09-24 Steve Ellcey <sellcey@mips.com>
611
612 * mips/basic.exp: Add mips*-mti-elf* target.
613 * configure.ac: Add mips*-mti-elf* target.
614 * configure: Regenerate.
615
5f3ef9d0
JB
6162012-06-15 Joel Brobecker <brobecker@adacore.com>
617
618 * configure: Regenerate.
619
f5546abd
ME
6202012-06-06 Michael Eager <eager@eagercon.com>
621
622 * microblaze/interp.c (config.h): Add #include.
623
c36260c7
JB
6242011-11-29 Joel Brobecker <brobecker@adacore.com>
625
626 * MAINTAINERS (Global Maintainers): New section. Add Mike
627 Frysinger.
628
87326c78
DD
6292011-11-28 DJ Delorie <dj@redhat.com>
630
631 * configure.tgt: Add rl78 support.
632 * configure: Regenerate.
633 * rl78: New directory.
634 * MAINTAINERS: Add myself as RL78 maintainer.
635
26e0f8db
HPN
6362011-07-08 Hans-Peter Nilsson <hp@axis.com>
637
638 * MAINTAINERS: Remove Thiemo Seufer.
639
1d7b4a70
MF
6402011-06-04 Mike Frysinger <vapier@gentoo.org>
641
642 * configure.tgt (bfin-*-*): Add sim_testsuite=yes.
643 * configure: Regenerate.
644
4d393d60
JM
6452011-05-04 Joseph Myers <joseph@codesourcery.com>
646
647 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
648 handle targets.
649 * configure: Regenerate.
650
ef016f83
MF
6512011-03-05 Mike Frysinger <vapier@gentoo.org>
652
653 * MAINTAINERS: Add bfin entry.
654 * configure.tgt (bfin-*-*): Handle bfin targets.
655 * configure: Regenerate.
656
85ab1af8
MF
6572011-01-05 Mike Frysinger <vapier@gentoo.org>
658
659 * .gitignore: Add /*/hw-config.h.
660
fdb38a1c
MF
6612010-12-23 Mike Frysinger <vapier@gentoo.org>
662
663 * .gitignore: New file.
664
d61e002c
DD
6652010-07-28 DJ Delorie <dj@redhat.com>
666
667 * MAINTAINERS: Add self as RX maintainer. Sort list.
668
32b269ae
NC
6692010-06-08 Nick Clifton <nickc@redhat.com>
670
671 * reg.c (set_oszc): Use unsigned int for the mask.
672 (set_szc, set_osz, set_sz): Likewise.
673
119da465
MF
6742010-04-26 Mike Frysinger <vapier@gentoo.org>
675
676 * configure.ac: Target logic moved out to and included from ...
677 * configure.tgt: ... this new file.
678 * configure: Regenerated.
679
aba193a5
MF
6802010-04-12 Mike Frysinger <vapier@gentoo.org>
681
682 * README-HACKING: Add more sections.
683
3725885a
RW
6842010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
685
686 * avr/configure: Regenerate.
687 * cris/configure: Regenerate.
688 * microblaze/configure: Regenerate.
689
5912fadd
JB
6902009-11-24 Joel Brobecker <brobecker@adacore.com>
691
692 * common/aclocal.m4: Add include of ../../config/zlib.m4.
693 * common/common.m4: Use AM_ZLIB to check for zlib support.
694 * ppc/configure.ac: Likewise.
695 * arm/configure, avr/configure, common/configure, cr16/configure,
696 cris/configure, d10v/configure, erc32/configure, frv/configure,
697 h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
698 m32r/configure, m68hc11/configure, mcore/configure,
699 microblaze/configure, mips/configure, mn10300/configure,
700 moxie/configure, ppc/configure, sh/configure, sh64/configure,
701 v850/configure: Regenerate.
702
4f8d4a38
DD
7032009-11-24 DJ Delorie <dj@redhat.com>
704
705 * rx: New directory.
706 * configure.ac: Add entry for Renesas RX.
707 * configure: Regenerate.
708
0a8d1bde
DE
7092009-10-16 Doug Evans <dje@sebabeach.org>
710
711 * MAINTAINERS: Add myself as m32r maintainer.
712
060916aa
ME
7132009-10-15 Michael Egaer <eager@eagercon.com>
714
715 * MAINTAINERS: Add self as MicroBlaze maintainer.
716
42c8b6b5
BE
7172009-10-14 Ben Elliston <bje@gnu.org>
718
719 * MAINTAINERS (common): Move myself to "past maintainers" section.
720
419c2fda
ME
7212009-10-06 Michael Eager <eager@eagercon.com>
722
723 * microblaze/interp.c: Add include microblaze-dis.h.
72f4393d 724
bd30e45a
ME
7252009-09-23 Michael Eager <eager@eagercon.com>
726
727 * configure: Add microblaze-*.* (not regenerated).
728 * configure.ac: Likewise.
729 * microblaze/config.in: New.
730 * microblaze/configure: Generate.
731 * microblaze/configure.ac: New.
732 * microblaze/interp.c: New.
733 * microblaze/Makefile.in: New.
734 * microblaze/microblaze.h: New.
735 * microblaze/microblaze.isa: New.
736 * microblaze/sim-main.h: New.
737 * microblaze/sysdep.h: New.
738
d6416cdc
RW
7392009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
740
81ecdfbb
RW
741 * avr/config.in: Regenerate.
742 * avr/configure: Likewise.
743 * configure: Likewise.
744 * cris/config.in: Likewise.
745 * cris/configure: Likewise.
746
d6416cdc
RW
747 * configure.ac: m4_include toplevel config/override.m4.
748 * configure: Regenerate.
749 * avr/configure: Regenerate.
750 * cris/configure: Regenerate.
751
96e946ca
RW
7522009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
753
754 * Makefile.in (datarootdir): New variable.
755
c28c63d8
JB
7562009-05-18 Jon Beniston <jon@beniston.com>
757
72f4393d
L
758 * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
759 * configure.ac: Add lm32 target.
760 * lm32: New directory.
c28c63d8 761
90e2fa9c
AC
7622009-05-11 Andrew Cagney <cagney@gnu.org>
763
764 * MAINTAINERS: Orphan ppc.
765
fdd6fa61
AG
7662009-04-30 Anthony Green <green@moxielogic.com>
767
768 * MAINTAINERS: Add myself for the moxie port.
769 * moxie: New directory.
770 * configure.ac: Add entry for moxie.
771 * configure: Regenerate.
772
df1756f4
TG
7732009-04-27 Tristan Gingold <gingold@adacore.com>
774
775 * avr: New directory.
df1756f4
TG
776 * configure.ac: Add avr.
777 * configure: Regenerated.
778
89a34d1b
JM
7792009-04-17 Carlos O'Donell <carlos@codesourcery.com>
780
781 * Makefile.in: Add dummy install-pdf, html, and
782 install-html targets.
783
086c6838
NC
7842008-07-29 Nick Clifton <nickc@redhat.com>
785
786 * common/genmloop.sh: Add new parameter: -shell to specify the
787 command interpreter to use to run the input file. This is
788 necessary because otherwise SHELL is taken from the user's
789 environment, and not from the makefile that invoked this script
790 and the user might not be running an sh-like shell.
791 * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
792 * fr30/Makefile.in: Likewise.
793 * frv/Makefile.in: Likewise.
794 * i960/Makefile.in: Likewise.
795 * iq2000/Makefile.in: Likewise.
796 * m32r/Makefile.in: Likewise.
797
798 * frv/mloop.in: Add missing start of line comment marker.
799
7010a0c9
JB
8002008-05-09 Olivier Hainque <hainque@adacore.com>
801
802 * ppc/altivec.igen (vperm): Latch inputs into temporaries.
803
84234f6d
SR
8042008-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
805
806 * MAINTAINERS: Add myself as maintainer of cr16 port.
807
7c607148
SR
8082008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
809
810 Add simulator for National cr16 processor.
811 * cr16: New directory.
812 * configure.ac: Add entry for National cr16.
813 * configure: Regenerate.
814
c5fbc25b
DD
8152008-02-05 DJ Delorie <dj@redhat.com>
816
817 * configure.ac (v850): V850 now has a testsuite.
818 * configure (v850): Likewise.
819
9b254dd1
DJ
8202008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
821
822 Updated copyright notices for most files.
823
beb7a883
DD
8242007-12-19 DJ Delorie <dj@redhat.com>
825
826 * frv/frv.c (frvbf_cut): Only look at the six LSBs of
827 cut_point.
828
4744ac1b
JB
8292007-08-24 Joel Brobecker <brobecker@adacore.com>
830
831 Switch the license of all files explicitly copyright the FSF
832 to GPLv3.
833
9453113a
DJ
8342007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
835
836 * Makefile.in: Add dummy "pdf" target.
837
792fe9c9
TS
8382007-02-16 Thiemo Seufer <ths@mips.com>
839
840 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
841
cecb04b7
MF
8422007-01-28 Manuel Lauss <slauss@resi.at>
843
844 * configure.ac (sh64-*-*): Change to sh64*-*-*.
845 (sh-*-*): Change to sh*-*-*.
846 * configure: Regenerated.
847
20ac0504
DJ
8482007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
849
850 Updated copyright notices for most files.
851
49cbcfe9
HPN
8522006-12-20 Hans-Peter Nilsson <hp@axis.com>
853
570ee7f0
HPN
854 * Makefile.in (autoconf-common autoheader-common): Only run
855 autoheader on subdirs with a file config.in.
856
c4d800ae
HPN
857 * configure.ac (common): Make the default "yes" for all targets
858 with sim subdirs.
859 * configure: Regenerate.
860
e80204fc
HPN
861 * Makefile.in (autoconf-common autoheader-common): In documented
862 usage, say SHELL=/bin/sh.
863 (.PHONY): Add autoheader-common.
864
49cbcfe9
HPN
865 * MAINTAINERS: Add self as authorized committer for *.
866
bac25e5b
DJ
8672006-09-30 Daniel Jacobowitz <dan@codesourcery.com>
868
869 * MAINTAINERS: Add Dave Brolley for sh64.
870
ce928021
DJ
8712006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
872
873 * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
874 * Makefile.in (FLAGS_TO_PASS): Include libdir.
875 * configure: Regenerated.
876
4b164edf
AS
8772006-05-05 Andreas Schwab <schwab@suse.de>
878
879 * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
880 * configure: Regenerate.
881
882 * Makefile.in (CFLAGS_FOR_BUILD): Define.
883 (CC_FOR_BUILD): Don't override.
884 (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
885
8b2f7496
DJ
8862006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
887
888 * MAINTAINERS: Add an "Authorized committers" section, and list
889 DJ Delorie for v850.
890
1f810f78
DD
8912006-03-13 DJ Delorie <dj@redhat.com>
892
893 * MAINTAINERS: Add self as m32c sim maintainer.
894
d45a4bef
JB
8952006-01-23 Jim Blandy <jimb@redhat.com>
896
897 Add simulator for Renesas M32C and M16C.
898
899 * m32c: New directory.
900 * configure.ac: Add entry for Renesas M32C.
901 * configure: Regenerate.
902
d81ffbc4
CD
9032005-05-26 Chris Demetriou <cgd@netbsd.org>
904
905 * MAINTAINERS: Update my mail address, move myself to the
906 "Past maintainers" section.
907
c3357c64
CV
9082005-05-17 Corinna Vinschen <vinschen@redhat.com>
909
910 * configure.ac: Add igen to v850 build.
911 * configure: Regenerate.
912
33aa0cbb
PB
9132005-04-29 Paul Brook <paul@codesourcery.com>
914
44cd25cf 915 * common/callback.c (PIPE_BUF): Provide default definition.
33aa0cbb
PB
916 (os_lstat): Use stat if lstat is not available on the host.
917 (os_ftruncate): Return EINVAL if not available on the host.
918 (os_truncate): Ditto.
919 * common/configure.ac: Check for lstat, truncate and ftruncate.
920 * common/configure: Regenerate.
921 * common/config.in: Regenerate.
922
4ec242d7
PB
9232005-04-27 Paul Brook <paul@codesourcery.com>
924
925 * common/Make-common.in: Add $(EXEEXT) to "run".
926
21bc7567
CV
9272005-04-15 Corinna Vinschen <vinschen@redhat.com>
928
929 * configure.ac: Add explicit sh64 case.
930 * configure: Regenerate.
931
74ec5579
PB
9322005-03-30 Paul Brook <paul@codesourcery.com>
933
934 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
935
51216631
JB
9362005-02-28 Jim Blandy <jimb@redhat.com>
937
938 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
939 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
940 Regenerated, after change to common/aclocal.m4.
941
edece237
CV
9422005-02-18 Corinna Vinschen <vinschen@redhat.com>
943
944 * iq2000: New target subdirectory.
945 * configure.ac: Add iq2000 target.
946 * configure: Regenerate.
947
8bdcadb1
HPN
9482005-01-29 Hans-Peter Nilsson <hp@axis.com>
949
950 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
951 (realclean, install): Fail if subdir make failed.
952
f6bcefef
HPN
9532005-01-28 Hans-Peter Nilsson <hp@axis.com>
954
955 * cris: New directory, simulator for Axis Communications CRIS
956 including CRIS v32, CGEN-based.
957 * configure.ac: Add corresponding configury.
958 * configure: Regenerate.
959
4ac6917f
AC
9602005-01-17 Andrew Cagney <cagney@gnu.org>
961
962 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
963 common directory. Remove sparc*-*-* from list.
72f4393d 964
38f48d72
AC
9652005-01-11 Andrew Cagney <cagney@gnu.org>
966
967 * Makefile.in (autoconf-common autoheader-common): Add --force to
968 autoconf and autoheader.
969 (autoconf-common autoheader-common)
970 (autoconf-install autoheader-install): Check for configure.ac, not
971 configure.in.
972 * configure.ac: Delete AC_CONFIG_AUX_DIR.
973 * configure: Re-generate.
974
b7026657
AC
9752005-01-07 Andrew Cagney <cagney@gnu.org>
976
977 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
978 correctly calls AC_CONFIG_SUBDIRS.
979 * configure: Re-generate.
980
33841fd9
AC
9812004-12-01 Andrew Cagney <cagney@gnu.org>
982
44b263ce 983 * i960, h8500: Delete directory.
33841fd9 984
c46ec85d
AC
9852004-11-12 Andrew Cagney <cagney@gnu.org>
986
987 * d30v, fr30, mn10200, z8k: Delete directory.
988
523f6a27
BE
9892004-03-10 Ben Elliston <bje@gnu.org>
990
991 * MAINTAINERS: Update my mail address.
992
df0a8012
CD
9932004-01-26 Chris Demetriou <cgd@broadcom.com>
994
995 * configure.in (mips*-*-*): Configure in testsuite.
996 * configure: Regenerate.
997
b4ab4027
DB
9982003-10-08 Dave Brolley <brolley@redhat.com>
999
1000 * configure.in: Move frv handling to alphabetically correct placement.
1001
fb72cee0
AS
10022003-09-03 Andreas Schwab <schwab@suse.de>
1003
1004 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
1005
b3af7bdf
DB
10062003-08-29 Dave Brolley <brolley@redhat.com>
1007
1008 * MAINTAINERS: Add myself as maintainer of the FRV port.
1009
84fabdf6 10102003-08-20 Michael Snyder <msnyder@redhat.com>
72f4393d 1011 Dave Brolley <brolley@redhat.com>
84fabdf6 1012
b3af7bdf 1013 * frv/: New directory, simulator for the Fujitsu FRV.
84fabdf6
DB
1014 * configure.in: Add frv configury.
1015 * configure: Regenerate.
1016
c53d60d8
BE
10172003-08-10 Ben Elliston <bje@wasabisystems.com>
1018
1019 * MAINTAINERS: Update my mail address.
1020
c55433ef
AC
10212003-08-09 Andrew Cagney <cagney@redhat.com>
1022
1023 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
1024 maintenance. List igen and sh maintainers. Mention that target
1025 and global maintainers pick up the slack.
1026
ac78c4ba
MS
10272003-07-09 Michael Snyder <msnyder@redhat.com>
1028
1029 * configure.in: Add testsuite to extra_subdirs for sh.
1030 * configure: Regenerate.
1031
2bc8946d
NC
10322003-01-23 Nick Clifton <nickc@redhat.com>
1033
1034 * Add sh2e support:
1035
ac78c4ba 10362002-04-02 Alexandre Oliva <aoliva@redhat.com>
2bc8946d 1037
ac78c4ba 1038 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
2bc8946d 1039
a926ab2f
GK
10402002-08-24 Geoffrey Keating <geoffk@redhat.com>
1041
1042 * MAINTAINERS: Update my email address.
1043
de0a1e42
AC
10442002-07-17 Andrew Cagney <ac131313@redhat.com>
1045
1046 * w65/: Delete directory.
1047
7a3085c1
AC
10482002-07-16 Andrew Cagney <ac131313@redhat.com>
1049
1050 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
1051 * configure: Re-generate.
1052
3fbeef0b
AC
10532002-07-13 Andrew Cagney <ac131313@redhat.com>
1054
1055 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
1056 * configure: Re-generate.
72f4393d 1057
3832c25c
AC
10582002-06-16 Andrew Cagney <ac131313@redhat.com>
1059
1060 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
1061 id, date and host to be overriden by NAME, ID, DATE and HOST
1062 respectfully. Use ISO dates.
1063
c93abbcc
AC
1064Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
1065
1066 * Makefile.in (ChangeLog): New makefile variable.
1067 * README-HACKING: Mention the ChangeLog makefile variable.
1068
e4045cdb
AC
10692002-06-01 Andrew Cagney <ac131313@redhat.com>
1070
1071 * tic80/: Delete directory.
1072
2be99286
SC
10732002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1074
1075 * MAINTAINERS: Update my email address.
1076
44befb9f
SC
10772002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1078
1079 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
1080
ce93e51a
FCE
10812002-03-01 Frank Ch. Eigler <fche@redhat.com>
1082
1083 * MAINTAINERS: Record self as a co-maintainer of just common/.
1084
72ca629f
NC
10852002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
1086
1087 * MAINTAINERS: Point to GDB files describing overall maintaince
1088 and check-in procedures.
1089
00125dd0
NC
10902002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
1091
1092 * MAINTAINERS: Add myself for ARM portions.
1093
457174f6
AC
10942001-10-19 Andrew Cagney <ac131313@redhat.com>
1095
1096 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
1097 * configure: Re-generate.
1098
9afc4bbf
BE
10992001-02-16 Ben Elliston <bje@redhat.com>
1100
1101 * MAINTAINERS: Add myself for common portions.
1102
0b8c7076
CD
11032001-01-15 Chris Demetriou <cgd@broadcom.com>
1104
1105 * MAINTAINERS: Added self and Andrew for the mips sim.
1106
c56a7a95
GK
11072000-10-25 Geoff Keating <geoffk@cygnus.com>
1108
1109 * MAINTAINERS: Added self and Andrew for the ppc sim.
1110
5d031c16
AC
1111Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
1112
1113 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1114 * m68hc11: New directory.
1115 * configure.in: Add.
1116 * configure: Regenerate.
1117
6c29acca
AC
1118Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1119
1120 * tic80: New directory.
1121 * configure.in: Add configury.
1122 * configure: Regenerate.
1123
bcd65766
NC
11242000-04-20 Nick Clifton <nickc@cygnus.com>
1125
1126 * configure.in (extra_subdirs): Add testsuite to strongarm
72f4393d 1127 directories.
bcd65766
NC
1128 * configure: Regenerate.
1129
7158fd7f
AC
1130Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1131
1132 * MAINTAINERS: New file. Blank.
1133
c2d11a7d
JM
11341999-11-18 Ben Elliston <bje@cygnus.com>
1135
1136 * configure.in: Require autoconf 2.13 and remove obsolete
1137 invocation of AC_C_CROSS.
1138 * configure: Regenerate.
1139
2acceee2
JM
11401999-09-29 Doug Evans <devans@casey.cygnus.com>
1141
1142 * configure.in: Configure the testsuite directory for thumb.
1143 * configure: Regenerate.
1144
6426a772
JM
11451999-07-16 Ben Elliston <bje@cygnus.com>
1146
1147 * configure.in: Configure the testsuite directory for arm.
1148 * configure: Regenerate.
1149
7a292a7a
SS
11501999-04-08 Nick Clifton <nickc@cygnus.com>
1151
1152 * configure.in: Add support for MCore target.
1153 * configure: Regenerate.
1154
c906108c
SS
11551999-03-14 Stan Shebs <shebs@andros.cygnus.com>
1156
1157 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
1158 RUNTEST instead of commenting out, fixes portability problem.
1159
c906108c
SS
11601999-02-08 Nick Clifton <nickc@cygnus.com>
1161
1162 * configure.in: Add support for StrongARM target.
1163 * configure: Regenerate.
1164
c906108c
SS
11651999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1166
1167 * configure.in: Require autoconf 2.12.1 or higher.
1168
11691998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1170
1171 * configure.in (i960-*-*): Add.
1172 * configure: Rebuild.
1173
1174Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
1175
1176 * configure.in: Added case for fr30-*-*.
1177 * configure: Regenerated.
1178
1179Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
1180
1181 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1182 to allow successful operation on Windows.
1183
1184Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1185
25c1c397
JM
1186 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1187 check can be invoked recursively.
c906108c
SS
1188
1189Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
1190
1191 * configure.in: Build simulator on sparclite and sparc86x targets.
1192 * configure: Regenerate.
1193
1194Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
1195
1196 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
1197 to autoconf and autoheader.
1198
1199Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
1200
1201 * Makefile.in (autoconf-common autoheader-common): Pass `-l
1202 ../common' to autoconf and autoheader. Unconditionally run
1203 autoconf in every subdir.
1204 (autoconf-changelog autoheader-changelog): Unconditionally run
1205 commands in every subdir.
1206 (autoconf-install autoheader-install): Likewise.
1207
1208Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1209
1210 * Makefile.in: Get SHELL from configure.
1211 * (FLAGS_TO_PASS): Pass down SHELL.
1212 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
1213 NT native builds.
1214
1215Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1216
1217 * configure.in (extra_subdirs): Enable igen for mn10300.
1218 * configure: Re-generate.
1219
1220Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
1221
1222 * configure.in (extra_subdirs): Add support for thumb target.
1223
1224 * configure (extra_subdirs): Add support for thumb target.
1225
1226Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1227
1228 * configure.in (extra_subdirs): Add IGEN directory when MIPS
1229 target.
1230 * configure: Regenerate.
72f4393d 1231
c906108c
SS
1232Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1233
1234 * configure.in (extra_subdirs): v850ea needs igen.
1235 * configure: Re-generate.
72f4393d 1236
c906108c
SS
1237Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1238
1239 * configure.in (testdir): When a testsuite directory, add that to
1240 the list of confdirs.
1241
1242Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1243
1244 * configure.in (extra_subdirs): Enable igen ready for V850.
1245
1246Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1247
1248 * configure.in (w65-*-*, only_if_enabled): Set.
1249 * configure: Re-generate.
72f4393d 1250
c906108c
SS
1251Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
1252
1253 * configure.in (sparc*-*-*, only_if_enabled): Set
1254 only_if_enabled=yes. Check only_if_enabled before enabling a
1255 simulator.
1256 * configure: Regenerate.
72f4393d 1257
c906108c
SS
1258Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1259
1260 * configure.in (extra_subdirs): Add v850e target.
1261
1262Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1263
1264 * configure.in (extra_subdirs): Add v850ea target.
1265
1266Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
1267
1268 * configure.in (sparc*-*-*): Don't build erc32.
1269 * configure: Regenerate.
1270
1271Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
1272
1273 * configure.in (m32r-*-*): New target.
1274 * configure: Regenerate.
1275
1276 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1277
1278Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
1279
1280 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1281 thought that .NOEXPORT was the default target.
1282
1283Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
1284
1285 * Makefile.in (clean mostlyclean): Restore targets accidentally
1286 deleted in earlier change.
1287
1288Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1289
1290 * Makefile.in (autoheader-common, autoheader-changelog,
1291 autoheader-install): Perform autoheader in addition to autoconf.
1292
1293Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
1294
1295 * Makefile.in (autoconf-install): New target.
1296 (autoconf-changelog): Try different way to obtain user name.
1297
1298Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1299
1300 * Makefile.in (autoconf-changelog): New target, update
1301 ChangeLog for all subdirectories - normally used after
1302 autoconf-common target.
1303
1304Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1305
1306 * configure.in (extra_subdirs): Include testsuite for d30v.
1307 * configure: Regenerate.
72f4393d 1308
c906108c
SS
1309 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
1310 ../gdb/Makefile.in
1311 (check): New rules - drive the testsuite.
1312
1313Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
1314
1315 * configure.in: Add mn10200 configure lines accidentally
1316 removed.
1317 * configure: Regenerated.
1318
1319Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
1320
1321 * configure.in (extra_subdirs): Generalize common sub directory
1322 into a list.
1323 (extra_subdirs): For d30v add igen to the list to be built.
1324
1325Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
1326
1327 * configure.in (d30v): New target.
1328 * configure: Regenerated.
72f4393d 1329
c906108c
SS
1330Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
1331
1332 * configure.in: Don't require GCC to build the mn10200
1333 simulator anymore.
1334 * configure: Rebuilt.
1335
1336Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
1337
1338 * configure.in: Don't configure any subdirs if no simulator
1339 is being built. Don't use erc32 for sparc64.
1340 * configure: Regenerated.
1341
1342Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
1343
1344 * Makefile.in (autoconf-common): New target.
1345 * configure.in: Do configure common.
1346 * configure: Regenerated.
1347
1348Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
1349
1350 * configure configure.in: Don't configure common anymore. Files
1351 from common are now built in the individual simualtor directories.
1352 This fixes problems with the WinGDB build procedure.
1353
1354Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
1355
1356 * configure: Enable the mn10200 simulator.
1357
1358Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
1359
1360 * configure.in (configdirs): Add common.
1361 * configure: Regenerated.
1362
1363Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1364
1365 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
1366 system V based targets.
1367 * configure: Regenerate.
1368
1369Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
1370
1371 * configure.in (--enable-sim-powerpc): Delete.
1372 (--enable-sim): Add.
1373 * configure: Regenerated.
1374
1375Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
1376
1377 * configure.in: Only build the V850 simulator if
1378 we are using gcc.
1379 * configure: Rebuild.
1380
1381Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
1382
1383 * configure.in: Do build erc32 for DOS and Windows hosts.
1384 * configure: Rebuild.
1385
1386Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1387
1388 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
1389 be inherited from the parent. Remove INSTALL_XFORM and
1390 INSTALL_XFORM1. Make INSTALL be set from configure.
1391
1392Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1393
1394 * configure.in: Only build the MIPS simulator if we are using
1395 gcc.
1396 * configure: Rebuild.
1397
1398Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
1399
1400 * configure.in (v850-*-*): Added V850 simulator.
1401
1402Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1403
1404 * configure.in (d10v-*-*): Added D10V simulator.
1405
1406Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1407
1408 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1409 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1410 (docdir): Removed.
1411 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1412 (AC_PROG_INSTALL): Added.
1413 * configure: Rebuilt.
1414
1415Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
1416
1417 * configure.in: Only configure erc32 if using gcc.
1418 * configure: Rebuild.
1419
1420Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1421
1422 * configure.in (sim_target): Build PowerPC simulator for powerpc
1423 System V.4, Solaris, and Elf targets.
1424 * configure: Regenerate with autoconf 2.10.
1425
1426Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
1427
1428 * configure.in: Only built erc32 simulator on Unix hosts as it
1429 uses pseudo ttys.
1430 * configure: Regenerated with autoconf 2.8.
1431
1432Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1433
1434 * erc32: Sparc simulator from the ESA.
1435
1436Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
1437
1438 From: Miles Bader <miles@gnu.ai.mit.edu>
1439 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
1440 * configure: Regenerate using autoconf.
1441
1442Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1443
1444 * Makefile.in (install): Fix typo.
1445
1446Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
1447
1448 * configure: Regenerate with autoconf 2.7.
1449
1450 * Makefile.in (all): Simplify.
1451 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
1452 as in the all target.
1453 (distclean, maintainer-clean, realclean): Likewise.
1454 (install): Likewise.
1455
1456Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
1457
1458 * Makefile.in (all): Remove extra '\' char from shell script.
1459
1460Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
1461
1462 * Makefile.in (all): Avoid a for loop with zero elements, even if
1463 the loop will not be executed because of an if statement.
1464
1465Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
1466
1467 * Makefile.in (install): Add missing semicolon in "fi \".
1468
1469Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1470
1471 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
1472 defaults from configure.
1473
1474 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
1475 configure defaults.
1476 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
1477 if either --enable-sim-powerpc is used, or the host compiler is
1478 GCC.
1479
1480Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1481
1482 * configure.in (mips*-*-*): Added "mips" simulator target.
1483 * configure: Re-generated.
1484
1485Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
1486
1487 * Makefile.in (BISON): Remove macro.
1488 (FLAGS_TO_PASS): Remove BISON.
1489
1490Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1491
1492 * configure.in: Explicitly `exit 0' for broken shells.
1493 * configure: Rebuilt.
1494
1495Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1496
1497 * common/run.c (main): Initialize the callbacks.
1498
1499Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
1500
1501 * Makefile.in (maintainer-clean): New synonym for realclean.
1502
1503Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1504
1505 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
1506 the target is powerpc*-*-eabisim*, since it requires GCC to build.
1507
1508Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1509
1510 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1511 <cagney@highland.com.au>.
1512 * configure: Regnerate from configure.in.
1513
1514Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1515
1516 * Update all FSF addresses except those in COPYING* files.
1517
1518Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
1519
1520 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
1521 submakes either default or passed in value.
1522
1523Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1524
1525 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
1526 install): Changed targets so that they descend all
1527 subdirectories in $(SUBDIRS).
1528 (*-all, *-clean, *-install): Removed targets.
1529
1530 * configure.in: Don't bother with target makefile fragments, they
1531 are no longer needed.
1532 * configure: regenerated.
1533
1534 * Makefile.in, configure.in: converted to autoconf.
1535 * configure: New file, generated with autconf 2.4.
1536
1537Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
1538
1539 * Makefile.in: Support ARM.
1540 * configure.in: Ditto.
1541
1542Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
1543
1544 * Makefile.in: Support W65.
1545 * configure.in: Ditto.
1546
1547Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1548
1549 * Makefile.in: Add TAGS target.
1550
1551Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1552
1553 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
1554 install-h8300, clean-h8300, all-h8500, install-h8500,
1555 clean-h8500, all-sh, install-sh, clean-sh): do not echo
a9e0ce2c 1556 recursion lines.
c906108c
SS
1557
1558Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1559
1560 * Makefile.in: remove endian.h trace from h8500
1561
1562Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
1563
1564 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1565
1566Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1567
1568 * Makefile.in: make all of the all-* target (except all-nothing)
1569 depend on endian.h, so that if we're not building a simulator, we
1570 don't built endian
1571
1572Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
1573
1574 * Makefile.in (check, installcheck): Added dummy targets.
1575
1576Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
1577
1578 * Makefile.in (endian): Find endian.c in $(srcdir), and also
1579 explicitly make it, since some makes apparently don't work with
1580 VPATH and .c to executable rules (SunOS make for example).
1581
1582Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1583
1584 * Makefile.in (endian): Add explicit rule for broken makes.
1585
1586Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
1587
1588 * Makefile.in (info, install-info): New targets.
1589 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1590 level Makefile.
1591
1592Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
1593
1594 * Makefile.in (endian.h): build endian.h via a temporary file so
1595 that we don't leave an incomplete file lying around on
1596 interrupted builds.
1597 (clean): remove endian, e.h, and endian.h.
1598
1599Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1600
1601 * Makefile.in, configure.in: if target isn't supported, build a
1602 harmless makefile.
This page took 1.164725 seconds and 4 git commands to generate.