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