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