2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
[deliverable/binutils-gdb.git] / sim / ChangeLog
CommitLineData
4fc9958a
HPN
12006-01-10 Hans-Peter Nilsson <hp@axis.com>
2
ca47226b
HPN
3 * cris/cris-tmpl.c (MY (f_model_insn_before)): Only display basic
4 cycle count for the current insn.
4fc9958a 5
be37be02
HPN
62005-12-06 Hans-Peter Nilsson <hp@axis.com>
7
8 * cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,
9 cris/decodev10.c, cris/decodev10.h, cris/decodev32.c,
10 cris/decodev32.h, cris/modelv10.c, cris/modelv32.c,
11 cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
12
cf2bf87e
HPN
132005-12-05 Hans-Peter Nilsson <hp@axis.com>
14
15 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
16 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
17 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
18 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
19 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
20 cris/semcrisv32f-switch.c: Regenerate.
21
8b9b39f4
HPN
222005-11-20 Hans-Peter Nilsson <hp@axis.com>
23
59e834e4 24 * cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
8b9b39f4
HPN
25 (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
26 TARGET_O_WRONLY.
27 (cris_break_13_handler) <case TARGET_SYS_fcntl>: Add support for
28 F_GETFL on fd 0, 1 and 2.
29
5457266c
HPN
302005-11-17 Hans-Peter Nilsson <hp@axis.com>
31
ed1f044a
HPN
32 * cris/sim-main.h (struct _sim_cpu): New members last_syscall,
33 last_open_fd, last_open_flags.
34 * cris/traps.c: Don't include targ-vals.h.
35 (TARGET_O_ACCMODE): Define.
36 (cris_break_13_handler): Set new _sim_cpu members.
37 <case TARGET_SYS_fcntl>: Support special case of F_GETFL.
38 Rearrange code as switch. Emit "unimplemented" abort for
39 unimplemented fcntl calls.
40
5457266c
HPN
41 * cris/traps.c (TARGET_SYS_stat): Define.
42 (syscall_stat32_map): Add entry for TARGET_SYS_stat.
43 (cris_break_13_handler) <case TARGET_SYS_stat>: New case.
44
ae81c235
HPN
452005-11-16 Hans-Peter Nilsson <hp@axis.com>
46
47 * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
48 low 32 bits are used after an unsigned long cast.
49
c3182514
HPN
502005-05-28 Hans-Peter Nilsson <hp@axis.com>
51
52 * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
53
d81ffbc4
CD
542005-05-26 Chris Demetriou <cgd@netbsd.org>
55
56 * MAINTAINERS: Update my mail address, move myself to the
57 "Past maintainers" section.
58
c3357c64
CV
592005-05-17 Corinna Vinschen <vinschen@redhat.com>
60
61 * configure.ac: Add igen to v850 build.
62 * configure: Regenerate.
63
33aa0cbb
PB
642005-04-29 Paul Brook <paul@codesourcery.com>
65
44cd25cf 66 * common/callback.c (PIPE_BUF): Provide default definition.
33aa0cbb
PB
67 (os_lstat): Use stat if lstat is not available on the host.
68 (os_ftruncate): Return EINVAL if not available on the host.
69 (os_truncate): Ditto.
70 * common/configure.ac: Check for lstat, truncate and ftruncate.
71 * common/configure: Regenerate.
72 * common/config.in: Regenerate.
73
4ec242d7
PB
742005-04-27 Paul Brook <paul@codesourcery.com>
75
76 * common/Make-common.in: Add $(EXEEXT) to "run".
77
69308976
HPN
782005-04-18 Hans-Peter Nilsson <hp@axis.com>
79
80 * cris/traps.c (cris_break_13_handler) <case TARGET_SYS_mmap2>:
81 For ((len & 8191) != 0 && fd == (USI) -1), don't say this isn't
82 implemented. In call to create_map, pad length argument to 8k.
83
21bc7567
CV
842005-04-15 Corinna Vinschen <vinschen@redhat.com>
85
86 * configure.ac: Add explicit sh64 case.
87 * configure: Regenerate.
88
74ec5579
PB
892005-03-30 Paul Brook <paul@codesourcery.com>
90
91 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
92
2ecb8390
HPN
932005-03-24 Hans-Peter Nilsson <hp@axis.com>
94
cce0efb5
HPN
95 * cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
96 include cgen-ops.h in decodev10.c and decodev32.c.
97 * cris/sim-main.h: Don't include cgen-ops.h here.
98 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
99 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
100 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
101 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
102 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
103 cris/semcrisv32f-switch.c: Regenerate.
104
2ecb8390
HPN
105 * cris/traps.c (cris_break_13_handler) <case
106 TARGET_SYS_rt_sigaction>: Rename sa_handler, sa_flags,
107 sa_restorer, sa_mask_low, sa_mask_high to target_sa_handler etc.
108
2b193c4a
MK
1092005-03-23 Mark Kettenis <kettenis@gnu.org>
110
111 * cris/configure: Regenerate.
112
51216631
JB
1132005-02-28 Jim Blandy <jimb@redhat.com>
114
115 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
116 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
117 Regenerated, after change to common/aclocal.m4.
118
edece237
CV
1192005-02-18 Corinna Vinschen <vinschen@redhat.com>
120
121 * iq2000: New target subdirectory.
122 * configure.ac: Add iq2000 target.
123 * configure: Regenerate.
124
8bdcadb1
HPN
1252005-01-29 Hans-Peter Nilsson <hp@axis.com>
126
127 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
128 (realclean, install): Fail if subdir make failed.
129
f6bcefef
HPN
1302005-01-28 Hans-Peter Nilsson <hp@axis.com>
131
132 * cris: New directory, simulator for Axis Communications CRIS
133 including CRIS v32, CGEN-based.
134 * configure.ac: Add corresponding configury.
135 * configure: Regenerate.
136
4ac6917f
AC
1372005-01-17 Andrew Cagney <cagney@gnu.org>
138
139 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
140 common directory. Remove sparc*-*-* from list.
141
38f48d72
AC
1422005-01-11 Andrew Cagney <cagney@gnu.org>
143
144 * Makefile.in (autoconf-common autoheader-common): Add --force to
145 autoconf and autoheader.
146 (autoconf-common autoheader-common)
147 (autoconf-install autoheader-install): Check for configure.ac, not
148 configure.in.
149 * configure.ac: Delete AC_CONFIG_AUX_DIR.
150 * configure: Re-generate.
151
b7026657
AC
1522005-01-07 Andrew Cagney <cagney@gnu.org>
153
154 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
155 correctly calls AC_CONFIG_SUBDIRS.
156 * configure: Re-generate.
157
33841fd9
AC
1582004-12-01 Andrew Cagney <cagney@gnu.org>
159
44b263ce 160 * i960, h8500: Delete directory.
33841fd9 161
c46ec85d
AC
1622004-11-12 Andrew Cagney <cagney@gnu.org>
163
164 * d30v, fr30, mn10200, z8k: Delete directory.
165
523f6a27
BE
1662004-03-10 Ben Elliston <bje@gnu.org>
167
168 * MAINTAINERS: Update my mail address.
169
df0a8012
CD
1702004-01-26 Chris Demetriou <cgd@broadcom.com>
171
172 * configure.in (mips*-*-*): Configure in testsuite.
173 * configure: Regenerate.
174
b4ab4027
DB
1752003-10-08 Dave Brolley <brolley@redhat.com>
176
177 * configure.in: Move frv handling to alphabetically correct placement.
178
fb72cee0
AS
1792003-09-03 Andreas Schwab <schwab@suse.de>
180
181 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
182
b3af7bdf
DB
1832003-08-29 Dave Brolley <brolley@redhat.com>
184
185 * MAINTAINERS: Add myself as maintainer of the FRV port.
186
84fabdf6
DB
1872003-08-20 Michael Snyder <msnyder@redhat.com>
188 Dave Brolley <brolley@redhat.com>
189
b3af7bdf 190 * frv/: New directory, simulator for the Fujitsu FRV.
84fabdf6
DB
191 * configure.in: Add frv configury.
192 * configure: Regenerate.
193
c53d60d8
BE
1942003-08-10 Ben Elliston <bje@wasabisystems.com>
195
196 * MAINTAINERS: Update my mail address.
197
c55433ef
AC
1982003-08-09 Andrew Cagney <cagney@redhat.com>
199
200 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
201 maintenance. List igen and sh maintainers. Mention that target
202 and global maintainers pick up the slack.
203
ac78c4ba
MS
2042003-07-09 Michael Snyder <msnyder@redhat.com>
205
206 * configure.in: Add testsuite to extra_subdirs for sh.
207 * configure: Regenerate.
208
2bc8946d
NC
2092003-01-23 Nick Clifton <nickc@redhat.com>
210
211 * Add sh2e support:
212
ac78c4ba 2132002-04-02 Alexandre Oliva <aoliva@redhat.com>
2bc8946d 214
ac78c4ba 215 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
2bc8946d 216
a926ab2f
GK
2172002-08-24 Geoffrey Keating <geoffk@redhat.com>
218
219 * MAINTAINERS: Update my email address.
220
de0a1e42
AC
2212002-07-17 Andrew Cagney <ac131313@redhat.com>
222
223 * w65/: Delete directory.
224
7a3085c1
AC
2252002-07-16 Andrew Cagney <ac131313@redhat.com>
226
227 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
228 * configure: Re-generate.
229
3fbeef0b
AC
2302002-07-13 Andrew Cagney <ac131313@redhat.com>
231
232 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
233 * configure: Re-generate.
234
3832c25c
AC
2352002-06-16 Andrew Cagney <ac131313@redhat.com>
236
237 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
238 id, date and host to be overriden by NAME, ID, DATE and HOST
239 respectfully. Use ISO dates.
240
c93abbcc
AC
241Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
242
243 * Makefile.in (ChangeLog): New makefile variable.
244 * README-HACKING: Mention the ChangeLog makefile variable.
245
e4045cdb
AC
2462002-06-01 Andrew Cagney <ac131313@redhat.com>
247
248 * tic80/: Delete directory.
249
2be99286
SC
2502002-05-16 Stephane Carrez <stcarrez@nerim.fr>
251
252 * MAINTAINERS: Update my email address.
253
44befb9f
SC
2542002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
255
256 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
257
ce93e51a
FCE
2582002-03-01 Frank Ch. Eigler <fche@redhat.com>
259
260 * MAINTAINERS: Record self as a co-maintainer of just common/.
261
72ca629f
NC
2622002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
263
264 * MAINTAINERS: Point to GDB files describing overall maintaince
265 and check-in procedures.
266
00125dd0
NC
2672002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
268
269 * MAINTAINERS: Add myself for ARM portions.
270
457174f6
AC
2712001-10-19 Andrew Cagney <ac131313@redhat.com>
272
273 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
274 * configure: Re-generate.
275
9afc4bbf
BE
2762001-02-16 Ben Elliston <bje@redhat.com>
277
278 * MAINTAINERS: Add myself for common portions.
279
0b8c7076
CD
2802001-01-15 Chris Demetriou <cgd@broadcom.com>
281
282 * MAINTAINERS: Added self and Andrew for the mips sim.
283
c56a7a95
GK
2842000-10-25 Geoff Keating <geoffk@cygnus.com>
285
286 * MAINTAINERS: Added self and Andrew for the ppc sim.
287
5d031c16
AC
288Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
289
290 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
291 * m68hc11: New directory.
292 * configure.in: Add.
293 * configure: Regenerate.
294
6c29acca
AC
295Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
296
297 * tic80: New directory.
298 * configure.in: Add configury.
299 * configure: Regenerate.
300
bcd65766
NC
3012000-04-20 Nick Clifton <nickc@cygnus.com>
302
303 * configure.in (extra_subdirs): Add testsuite to strongarm
304 directories.
305 * configure: Regenerate.
306
7158fd7f
AC
307Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
308
309 * MAINTAINERS: New file. Blank.
310
c2d11a7d
JM
3111999-11-18 Ben Elliston <bje@cygnus.com>
312
313 * configure.in: Require autoconf 2.13 and remove obsolete
314 invocation of AC_C_CROSS.
315 * configure: Regenerate.
316
2acceee2
JM
3171999-09-29 Doug Evans <devans@casey.cygnus.com>
318
319 * configure.in: Configure the testsuite directory for thumb.
320 * configure: Regenerate.
321
6426a772
JM
3221999-07-16 Ben Elliston <bje@cygnus.com>
323
324 * configure.in: Configure the testsuite directory for arm.
325 * configure: Regenerate.
326
7a292a7a
SS
3271999-04-08 Nick Clifton <nickc@cygnus.com>
328
329 * configure.in: Add support for MCore target.
330 * configure: Regenerate.
331
c906108c
SS
3321999-03-14 Stan Shebs <shebs@andros.cygnus.com>
333
334 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
335 RUNTEST instead of commenting out, fixes portability problem.
336
c906108c
SS
3371999-02-08 Nick Clifton <nickc@cygnus.com>
338
339 * configure.in: Add support for StrongARM target.
340 * configure: Regenerate.
341
c906108c
SS
3421999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
343
344 * configure.in: Require autoconf 2.12.1 or higher.
345
3461998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
347
348 * configure.in (i960-*-*): Add.
349 * configure: Rebuild.
350
351Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
352
353 * configure.in: Added case for fr30-*-*.
354 * configure: Regenerated.
355
356Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
357
358 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
359 to allow successful operation on Windows.
360
361Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
362
25c1c397
JM
363 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
364 check can be invoked recursively.
c906108c
SS
365
366Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
367
368 * configure.in: Build simulator on sparclite and sparc86x targets.
369 * configure: Regenerate.
370
371Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
372
373 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
374 to autoconf and autoheader.
375
376Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
377
378 * Makefile.in (autoconf-common autoheader-common): Pass `-l
379 ../common' to autoconf and autoheader. Unconditionally run
380 autoconf in every subdir.
381 (autoconf-changelog autoheader-changelog): Unconditionally run
382 commands in every subdir.
383 (autoconf-install autoheader-install): Likewise.
384
385Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
386
387 * Makefile.in: Get SHELL from configure.
388 * (FLAGS_TO_PASS): Pass down SHELL.
389 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
390 NT native builds.
391
392Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
393
394 * configure.in (extra_subdirs): Enable igen for mn10300.
395 * configure: Re-generate.
396
397Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
398
399 * configure.in (extra_subdirs): Add support for thumb target.
400
401 * configure (extra_subdirs): Add support for thumb target.
402
403Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
404
405 * configure.in (extra_subdirs): Add IGEN directory when MIPS
406 target.
407 * configure: Regenerate.
408
409Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
410
411 * configure.in (extra_subdirs): v850ea needs igen.
412 * configure: Re-generate.
413
414Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
415
416 * configure.in (testdir): When a testsuite directory, add that to
417 the list of confdirs.
418
419Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
420
421 * configure.in (extra_subdirs): Enable igen ready for V850.
422
423Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
424
425 * configure.in (w65-*-*, only_if_enabled): Set.
426 * configure: Re-generate.
427
428Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
429
430 * configure.in (sparc*-*-*, only_if_enabled): Set
431 only_if_enabled=yes. Check only_if_enabled before enabling a
432 simulator.
433 * configure: Regenerate.
434
435Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
436
437 * configure.in (extra_subdirs): Add v850e target.
438
439Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
440
441 * configure.in (extra_subdirs): Add v850ea target.
442
443Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
444
445 * configure.in (sparc*-*-*): Don't build erc32.
446 * configure: Regenerate.
447
448Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
449
450 * configure.in (m32r-*-*): New target.
451 * configure: Regenerate.
452
453 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
454
455Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
456
457 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
458 thought that .NOEXPORT was the default target.
459
460Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
461
462 * Makefile.in (clean mostlyclean): Restore targets accidentally
463 deleted in earlier change.
464
465Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
466
467 * Makefile.in (autoheader-common, autoheader-changelog,
468 autoheader-install): Perform autoheader in addition to autoconf.
469
470Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
471
472 * Makefile.in (autoconf-install): New target.
473 (autoconf-changelog): Try different way to obtain user name.
474
475Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
476
477 * Makefile.in (autoconf-changelog): New target, update
478 ChangeLog for all subdirectories - normally used after
479 autoconf-common target.
480
481Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
482
483 * configure.in (extra_subdirs): Include testsuite for d30v.
484 * configure: Regenerate.
485
486 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
487 ../gdb/Makefile.in
488 (check): New rules - drive the testsuite.
489
490Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
491
492 * configure.in: Add mn10200 configure lines accidentally
493 removed.
494 * configure: Regenerated.
495
496Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
497
498 * configure.in (extra_subdirs): Generalize common sub directory
499 into a list.
500 (extra_subdirs): For d30v add igen to the list to be built.
501
502Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
503
504 * configure.in (d30v): New target.
505 * configure: Regenerated.
506
507Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
508
509 * configure.in: Don't require GCC to build the mn10200
510 simulator anymore.
511 * configure: Rebuilt.
512
513Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
514
515 * configure.in: Don't configure any subdirs if no simulator
516 is being built. Don't use erc32 for sparc64.
517 * configure: Regenerated.
518
519Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
520
521 * Makefile.in (autoconf-common): New target.
522 * configure.in: Do configure common.
523 * configure: Regenerated.
524
525Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
526
527 * configure configure.in: Don't configure common anymore. Files
528 from common are now built in the individual simualtor directories.
529 This fixes problems with the WinGDB build procedure.
530
531Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
532
533 * configure: Enable the mn10200 simulator.
534
535Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
536
537 * configure.in (configdirs): Add common.
538 * configure: Regenerated.
539
540Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
541
542 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
543 system V based targets.
544 * configure: Regenerate.
545
546Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
547
548 * configure.in (--enable-sim-powerpc): Delete.
549 (--enable-sim): Add.
550 * configure: Regenerated.
551
552Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
553
554 * configure.in: Only build the V850 simulator if
555 we are using gcc.
556 * configure: Rebuild.
557
558Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
559
560 * configure.in: Do build erc32 for DOS and Windows hosts.
561 * configure: Rebuild.
562
563Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
564
565 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
566 be inherited from the parent. Remove INSTALL_XFORM and
567 INSTALL_XFORM1. Make INSTALL be set from configure.
568
569Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
570
571 * configure.in: Only build the MIPS simulator if we are using
572 gcc.
573 * configure: Rebuild.
574
575Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
576
577 * configure.in (v850-*-*): Added V850 simulator.
578
579Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
580
581 * configure.in (d10v-*-*): Added D10V simulator.
582
583Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
584
585 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
586 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
587 (docdir): Removed.
588 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
589 (AC_PROG_INSTALL): Added.
590 * configure: Rebuilt.
591
592Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
593
594 * configure.in: Only configure erc32 if using gcc.
595 * configure: Rebuild.
596
597Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
598
599 * configure.in (sim_target): Build PowerPC simulator for powerpc
600 System V.4, Solaris, and Elf targets.
601 * configure: Regenerate with autoconf 2.10.
602
603Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
604
605 * configure.in: Only built erc32 simulator on Unix hosts as it
606 uses pseudo ttys.
607 * configure: Regenerated with autoconf 2.8.
608
609Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
610
611 * erc32: Sparc simulator from the ESA.
612
613Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
614
615 From: Miles Bader <miles@gnu.ai.mit.edu>
616 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
617 * configure: Regenerate using autoconf.
618
619Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
620
621 * Makefile.in (install): Fix typo.
622
623Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
624
625 * configure: Regenerate with autoconf 2.7.
626
627 * Makefile.in (all): Simplify.
628 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
629 as in the all target.
630 (distclean, maintainer-clean, realclean): Likewise.
631 (install): Likewise.
632
633Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
634
635 * Makefile.in (all): Remove extra '\' char from shell script.
636
637Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
638
639 * Makefile.in (all): Avoid a for loop with zero elements, even if
640 the loop will not be executed because of an if statement.
641
642Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
643
644 * Makefile.in (install): Add missing semicolon in "fi \".
645
646Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
647
648 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
649 defaults from configure.
650
651 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
652 configure defaults.
653 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
654 if either --enable-sim-powerpc is used, or the host compiler is
655 GCC.
656
657Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
658
659 * configure.in (mips*-*-*): Added "mips" simulator target.
660 * configure: Re-generated.
661
662Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
663
664 * Makefile.in (BISON): Remove macro.
665 (FLAGS_TO_PASS): Remove BISON.
666
667Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
668
669 * configure.in: Explicitly `exit 0' for broken shells.
670 * configure: Rebuilt.
671
672Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
673
674 * common/run.c (main): Initialize the callbacks.
675
676Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
677
678 * Makefile.in (maintainer-clean): New synonym for realclean.
679
680Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
681
682 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
683 the target is powerpc*-*-eabisim*, since it requires GCC to build.
684
685Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
686
687 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
688 <cagney@highland.com.au>.
689 * configure: Regnerate from configure.in.
690
691Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
692
693 * Update all FSF addresses except those in COPYING* files.
694
695Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
696
697 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
698 submakes either default or passed in value.
699
700Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
701
702 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
703 install): Changed targets so that they descend all
704 subdirectories in $(SUBDIRS).
705 (*-all, *-clean, *-install): Removed targets.
706
707 * configure.in: Don't bother with target makefile fragments, they
708 are no longer needed.
709 * configure: regenerated.
710
711 * Makefile.in, configure.in: converted to autoconf.
712 * configure: New file, generated with autconf 2.4.
713
714Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
715
716 * Makefile.in: Support ARM.
717 * configure.in: Ditto.
718
719Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
720
721 * Makefile.in: Support W65.
722 * configure.in: Ditto.
723
724Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
725
726 * Makefile.in: Add TAGS target.
727
728Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
729
730 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
731 install-h8300, clean-h8300, all-h8500, install-h8500,
732 clean-h8500, all-sh, install-sh, clean-sh): do not echo
a9e0ce2c 733 recursion lines.
c906108c
SS
734
735Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
736
737 * Makefile.in: remove endian.h trace from h8500
738
739Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
740
741 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
742
743Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
744
745 * Makefile.in: make all of the all-* target (except all-nothing)
746 depend on endian.h, so that if we're not building a simulator, we
747 don't built endian
748
749Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
750
751 * Makefile.in (check, installcheck): Added dummy targets.
752
753Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
754
755 * Makefile.in (endian): Find endian.c in $(srcdir), and also
756 explicitly make it, since some makes apparently don't work with
757 VPATH and .c to executable rules (SunOS make for example).
758
759Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
760
761 * Makefile.in (endian): Add explicit rule for broken makes.
762
763Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
764
765 * Makefile.in (info, install-info): New targets.
766 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
767 level Makefile.
768
769Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
770
771 * Makefile.in (endian.h): build endian.h via a temporary file so
772 that we don't leave an incomplete file lying around on
773 interrupted builds.
774 (clean): remove endian, e.h, and endian.h.
775
776Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
777
778 * Makefile.in, configure.in: if target isn't supported, build a
779 harmless makefile.
780
781
This page took 0.316078 seconds and 4 git commands to generate.