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