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