sim: callback: drop unused printf helpers
[deliverable/binutils-gdb.git] / sim / ChangeLog
CommitLineData
5d0b3088
MF
12021-06-27 Mike Frysinger <vapier@gentoo.org>
2
3 * arch-subdir.mk.in: Move TERMCAP and READLINE variables from
4 erc32/Makefile.in.
5 * configure.ac: Remove [true] from erc32 SIM_TARGET call.
6 * m4/sim_ac_platform.m4: Check for cygwin, termcap, and readline.
7 * configure, Makefile.in: Regenerate.
8
d57b6533
MF
92021-06-27 Mike Frysinger <vapier@gentoo.org>
10
11 * arch-subdir.mk.in: Move SDL_CFLAGS & SDL_LIBS from bfin/Makefile.in.
12 * m4/sim_ac_platform.m4: Call PKG_CHECK_MODULES and export SDL_CFLAGS
13 and SDL_LIBS.
14 * m4/sim_ac_toolchain.m4: Call PKG_PROG_PKG_CONFIG.
15 * aclocal.m4, configure, Makefile.in: Regenerate.
16
b3408412
MF
172021-06-23 Mike Frysinger <vapier@gentoo.org>
18
19 * configure.ac (SIM_BUILD_TARGET): Simplify sed script.
20 * configure: Regenerate.
21
e173c80f
MF
222021-06-22 Mike Frysinger <vapier@gentoo.org>
23
24 * configure.ac: Update rx SIM_TARGET call. Include rx/acinclude.m4.
25 * configure, Makefile.in: Regenerate.
26
36bb57e4
MF
272021-06-22 Mike Frysinger <vapier@gentoo.org>
28
29 * Makefile.am (SUBDIRS): Add $(SIM_SUBDIRS).
30 * configure.ac (SIM_SUBDIRS): Define.
31 (SIM_COMMON_BUILD): New conditional.
32 (SIM_BUILD_TARGET): Update to take a 2nd arg.
33 (SIM_TARGET): Update to take a 4th arg. Update callers.
34 (sim_bitsize, sim_float, sim_scache, sim_default_model,
35 sim_reserved_bits): Define.
36 * m4/sim_ac_output.m4 (SIM_COMMON_BUILD): New conditional.
37 * configure, Makefile.in: Regenerate.
38
456ef1c1
MF
392021-06-21 Mike Frysinger <vapier@gentoo.org>
40
41 * arch-subdir.mk.in: Move sim-hw settings from common/Make-common.in.
42 * configure.ac: Call SIM_AC_OPTION_HARDWARE.
43 * m4/sim_ac_option_hardware.m4: Use AM_CONDITIONAL for SIM_ENABLE_HW.
44 * m4/sim_ac_output.m4: Do not require SIM_AC_OPTION_HARDWARE.
45 * aclocal.m4, configure, Makefile.in: Regenerate.
46
be0387ee
MF
472021-06-21 Mike Frysinger <vapier@gentoo.org>
48
49 * README-HACKING: Change SIM_AC_OPTION_HARDWARE to
50 SIM_EXTRA_HW_DEVICES.
51 * m4/sim_ac_option_hardware.m4: Remove first argument, and change
52 configure option to a boolean. Delete device list.
53 * m4/sim_ac_output.m4: Delete sim_hw variables.
54
3eda63f2
MF
552021-06-20 Mike Frysinger <vapier@gentoo.org>
56
57 * README-HACKING (SIM_AC_COMMON): Delete mention.
58 * m4/sim_ac_common.m4: Removed.
59
3a829bc5
MF
602021-06-20 Mike Frysinger <vapier@gentoo.org>
61
62 * arch-subdir.mk.in (MAINT): Define.
63 * m4/sim_ac_common.m4: Delete AM_MAINTAINER_MODE call.
64
1bf5c342
MF
652021-06-20 Mike Frysinger <vapier@gentoo.org>
66
67 * arch-subdir.mk.in (CGEN_MAINT, CGENDIR): Define.
68 * configure.ac: Call SIM_AC_OPTION_CGEN_MAINT.
69 * aclocal.m4, configure, Makefile.in: Regenerate.
70
d73f39ee
MF
712021-06-20 Mike Frysinger <vapier@gentoo.org>
72
73 * Makefile.am (AM_CPPFLAGS): Add $(SIM_INLINE).
74 * arch-subdir.mk.in (SIM_INLINE): Define.
75 * configure.ac: Call SIM_AC_OPTION_INLINE.
76 * m4/sim_ac_common.m4: Delete SIM_AC_OPTION_INLINE call.
77 * m4/sim_ac_option_inline.m4: Output SIM_INLINE.
78 * aclocal.m4, configure, Makefile.in: Regenerate.
79
a979f2a0
MF
802021-06-19 Mike Frysinger <vapier@gentoo.org>
81
82 * arch-subdir.mk.in (DTC): Define.
83 * m4/sim_ac_toolchain.m4: Call AC_CHECK_TOOL.
84 * configure, Makefile.in: Regenerate.
85
ce3ec98a
MF
862021-06-19 Mike Frysinger <vapier@gentoo.org>
87
88 * arch-subdir.mk.in: Move intl vars from common/Make-common.in.
89 * m4/sim_ac_common.m4: Move ZW_GNU_GETTEXT_SISTER_DIR call ...
90 * m4/sim_ac_platform.m4: ... here.
91 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
92
bc56166f
MF
932021-06-19 Mike Frysinger <vapier@gentoo.org>
94
95 * arch-subdir.mk.in: Move dependency vars from common/Make-common.in.
96 * configure.ac (SIM_BUILD_TARGET): New macro.
97 (SIM_TARGET): Call SIM_BUILD_TARGET.
98 (example): Change AC_CONFIG_SUBDIRS to SIM_BUILD_TARGET.
99 * m4/sim_ac_common.m4: Delete AC_PROG_CC & AC_PROG_INSTALL require,
100 and delete ZW_CREATE_DEPDIR & ZW_PROG_COMPILER_DEPENDENCIES.
101 * configure: Regenerate.
102
d3562f83
MF
1032021-06-19 Mike Frysinger <vapier@gentoo.org>
104
105 * arch-subdir.mk.in: Move toolchain vars from common/Make-common.in.
106 * m4/sim_ac_common.m4: Delete SIM_AC_TOOLCHAIN call. Require
107 AC_PROG_CC and AC_PROG_INSTALL.
108
b5689863
MF
1092021-06-19 Mike Frysinger <vapier@gentoo.org>
110
111 * arch-subdir.mk.in (zlibdir): New variable.
112 (@PLUGINS_TRUE@LIBDL): New variable.
113 * m4/sim_ac_common.m4: Move bfd dep calls ...
114 * m4/sim_ac_platform.m4: ... here.
115 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
116
07490bf8
MF
1172021-06-19 Mike Frysinger <vapier@gentoo.org>
118
119 * arch-subdir.mk.in (COMMON_LIBS): New variable.
120 * m4/sim_ac_common.m4: Delete AC_CHECK_LIB calls.
121 * m4/sim_ac_option_hardware.m4: Likewise.
122 * m4/sim_ac_platform.m4: Call AC_CHECK_LIB.
123 * config.h.in, configure: Regenerate.
124
47ce766a
MF
1252021-06-18 Mike Frysinger <vapier@gentoo.org>
126
127 * Makefile.am (AM_CFLAGS): New variable.
128 * arch-subdir.mk.in (WARN_CFLAGS, WERROR_CFLAGS): New variables.
129 * configure.ac: Call SIM_AC_OPTION_WARNINGS.
130 * m4/sim_ac_output.m4: Delete SIM_AC_OPTION_WARNINGS require.
131 * aclocal.m4, configure, Makefile.in: Regenerate.
132
982c3a65
MF
1332021-06-18 Mike Frysinger <vapier@gentoo.org>
134
135 * m4/sim_ac_option_warnings.m4: Delete 1st arg to macro.
136
3f8414df
MF
1372021-06-18 Mike Frysinger <vapier@gentoo.org>
138
139 * configure.ac: Output arch-subdir.mk.
140 * Makefile.in, configure: Regenerate.
141 * arch-subdir.mk.in: New file.
142
f9a4d543
MF
1432021-06-17 Mike Frysinger <vapier@gentoo.org>
144
145 * configure.ac: Call SIM_AC_OPTION_ENDIAN.
146 * m4/sim_ac_option_endian.m4: Delete wire & default arguments.
147 * m4/sim_ac_output.m4: Delete sim_alignment & sim_endian.
148 * aclocal.m4, Makefile.in, config.h.in, configure: Regenerate.
149
7daf500d
SM
1502021-06-16 Simon Marchi <simon.marchi@polymtl.ca>
151
152 * common/Make-common.in (COMPILE, libsim.a, run$(EXEEXT),
153 gentmap.o, gentmap): Make rules silent.
154
a8a3d907
MF
1552021-06-16 Mike Frysinger <vapier@gentoo.org>
156
157 * m4/sim_ac_common.m4: Delete AC_EXEEXT call.
158
52d37d2c
MF
1592021-06-16 Mike Frysinger <vapier@gentoo.org>
160
161 * m4/sim_ac_common.m4: Delete AC_CONFIG_HEADERS call.
162
bcaa61f7
MF
1632021-06-15 Mike Frysinger <vapier@gentoo.org>
164
165 * m4/sim_ac_option_hardware.m4: Delete AC_DEFINE_UNQUOTED call.
166 Add -DHAVE_DV_SOCKSER to sim_hw_cflags.
167
015f7b74
MF
1682021-06-15 Mike Frysinger <vapier@gentoo.org>
169
170 * Makefile.in: Regenerate.
171
fbe8d1cf
MF
1722021-06-14 Mike Frysinger <vapier@gentoo.org>
173
174 * configure.ac: Call AM_SILENT_RULES.
175 * Makefile.in, configure: Regenerate.
176
dd8e16ea
MF
1772021-06-12 Mike Frysinger <vapier@gentoo.org>
178
179 * Makefile.in: Regenerate.
180
2726bbc3
MF
1812021-06-12 Mike Frysinger <vapier@gentoo.org>
182
183 * m4/sim_ac_platform.m4: Delete sys/select.h.
184 * config.h.in, configure: Regenerate.
185
ba307cdd
MF
1862021-06-12 Mike Frysinger <vapier@gentoo.org>
187
188 * configure.ac: Call SIM_AC_OPTION_ALIGNMENT.
189 * m4/sim_ac_option_alignment.m4: Delete wire and default alignment.
190 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
191
6dd65fc0
MF
1922021-06-12 Mike Frysinger <vapier@gentoo.org>
193
194 * configure.ac: Define PKGVERSION & REPORT_BUGS_TO.
195 * m4/sim_ac_common.m4: Delete calls to ACX_PKGVERSION & ACX_BUGURL.
196 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
197
04381273
MF
1982021-06-12 Mike Frysinger <vapier@gentoo.org>
199
200 * configure.ac: Call SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO,
201 SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
202 * m4/sim_ac_common.m4: Delete calls to SIM_AC_OPTION_DEBUG,
203 SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE.
204 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
205
497a20bd
MF
2062021-06-12 Mike Frysinger <vapier@gentoo.org>
207
208 * m4/sim_ac_common.m4: Replace --enable-sim-debug, --enable-sim-stdio,
209 --enable-sim-trace, and --enable-sim-profile with calls to
210 SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and
211 SIM_AC_OPTION_PROFILE.
212 * m4/sim_ac_option_debug.m4: New file.
213 * m4/sim_ac_option_profile.m4: New file.
214 * m4/sim_ac_option_stdio.m4: New file.
215 * m4/sim_ac_option_trace.m4: New file.
216
a48ff3ef
MF
2172021-06-12 Mike Frysinger <vapier@gentoo.org>
218
219 * m4/sim_ac_platform.m4: Check more headers, funcs, structs, and
220 types.
221 * config.h.in, configure: Regenerate.
222
5ea45474
MF
2232021-06-12 Mike Frysinger <vapier@gentoo.org>
224
225 * configure.ac: Call SIM_AC_OPTION_ENVIRONMENT.
226 * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ENVIRONMENT.
227 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
228
dba333c1
MF
2292021-06-12 Mike Frysinger <vapier@gentoo.org>
230
231 * configure.ac: Call SIM_AC_OPTION_ASSERT.
232 * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ASSERT.
233 * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate.
234
b15c5d7a
MF
2352021-06-12 Mike Frysinger <vapier@gentoo.org>
236
237 * configure.ac: Call AC_CONFIG_HEADERS and SIM_AC_PLATFORM.
238 * m4/sim_ac_common.m4: Delete calls to AC_CHECK_HEADERS_ONCE,
239 AC_CHECK_FUNCS_ONCE, AC_CHECK_MEMBERS, AC_CHECK_TYPES, and
240 AC_TYPE_SIGNAL.
241 * aclocal.m4, configure, Makefile.in: Regenerate.
242 * config.h.in: New file.
243 * m4/sim_ac_platform.m4: New file.
244
5bea0c32
MF
2452021-06-05 Mike Frysinger <vapier@gentoo.org>
246
247 * Makefile.am: Include common/local.mk.
248 (SIM_ALL_RECURSIVE_DEPS): Define.
249 (all-recursive): New rule.
250 * Makefile.in: Regenerated.
251
92bc001e
MF
2522021-05-16 Mike Frysinger <vapier@gentoo.org>
253
254 * Makefile.am (pkginclude_HEADERS): Define.
255 * Makefile.in: Regenerated.
256
79633c12
MF
2572021-05-15 Mike Frysinger <vapier@gentoo.org>
258
259 * m4/sim_ac_common.m4: Check for __int128 type.
260
df68e12b
MF
2612021-05-14 Mike Frysinger <vapier@gentoo.org>
262
263 * README-HACKING: Update callback.h path.
264
425b0b1a
MF
2652021-05-12 Mike Frysinger <vapier@gentoo.org>
266
267 * README-HACKING: Delete mention of SIM_AC_OPTION_ENVIRONMENT.
268
e7e40ced
LM
2692021-05-12 Luis Machado <luis.machado@linaro.org>
270
271 * d10v/interp.c (sim_create_inferior): Fix memset call.
272
0d315c88
DD
2732021-05-07 Dimitar Dimitrov <dimitar@dinux.eu>
274
275 * Makefile.in: Rebuild.
276
a0c4531a
TT
2772021-05-04 Tom Tromey <tromey@adacore.com>
278
279 * Makefile.in: Rebuild.
280 * Makefile.am (AM_CPPFLAGS): New variable.
281
aa0fca16
MF
2822021-05-04 Mike Frysinger <vapier@gentoo.org>
283
284 * m4/sim_ac_toolchain.m4 (SIM_AC_TOOLCHAIN): Define AR_FOR_BUILD and
285 RANLIB_FOR_BUILD.
286 * configure, Makefile.in: Regenerate.
287
fe348617
MF
2882021-05-01 Mike Frysinger <vapier@gentoo.org>
289
290 * m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.
291
bd0918c9
MF
2922021-04-26 Mike Frysinger <vapier@gentoo.org>
293
294 * README-HACKING (nltvals.def): Update to gennltvals.py.
295
66d055c7
MF
2962021-04-26 Mike Frysinger <vapier@gentoo.org>
297
298 * m4/sim_ac_output.m4 (SIM_AC_OUTPUT): Require SIM_AC_OPTION_HARDWARE.
299
9d903352
MF
3002021-04-23 Mike Frysinger <vapier@gentoo.org>
301
302 * README-HACKING (SIM_AC_OPTION_HARDWARE): Delete first two args.
303 * m4/sim_ac_option_hardware.m4 (SIM_AC_OPTION_HARDWARE): Replace [$1]
304 with yes. Delete test [$2]. Change [$3] to [$1]. Update comments.
305
19f6a43c
TT
3062021-04-22 Tom Tromey <tom@tromey.com>
307
308 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for sys/time.h
309 or sys/times.h.
310
efd82ac7
TT
3112021-04-22 Tom Tromey <tom@tromey.com>
312
313 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Don't check for make.
314
1f195bc3
SM
3152021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
316
317 * m4/sim_ac_option_warnings.m4 (SIM_AC_OPTION_WARNINGS): Use
318 -Werror when probing for supported warning flags.
319
2c2645d7
MF
3202021-04-18 Mike Frysinger <vapier@gentoo.org>
321
322 * m4/sim_ac_common.m4: Change AC_CHECK_HEADERS to
323 AC_CHECK_HEADERS_ONCE, merge calls, and sort args.
324
37e9f182
MF
3252021-04-18 Mike Frysinger <vapier@gentoo.org>
326
327 * m4/sim_ac_common.m4: Change AC_CHECK_FUNCS to AC_CHECK_FUNCS_ONCE,
328 merge calls, and sort args.
329
26da232c
MF
3302021-04-03 Mike Frysinger <vapier@gentoo.org>
331
332 * configure.ac: Add --example-sims option.
333 * configure: Regenerate.
334
a389375f
MF
3352021-04-03 Mike Frysinger <vapier@gentoo.org>
336
337 * Makefile.am (check_PROGRAMS, CLEANFILES, DISTCLEANFILES): Define.
338 * Makefile.in: Regenerated.
339
a0e674c1
MF
3402021-04-03 Mike Frysinger <vapier@gentoo.org>
341
342 * Makefile.am (SIM_PRIMARY_TARGET, AM_MAKEFLAGS): Define.
343 * configure.ac: Add --enable-targets option. Define SIM_PRIMARY_TARGET
344 and SIM_TARGET. Rewrite case statement with SIM_TARGET calls.
345 * Makefile.in, configure: Regenerate.
346
b6b1c790
MF
3472021-04-02 Mike Frysinger <vapier@gentoo.org>
348
349 * Makefile.am [SIM_ENABLE_IGEN]: Include igen/local.mk.
350 * configure.ac: Delete AC_CONFIG_SUBDIRS(igen) call.
351 (SIM_ENABLE_IGEN): Define.
352 * configure, Makefile.in: Regenerate.
353
c2783492
MF
3542021-04-02 Mike Frysinger <vapier@gentoo.org>
355
356 * Makefile.am (ACLOCAL_AMFLAGS): Add -Im4.
357 (COMPILE_FOR_BUILD, LINK_FOR_BUILD): Define.
358 * configure.ac: Replace toolchain calls with SIM_AC_TOOLCHAIN.
359 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace toolchain calls
360 with SIM_AC_TOOLCHAIN.
361 * m4/sim_ac_toolchain.m4: New file.
362 * aclocal.m4, configure, Makefile.in: Regenerate.
363
8c379db2
TT
3642021-03-08 Tom Tromey <tromey@adacore.com>
365
366 * aclocal.m4, configure, Makefile.in: Rebuild.
367 * configure.ac: Use AM_MAINTAINER_MODE.
368
6c57b87f
MF
3692021-03-07 Mike Frysinger <vapier@gentoo.org>
370
371 * configure.ac (AC_CONFIG_FILES): Delete testsuite/Makefile.
372 * Makefile.am: Include testsuite/local.mk.
373 (AUTOMAKE_OPTIONS): Add dejagnu.
374 * configure, Makefile.in: Regenerated.
375
6bddc3e8
MF
3762021-03-07 Mike Frysinger <vapier@gentoo.org>
377
378 * Makefile.am: New file.
379 * configure.ac: Update AC_INIT call. Move AC_CANONICAL_SYSTEM after
380 it. Call AM_INIT_AUTOMAKE. Delete AC_CONFIG_MACRO_DIRS.
381 * aclocal.m4, configure, Makefile.in: Regenerated.
382
c25ea03d
MF
3832021-02-28 Mike Frysinger <vapier@gentoo.org>
384
385 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Delete CC_FOR_BUILD test.
386 Change CC_FOR_BUILD assignment. Define CFLAGS_FOR_BUILD.
387
ebe9564b
MF
3882021-02-28 Mike Frysinger <vapier@gentoo.org>
389
a3e2cc64
MF
390 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace AR assignment and
391 AC_SUBST(AR) with call to AC_CHECK_TOOL(AR, ar).
ebe9564b
MF
392
3932021-02-28 Mike Frysinger <vapier@gentoo.org>
394
395 * m4/sim_ac_common.m4 (SIM_AC_COMMON): Require AC_PROG_CPP.
396
ed30adf7
MF
3972021-02-28 Mike Frysinger <vapier@gentoo.org>
398
399 * README-HACKING: Delete SIM_EXTRA_LIBDEPS.
400
f8069d55
MF
4012021-02-27 Mike Frysinger <vapier@gentoo.org>
402
403 * README-HACKING: Delete SIM_EXTRA_ALL.
404
760b3e8b
MF
4052021-02-21 Mike Frysinger <vapier@gentoo.org>
406
407 * m4/sim_ac_common.m4, m4/sim_ac_option_alignment.m4,
408 m4/sim_ac_option_assert.m4, m4/sim_ac_option_bitsize.m4,
409 m4/sim_ac_option_cgen_maint.m4, m4/sim_ac_option_default_model.m4,
410 m4/sim_ac_option_endian.m4, m4/sim_ac_option_environment.m4,
411 m4/sim_ac_option_float.m4, m4/sim_ac_option_hardware.m4,
412 m4/sim_ac_option_inline.m4, m4/sim_ac_option_reserved_bits.m4,
413 m4/sim_ac_option_scache.m4, m4/sim_ac_option_smp.m4,
414 m4/sim_ac_option_warnings.m4, m4/sim_ac_option_xor_endian.m4,
415 m4/sim_ac_output.m4: New files.
416
3e8bb3e9
MF
4172021-02-20 Mike Frysinger <vapier@gentoo.org>
418
419 * configure.tgt: Move arch list ...
420 * configure.ac: ... here.
421 * configure: Regenerate.
422
5a9f5403
NC
4232021-02-19 Nelson Chu <nelson.chu@sifive.com>
424
425 PR 27158
426 * riscv/sim-main.c (execute_i): Updated encoding macros.
427
b0dcd7d8
MF
4282021-02-13 Mike Frysinger <vapier@gentoo.org>
429
430 * configure.tgt: Delete call to AC_SUBST(sim_arch).
431 * configure: Regenerate.
432
136da8cd
MF
4332021-02-13 Mike Frysinger <vapier@gentoo.org>
434
435 * README-HACKING: Replace sinclude with AC_CONFIG_MACRO_DIRS in
436 configure.ac skeleton.
437
4c0d76b9
MF
4382021-02-06 Mike Frysinger <vapier@gentoo.org>
439
440 * README-HACKING: Replace STATE_WATCHPOINTS with CPU_PC_FETCH.
441
aa09469f
MF
4422021-02-06 Mike Frysinger <vapier@gentoo.org>
443
444 * configure.ac (HDEFINES): Delete AC_SUBST call.
445 * configure: Regenerate.
446
b9249c46
MF
4472021-02-04 Mike Frysinger <vapier@gentoo.org>
448
449 * configure.tgt (sim_arch): Add entry for riscv*-*-*.
450 * configure: Regenerate.
451
9a7ba4aa
MF
4522021-01-30 Mike Frysinger <vapier@gentoo.org>
453
454 * Makefile.in (nltvals): Change to gennltvals.py.
455
d4e3adda
MF
4562021-01-30 Mike Frysinger <vapier@gentoo.org>
457
458 * README-HACKING: Delete reference to sizeof_pc.
459
008a02e3
MF
4602021-01-29 Mike Frysinger <vapier@gentoo.org>
461
462 * MAINTAINERS (Global Maintainers): Move myself back.
463
5e25901f
MF
4642021-01-18 Mike Frysinger <vapier@gentoo.org>
465
466 * configure.ac: Call AC_PROG_CPP.
467 * configure: Regenerate.
468 * Makefile.in (abs_srcdir, srcroot, CPP): Define.
469 (nltvals): New target.
470 * README-HACKING: Change headers to nltvals.
471
4cfcd3b3
MF
4722021-01-18 Mike Frysinger <vapier@gentoo.org>
473
474 * Makefile.in (headers): Change args to gennltvals.sh.
475 * gennltvals.sh: Rewrite from scratch.
476 * gentvals.sh: Delete.
477 * nltvals.def: Regen.
478
bb3eddb5
MF
4792021-01-15 Mike Frysinger <vapier@gentoo.org>
480
481 * configure.ac: Delete AC_CONFIG_SUBDIRS(testsuite) call.
482 Add AC_CONFIG_FILES([Makefile testsuite/Makefile]) call.
483 Drop argument to AC_OUTPUT.
484 * configure: Regenerate.
485
68895f7d
MF
4862021-01-12 Mike Frysinger <vapier@gentoo.org>
487
488 * README-HACKING (SIM_RUN_OBJS): Delete.
489
f8cab0b9
MF
4902021-01-09 Mike Frysinger <vapier@gentoo.org>
491
492 * MAINTAINERS (sh64): Move to past maintainers.
493 * configure: Regenerate.
494 * configure.tgt (sh64*-*-*): Delete.
495 * sh64/: Delete.
496
50df264d
MF
4972021-01-09 Mike Frysinger <vapier@gentoo.org>
498
499 * README-HACKING (AC_PREREQ): Delete.
500
46f900c0
MF
5012021-01-08 Mike Frysinger <vapier@gentoo.org>
502
503 * README-HACKING (C Language Assumptions): Require C11 compiler.
504
1d01693f
JM
5052020-09-03 Jose E. Marchesi <jose.marchesi@oracle.com>
506
507 * configure.ac: Do not configure sim/testsuite nor sim/igen if the
508 primary target doesn't have a simulator.
509 * configure: Regenerate.
510
b26e2ae7
JM
5112020-08-04 Jose E. Marchesi <jose.marchesi@oracle.com>
512 David Faust <david.faust@oracle.com>
513
514 * configure.tgt (sim_arch): Add entry for bpf-*-*.
515 * configure: Regenerate.
516 * MAINTAINERS: Add maintainer for the BPF simulator.
b26e2ae7 517
78aa740b
TT
5182019-12-19 Tom Tromey <tromey@adacore.com>
519
520 PR build/24572:
521 * Makefile.in (install-strip): New target.
522
ddd44b70
DD
5232019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
524
525 * MAINTAINERS: Add myself as PRU maintainer.
526 * configure: Regenerated.
527 * configure.tgt: Add PRU.
528
fd361982
AM
5292019-09-18 Alan Modra <amodra@gmail.com>
530
531 * common/sim-load.c, * common/sim-utils.c, * cris/sim-if.c,
532 * erc32/func.c, * lm32/sim-if.c, * m32c/load.c, * m32c/trace.c,
533 * m68hc11/interp.c, * ppc/hw_htab.c, * ppc/hw_init.c,
534 * rl78/load.c, * rl78/trace.c, * rx/gdb-if.c, * rx/load.c,
535 * rx/trace.c: Update throughout for bfd section macro changes.
536
9c4c3318
JB
5372019-02-28 Joel Brobecker <brobecker@adacore.com>
538
539 * MAINTAINERS: Move Mike Frysinger to past maintainers' section.
540
007024cc
SM
5412019-02-13 Simon Marchi <simon.marchi@ericsson.com>
542
543 * MAINTAINERS: Add Andrew Burgess as global maintainer.
544
444b3fae
ПК
5452019-01-03 Pavel I. Kryukov <kryukov@frtk.ru>
546
547 * sim-base.h: Add 'extern C' if header is compiled with C++.
548
7fb45a68
AB
5492018-12-06 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * common/acinclude.m4 (enable-cgen-maint): Support passing path to
552 cgen source tree.
553 * cris/configure: Regenerate.
554 * frv/configure: Regenerate.
555 * iq2000/configure: Regenerate.
556 * lm32/configure: Regenerate.
557 * m32r/configure: Regenerate.
558 * or1k/configure: Regenerate.
559 * sh64/configure: Regenerate.
560
e2e31f10
MR
5612018-07-20 Maciej W. Rozycki <macro@mips.com>
562
563 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
564 ISA maintenance.
565
79f5b65e
DD
5662018-07-19 DJ Delorie <dj@redhat.com>
567
568 * MAINTAINERS (rl78, m32c, rx, v850): Remove myself as maintainer.
569
31375626
SH
5702018-07-14 Stafford Horne <shorne@gmail.com>
571
572 * MAINTAINERS (or1k): Add myself as or1k maintainer.
573
d0ac1c44
SM
5742018-06-19 Simon Marchi <simon.marchi@ericsson.com>
575
576 * All configure.ac: Remove AC_PREREQ.
577 * All configure: Re-generate.
578
d65ce302
MR
5792018-01-22 Maciej W. Rozycki <macro@mips.com>
580
581 * MAINTAINERS: Update my company e-mail address.
582
0cd79707
SH
5832017-12-12 Stafford Horne <shorne@gmail.com>
584 Peter Gavin <pgavin@gmail.com>
585
586 * configure: Regenerated.
6e51bfa7 587
fa8b7c21
SH
5882017-12-12 Stafford Horne <shorne@gmail.com>
589 Peter Gavin <pgavin@gmail.com>
590
591 * configure.tgt: Add or1k sim.
3b4b0a62 592
d268bbaf
JB
5932017-10-12 James Bowman <james.bowman@ftdichip.com>
594
595 * MAINTAINERS (ft32): Add myself.
596
c0107b0f
JW
5972017-10-03 Jim Wilson <wilson@tuliptree.org>
598
599 * MAINTAINERS (aarch64): Update my email address.
600
5c887dd5
JB
6012017-09-06 John Baldwin <jhb@FreeBSD.org>
602
603 * configure.ac: Honor existing CC_FOR_BUILD in environment.
604 * configure: Regenerate.
605
742e3a77
JW
6062017-02-14 Jim Wilson <jim.wilson@linaro.org>
607
608 * MAINTAINTERS (aarch64): Add myself.
609
cadf97cf
MR
6102016-12-14 Maciej W. Rozycki <macro@imgtec.com>
611
612 * MAINTAINERS (Maintainers for particular sims): Add myself as
613 a MIPS maintainer.
614
3b8f2c8b
MR
6152016-02-03 Maciej W. Rozycki <macro@linux-mips.org>
616
617 * MAINTAINERS (Past sim maintainers): Add Thiemo Seufer.
618
5295724c
MF
6192016-01-09 Mike Frysinger <vapier@gentoo.org>
620
621 * configure.ac: Delete sim_common check and the
622 AC_CONFIG_SUBDIRS(common) call.
623 * configure: Regenerate.
624 * configure.tgt (sim_common): Delete the variable.
625
936df756
MF
6262016-01-09 Mike Frysinger <vapier@gentoo.org>
627
628 * .gitignore: Delete /common/cconfig.h entry.
629
4eb70007
NC
6302016-01-05 Nick Clifton <nickc@redhat.com>
631
632 * MAINTAINERS: Add myself as AArch64 sim maintainer.
633
ac8eefeb
TG
6342015-12-09 Tristan Gingold <gingold@adacore.com>
635
636 * aarch64/simulator.c: Remove syscall.h include.
637
1b393626
MF
6382015-12-26 Mike Frysinger <vapier@gentoo.org>
639
640 * README-HACKING: Delete mention of tconfig.h.
641
2e8cf49e
NC
6422015-11-24 Nick Clifton <nickc@redhat.com>
643
644 * configure.tgt: Add aarch64 entry.
645 * configure: Regenerate.
2e8cf49e 646
8d0978fb
MF
6472015-06-23 Mike Frysinger <vapier@gentoo.org>
648
649 * configure.ac (AC_ARG_ENABLE(sim)): Call AS_HELP_STRING.
650 * configure: Regenerate.
651
306f4178
MF
6522015-06-12 Mike Frysinger <vapier@gentoo.org>
653
654 * README-HACKING: Change configure.in to configure.ac.
655
7fed4b0b
L
6562015-04-02 H.J. Lu <hongjiu.lu@intel.com>
657
658 * arm/configure: Regenerated.
659 * avr/configure: Likewise.
660 * bfin/configure: Likewise.
661 * common/configure: Likewise.
662 * cr16/configure: Likewise.
663 * cris/configure: Likewise.
664 * d10v/configure: Likewise.
665 * erc32/configure: Likewise.
666 * frv/configure: Likewise.
667 * ft32/configure: Likewise.
668 * h8300/configure: Likewise.
669 * igen/configure: Likewise.
670 * iq2000/configure: Likewise.
671 * lm32/configure: Likewise.
672 * m32c/configure: Likewise.
673 * m32r/configure: Likewise.
674 * m68hc11/configure: Likewise.
675 * mcore/configure: Likewise.
676 * microblaze/configure: Likewise.
677 * mips/configure: Likewise.
678 * mn10300/configure: Likewise.
679 * moxie/configure: Likewise.
680 * msp430/configure: Likewise.
681 * ppc/configure: Likewise.
682 * rl78/configure: Likewise.
683 * rx/configure: Likewise.
684 * sh/configure: Likewise.
685 * sh64/configure: Likewise.
686 * v850/configure: Likewise.
687
79730a3b
L
6882015-04-01 H.J. Lu <hongjiu.lu@intel.com>
689
690 * common/Make-common.in (CSEARCH): Remove $(ZLIBINC).
691 (BFD_LIB): Remove $(ZLIB).
692 (CONFIG_LIBS): Add $(ZLIB).
693 * ppc/Makefile.in (ZLIBINC): Removed.
694 (INCLUDES): Remove $(ZLIBINC).
695 (BFD_LIB): Remove $(ZLIB).
696
0ceaf1ec
L
6972015-04-01 H.J. Lu <hongjiu.lu@intel.com>
698
699 * arm/configure: Regenerated.
700 * avr/configure: Likewise.
701 * bfin/configure: Likewise.
702 * common/configure: Likewise.
703 * cr16/configure: Likewise.
704 * cris/configure: Likewise.
705 * d10v/configure: Likewise.
706 * erc32/configure: Likewise.
707 * frv/configure: Likewise.
708 * ft32/configure: Likewise.
709 * h8300/configure: Likewise.
710 * igen/configure: Likewise.
711 * iq2000/configure: Likewise.
712 * lm32/configure: Likewise.
713 * m32c/configure: Likewise.
714 * m32r/configure: Likewise.
715 * m68hc11/configure: Likewise.
716 * mcore/configure: Likewise.
717 * microblaze/configure: Likewise.
718 * mips/configure: Likewise.
719 * mn10300/configure: Likewise.
720 * moxie/configure: Likewise.
721 * msp430/configure: Likewise.
722 * ppc/configure: Likewise.
723 * rl78/configure: Likewise.
724 * rx/configure: Likewise.
725 * sh/configure: Likewise.
726 * sh64/configure: Likewise.
727 * v850/configure: Likewise.
728
6dae8a88
MF
7292015-03-29 Mike Frysinger <vapier@gentoo.org>
730
731 * configure: Regenerate.
732 * configure.ac: Delete sim_testsuite check and config in testsuite.
733 * configure.tgt (sim_testsuite): Delete everywhere.
734
eca5fe42
MF
7352015-03-28 Mike Frysinger <vapier@gentoo.org>
736
737 * configure: Regenerate.
738 * configure.tgt (avr*-*-*): Set sim_testsuite=yes.
739
f46e4eb7
JB
7402015-03-28 James Bowman <james.bowman@ftdichip.com>
741
742 * configure.tgt: Add FT32 entry.
743 * configure: Regenerate.
744
ae7d0cac
MF
7452015-03-16 Mike Frysinger <vapier@gentoo.org>
746
747 * .gitignore: Delete tconfig.h.
748 * README-HACKING: Change tconfig.in to tconfig.h.
749
77017251
NC
7502014-03-12 Nick Clifton <nickc@redhat.com>
751
752 * MAINTAINERS: Add myself as the maintainer for the MSP430.
753
f32d1b7f
MF
7542014-03-10 Mike Frysinger <vapier@gentoo.org>
755
756 * configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
757 * configure: Regenerate.
758
6104cb7a
TT
7592014-01-06 Tom Tromey <tromey@redhat.com>
760
761 * common/cgen-trace.c: Don't use old VA_* macros.
762 * common/sim-load.c (xprintf): Likewise.
763 * common/sim-trace.c (trace_printf, debug_printf): Likewise.
764
bdca5ee4
TT
7652014-01-06 Tom Tromey <tromey@redhat.com>
766
767 * README-HACKING: Don't use PARAMS.
768 * arm/wrapper.c: Don't use PARAMS.
769 * bfin/sim-main.h: Don't use PARAMS.
770 * common/callback.c: Don't use PARAMS.
771 * common/cgen-trace.c: Don't use PARAMS.
772 * common/run-sim.h: Don't use PARAMS.
773 * common/run.c: Don't use PARAMS.
774 * common/sim-base.h: Don't use PARAMS.
775 * common/sim-load.c: Don't use PARAMS.
776 * common/sim-options.h: Don't use PARAMS.
777 * common/sim-trace.c: Don't use PARAMS.
778 * common/sim-trace.h: Don't use PARAMS.
779 * common/sim-utils.h: Don't use PARAMS.
780 * cr16/cr16_sim.h: Don't use PARAMS.
781 * cr16/gencode.c: Don't use PARAMS.
782 * cr16/interp.c: Don't use PARAMS.
783 * cr16/simops.c: Don't use PARAMS.
784 * d10v/d10v_sim.h: Don't use PARAMS.
785 * d10v/gencode.c: Don't use PARAMS.
786 * d10v/interp.c: Don't use PARAMS.
787 * d10v/simops.c: Don't use PARAMS.
788 * erc32/erc32.c: Don't use PARAMS.
789 * erc32/exec.c: Don't use PARAMS.
790 * erc32/float.c: Don't use PARAMS.
791 * erc32/func.c: Don't use PARAMS.
792 * erc32/sis.c: Don't use PARAMS.
793 * erc32/sis.h: Don't use PARAMS.
794 * mips/interp.c: Don't use PARAMS.
795 * mips/sim-main.h: Don't use PARAMS.
796 * sh/interp.c: Don't use PARAMS.
797 * v850/sim-main.h: Don't use PARAMS.
798 * v850/v850_sim.h: Don't use PARAMS.
799
1ed6c797
WN
8002013-11-07 Will Newton <will.newton@linaro.org>
801
802 PR gdb/15508
803 * arm/wrapper.c (sim_create_inferior): Call init before
804 accessing STATE.
805
8782aa32
WN
8062013-11-07 Will Newton <will.newton@linaro.org>
807
d40af490 808 PR gdb/8989
8782aa32
WN
809 * arm/wrapper.c (sim_create_inferior): Avoid calling
810 bfd_get_mach with a NULL bfd.
811
3346cfda
NC
8122013-06-21 Nick Clifton <nickc@redhat.com>
813
814 * msp430: New Directory.
815 * configure.tgt: Add it.
816 * configure: Regenerate.
817
3cb2ab1a
SE
8182013-03-15 Steve Ellcey <sellcey@mips.com>
819
820 * arm/wrapper.c (sim_complete_command): Make char arguments const.
821 * avr/interp.c (sim_complete_command): Ditto.
822 * common/sim-options.c (sim_complete_command): Ditto.
823 * cr16/interp.c (sim_complete_command): Ditto.
824 * erc32/interf.c (sim_complete_command): Ditto.
825 * m32c/gdb-if.c (sim_complete_command): Ditto.
826 * microblaze/interp.c (sim_complete_command): Ditto.
827 * ppc/sim_calls.c (sim_complete_command): Ditto.
828 * rl78/gdb-if.c (sim_complete_command): Ditto.
829 * rx/gdb-if.c (sim_complete_command): Ditto.
830 * sh/interp.c (sim_complete_command): Ditto.
831
8acc9f48
JB
8322013-01-01 Joel Brobecker <brobecker@adacore.com>
833
834 Update year range in copyright notice of all files.
835
51b318de
JB
8362012-12-19 Joel Brobecker <brobecker@adacore.com>
837
838 Update old contact info in GPL license notices.
839
3fd725ef
JB
8402012-12-19 Joel Brobecker <brobecker@adacore.com>
841
842 Update the non-FSF-copyrighted files in sim to GPLv3 or later.
843
6bb11ab3
L
8442012-11-20 Pavel Chupin <pavel.v.chupin@intel.com>
845
846 * common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS
847 condition.
848 * common/acinclude.m4: Define lt_cv_dlopen_libs.
849 * arm/configure: Regenerate.
850 * avr/configure: Regenerate.
851 * bfin/configure: Regenerate.
852 * common/configure: Regenerate.
853 * cr16/configure: Regenerate.
854 * cris/configure: Regenerate.
855 * d10v/configure: Regenerate.
856 * erc32/configure: Regenerate.
857 * frv/configure: Regenerate.
858 * h8300/configure: Regenerate.
859 * igen/configure: Regenerate.
860 * iq2000/configure: Regenerate.
861 * lm32/configure: Regenerate.
862 * m32c/configure: Regenerate.
863 * m32r/configure: Regenerate.
864 * m68hc11/configure: Regenerate.
865 * mcore/configure: Regenerate.
866 * microblaze/configure: Regenerate.
867 * mips/configure: Regenerate.
868 * mn10300/configure: Regenerate.
869 * moxie/configure: Regenerate.
870 * ppc/configure: Regenerate.
871 * rl78/configure: Regenerate.
872 * rx/configure: Regenerate.
873 * sh/configure: Regenerate.
874 * sh64/configure: Regenerate.
875 * testsuite/configure: Regenerate.
876 * v850/configure: Regenerate.
877
2d1ef085
SC
8782012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
879
880 * MAINTAINERS: Update my email address.
881
c429cfcf
SE
8822012-09-24 Steve Ellcey <sellcey@mips.com>
883
884 * mips/basic.exp: Add mips*-mti-elf* target.
885 * configure.ac: Add mips*-mti-elf* target.
886 * configure: Regenerate.
887
5f3ef9d0
JB
8882012-06-15 Joel Brobecker <brobecker@adacore.com>
889
890 * configure: Regenerate.
891
f5546abd
ME
8922012-06-06 Michael Eager <eager@eagercon.com>
893
894 * microblaze/interp.c (config.h): Add #include.
895
c36260c7
JB
8962011-11-29 Joel Brobecker <brobecker@adacore.com>
897
898 * MAINTAINERS (Global Maintainers): New section. Add Mike
899 Frysinger.
900
87326c78
DD
9012011-11-28 DJ Delorie <dj@redhat.com>
902
903 * configure.tgt: Add rl78 support.
904 * configure: Regenerate.
905 * rl78: New directory.
906 * MAINTAINERS: Add myself as RL78 maintainer.
907
26e0f8db
HPN
9082011-07-08 Hans-Peter Nilsson <hp@axis.com>
909
910 * MAINTAINERS: Remove Thiemo Seufer.
911
1d7b4a70
MF
9122011-06-04 Mike Frysinger <vapier@gentoo.org>
913
914 * configure.tgt (bfin-*-*): Add sim_testsuite=yes.
915 * configure: Regenerate.
916
4d393d60
JM
9172011-05-04 Joseph Myers <joseph@codesourcery.com>
918
919 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
920 handle targets.
921 * configure: Regenerate.
922
ef016f83
MF
9232011-03-05 Mike Frysinger <vapier@gentoo.org>
924
925 * MAINTAINERS: Add bfin entry.
926 * configure.tgt (bfin-*-*): Handle bfin targets.
927 * configure: Regenerate.
928
85ab1af8
MF
9292011-01-05 Mike Frysinger <vapier@gentoo.org>
930
931 * .gitignore: Add /*/hw-config.h.
932
fdb38a1c
MF
9332010-12-23 Mike Frysinger <vapier@gentoo.org>
934
935 * .gitignore: New file.
936
d61e002c
DD
9372010-07-28 DJ Delorie <dj@redhat.com>
938
939 * MAINTAINERS: Add self as RX maintainer. Sort list.
940
32b269ae
NC
9412010-06-08 Nick Clifton <nickc@redhat.com>
942
943 * reg.c (set_oszc): Use unsigned int for the mask.
944 (set_szc, set_osz, set_sz): Likewise.
945
119da465
MF
9462010-04-26 Mike Frysinger <vapier@gentoo.org>
947
948 * configure.ac: Target logic moved out to and included from ...
949 * configure.tgt: ... this new file.
950 * configure: Regenerated.
951
aba193a5
MF
9522010-04-12 Mike Frysinger <vapier@gentoo.org>
953
954 * README-HACKING: Add more sections.
955
3725885a
RW
9562010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
957
958 * avr/configure: Regenerate.
959 * cris/configure: Regenerate.
960 * microblaze/configure: Regenerate.
961
5912fadd
JB
9622009-11-24 Joel Brobecker <brobecker@adacore.com>
963
964 * common/aclocal.m4: Add include of ../../config/zlib.m4.
965 * common/common.m4: Use AM_ZLIB to check for zlib support.
966 * ppc/configure.ac: Likewise.
967 * arm/configure, avr/configure, common/configure, cr16/configure,
968 cris/configure, d10v/configure, erc32/configure, frv/configure,
969 h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
970 m32r/configure, m68hc11/configure, mcore/configure,
971 microblaze/configure, mips/configure, mn10300/configure,
972 moxie/configure, ppc/configure, sh/configure, sh64/configure,
973 v850/configure: Regenerate.
974
4f8d4a38
DD
9752009-11-24 DJ Delorie <dj@redhat.com>
976
977 * rx: New directory.
978 * configure.ac: Add entry for Renesas RX.
979 * configure: Regenerate.
980
0a8d1bde
DE
9812009-10-16 Doug Evans <dje@sebabeach.org>
982
983 * MAINTAINERS: Add myself as m32r maintainer.
984
060916aa
ME
9852009-10-15 Michael Egaer <eager@eagercon.com>
986
987 * MAINTAINERS: Add self as MicroBlaze maintainer.
988
42c8b6b5
BE
9892009-10-14 Ben Elliston <bje@gnu.org>
990
991 * MAINTAINERS (common): Move myself to "past maintainers" section.
992
419c2fda
ME
9932009-10-06 Michael Eager <eager@eagercon.com>
994
995 * microblaze/interp.c: Add include microblaze-dis.h.
72f4393d 996
bd30e45a
ME
9972009-09-23 Michael Eager <eager@eagercon.com>
998
999 * configure: Add microblaze-*.* (not regenerated).
1000 * configure.ac: Likewise.
1001 * microblaze/config.in: New.
1002 * microblaze/configure: Generate.
1003 * microblaze/configure.ac: New.
1004 * microblaze/interp.c: New.
1005 * microblaze/Makefile.in: New.
1006 * microblaze/microblaze.h: New.
1007 * microblaze/microblaze.isa: New.
1008 * microblaze/sim-main.h: New.
1009 * microblaze/sysdep.h: New.
1010
d6416cdc
RW
10112009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1012
81ecdfbb
RW
1013 * avr/config.in: Regenerate.
1014 * avr/configure: Likewise.
1015 * configure: Likewise.
1016 * cris/config.in: Likewise.
1017 * cris/configure: Likewise.
1018
d6416cdc
RW
1019 * configure.ac: m4_include toplevel config/override.m4.
1020 * configure: Regenerate.
1021 * avr/configure: Regenerate.
1022 * cris/configure: Regenerate.
1023
96e946ca
RW
10242009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1025
1026 * Makefile.in (datarootdir): New variable.
1027
c28c63d8
JB
10282009-05-18 Jon Beniston <jon@beniston.com>
1029
72f4393d
L
1030 * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
1031 * configure.ac: Add lm32 target.
1032 * lm32: New directory.
c28c63d8 1033
90e2fa9c
AC
10342009-05-11 Andrew Cagney <cagney@gnu.org>
1035
1036 * MAINTAINERS: Orphan ppc.
1037
fdd6fa61
AG
10382009-04-30 Anthony Green <green@moxielogic.com>
1039
1040 * MAINTAINERS: Add myself for the moxie port.
1041 * moxie: New directory.
1042 * configure.ac: Add entry for moxie.
1043 * configure: Regenerate.
1044
df1756f4
TG
10452009-04-27 Tristan Gingold <gingold@adacore.com>
1046
1047 * avr: New directory.
df1756f4
TG
1048 * configure.ac: Add avr.
1049 * configure: Regenerated.
1050
89a34d1b
JM
10512009-04-17 Carlos O'Donell <carlos@codesourcery.com>
1052
1053 * Makefile.in: Add dummy install-pdf, html, and
1054 install-html targets.
1055
086c6838
NC
10562008-07-29 Nick Clifton <nickc@redhat.com>
1057
1058 * common/genmloop.sh: Add new parameter: -shell to specify the
1059 command interpreter to use to run the input file. This is
1060 necessary because otherwise SHELL is taken from the user's
1061 environment, and not from the makefile that invoked this script
1062 and the user might not be running an sh-like shell.
1063 * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
1064 * fr30/Makefile.in: Likewise.
1065 * frv/Makefile.in: Likewise.
1066 * i960/Makefile.in: Likewise.
1067 * iq2000/Makefile.in: Likewise.
1068 * m32r/Makefile.in: Likewise.
1069
1070 * frv/mloop.in: Add missing start of line comment marker.
1071
7010a0c9
JB
10722008-05-09 Olivier Hainque <hainque@adacore.com>
1073
1074 * ppc/altivec.igen (vperm): Latch inputs into temporaries.
1075
84234f6d
SR
10762008-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1077
1078 * MAINTAINERS: Add myself as maintainer of cr16 port.
1079
7c607148
SR
10802008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
1081
1082 Add simulator for National cr16 processor.
1083 * cr16: New directory.
1084 * configure.ac: Add entry for National cr16.
1085 * configure: Regenerate.
1086
c5fbc25b
DD
10872008-02-05 DJ Delorie <dj@redhat.com>
1088
1089 * configure.ac (v850): V850 now has a testsuite.
1090 * configure (v850): Likewise.
1091
9b254dd1
DJ
10922008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
1093
1094 Updated copyright notices for most files.
1095
beb7a883
DD
10962007-12-19 DJ Delorie <dj@redhat.com>
1097
1098 * frv/frv.c (frvbf_cut): Only look at the six LSBs of
1099 cut_point.
1100
4744ac1b
JB
11012007-08-24 Joel Brobecker <brobecker@adacore.com>
1102
1103 Switch the license of all files explicitly copyright the FSF
1104 to GPLv3.
1105
9453113a
DJ
11062007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
1107
1108 * Makefile.in: Add dummy "pdf" target.
1109
792fe9c9
TS
11102007-02-16 Thiemo Seufer <ths@mips.com>
1111
1112 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
1113
cecb04b7
MF
11142007-01-28 Manuel Lauss <slauss@resi.at>
1115
1116 * configure.ac (sh64-*-*): Change to sh64*-*-*.
1117 (sh-*-*): Change to sh*-*-*.
1118 * configure: Regenerated.
1119
20ac0504
DJ
11202007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1121
1122 Updated copyright notices for most files.
1123
49cbcfe9
HPN
11242006-12-20 Hans-Peter Nilsson <hp@axis.com>
1125
570ee7f0
HPN
1126 * Makefile.in (autoconf-common autoheader-common): Only run
1127 autoheader on subdirs with a file config.in.
1128
c4d800ae
HPN
1129 * configure.ac (common): Make the default "yes" for all targets
1130 with sim subdirs.
1131 * configure: Regenerate.
1132
e80204fc
HPN
1133 * Makefile.in (autoconf-common autoheader-common): In documented
1134 usage, say SHELL=/bin/sh.
1135 (.PHONY): Add autoheader-common.
1136
49cbcfe9
HPN
1137 * MAINTAINERS: Add self as authorized committer for *.
1138
bac25e5b
DJ
11392006-09-30 Daniel Jacobowitz <dan@codesourcery.com>
1140
1141 * MAINTAINERS: Add Dave Brolley for sh64.
1142
ce928021
DJ
11432006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
1144
1145 * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
1146 * Makefile.in (FLAGS_TO_PASS): Include libdir.
1147 * configure: Regenerated.
1148
4b164edf
AS
11492006-05-05 Andreas Schwab <schwab@suse.de>
1150
1151 * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
1152 * configure: Regenerate.
1153
1154 * Makefile.in (CFLAGS_FOR_BUILD): Define.
1155 (CC_FOR_BUILD): Don't override.
1156 (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
1157
8b2f7496
DJ
11582006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
1159
1160 * MAINTAINERS: Add an "Authorized committers" section, and list
1161 DJ Delorie for v850.
1162
1f810f78
DD
11632006-03-13 DJ Delorie <dj@redhat.com>
1164
1165 * MAINTAINERS: Add self as m32c sim maintainer.
1166
d45a4bef
JB
11672006-01-23 Jim Blandy <jimb@redhat.com>
1168
1169 Add simulator for Renesas M32C and M16C.
1170
1171 * m32c: New directory.
1172 * configure.ac: Add entry for Renesas M32C.
1173 * configure: Regenerate.
1174
d81ffbc4
CD
11752005-05-26 Chris Demetriou <cgd@netbsd.org>
1176
1177 * MAINTAINERS: Update my mail address, move myself to the
1178 "Past maintainers" section.
1179
c3357c64
CV
11802005-05-17 Corinna Vinschen <vinschen@redhat.com>
1181
1182 * configure.ac: Add igen to v850 build.
1183 * configure: Regenerate.
1184
33aa0cbb
PB
11852005-04-29 Paul Brook <paul@codesourcery.com>
1186
44cd25cf 1187 * common/callback.c (PIPE_BUF): Provide default definition.
33aa0cbb
PB
1188 (os_lstat): Use stat if lstat is not available on the host.
1189 (os_ftruncate): Return EINVAL if not available on the host.
1190 (os_truncate): Ditto.
1191 * common/configure.ac: Check for lstat, truncate and ftruncate.
1192 * common/configure: Regenerate.
1193 * common/config.in: Regenerate.
1194
4ec242d7
PB
11952005-04-27 Paul Brook <paul@codesourcery.com>
1196
1197 * common/Make-common.in: Add $(EXEEXT) to "run".
1198
21bc7567
CV
11992005-04-15 Corinna Vinschen <vinschen@redhat.com>
1200
1201 * configure.ac: Add explicit sh64 case.
1202 * configure: Regenerate.
1203
74ec5579
PB
12042005-03-30 Paul Brook <paul@codesourcery.com>
1205
1206 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
1207
51216631
JB
12082005-02-28 Jim Blandy <jimb@redhat.com>
1209
1210 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
1211 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
1212 Regenerated, after change to common/aclocal.m4.
1213
edece237
CV
12142005-02-18 Corinna Vinschen <vinschen@redhat.com>
1215
1216 * iq2000: New target subdirectory.
1217 * configure.ac: Add iq2000 target.
1218 * configure: Regenerate.
1219
8bdcadb1
HPN
12202005-01-29 Hans-Peter Nilsson <hp@axis.com>
1221
1222 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
1223 (realclean, install): Fail if subdir make failed.
1224
f6bcefef
HPN
12252005-01-28 Hans-Peter Nilsson <hp@axis.com>
1226
1227 * cris: New directory, simulator for Axis Communications CRIS
1228 including CRIS v32, CGEN-based.
1229 * configure.ac: Add corresponding configury.
1230 * configure: Regenerate.
1231
4ac6917f
AC
12322005-01-17 Andrew Cagney <cagney@gnu.org>
1233
1234 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
1235 common directory. Remove sparc*-*-* from list.
72f4393d 1236
38f48d72
AC
12372005-01-11 Andrew Cagney <cagney@gnu.org>
1238
1239 * Makefile.in (autoconf-common autoheader-common): Add --force to
1240 autoconf and autoheader.
1241 (autoconf-common autoheader-common)
1242 (autoconf-install autoheader-install): Check for configure.ac, not
1243 configure.in.
1244 * configure.ac: Delete AC_CONFIG_AUX_DIR.
1245 * configure: Re-generate.
1246
b7026657
AC
12472005-01-07 Andrew Cagney <cagney@gnu.org>
1248
1249 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
1250 correctly calls AC_CONFIG_SUBDIRS.
1251 * configure: Re-generate.
1252
33841fd9
AC
12532004-12-01 Andrew Cagney <cagney@gnu.org>
1254
44b263ce 1255 * i960, h8500: Delete directory.
33841fd9 1256
c46ec85d
AC
12572004-11-12 Andrew Cagney <cagney@gnu.org>
1258
1259 * d30v, fr30, mn10200, z8k: Delete directory.
1260
523f6a27
BE
12612004-03-10 Ben Elliston <bje@gnu.org>
1262
1263 * MAINTAINERS: Update my mail address.
1264
df0a8012
CD
12652004-01-26 Chris Demetriou <cgd@broadcom.com>
1266
1267 * configure.in (mips*-*-*): Configure in testsuite.
1268 * configure: Regenerate.
1269
b4ab4027
DB
12702003-10-08 Dave Brolley <brolley@redhat.com>
1271
1272 * configure.in: Move frv handling to alphabetically correct placement.
1273
fb72cee0
AS
12742003-09-03 Andreas Schwab <schwab@suse.de>
1275
1276 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
1277
b3af7bdf
DB
12782003-08-29 Dave Brolley <brolley@redhat.com>
1279
1280 * MAINTAINERS: Add myself as maintainer of the FRV port.
1281
84fabdf6 12822003-08-20 Michael Snyder <msnyder@redhat.com>
72f4393d 1283 Dave Brolley <brolley@redhat.com>
84fabdf6 1284
b3af7bdf 1285 * frv/: New directory, simulator for the Fujitsu FRV.
84fabdf6
DB
1286 * configure.in: Add frv configury.
1287 * configure: Regenerate.
1288
c53d60d8
BE
12892003-08-10 Ben Elliston <bje@wasabisystems.com>
1290
1291 * MAINTAINERS: Update my mail address.
1292
c55433ef
AC
12932003-08-09 Andrew Cagney <cagney@redhat.com>
1294
1295 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
1296 maintenance. List igen and sh maintainers. Mention that target
1297 and global maintainers pick up the slack.
1298
ac78c4ba
MS
12992003-07-09 Michael Snyder <msnyder@redhat.com>
1300
1301 * configure.in: Add testsuite to extra_subdirs for sh.
1302 * configure: Regenerate.
1303
2bc8946d
NC
13042003-01-23 Nick Clifton <nickc@redhat.com>
1305
1306 * Add sh2e support:
1307
ac78c4ba 13082002-04-02 Alexandre Oliva <aoliva@redhat.com>
2bc8946d 1309
ac78c4ba 1310 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
2bc8946d 1311
a926ab2f
GK
13122002-08-24 Geoffrey Keating <geoffk@redhat.com>
1313
1314 * MAINTAINERS: Update my email address.
1315
de0a1e42
AC
13162002-07-17 Andrew Cagney <ac131313@redhat.com>
1317
1318 * w65/: Delete directory.
1319
7a3085c1
AC
13202002-07-16 Andrew Cagney <ac131313@redhat.com>
1321
1322 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
1323 * configure: Re-generate.
1324
3fbeef0b
AC
13252002-07-13 Andrew Cagney <ac131313@redhat.com>
1326
1327 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
1328 * configure: Re-generate.
72f4393d 1329
3832c25c
AC
13302002-06-16 Andrew Cagney <ac131313@redhat.com>
1331
1332 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
1333 id, date and host to be overriden by NAME, ID, DATE and HOST
1334 respectfully. Use ISO dates.
1335
c93abbcc
AC
1336Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
1337
1338 * Makefile.in (ChangeLog): New makefile variable.
1339 * README-HACKING: Mention the ChangeLog makefile variable.
1340
e4045cdb
AC
13412002-06-01 Andrew Cagney <ac131313@redhat.com>
1342
1343 * tic80/: Delete directory.
1344
2be99286
SC
13452002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1346
1347 * MAINTAINERS: Update my email address.
1348
44befb9f
SC
13492002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1350
1351 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
1352
ce93e51a
FCE
13532002-03-01 Frank Ch. Eigler <fche@redhat.com>
1354
1355 * MAINTAINERS: Record self as a co-maintainer of just common/.
1356
72ca629f
NC
13572002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
1358
1359 * MAINTAINERS: Point to GDB files describing overall maintaince
1360 and check-in procedures.
1361
00125dd0
NC
13622002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
1363
1364 * MAINTAINERS: Add myself for ARM portions.
1365
457174f6
AC
13662001-10-19 Andrew Cagney <ac131313@redhat.com>
1367
1368 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
1369 * configure: Re-generate.
1370
9afc4bbf
BE
13712001-02-16 Ben Elliston <bje@redhat.com>
1372
1373 * MAINTAINERS: Add myself for common portions.
1374
0b8c7076
CD
13752001-01-15 Chris Demetriou <cgd@broadcom.com>
1376
1377 * MAINTAINERS: Added self and Andrew for the mips sim.
1378
c56a7a95
GK
13792000-10-25 Geoff Keating <geoffk@cygnus.com>
1380
1381 * MAINTAINERS: Added self and Andrew for the ppc sim.
1382
5d031c16
AC
1383Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
1384
1385 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1386 * m68hc11: New directory.
1387 * configure.in: Add.
1388 * configure: Regenerate.
1389
6c29acca
AC
1390Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1391
1392 * tic80: New directory.
1393 * configure.in: Add configury.
1394 * configure: Regenerate.
1395
bcd65766
NC
13962000-04-20 Nick Clifton <nickc@cygnus.com>
1397
1398 * configure.in (extra_subdirs): Add testsuite to strongarm
72f4393d 1399 directories.
bcd65766
NC
1400 * configure: Regenerate.
1401
7158fd7f
AC
1402Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1403
1404 * MAINTAINERS: New file. Blank.
1405
c2d11a7d
JM
14061999-11-18 Ben Elliston <bje@cygnus.com>
1407
1408 * configure.in: Require autoconf 2.13 and remove obsolete
1409 invocation of AC_C_CROSS.
1410 * configure: Regenerate.
1411
2acceee2
JM
14121999-09-29 Doug Evans <devans@casey.cygnus.com>
1413
1414 * configure.in: Configure the testsuite directory for thumb.
1415 * configure: Regenerate.
1416
6426a772
JM
14171999-07-16 Ben Elliston <bje@cygnus.com>
1418
1419 * configure.in: Configure the testsuite directory for arm.
1420 * configure: Regenerate.
1421
7a292a7a
SS
14221999-04-08 Nick Clifton <nickc@cygnus.com>
1423
1424 * configure.in: Add support for MCore target.
1425 * configure: Regenerate.
1426
c906108c
SS
14271999-03-14 Stan Shebs <shebs@andros.cygnus.com>
1428
1429 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
1430 RUNTEST instead of commenting out, fixes portability problem.
1431
c906108c
SS
14321999-02-08 Nick Clifton <nickc@cygnus.com>
1433
1434 * configure.in: Add support for StrongARM target.
1435 * configure: Regenerate.
1436
c906108c
SS
14371999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1438
1439 * configure.in: Require autoconf 2.12.1 or higher.
1440
14411998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1442
1443 * configure.in (i960-*-*): Add.
1444 * configure: Rebuild.
1445
1446Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
1447
1448 * configure.in: Added case for fr30-*-*.
1449 * configure: Regenerated.
1450
1451Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
1452
1453 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1454 to allow successful operation on Windows.
1455
1456Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1457
25c1c397
JM
1458 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1459 check can be invoked recursively.
c906108c
SS
1460
1461Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
1462
1463 * configure.in: Build simulator on sparclite and sparc86x targets.
1464 * configure: Regenerate.
1465
1466Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
1467
1468 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
1469 to autoconf and autoheader.
1470
1471Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
1472
1473 * Makefile.in (autoconf-common autoheader-common): Pass `-l
1474 ../common' to autoconf and autoheader. Unconditionally run
1475 autoconf in every subdir.
1476 (autoconf-changelog autoheader-changelog): Unconditionally run
1477 commands in every subdir.
1478 (autoconf-install autoheader-install): Likewise.
1479
1480Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1481
1482 * Makefile.in: Get SHELL from configure.
1483 * (FLAGS_TO_PASS): Pass down SHELL.
1484 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
1485 NT native builds.
1486
1487Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1488
1489 * configure.in (extra_subdirs): Enable igen for mn10300.
1490 * configure: Re-generate.
1491
1492Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
1493
1494 * configure.in (extra_subdirs): Add support for thumb target.
1495
1496 * configure (extra_subdirs): Add support for thumb target.
1497
1498Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1499
1500 * configure.in (extra_subdirs): Add IGEN directory when MIPS
1501 target.
1502 * configure: Regenerate.
72f4393d 1503
c906108c
SS
1504Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1505
1506 * configure.in (extra_subdirs): v850ea needs igen.
1507 * configure: Re-generate.
72f4393d 1508
c906108c
SS
1509Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1510
1511 * configure.in (testdir): When a testsuite directory, add that to
1512 the list of confdirs.
1513
1514Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1515
1516 * configure.in (extra_subdirs): Enable igen ready for V850.
1517
1518Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1519
1520 * configure.in (w65-*-*, only_if_enabled): Set.
1521 * configure: Re-generate.
72f4393d 1522
c906108c
SS
1523Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
1524
1525 * configure.in (sparc*-*-*, only_if_enabled): Set
1526 only_if_enabled=yes. Check only_if_enabled before enabling a
1527 simulator.
1528 * configure: Regenerate.
72f4393d 1529
c906108c
SS
1530Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1531
1532 * configure.in (extra_subdirs): Add v850e target.
1533
1534Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1535
1536 * configure.in (extra_subdirs): Add v850ea target.
1537
1538Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
1539
1540 * configure.in (sparc*-*-*): Don't build erc32.
1541 * configure: Regenerate.
1542
1543Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
1544
1545 * configure.in (m32r-*-*): New target.
1546 * configure: Regenerate.
1547
1548 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1549
1550Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
1551
1552 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1553 thought that .NOEXPORT was the default target.
1554
1555Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
1556
1557 * Makefile.in (clean mostlyclean): Restore targets accidentally
1558 deleted in earlier change.
1559
1560Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1561
1562 * Makefile.in (autoheader-common, autoheader-changelog,
1563 autoheader-install): Perform autoheader in addition to autoconf.
1564
1565Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
1566
1567 * Makefile.in (autoconf-install): New target.
1568 (autoconf-changelog): Try different way to obtain user name.
1569
1570Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1571
1572 * Makefile.in (autoconf-changelog): New target, update
1573 ChangeLog for all subdirectories - normally used after
1574 autoconf-common target.
1575
1576Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1577
1578 * configure.in (extra_subdirs): Include testsuite for d30v.
1579 * configure: Regenerate.
72f4393d 1580
c906108c
SS
1581 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
1582 ../gdb/Makefile.in
1583 (check): New rules - drive the testsuite.
1584
1585Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
1586
1587 * configure.in: Add mn10200 configure lines accidentally
1588 removed.
1589 * configure: Regenerated.
1590
1591Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
1592
1593 * configure.in (extra_subdirs): Generalize common sub directory
1594 into a list.
1595 (extra_subdirs): For d30v add igen to the list to be built.
1596
1597Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
1598
1599 * configure.in (d30v): New target.
1600 * configure: Regenerated.
72f4393d 1601
c906108c
SS
1602Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
1603
1604 * configure.in: Don't require GCC to build the mn10200
1605 simulator anymore.
1606 * configure: Rebuilt.
1607
1608Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
1609
1610 * configure.in: Don't configure any subdirs if no simulator
1611 is being built. Don't use erc32 for sparc64.
1612 * configure: Regenerated.
1613
1614Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
1615
1616 * Makefile.in (autoconf-common): New target.
1617 * configure.in: Do configure common.
1618 * configure: Regenerated.
1619
1620Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
1621
1622 * configure configure.in: Don't configure common anymore. Files
1623 from common are now built in the individual simualtor directories.
1624 This fixes problems with the WinGDB build procedure.
1625
1626Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
1627
1628 * configure: Enable the mn10200 simulator.
1629
1630Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
1631
1632 * configure.in (configdirs): Add common.
1633 * configure: Regenerated.
1634
1635Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1636
1637 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
1638 system V based targets.
1639 * configure: Regenerate.
1640
1641Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
1642
1643 * configure.in (--enable-sim-powerpc): Delete.
1644 (--enable-sim): Add.
1645 * configure: Regenerated.
1646
1647Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
1648
1649 * configure.in: Only build the V850 simulator if
1650 we are using gcc.
1651 * configure: Rebuild.
1652
1653Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
1654
1655 * configure.in: Do build erc32 for DOS and Windows hosts.
1656 * configure: Rebuild.
1657
1658Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1659
1660 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
1661 be inherited from the parent. Remove INSTALL_XFORM and
1662 INSTALL_XFORM1. Make INSTALL be set from configure.
1663
1664Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1665
1666 * configure.in: Only build the MIPS simulator if we are using
1667 gcc.
1668 * configure: Rebuild.
1669
1670Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
1671
1672 * configure.in (v850-*-*): Added V850 simulator.
1673
1674Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1675
1676 * configure.in (d10v-*-*): Added D10V simulator.
1677
1678Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1679
1680 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1681 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1682 (docdir): Removed.
1683 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1684 (AC_PROG_INSTALL): Added.
1685 * configure: Rebuilt.
1686
1687Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
1688
1689 * configure.in: Only configure erc32 if using gcc.
1690 * configure: Rebuild.
1691
1692Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1693
1694 * configure.in (sim_target): Build PowerPC simulator for powerpc
1695 System V.4, Solaris, and Elf targets.
1696 * configure: Regenerate with autoconf 2.10.
1697
1698Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
1699
1700 * configure.in: Only built erc32 simulator on Unix hosts as it
1701 uses pseudo ttys.
1702 * configure: Regenerated with autoconf 2.8.
1703
1704Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1705
1706 * erc32: Sparc simulator from the ESA.
1707
1708Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
1709
1710 From: Miles Bader <miles@gnu.ai.mit.edu>
1711 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
1712 * configure: Regenerate using autoconf.
1713
1714Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1715
1716 * Makefile.in (install): Fix typo.
1717
1718Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
1719
1720 * configure: Regenerate with autoconf 2.7.
1721
1722 * Makefile.in (all): Simplify.
1723 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
1724 as in the all target.
1725 (distclean, maintainer-clean, realclean): Likewise.
1726 (install): Likewise.
1727
1728Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
1729
1730 * Makefile.in (all): Remove extra '\' char from shell script.
1731
1732Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
1733
1734 * Makefile.in (all): Avoid a for loop with zero elements, even if
1735 the loop will not be executed because of an if statement.
1736
1737Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
1738
1739 * Makefile.in (install): Add missing semicolon in "fi \".
1740
1741Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1742
1743 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
1744 defaults from configure.
1745
1746 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
1747 configure defaults.
1748 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
1749 if either --enable-sim-powerpc is used, or the host compiler is
1750 GCC.
1751
1752Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1753
1754 * configure.in (mips*-*-*): Added "mips" simulator target.
1755 * configure: Re-generated.
1756
1757Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
1758
1759 * Makefile.in (BISON): Remove macro.
1760 (FLAGS_TO_PASS): Remove BISON.
1761
1762Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1763
1764 * configure.in: Explicitly `exit 0' for broken shells.
1765 * configure: Rebuilt.
1766
1767Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1768
1769 * common/run.c (main): Initialize the callbacks.
1770
1771Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
1772
1773 * Makefile.in (maintainer-clean): New synonym for realclean.
1774
1775Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1776
1777 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
1778 the target is powerpc*-*-eabisim*, since it requires GCC to build.
1779
1780Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1781
1782 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1783 <cagney@highland.com.au>.
1784 * configure: Regnerate from configure.in.
1785
1786Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1787
1788 * Update all FSF addresses except those in COPYING* files.
1789
1790Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
1791
1792 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
1793 submakes either default or passed in value.
1794
1795Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1796
1797 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
1798 install): Changed targets so that they descend all
1799 subdirectories in $(SUBDIRS).
1800 (*-all, *-clean, *-install): Removed targets.
1801
1802 * configure.in: Don't bother with target makefile fragments, they
1803 are no longer needed.
1804 * configure: regenerated.
1805
1806 * Makefile.in, configure.in: converted to autoconf.
1807 * configure: New file, generated with autconf 2.4.
1808
1809Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
1810
1811 * Makefile.in: Support ARM.
1812 * configure.in: Ditto.
1813
1814Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
1815
1816 * Makefile.in: Support W65.
1817 * configure.in: Ditto.
1818
1819Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1820
1821 * Makefile.in: Add TAGS target.
1822
1823Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1824
1825 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
1826 install-h8300, clean-h8300, all-h8500, install-h8500,
1827 clean-h8500, all-sh, install-sh, clean-sh): do not echo
a9e0ce2c 1828 recursion lines.
c906108c
SS
1829
1830Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1831
1832 * Makefile.in: remove endian.h trace from h8500
1833
1834Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
1835
1836 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1837
1838Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1839
1840 * Makefile.in: make all of the all-* target (except all-nothing)
1841 depend on endian.h, so that if we're not building a simulator, we
1842 don't built endian
1843
1844Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
1845
1846 * Makefile.in (check, installcheck): Added dummy targets.
1847
1848Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
1849
1850 * Makefile.in (endian): Find endian.c in $(srcdir), and also
1851 explicitly make it, since some makes apparently don't work with
1852 VPATH and .c to executable rules (SunOS make for example).
1853
1854Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1855
1856 * Makefile.in (endian): Add explicit rule for broken makes.
1857
1858Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
1859
1860 * Makefile.in (info, install-info): New targets.
1861 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1862 level Makefile.
1863
1864Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
1865
1866 * Makefile.in (endian.h): build endian.h via a temporary file so
1867 that we don't leave an incomplete file lying around on
1868 interrupted builds.
1869 (clean): remove endian, e.h, and endian.h.
1870
1871Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1872
1873 * Makefile.in, configure.in: if target isn't supported, build a
1874 harmless makefile.
This page took 1.301137 seconds and 4 git commands to generate.