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