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