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