* cris/traps.c (TARGET_UTSNAME): Update to 2009-01-01.
[binutils-gdb.git] / sim / ChangeLog
1 2009-01-03 Hans-Peter Nilsson <hp@axis.com>
2
3 * cris/traps.c (TARGET_UTSNAME): Update to 2009-01-01.
4 (TARGET_EPOCH): Update to match TARGET_UTSNAME. Correct comment.
5 (cris_break_13_handler) <case TARGET_SYS_uname>: Update to
6 2.6.27. Set machine field to the BFD printable name of the
7 machine.
8
9 * cris/traps.c (TARGET_MAP_DENYWRITE): Define.
10 (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle
11 TARGET_MAP_DENYWRITE.
12
13 * cris/traps.c (TARGET_SYS_access, TARGET_R_OK, TARGET_W_OK)
14 (TARGET_X_OK, TARGET_F_OK): Define.
15 (cris_break_13_handler) <case TARGET_SYS_access>: New case.
16
17 * cris/semcrisv32f-switch.c: Regenerate.
18
19 2008-12-30 Hans-Peter Nilsson <hp@axis.com>
20
21 * cris/sim-if.c (sim_open): If sim_analyze_program fails, emit
22 just a short CRIS-specific notice. Tweak the wording for a
23 failing architecture test.
24
25 * cris/traps.c (TARGET_SYS_writev): New macro.
26 (is_mapped_only, cris_dump_map): New functions.
27 (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle more flags
28 and prot combinations and a non-zero page-offset. If
29 TARGET_MAP_FIXED, unmap pages before mapping them.
30 <case TARGET_SYS_mprotect>: When checking, allow any length
31 argument. Don't actually do anything.
32 <case TARGET_SYS_writev>: New case.
33
34 * cris/Makefile.in (SIM_OBJS): Remove sim-hload.o.
35 * cris/sim-if.c: Include elf-bfd.h.
36 (struct progbounds): New members end_loadmem, start_nonloadmem.
37 (xprintf, eprintf): New functions, copied from common/sim-load.c.
38 (cris_load_elf_file, sim_load, cris_get_progbounds): New functions.
39 (get_progbounds_iterator): Renamed from get_progbounds. Make
40 static. Update head comment. Set new struct progbounds members.
41 (exec_load_addr, interp_load_addr, interp_start_addr): New static
42 variables.
43 (aux_ent_phdr, aux_ent_phent, aux_ent_phnum, aux_ent_base)
44 (aux_ent_entry, cris_write_interp, cris_handle_interpreter): New
45 functions.
46 (sim_open): New constant array auxv_entries. Rewrite AUX_ENT
47 handling to use auxv_entries. Improve error message and checking
48 for invalid programs. Use new variable abfd for the program
49 instead of for each access reaching into sd to get it.
50 (sim_create_inferior): If non-zero, use interp_start_addr instead
51 of the program start address.
52 (cris_disassemble_insn): Remove incorrect and unclear, supposedly
53 stale comment. Always specify little-endian.
54
55 2008-07-29 Nick Clifton <nickc@redhat.com>
56
57 * common/genmloop.sh: Add new parameter: -shell to specify the
58 command interpreter to use to run the input file. This is
59 necessary because otherwise SHELL is taken from the user's
60 environment, and not from the makefile that invoked this script
61 and the user might not be running an sh-like shell.
62 * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
63 * fr30/Makefile.in: Likewise.
64 * frv/Makefile.in: Likewise.
65 * i960/Makefile.in: Likewise.
66 * iq2000/Makefile.in: Likewise.
67 * m32r/Makefile.in: Likewise.
68
69 * frv/mloop.in: Add missing start of line comment marker.
70
71 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
72
73 * cris/configure: Regenerate to track ../common/common.m4 changes.
74 * cris/config.in: Ditto.
75
76 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
77 Daniel Jacobowitz <dan@codesourcery.com>
78 Joseph Myers <joseph@codesourcery.com>
79
80 * cris/configure: Regenerate.
81
82 2008-05-09 Olivier Hainque <hainque@adacore.com>
83
84 * ppc/altivec.igen (vperm): Latch inputs into temporaries.
85
86 2008-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
87
88 * MAINTAINERS: Add myself as maintainer of cr16 port.
89
90 2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
91
92 Add simulator for National cr16 processor.
93 * cr16: New directory.
94 * configure.ac: Add entry for National cr16.
95 * configure: Regenerate.
96
97 2008-02-05 DJ Delorie <dj@redhat.com>
98
99 * configure.ac (v850): V850 now has a testsuite.
100 * configure (v850): Likewise.
101
102 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
103
104 Updated copyright notices for most files.
105
106 2007-12-19 DJ Delorie <dj@redhat.com>
107
108 * frv/frv.c (frvbf_cut): Only look at the six LSBs of
109 cut_point.
110
111 2007-10-22 Hans-Peter Nilsson <hp@axis.com>
112
113 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
114 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
115 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
116 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
117 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
118 cris/semcrisv32f-switch.c: Regenerate.
119
120 2007-08-24 Joel Brobecker <brobecker@adacore.com>
121
122 Switch the license of all files explicitly copyright the FSF
123 to GPLv3.
124
125 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
126
127 * Makefile.in: Add dummy "pdf" target.
128
129 2007-02-20 Hans-Peter Nilsson <hp@axis.com>
130
131 * cris/traps.c (dump_statistics): Change format for cycle numbers
132 to %llu and cast parameters to unsigned long long.
133
134 2007-02-16 Thiemo Seufer <ths@mips.com>
135
136 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
137
138 2007-01-28 Manuel Lauss <slauss@resi.at>
139
140 * configure.ac (sh64-*-*): Change to sh64*-*-*.
141 (sh-*-*): Change to sh*-*-*.
142 * configure: Regenerated.
143
144 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
145
146 Updated copyright notices for most files.
147
148 2006-12-20 Hans-Peter Nilsson <hp@axis.com>
149
150 * Makefile.in (autoconf-common autoheader-common): Only run
151 autoheader on subdirs with a file config.in.
152
153 * configure.ac (common): Make the default "yes" for all targets
154 with sim subdirs.
155 * configure: Regenerate.
156
157 * Makefile.in (autoconf-common autoheader-common): In documented
158 usage, say SHELL=/bin/sh.
159 (.PHONY): Add autoheader-common.
160
161 * MAINTAINERS: Add self as authorized committer for *.
162
163 2006-10-02 Edgar E. Iglesias <edgar@axis.com>
164 Hans-Peter Nilsson <hp@axis.com>
165
166 * cris/cris-sim.h (enum cris_unknown_syscall_action_type)
167 (cris_unknown_syscall_action): Declare.
168 * cris/sim-if.c (cris_unknown_syscall_action): Define.
169 (cris_options): Add cris-unknown-syscall option.
170 (cris_option_handler): Correct comment about and error message for
171 invalid --cris-cycles argument. Handle --cris-unknown-syscall.
172 * cris/traps.c: Include stdarg.h
173 (cris_unknown_syscall): New function.
174 (cris_break_13_handler): Instead of sim_io_eprintf and
175 sim_engine_halt, call cris_unknown_syscall to handle more or less
176 unknown syscalls. Adjust code as necessary to handle return
177 value.
178
179 2006-09-30 Daniel Jacobowitz <dan@codesourcery.com>
180
181 * MAINTAINERS: Add Dave Brolley for sh64.
182
183 2006-09-30 Hans-Peter Nilsson <hp@axis.com>
184
185 * cris/traps.c (TARGET_PIPE_BUF): New macro.
186 (cris_pipe_empty): Correct initialization of "remaining". Only
187 adjust the "write" return value if more than TARGET_PIPE_BUF bytes
188 are written.
189
190 2006-09-29 Hans-Peter Nilsson <hp@axis.com>
191
192 * cris/configure.ac: Check for limits.h and sys/param.h.
193 * cris/configure, cris/config.in: Rebuild.
194 * cris/traps.c (SIM_PATHMAX): New macro.
195 (cris_break_13_handler): Use SIM_PATHMAX, not MAXPATHLEN.
196
197 2006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
198
199 * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
200 * Makefile.in (FLAGS_TO_PASS): Include libdir.
201 * configure: Regenerated.
202
203 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
204
205 * cris/configure: Regenerated.
206
207 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
208
209 * cris/configure: Regenerated.
210
211 2006-05-05 Andreas Schwab <schwab@suse.de>
212
213 * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
214 * configure: Regenerate.
215
216 * Makefile.in (CFLAGS_FOR_BUILD): Define.
217 (CC_FOR_BUILD): Don't override.
218 (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
219
220 2006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
221
222 * MAINTAINERS: Add an "Authorized committers" section, and list
223 DJ Delorie for v850.
224
225 2006-04-08 Hans-Peter Nilsson <hp@axis.com>
226
227 * cris/crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.
228
229 2006-04-03 Hans-Peter Nilsson <hp@axis.com>
230
231 * cris/dv-cris.c, cris/dv-rv.c, cris/rvdummy.c: New files.
232 * cris/Makefile.in (CONFIG_DEVICES): Remove redundant setting.
233 (dv-cris.o, dv-rv.o rvdummy$(EXEEXT), rvdummy.o): New rules.
234 (all): Depend on rvdummy$(EXEEXT).
235 * cris/configure.ac: Call SIM_AC_OPTION_WARNINGS. Check for
236 sys/socket.h and sys/select.h. Call SIM_AC_OPTION_HARDWARE,
237 default off.
238 * cris/configure: Regenerate.
239 * cris/cris-sim.h (cris_have_900000xxif): Declare here.
240 (enum cris_interrupt_type, crisv10deliver_interrupt)
241 (crisv32deliver_interrupt: New declarations.
242 * cris/cris-tmpl.c [WITH_HW] (MY (f_model_insn_after)): Call
243 sim_events_tickn and set state-events member work_pending when it's
244 time for the next event.
245 [WITH_HW] (MY (f_specific_init)): Set CPU-model-specific
246 interrupt-delivery function.
247 * cris/crisv10f.c (MY (deliver_interrupt)): New function.
248 * cris/crisv32f.c (MY (deliver_interrupt)): New function.
249 * cris/devices.c: Include hw-device.h.
250 (device_io_read_buffer) [WITH_HW]: Call hw_io_read_buffer.
251 (device_io_write_buffer): Only perform 0x900000xx-functions if
252 cris_have_900000xxif is nonzero. Else if WITH_HW defined,
253 call hw_io_write_buffer. Add return 0 last in function.
254 * cris/sim-if.c (cris_have_900000xxif): Now global.
255 (sim_open) [WITH_HW]: Clear deliver_interrupt cpu member.
256 Force "-model" option, effectively.
257 * cris/sim-main.h (cris_interrupt_delivery_fn): New type.
258 (struct _sim_cpu) [WITH_HW]: New member deliver_interrupt.
259
260 2006-04-02 Hans-Peter Nilsson <hp@axis.com>
261
262 * cris/Makefile.in (CRISV10F_OBJS): Remove semcrisv10f-switch.o.
263 (CRISV32F_OBJS): Remove semcrisv32f-switch.o.
264 (semcrisv10f-switch.o, semcrisv32f-switch.o: Remove dependency rules.
265
266 2006-03-13 DJ Delorie <dj@redhat.com>
267
268 * MAINTAINERS: Add self as m32c sim maintainer.
269
270 2006-02-23 Hans-Peter Nilsson <hp@axis.com>
271
272 * cris/traps.c (syscall_map): Remove CB_SYS_time / TARGET_SYS_time
273 mapping.
274 (cris_break_13_handler) <case TARGET_SYS_time>: New case.
275
276 2006-01-23 Jim Blandy <jimb@redhat.com>
277
278 Add simulator for Renesas M32C and M16C.
279
280 * m32c: New directory.
281 * configure.ac: Add entry for Renesas M32C.
282 * configure: Regenerate.
283
284 2006-01-10 Hans-Peter Nilsson <hp@axis.com>
285
286 * cris/cris-tmpl.c (MY (f_model_insn_before)): Only display basic
287 cycle count for the current insn.
288
289 2005-12-06 Hans-Peter Nilsson <hp@axis.com>
290
291 * cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,
292 cris/decodev10.c, cris/decodev10.h, cris/decodev32.c,
293 cris/decodev32.h, cris/modelv10.c, cris/modelv32.c,
294 cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
295
296 2005-12-05 Hans-Peter Nilsson <hp@axis.com>
297
298 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
299 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
300 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
301 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
302 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
303 cris/semcrisv32f-switch.c: Regenerate.
304
305 2005-11-20 Hans-Peter Nilsson <hp@axis.com>
306
307 * cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
308 (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
309 TARGET_O_WRONLY.
310 (cris_break_13_handler) <case TARGET_SYS_fcntl>: Add support for
311 F_GETFL on fd 0, 1 and 2.
312
313 2005-11-17 Hans-Peter Nilsson <hp@axis.com>
314
315 * cris/sim-main.h (struct _sim_cpu): New members last_syscall,
316 last_open_fd, last_open_flags.
317 * cris/traps.c: Don't include targ-vals.h.
318 (TARGET_O_ACCMODE): Define.
319 (cris_break_13_handler): Set new _sim_cpu members.
320 <case TARGET_SYS_fcntl>: Support special case of F_GETFL.
321 Rearrange code as switch. Emit "unimplemented" abort for
322 unimplemented fcntl calls.
323
324 * cris/traps.c (TARGET_SYS_stat): Define.
325 (syscall_stat32_map): Add entry for TARGET_SYS_stat.
326 (cris_break_13_handler) <case TARGET_SYS_stat>: New case.
327
328 2005-11-16 Hans-Peter Nilsson <hp@axis.com>
329
330 * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
331 low 32 bits are used after an unsigned long cast.
332
333 2005-05-28 Hans-Peter Nilsson <hp@axis.com>
334
335 * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
336
337 2005-05-26 Chris Demetriou <cgd@netbsd.org>
338
339 * MAINTAINERS: Update my mail address, move myself to the
340 "Past maintainers" section.
341
342 2005-05-17 Corinna Vinschen <vinschen@redhat.com>
343
344 * configure.ac: Add igen to v850 build.
345 * configure: Regenerate.
346
347 2005-04-29 Paul Brook <paul@codesourcery.com>
348
349 * common/callback.c (PIPE_BUF): Provide default definition.
350 (os_lstat): Use stat if lstat is not available on the host.
351 (os_ftruncate): Return EINVAL if not available on the host.
352 (os_truncate): Ditto.
353 * common/configure.ac: Check for lstat, truncate and ftruncate.
354 * common/configure: Regenerate.
355 * common/config.in: Regenerate.
356
357 2005-04-27 Paul Brook <paul@codesourcery.com>
358
359 * common/Make-common.in: Add $(EXEEXT) to "run".
360
361 2005-04-18 Hans-Peter Nilsson <hp@axis.com>
362
363 * cris/traps.c (cris_break_13_handler) <case TARGET_SYS_mmap2>:
364 For ((len & 8191) != 0 && fd == (USI) -1), don't say this isn't
365 implemented. In call to create_map, pad length argument to 8k.
366
367 2005-04-15 Corinna Vinschen <vinschen@redhat.com>
368
369 * configure.ac: Add explicit sh64 case.
370 * configure: Regenerate.
371
372 2005-03-30 Paul Brook <paul@codesourcery.com>
373
374 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
375
376 2005-03-24 Hans-Peter Nilsson <hp@axis.com>
377
378 * cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
379 include cgen-ops.h in decodev10.c and decodev32.c.
380 * cris/sim-main.h: Don't include cgen-ops.h here.
381 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
382 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
383 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
384 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
385 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
386 cris/semcrisv32f-switch.c: Regenerate.
387
388 * cris/traps.c (cris_break_13_handler) <case
389 TARGET_SYS_rt_sigaction>: Rename sa_handler, sa_flags,
390 sa_restorer, sa_mask_low, sa_mask_high to target_sa_handler etc.
391
392 2005-03-23 Mark Kettenis <kettenis@gnu.org>
393
394 * cris/configure: Regenerate.
395
396 2005-02-28 Jim Blandy <jimb@redhat.com>
397
398 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
399 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
400 Regenerated, after change to common/aclocal.m4.
401
402 2005-02-18 Corinna Vinschen <vinschen@redhat.com>
403
404 * iq2000: New target subdirectory.
405 * configure.ac: Add iq2000 target.
406 * configure: Regenerate.
407
408 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
409
410 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
411 (realclean, install): Fail if subdir make failed.
412
413 2005-01-28 Hans-Peter Nilsson <hp@axis.com>
414
415 * cris: New directory, simulator for Axis Communications CRIS
416 including CRIS v32, CGEN-based.
417 * configure.ac: Add corresponding configury.
418 * configure: Regenerate.
419
420 2005-01-17 Andrew Cagney <cagney@gnu.org>
421
422 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
423 common directory. Remove sparc*-*-* from list.
424
425 2005-01-11 Andrew Cagney <cagney@gnu.org>
426
427 * Makefile.in (autoconf-common autoheader-common): Add --force to
428 autoconf and autoheader.
429 (autoconf-common autoheader-common)
430 (autoconf-install autoheader-install): Check for configure.ac, not
431 configure.in.
432 * configure.ac: Delete AC_CONFIG_AUX_DIR.
433 * configure: Re-generate.
434
435 2005-01-07 Andrew Cagney <cagney@gnu.org>
436
437 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
438 correctly calls AC_CONFIG_SUBDIRS.
439 * configure: Re-generate.
440
441 2004-12-01 Andrew Cagney <cagney@gnu.org>
442
443 * i960, h8500: Delete directory.
444
445 2004-11-12 Andrew Cagney <cagney@gnu.org>
446
447 * d30v, fr30, mn10200, z8k: Delete directory.
448
449 2004-03-10 Ben Elliston <bje@gnu.org>
450
451 * MAINTAINERS: Update my mail address.
452
453 2004-01-26 Chris Demetriou <cgd@broadcom.com>
454
455 * configure.in (mips*-*-*): Configure in testsuite.
456 * configure: Regenerate.
457
458 2003-10-08 Dave Brolley <brolley@redhat.com>
459
460 * configure.in: Move frv handling to alphabetically correct placement.
461
462 2003-09-03 Andreas Schwab <schwab@suse.de>
463
464 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
465
466 2003-08-29 Dave Brolley <brolley@redhat.com>
467
468 * MAINTAINERS: Add myself as maintainer of the FRV port.
469
470 2003-08-20 Michael Snyder <msnyder@redhat.com>
471 Dave Brolley <brolley@redhat.com>
472
473 * frv/: New directory, simulator for the Fujitsu FRV.
474 * configure.in: Add frv configury.
475 * configure: Regenerate.
476
477 2003-08-10 Ben Elliston <bje@wasabisystems.com>
478
479 * MAINTAINERS: Update my mail address.
480
481 2003-08-09 Andrew Cagney <cagney@redhat.com>
482
483 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
484 maintenance. List igen and sh maintainers. Mention that target
485 and global maintainers pick up the slack.
486
487 2003-07-09 Michael Snyder <msnyder@redhat.com>
488
489 * configure.in: Add testsuite to extra_subdirs for sh.
490 * configure: Regenerate.
491
492 2003-01-23 Nick Clifton <nickc@redhat.com>
493
494 * Add sh2e support:
495
496 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
497
498 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
499
500 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
501
502 * MAINTAINERS: Update my email address.
503
504 2002-07-17 Andrew Cagney <ac131313@redhat.com>
505
506 * w65/: Delete directory.
507
508 2002-07-16 Andrew Cagney <ac131313@redhat.com>
509
510 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
511 * configure: Re-generate.
512
513 2002-07-13 Andrew Cagney <ac131313@redhat.com>
514
515 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
516 * configure: Re-generate.
517
518 2002-06-16 Andrew Cagney <ac131313@redhat.com>
519
520 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
521 id, date and host to be overriden by NAME, ID, DATE and HOST
522 respectfully. Use ISO dates.
523
524 Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
525
526 * Makefile.in (ChangeLog): New makefile variable.
527 * README-HACKING: Mention the ChangeLog makefile variable.
528
529 2002-06-01 Andrew Cagney <ac131313@redhat.com>
530
531 * tic80/: Delete directory.
532
533 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
534
535 * MAINTAINERS: Update my email address.
536
537 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
538
539 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
540
541 2002-03-01 Frank Ch. Eigler <fche@redhat.com>
542
543 * MAINTAINERS: Record self as a co-maintainer of just common/.
544
545 2002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
546
547 * MAINTAINERS: Point to GDB files describing overall maintaince
548 and check-in procedures.
549
550 2002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
551
552 * MAINTAINERS: Add myself for ARM portions.
553
554 2001-10-19 Andrew Cagney <ac131313@redhat.com>
555
556 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
557 * configure: Re-generate.
558
559 2001-02-16 Ben Elliston <bje@redhat.com>
560
561 * MAINTAINERS: Add myself for common portions.
562
563 2001-01-15 Chris Demetriou <cgd@broadcom.com>
564
565 * MAINTAINERS: Added self and Andrew for the mips sim.
566
567 2000-10-25 Geoff Keating <geoffk@cygnus.com>
568
569 * MAINTAINERS: Added self and Andrew for the ppc sim.
570
571 Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
572
573 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
574 * m68hc11: New directory.
575 * configure.in: Add.
576 * configure: Regenerate.
577
578 Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
579
580 * tic80: New directory.
581 * configure.in: Add configury.
582 * configure: Regenerate.
583
584 2000-04-20 Nick Clifton <nickc@cygnus.com>
585
586 * configure.in (extra_subdirs): Add testsuite to strongarm
587 directories.
588 * configure: Regenerate.
589
590 Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
591
592 * MAINTAINERS: New file. Blank.
593
594 1999-11-18 Ben Elliston <bje@cygnus.com>
595
596 * configure.in: Require autoconf 2.13 and remove obsolete
597 invocation of AC_C_CROSS.
598 * configure: Regenerate.
599
600 1999-09-29 Doug Evans <devans@casey.cygnus.com>
601
602 * configure.in: Configure the testsuite directory for thumb.
603 * configure: Regenerate.
604
605 1999-07-16 Ben Elliston <bje@cygnus.com>
606
607 * configure.in: Configure the testsuite directory for arm.
608 * configure: Regenerate.
609
610 1999-04-08 Nick Clifton <nickc@cygnus.com>
611
612 * configure.in: Add support for MCore target.
613 * configure: Regenerate.
614
615 1999-03-14 Stan Shebs <shebs@andros.cygnus.com>
616
617 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
618 RUNTEST instead of commenting out, fixes portability problem.
619
620 1999-02-08 Nick Clifton <nickc@cygnus.com>
621
622 * configure.in: Add support for StrongARM target.
623 * configure: Regenerate.
624
625 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
626
627 * configure.in: Require autoconf 2.12.1 or higher.
628
629 1998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
630
631 * configure.in (i960-*-*): Add.
632 * configure: Rebuild.
633
634 Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
635
636 * configure.in: Added case for fr30-*-*.
637 * configure: Regenerated.
638
639 Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
640
641 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
642 to allow successful operation on Windows.
643
644 Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
645
646 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
647 check can be invoked recursively.
648
649 Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
650
651 * configure.in: Build simulator on sparclite and sparc86x targets.
652 * configure: Regenerate.
653
654 Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
655
656 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
657 to autoconf and autoheader.
658
659 Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
660
661 * Makefile.in (autoconf-common autoheader-common): Pass `-l
662 ../common' to autoconf and autoheader. Unconditionally run
663 autoconf in every subdir.
664 (autoconf-changelog autoheader-changelog): Unconditionally run
665 commands in every subdir.
666 (autoconf-install autoheader-install): Likewise.
667
668 Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
669
670 * Makefile.in: Get SHELL from configure.
671 * (FLAGS_TO_PASS): Pass down SHELL.
672 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
673 NT native builds.
674
675 Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
676
677 * configure.in (extra_subdirs): Enable igen for mn10300.
678 * configure: Re-generate.
679
680 Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
681
682 * configure.in (extra_subdirs): Add support for thumb target.
683
684 * configure (extra_subdirs): Add support for thumb target.
685
686 Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
687
688 * configure.in (extra_subdirs): Add IGEN directory when MIPS
689 target.
690 * configure: Regenerate.
691
692 Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
693
694 * configure.in (extra_subdirs): v850ea needs igen.
695 * configure: Re-generate.
696
697 Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
698
699 * configure.in (testdir): When a testsuite directory, add that to
700 the list of confdirs.
701
702 Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
703
704 * configure.in (extra_subdirs): Enable igen ready for V850.
705
706 Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
707
708 * configure.in (w65-*-*, only_if_enabled): Set.
709 * configure: Re-generate.
710
711 Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
712
713 * configure.in (sparc*-*-*, only_if_enabled): Set
714 only_if_enabled=yes. Check only_if_enabled before enabling a
715 simulator.
716 * configure: Regenerate.
717
718 Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
719
720 * configure.in (extra_subdirs): Add v850e target.
721
722 Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
723
724 * configure.in (extra_subdirs): Add v850ea target.
725
726 Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
727
728 * configure.in (sparc*-*-*): Don't build erc32.
729 * configure: Regenerate.
730
731 Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
732
733 * configure.in (m32r-*-*): New target.
734 * configure: Regenerate.
735
736 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
737
738 Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
739
740 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
741 thought that .NOEXPORT was the default target.
742
743 Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
744
745 * Makefile.in (clean mostlyclean): Restore targets accidentally
746 deleted in earlier change.
747
748 Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
749
750 * Makefile.in (autoheader-common, autoheader-changelog,
751 autoheader-install): Perform autoheader in addition to autoconf.
752
753 Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
754
755 * Makefile.in (autoconf-install): New target.
756 (autoconf-changelog): Try different way to obtain user name.
757
758 Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
759
760 * Makefile.in (autoconf-changelog): New target, update
761 ChangeLog for all subdirectories - normally used after
762 autoconf-common target.
763
764 Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
765
766 * configure.in (extra_subdirs): Include testsuite for d30v.
767 * configure: Regenerate.
768
769 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
770 ../gdb/Makefile.in
771 (check): New rules - drive the testsuite.
772
773 Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
774
775 * configure.in: Add mn10200 configure lines accidentally
776 removed.
777 * configure: Regenerated.
778
779 Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
780
781 * configure.in (extra_subdirs): Generalize common sub directory
782 into a list.
783 (extra_subdirs): For d30v add igen to the list to be built.
784
785 Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
786
787 * configure.in (d30v): New target.
788 * configure: Regenerated.
789
790 Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
791
792 * configure.in: Don't require GCC to build the mn10200
793 simulator anymore.
794 * configure: Rebuilt.
795
796 Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
797
798 * configure.in: Don't configure any subdirs if no simulator
799 is being built. Don't use erc32 for sparc64.
800 * configure: Regenerated.
801
802 Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
803
804 * Makefile.in (autoconf-common): New target.
805 * configure.in: Do configure common.
806 * configure: Regenerated.
807
808 Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
809
810 * configure configure.in: Don't configure common anymore. Files
811 from common are now built in the individual simualtor directories.
812 This fixes problems with the WinGDB build procedure.
813
814 Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
815
816 * configure: Enable the mn10200 simulator.
817
818 Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
819
820 * configure.in (configdirs): Add common.
821 * configure: Regenerated.
822
823 Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
824
825 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
826 system V based targets.
827 * configure: Regenerate.
828
829 Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
830
831 * configure.in (--enable-sim-powerpc): Delete.
832 (--enable-sim): Add.
833 * configure: Regenerated.
834
835 Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
836
837 * configure.in: Only build the V850 simulator if
838 we are using gcc.
839 * configure: Rebuild.
840
841 Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
842
843 * configure.in: Do build erc32 for DOS and Windows hosts.
844 * configure: Rebuild.
845
846 Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
847
848 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
849 be inherited from the parent. Remove INSTALL_XFORM and
850 INSTALL_XFORM1. Make INSTALL be set from configure.
851
852 Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
853
854 * configure.in: Only build the MIPS simulator if we are using
855 gcc.
856 * configure: Rebuild.
857
858 Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
859
860 * configure.in (v850-*-*): Added V850 simulator.
861
862 Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
863
864 * configure.in (d10v-*-*): Added D10V simulator.
865
866 Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
867
868 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
869 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
870 (docdir): Removed.
871 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
872 (AC_PROG_INSTALL): Added.
873 * configure: Rebuilt.
874
875 Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
876
877 * configure.in: Only configure erc32 if using gcc.
878 * configure: Rebuild.
879
880 Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
881
882 * configure.in (sim_target): Build PowerPC simulator for powerpc
883 System V.4, Solaris, and Elf targets.
884 * configure: Regenerate with autoconf 2.10.
885
886 Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
887
888 * configure.in: Only built erc32 simulator on Unix hosts as it
889 uses pseudo ttys.
890 * configure: Regenerated with autoconf 2.8.
891
892 Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
893
894 * erc32: Sparc simulator from the ESA.
895
896 Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
897
898 From: Miles Bader <miles@gnu.ai.mit.edu>
899 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
900 * configure: Regenerate using autoconf.
901
902 Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
903
904 * Makefile.in (install): Fix typo.
905
906 Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
907
908 * configure: Regenerate with autoconf 2.7.
909
910 * Makefile.in (all): Simplify.
911 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
912 as in the all target.
913 (distclean, maintainer-clean, realclean): Likewise.
914 (install): Likewise.
915
916 Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
917
918 * Makefile.in (all): Remove extra '\' char from shell script.
919
920 Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
921
922 * Makefile.in (all): Avoid a for loop with zero elements, even if
923 the loop will not be executed because of an if statement.
924
925 Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
926
927 * Makefile.in (install): Add missing semicolon in "fi \".
928
929 Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
930
931 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
932 defaults from configure.
933
934 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
935 configure defaults.
936 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
937 if either --enable-sim-powerpc is used, or the host compiler is
938 GCC.
939
940 Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
941
942 * configure.in (mips*-*-*): Added "mips" simulator target.
943 * configure: Re-generated.
944
945 Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
946
947 * Makefile.in (BISON): Remove macro.
948 (FLAGS_TO_PASS): Remove BISON.
949
950 Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
951
952 * configure.in: Explicitly `exit 0' for broken shells.
953 * configure: Rebuilt.
954
955 Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
956
957 * common/run.c (main): Initialize the callbacks.
958
959 Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
960
961 * Makefile.in (maintainer-clean): New synonym for realclean.
962
963 Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
964
965 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
966 the target is powerpc*-*-eabisim*, since it requires GCC to build.
967
968 Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
969
970 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
971 <cagney@highland.com.au>.
972 * configure: Regnerate from configure.in.
973
974 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
975
976 * Update all FSF addresses except those in COPYING* files.
977
978 Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
979
980 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
981 submakes either default or passed in value.
982
983 Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
984
985 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
986 install): Changed targets so that they descend all
987 subdirectories in $(SUBDIRS).
988 (*-all, *-clean, *-install): Removed targets.
989
990 * configure.in: Don't bother with target makefile fragments, they
991 are no longer needed.
992 * configure: regenerated.
993
994 * Makefile.in, configure.in: converted to autoconf.
995 * configure: New file, generated with autconf 2.4.
996
997 Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
998
999 * Makefile.in: Support ARM.
1000 * configure.in: Ditto.
1001
1002 Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
1003
1004 * Makefile.in: Support W65.
1005 * configure.in: Ditto.
1006
1007 Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1008
1009 * Makefile.in: Add TAGS target.
1010
1011 Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1012
1013 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
1014 install-h8300, clean-h8300, all-h8500, install-h8500,
1015 clean-h8500, all-sh, install-sh, clean-sh): do not echo
1016 recursion lines.
1017
1018 Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1019
1020 * Makefile.in: remove endian.h trace from h8500
1021
1022 Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
1023
1024 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1025
1026 Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1027
1028 * Makefile.in: make all of the all-* target (except all-nothing)
1029 depend on endian.h, so that if we're not building a simulator, we
1030 don't built endian
1031
1032 Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
1033
1034 * Makefile.in (check, installcheck): Added dummy targets.
1035
1036 Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
1037
1038 * Makefile.in (endian): Find endian.c in $(srcdir), and also
1039 explicitly make it, since some makes apparently don't work with
1040 VPATH and .c to executable rules (SunOS make for example).
1041
1042 Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1043
1044 * Makefile.in (endian): Add explicit rule for broken makes.
1045
1046 Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
1047
1048 * Makefile.in (info, install-info): New targets.
1049 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1050 level Makefile.
1051
1052 Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
1053
1054 * Makefile.in (endian.h): build endian.h via a temporary file so
1055 that we don't leave an incomplete file lying around on
1056 interrupted builds.
1057 (clean): remove endian, e.h, and endian.h.
1058
1059 Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1060
1061 * Makefile.in, configure.in: if target isn't supported, build a
1062 harmless makefile.
1063
1064