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