sim: update configure.in->configure.ac docs
[deliverable/binutils-gdb.git] / sim / ChangeLog
1 2015-06-12 Mike Frysinger <vapier@gentoo.org>
2
3 * README-HACKING: Change configure.in to configure.ac.
4
5 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
6
7 * arm/configure: Regenerated.
8 * avr/configure: Likewise.
9 * bfin/configure: Likewise.
10 * common/configure: Likewise.
11 * cr16/configure: Likewise.
12 * cris/configure: Likewise.
13 * d10v/configure: Likewise.
14 * erc32/configure: Likewise.
15 * frv/configure: Likewise.
16 * ft32/configure: Likewise.
17 * h8300/configure: Likewise.
18 * igen/configure: Likewise.
19 * iq2000/configure: Likewise.
20 * lm32/configure: Likewise.
21 * m32c/configure: Likewise.
22 * m32r/configure: Likewise.
23 * m68hc11/configure: Likewise.
24 * mcore/configure: Likewise.
25 * microblaze/configure: Likewise.
26 * mips/configure: Likewise.
27 * mn10300/configure: Likewise.
28 * moxie/configure: Likewise.
29 * msp430/configure: Likewise.
30 * ppc/configure: Likewise.
31 * rl78/configure: Likewise.
32 * rx/configure: Likewise.
33 * sh/configure: Likewise.
34 * sh64/configure: Likewise.
35 * v850/configure: Likewise.
36
37 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
38
39 * common/Make-common.in (CSEARCH): Remove $(ZLIBINC).
40 (BFD_LIB): Remove $(ZLIB).
41 (CONFIG_LIBS): Add $(ZLIB).
42 * ppc/Makefile.in (ZLIBINC): Removed.
43 (INCLUDES): Remove $(ZLIBINC).
44 (BFD_LIB): Remove $(ZLIB).
45
46 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
47
48 * arm/configure: Regenerated.
49 * avr/configure: Likewise.
50 * bfin/configure: Likewise.
51 * common/configure: Likewise.
52 * cr16/configure: Likewise.
53 * cris/configure: Likewise.
54 * d10v/configure: Likewise.
55 * erc32/configure: Likewise.
56 * frv/configure: Likewise.
57 * ft32/configure: Likewise.
58 * h8300/configure: Likewise.
59 * igen/configure: Likewise.
60 * iq2000/configure: Likewise.
61 * lm32/configure: Likewise.
62 * m32c/configure: Likewise.
63 * m32r/configure: Likewise.
64 * m68hc11/configure: Likewise.
65 * mcore/configure: Likewise.
66 * microblaze/configure: Likewise.
67 * mips/configure: Likewise.
68 * mn10300/configure: Likewise.
69 * moxie/configure: Likewise.
70 * msp430/configure: Likewise.
71 * ppc/configure: Likewise.
72 * rl78/configure: Likewise.
73 * rx/configure: Likewise.
74 * sh/configure: Likewise.
75 * sh64/configure: Likewise.
76 * v850/configure: Likewise.
77
78 2015-03-29 Mike Frysinger <vapier@gentoo.org>
79
80 * configure: Regenerate.
81 * configure.ac: Delete sim_testsuite check and config in testsuite.
82 * configure.tgt (sim_testsuite): Delete everywhere.
83
84 2015-03-28 Mike Frysinger <vapier@gentoo.org>
85
86 * configure: Regenerate.
87 * configure.tgt (avr*-*-*): Set sim_testsuite=yes.
88
89 2015-03-28 James Bowman <james.bowman@ftdichip.com>
90
91 * configure.tgt: Add FT32 entry.
92 * configure: Regenerate.
93
94 2015-03-16 Mike Frysinger <vapier@gentoo.org>
95
96 * .gitignore: Delete tconfig.h.
97 * README-HACKING: Change tconfig.in to tconfig.h.
98
99 2014-03-12 Nick Clifton <nickc@redhat.com>
100
101 * MAINTAINERS: Add myself as the maintainer for the MSP430.
102
103 2014-03-10 Mike Frysinger <vapier@gentoo.org>
104
105 * configure.tgt (msp430*-*-*): Set sim_testsuite to yes.
106 * configure: Regenerate.
107
108 2014-01-06 Tom Tromey <tromey@redhat.com>
109
110 * common/cgen-trace.c: Don't use old VA_* macros.
111 * common/sim-load.c (xprintf): Likewise.
112 * common/sim-trace.c (trace_printf, debug_printf): Likewise.
113
114 2014-01-06 Tom Tromey <tromey@redhat.com>
115
116 * README-HACKING: Don't use PARAMS.
117 * arm/wrapper.c: Don't use PARAMS.
118 * bfin/sim-main.h: Don't use PARAMS.
119 * common/callback.c: Don't use PARAMS.
120 * common/cgen-trace.c: Don't use PARAMS.
121 * common/run-sim.h: Don't use PARAMS.
122 * common/run.c: Don't use PARAMS.
123 * common/sim-base.h: Don't use PARAMS.
124 * common/sim-load.c: Don't use PARAMS.
125 * common/sim-options.h: Don't use PARAMS.
126 * common/sim-trace.c: Don't use PARAMS.
127 * common/sim-trace.h: Don't use PARAMS.
128 * common/sim-utils.h: Don't use PARAMS.
129 * cr16/cr16_sim.h: Don't use PARAMS.
130 * cr16/gencode.c: Don't use PARAMS.
131 * cr16/interp.c: Don't use PARAMS.
132 * cr16/simops.c: Don't use PARAMS.
133 * d10v/d10v_sim.h: Don't use PARAMS.
134 * d10v/gencode.c: Don't use PARAMS.
135 * d10v/interp.c: Don't use PARAMS.
136 * d10v/simops.c: Don't use PARAMS.
137 * erc32/erc32.c: Don't use PARAMS.
138 * erc32/exec.c: Don't use PARAMS.
139 * erc32/float.c: Don't use PARAMS.
140 * erc32/func.c: Don't use PARAMS.
141 * erc32/sis.c: Don't use PARAMS.
142 * erc32/sis.h: Don't use PARAMS.
143 * mips/interp.c: Don't use PARAMS.
144 * mips/sim-main.h: Don't use PARAMS.
145 * sh/interp.c: Don't use PARAMS.
146 * v850/sim-main.h: Don't use PARAMS.
147 * v850/v850_sim.h: Don't use PARAMS.
148
149 2013-11-07 Will Newton <will.newton@linaro.org>
150
151 PR gdb/15508
152 * arm/wrapper.c (sim_create_inferior): Call init before
153 accessing STATE.
154
155 2013-11-07 Will Newton <will.newton@linaro.org>
156
157 PR gdb/8989
158 * arm/wrapper.c (sim_create_inferior): Avoid calling
159 bfd_get_mach with a NULL bfd.
160
161 2013-06-21 Nick Clifton <nickc@redhat.com>
162
163 * msp430: New Directory.
164 * configure.tgt: Add it.
165 * configure: Regenerate.
166
167 2013-03-15 Steve Ellcey <sellcey@mips.com>
168
169 * arm/wrapper.c (sim_complete_command): Make char arguments const.
170 * avr/interp.c (sim_complete_command): Ditto.
171 * common/sim-options.c (sim_complete_command): Ditto.
172 * cr16/interp.c (sim_complete_command): Ditto.
173 * erc32/interf.c (sim_complete_command): Ditto.
174 * m32c/gdb-if.c (sim_complete_command): Ditto.
175 * microblaze/interp.c (sim_complete_command): Ditto.
176 * ppc/sim_calls.c (sim_complete_command): Ditto.
177 * rl78/gdb-if.c (sim_complete_command): Ditto.
178 * rx/gdb-if.c (sim_complete_command): Ditto.
179 * sh/interp.c (sim_complete_command): Ditto.
180
181 2013-01-01 Joel Brobecker <brobecker@adacore.com>
182
183 Update year range in copyright notice of all files.
184
185 2012-12-19 Joel Brobecker <brobecker@adacore.com>
186
187 Update old contact info in GPL license notices.
188
189 2012-12-19 Joel Brobecker <brobecker@adacore.com>
190
191 Update the non-FSF-copyrighted files in sim to GPLv3 or later.
192
193 2012-11-20 Pavel Chupin <pavel.v.chupin@intel.com>
194
195 * common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS
196 condition.
197 * common/acinclude.m4: Define lt_cv_dlopen_libs.
198 * arm/configure: Regenerate.
199 * avr/configure: Regenerate.
200 * bfin/configure: Regenerate.
201 * common/configure: Regenerate.
202 * cr16/configure: Regenerate.
203 * cris/configure: Regenerate.
204 * d10v/configure: Regenerate.
205 * erc32/configure: Regenerate.
206 * frv/configure: Regenerate.
207 * h8300/configure: Regenerate.
208 * igen/configure: Regenerate.
209 * iq2000/configure: Regenerate.
210 * lm32/configure: Regenerate.
211 * m32c/configure: Regenerate.
212 * m32r/configure: Regenerate.
213 * m68hc11/configure: Regenerate.
214 * mcore/configure: Regenerate.
215 * microblaze/configure: Regenerate.
216 * mips/configure: Regenerate.
217 * mn10300/configure: Regenerate.
218 * moxie/configure: Regenerate.
219 * ppc/configure: Regenerate.
220 * rl78/configure: Regenerate.
221 * rx/configure: Regenerate.
222 * sh/configure: Regenerate.
223 * sh64/configure: Regenerate.
224 * testsuite/configure: Regenerate.
225 * v850/configure: Regenerate.
226
227 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
228
229 * MAINTAINERS: Update my email address.
230
231 2012-09-24 Steve Ellcey <sellcey@mips.com>
232
233 * mips/basic.exp: Add mips*-mti-elf* target.
234 * configure.ac: Add mips*-mti-elf* target.
235 * configure: Regenerate.
236
237 2012-06-15 Joel Brobecker <brobecker@adacore.com>
238
239 * configure: Regenerate.
240
241 2012-06-06 Michael Eager <eager@eagercon.com>
242
243 * microblaze/interp.c (config.h): Add #include.
244
245 2011-11-29 Joel Brobecker <brobecker@adacore.com>
246
247 * MAINTAINERS (Global Maintainers): New section. Add Mike
248 Frysinger.
249
250 2011-11-28 DJ Delorie <dj@redhat.com>
251
252 * configure.tgt: Add rl78 support.
253 * configure: Regenerate.
254 * rl78: New directory.
255 * MAINTAINERS: Add myself as RL78 maintainer.
256
257 2011-07-08 Hans-Peter Nilsson <hp@axis.com>
258
259 * MAINTAINERS: Remove Thiemo Seufer.
260
261 2011-06-04 Mike Frysinger <vapier@gentoo.org>
262
263 * configure.tgt (bfin-*-*): Add sim_testsuite=yes.
264 * configure: Regenerate.
265
266 2011-05-04 Joseph Myers <joseph@codesourcery.com>
267
268 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
269 handle targets.
270 * configure: Regenerate.
271
272 2011-03-05 Mike Frysinger <vapier@gentoo.org>
273
274 * MAINTAINERS: Add bfin entry.
275 * configure.tgt (bfin-*-*): Handle bfin targets.
276 * configure: Regenerate.
277
278 2011-01-05 Mike Frysinger <vapier@gentoo.org>
279
280 * .gitignore: Add /*/hw-config.h.
281
282 2010-12-23 Mike Frysinger <vapier@gentoo.org>
283
284 * .gitignore: New file.
285
286 2010-07-28 DJ Delorie <dj@redhat.com>
287
288 * MAINTAINERS: Add self as RX maintainer. Sort list.
289
290 2010-06-08 Nick Clifton <nickc@redhat.com>
291
292 * reg.c (set_oszc): Use unsigned int for the mask.
293 (set_szc, set_osz, set_sz): Likewise.
294
295 2010-04-26 Mike Frysinger <vapier@gentoo.org>
296
297 * configure.ac: Target logic moved out to and included from ...
298 * configure.tgt: ... this new file.
299 * configure: Regenerated.
300
301 2010-04-12 Mike Frysinger <vapier@gentoo.org>
302
303 * README-HACKING: Add more sections.
304
305 2010-02-11 Doug Evans <dje@sebabeach.org>
306
307 * cris/cpuv10.h, * cris/cpuv32.h, * cris/cris-desc.c,
308 * cris/cris-desc.h, * cris/decodev10.c, * cris/decodev32.c,
309 * cris/modelv10.c, * cris/modelv32.c, * cris/semcrisv10f-switch.c,
310 * cris/semcrisv32f-switch.c: Regenerate.
311
312 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
313
314 * avr/configure: Regenerate.
315 * cris/configure: Regenerate.
316 * microblaze/configure: Regenerate.
317
318 2010-01-02 Doug Evans <dje@sebabeach.org>
319
320 * cris/arch.c, * cris/arch.h, * cris/cpuall.h, * cris/cpuv10.c,
321 * cris/cpuv10.h, * cris/cpuv32.c, * cris/cpuv32.h, * cris/cris-desc.c,
322 * cris/cris-desc.h, * cris/cris-opc.h, * cris/decodev10.c,
323 * cris/decodev10.h, * cris/decodev32.c, * cris/decodev32.h,
324 * cris/modelv10.c, * cris/modelv32.c, * cris/semcrisv10f-switch.c,
325 * cris/semcrisv32f-switch.c: Regenerate, update copyright year.
326
327 2010-01-01 Doug Evans <dje@sebabeach.org>
328
329 * cris/mloop.in: Fix copyright year update snafu.
330
331 2009-11-24 Joel Brobecker <brobecker@adacore.com>
332
333 * common/aclocal.m4: Add include of ../../config/zlib.m4.
334 * common/common.m4: Use AM_ZLIB to check for zlib support.
335 * ppc/configure.ac: Likewise.
336 * arm/configure, avr/configure, common/configure, cr16/configure,
337 cris/configure, d10v/configure, erc32/configure, frv/configure,
338 h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
339 m32r/configure, m68hc11/configure, mcore/configure,
340 microblaze/configure, mips/configure, mn10300/configure,
341 moxie/configure, ppc/configure, sh/configure, sh64/configure,
342 v850/configure: Regenerate.
343
344 2009-11-24 DJ Delorie <dj@redhat.com>
345
346 * rx: New directory.
347 * configure.ac: Add entry for Renesas RX.
348 * configure: Regenerate.
349
350 2009-11-22 Doug Evans <dje@sebabeach.org>
351
352 * cris/cpuall.h: Regenerate.
353 * cris/cpuv10.h: Regenerate.
354 * cris/cpuv32.h: Regenerate.
355 * cris/decodev10.c: Regenerate.
356 * cris/decodev10.h: Regenerate.
357 * cris/decodev32.c: Regenerate.
358 * cris/decodev32.h: Regenerate.
359
360 2009-11-12 Tristan Gingold <gingold@adacore.com>
361
362 * avr/interp.c (sim_write): Allow byte access.
363 (sim_read): Ditto.
364
365 2009-11-12 Tristan Gingold <gingold@adacore.com>
366
367 * avr/interp.c (sim_load): Clear memory before loading.
368
369 2009-11-09 Tristan Gingold <gingold@adacore.com>
370
371 * avr/interp.c (sim_resume): Fix typo for OP_ret.
372
373 2009-10-23 Doug Evans <dje@sebabeach.org>
374
375 * cris/arch.c: Regenerate.
376 * cris/arch.h: Regenerate.
377 * cris/cpuall.h: Regenerate.
378 * cris/cpuv10.c: Regenerate.
379 * cris/cpuv10.h: Regenerate.
380 * cris/cpuv32.c: Regenerate.
381 * cris/cpuv32.h: Regenerate.
382 * cris/cris-desc.c: Regenerate.
383 * cris/cris-desc.h: Regenerate.
384 * cris/cris-opc.h: Regenerate.
385 * cris/decodev10.c: Regenerate.
386 * cris/decodev10.h: Regenerate.
387 * cris/decodev32.c: Regenerate.
388 * cris/decodev32.h: Regenerate.
389 * cris/modelv10.c: Regenerate.
390 * cris/modelv32.c: Regenerate.
391 * cris/semcrisv10f-switch.c: Regenerate.
392 * cris/semcrisv32f-switch.c: Regenerate.
393
394 2009-10-22 Tristan Gingold <gingold@adacore.com>
395
396 * avr/interp.c (sim_stop): Return 1.
397
398 2009-10-16 Doug Evans <dje@sebabeach.org>
399
400 * MAINTAINERS: Add myself as m32r maintainer.
401
402 2009-10-15 Michael Egaer <eager@eagercon.com>
403
404 * MAINTAINERS: Add self as MicroBlaze maintainer.
405
406 2009-10-14 Ben Elliston <bje@gnu.org>
407
408 * MAINTAINERS (common): Move myself to "past maintainers" section.
409
410 2009-10-06 Michael Eager <eager@eagercon.com>
411
412 * microblaze/interp.c: Add include microblaze-dis.h.
413
414 2009-09-23 Michael Eager <eager@eagercon.com>
415
416 * configure: Add microblaze-*.* (not regenerated).
417 * configure.ac: Likewise.
418 * microblaze/config.in: New.
419 * microblaze/configure: Generate.
420 * microblaze/configure.ac: New.
421 * microblaze/interp.c: New.
422 * microblaze/Makefile.in: New.
423 * microblaze/microblaze.h: New.
424 * microblaze/microblaze.isa: New.
425 * microblaze/sim-main.h: New.
426 * microblaze/sysdep.h: New.
427
428 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
429
430 * avr/config.in: Regenerate.
431 * avr/configure: Likewise.
432 * configure: Likewise.
433 * cris/config.in: Likewise.
434 * cris/configure: Likewise.
435
436 * configure.ac: m4_include toplevel config/override.m4.
437 * configure: Regenerate.
438 * avr/configure: Regenerate.
439 * cris/configure: Regenerate.
440
441 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
442
443 * Makefile.in (datarootdir): New variable.
444
445 2009-05-18 Jon Beniston <jon@beniston.com>
446
447 * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
448 * configure.ac: Add lm32 target.
449 * lm32: New directory.
450
451 2009-05-11 Andrew Cagney <cagney@gnu.org>
452
453 * MAINTAINERS: Orphan ppc.
454
455 2009-05-08 Kevin Buettner <kevinb@redhat.com>
456
457 * m32c/gdb-if.c (m32c_signal_to_host): Rename to
458 m32c_signal_to_target. Change signal return values from SIGILL,
459 SIGTRAP, SIGSEGV, etc. to TARGET_SIGNAL_ILL, TARGET_SIGNAL_TRAP,
460 TARGET_SIGNAL_SEGV, etc. Fix all callers.
461
462 2009-04-30 Anthony Green <green@moxielogic.com>
463
464 * MAINTAINERS: Add myself for the moxie port.
465 * moxie: New directory.
466 * configure.ac: Add entry for moxie.
467 * configure: Regenerate.
468
469 2009-04-27 Tristan Gingold <gingold@adacore.com>
470
471 * avr: New directory.
472 * avr/interp.c, avr/Makefile.in, avr/configure.ac: New files.
473 * avr/config.in: New file, generated by autoheader.
474 * avr/configure: New file generated by autoconf.
475 * configure.ac: Add avr.
476 * configure: Regenerated.
477
478 2009-04-17 Carlos O'Donell <carlos@codesourcery.com>
479
480 * Makefile.in: Add dummy install-pdf, html, and
481 install-html targets.
482
483 2009-01-18 Hans-Peter Nilsson <hp@axis.com>
484
485 * cris/sim-if.c: Include errno.h.
486 (cris_start_address, cris_program_offset): New variables.
487 (OPTION_CRIS_PROGRAM_OFFSET, OPTION_CRIS_STARTADDR): New option
488 enums.
489 (cris_options): New options --cris-program-offset and
490 --cris-start-address.
491 (cris_option_handler): Handle new options.
492 (cris_program_offset_write, cris_set_section_offset_iterator)
493 (cris_offset_sections, cris_offset_sections): New functions.
494 (sim_load): Use cris_program_offset_write as function argument to
495 cris_load_elf_file, not sim_write.
496 (struct offsetinfo): New struct.
497 (cris_handle_interpreter): Fix typo in comment.
498 (sim_open): Call cris_offset_sections as soon as the bfd of the
499 infile is available. Gate bfd validity checks on abfd non-NULL.
500 (sim_create_inferior): Let cris_start_address when != -1 override
501 other start-address choices.
502
503 2009-01-06 Hans-Peter Nilsson <hp@axis.com>
504
505 * cris/traps.c (abort): Define to call sim_io_error.
506 (create_map): Make -1 imply a non-fixed address, not 0. All
507 callers changed. Only prefer the next higher unmapped address if
508 the last mapped address is no less than 0x40000000. Check that
509 the address to be mapped is not already mapped. Update head
510 comment.
511 (unmap_pages): Don't call abort when recursive call fails, just
512 note and return an error if a page in the range couldn't be unmapped.
513 (cris_bmod_handler, h_supr_set_handler, h_supr_get_handler)
514 (schedule, make_first_thread, cris_pipe_empty): New local variable sd.
515 (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle
516 non-MAP_FIXED argument overlapping existing map. For MAP_FIXED,
517 don't abort on page not being mapped. Handle non-anon filemap
518 with length padded to pagesize.
519
520 2009-01-03 Hans-Peter Nilsson <hp@axis.com>
521
522 * cris/sim-if.c (TARGET_AT_NULL, TARGET_AT_PHDR, TARGET_AT_PHENT)
523 (TARGET_AT_PHNUM, TARGET_AT_PAGESZ, TARGET_AT_BASE)
524 (TARGET_AT_FLAGS, TARGET_AT_ENTRY, TARGET_AT_UID, TARGET_AT_EUID)
525 (TARGET_AT_GID, TARGET_AT_EGID, TARGET_AT_HWCAP)
526 (TARGET_AT_CLKTCK): Remove redundant macros.
527 (AUX_ENT): Adjust to use standard ELF AT_* macros.
528 (AUX_ENTF): Ditto. Remove always-0 middle argument. Update all
529 callers.
530 (sim_open): Also pass AT_SECURE.
531
532 * cris/sim-main.h (struct _sim_cpu): New member
533 set_target_thread_data.
534 * cris/crisv32f.c (CRIS_TLS_REGISTER): Define.
535 * cris/crisv10f.c: Ditto.
536 * cris/cris-tmpl.c (MY (set_target_thread_data)): New function.
537 (MY (f_specific_init)): Set new _sim_cpu member to new function.
538 * cris/traps.c (TARGET_SYS_set_thread_area): Define.
539 (cris_break_13_handler) <case TARGET_SYS_set_thread_area>: New
540 case.
541
542 * cris/traps.c (TARGET_SYS_exit_group): Define.
543 (cris_break_13_handler): Handle it like the exit for the last
544 thread.
545
546 * cris/traps.c (TARGET_UTSNAME): Update to 2009-01-01.
547 (TARGET_EPOCH): Update to match TARGET_UTSNAME. Correct comment.
548 (cris_break_13_handler) <case TARGET_SYS_uname>: Update to
549 2.6.27. Set machine field to the BFD printable name of the
550 machine.
551
552 * cris/traps.c (TARGET_MAP_DENYWRITE): Define.
553 (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle
554 TARGET_MAP_DENYWRITE.
555
556 * cris/traps.c (TARGET_SYS_access, TARGET_R_OK, TARGET_W_OK)
557 (TARGET_X_OK, TARGET_F_OK): Define.
558 (cris_break_13_handler) <case TARGET_SYS_access>: New case.
559
560 * cris/semcrisv32f-switch.c: Regenerate.
561
562 2008-12-30 Hans-Peter Nilsson <hp@axis.com>
563
564 * cris/sim-if.c (sim_open): If sim_analyze_program fails, emit
565 just a short CRIS-specific notice. Tweak the wording for a
566 failing architecture test.
567
568 * cris/traps.c (TARGET_SYS_writev): New macro.
569 (is_mapped_only, cris_dump_map): New functions.
570 (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle more flags
571 and prot combinations and a non-zero page-offset. If
572 TARGET_MAP_FIXED, unmap pages before mapping them.
573 <case TARGET_SYS_mprotect>: When checking, allow any length
574 argument. Don't actually do anything.
575 <case TARGET_SYS_writev>: New case.
576
577 * cris/Makefile.in (SIM_OBJS): Remove sim-hload.o.
578 * cris/sim-if.c: Include elf-bfd.h.
579 (struct progbounds): New members end_loadmem, start_nonloadmem.
580 (xprintf, eprintf): New functions, copied from common/sim-load.c.
581 (cris_load_elf_file, sim_load, cris_get_progbounds): New functions.
582 (get_progbounds_iterator): Renamed from get_progbounds. Make
583 static. Update head comment. Set new struct progbounds members.
584 (exec_load_addr, interp_load_addr, interp_start_addr): New static
585 variables.
586 (aux_ent_phdr, aux_ent_phent, aux_ent_phnum, aux_ent_base)
587 (aux_ent_entry, cris_write_interp, cris_handle_interpreter): New
588 functions.
589 (sim_open): New constant array auxv_entries. Rewrite AUX_ENT
590 handling to use auxv_entries. Improve error message and checking
591 for invalid programs. Use new variable abfd for the program
592 instead of for each access reaching into sd to get it.
593 (sim_create_inferior): If non-zero, use interp_start_addr instead
594 of the program start address.
595 (cris_disassemble_insn): Remove incorrect and unclear, supposedly
596 stale comment. Always specify little-endian.
597
598 2008-07-29 Nick Clifton <nickc@redhat.com>
599
600 * common/genmloop.sh: Add new parameter: -shell to specify the
601 command interpreter to use to run the input file. This is
602 necessary because otherwise SHELL is taken from the user's
603 environment, and not from the makefile that invoked this script
604 and the user might not be running an sh-like shell.
605 * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
606 * fr30/Makefile.in: Likewise.
607 * frv/Makefile.in: Likewise.
608 * i960/Makefile.in: Likewise.
609 * iq2000/Makefile.in: Likewise.
610 * m32r/Makefile.in: Likewise.
611
612 * frv/mloop.in: Add missing start of line comment marker.
613
614 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
615
616 * cris/configure: Regenerate to track ../common/common.m4 changes.
617 * cris/config.in: Ditto.
618
619 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
620 Daniel Jacobowitz <dan@codesourcery.com>
621 Joseph Myers <joseph@codesourcery.com>
622
623 * cris/configure: Regenerate.
624
625 2008-05-09 Olivier Hainque <hainque@adacore.com>
626
627 * ppc/altivec.igen (vperm): Latch inputs into temporaries.
628
629 2008-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
630
631 * MAINTAINERS: Add myself as maintainer of cr16 port.
632
633 2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
634
635 Add simulator for National cr16 processor.
636 * cr16: New directory.
637 * configure.ac: Add entry for National cr16.
638 * configure: Regenerate.
639
640 2008-02-05 DJ Delorie <dj@redhat.com>
641
642 * configure.ac (v850): V850 now has a testsuite.
643 * configure (v850): Likewise.
644
645 2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
646
647 Updated copyright notices for most files.
648
649 2007-12-19 DJ Delorie <dj@redhat.com>
650
651 * frv/frv.c (frvbf_cut): Only look at the six LSBs of
652 cut_point.
653
654 2007-10-22 Hans-Peter Nilsson <hp@axis.com>
655
656 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
657 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
658 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
659 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
660 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
661 cris/semcrisv32f-switch.c: Regenerate.
662
663 2007-08-24 Joel Brobecker <brobecker@adacore.com>
664
665 Switch the license of all files explicitly copyright the FSF
666 to GPLv3.
667
668 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
669
670 * Makefile.in: Add dummy "pdf" target.
671
672 2007-02-20 Hans-Peter Nilsson <hp@axis.com>
673
674 * cris/traps.c (dump_statistics): Change format for cycle numbers
675 to %llu and cast parameters to unsigned long long.
676
677 2007-02-16 Thiemo Seufer <ths@mips.com>
678
679 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
680
681 2007-01-28 Manuel Lauss <slauss@resi.at>
682
683 * configure.ac (sh64-*-*): Change to sh64*-*-*.
684 (sh-*-*): Change to sh*-*-*.
685 * configure: Regenerated.
686
687 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
688
689 Updated copyright notices for most files.
690
691 2006-12-20 Hans-Peter Nilsson <hp@axis.com>
692
693 * Makefile.in (autoconf-common autoheader-common): Only run
694 autoheader on subdirs with a file config.in.
695
696 * configure.ac (common): Make the default "yes" for all targets
697 with sim subdirs.
698 * configure: Regenerate.
699
700 * Makefile.in (autoconf-common autoheader-common): In documented
701 usage, say SHELL=/bin/sh.
702 (.PHONY): Add autoheader-common.
703
704 * MAINTAINERS: Add self as authorized committer for *.
705
706 2006-10-02 Edgar E. Iglesias <edgar@axis.com>
707 Hans-Peter Nilsson <hp@axis.com>
708
709 * cris/cris-sim.h (enum cris_unknown_syscall_action_type)
710 (cris_unknown_syscall_action): Declare.
711 * cris/sim-if.c (cris_unknown_syscall_action): Define.
712 (cris_options): Add cris-unknown-syscall option.
713 (cris_option_handler): Correct comment about and error message for
714 invalid --cris-cycles argument. Handle --cris-unknown-syscall.
715 * cris/traps.c: Include stdarg.h
716 (cris_unknown_syscall): New function.
717 (cris_break_13_handler): Instead of sim_io_eprintf and
718 sim_engine_halt, call cris_unknown_syscall to handle more or less
719 unknown syscalls. Adjust code as necessary to handle return
720 value.
721
722 2006-09-30 Daniel Jacobowitz <dan@codesourcery.com>
723
724 * MAINTAINERS: Add Dave Brolley for sh64.
725
726 2006-09-30 Hans-Peter Nilsson <hp@axis.com>
727
728 * cris/traps.c (TARGET_PIPE_BUF): New macro.
729 (cris_pipe_empty): Correct initialization of "remaining". Only
730 adjust the "write" return value if more than TARGET_PIPE_BUF bytes
731 are written.
732
733 2006-09-29 Hans-Peter Nilsson <hp@axis.com>
734
735 * cris/configure.ac: Check for limits.h and sys/param.h.
736 * cris/configure, cris/config.in: Rebuild.
737 * cris/traps.c (SIM_PATHMAX): New macro.
738 (cris_break_13_handler): Use SIM_PATHMAX, not MAXPATHLEN.
739
740 2006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
741
742 * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
743 * Makefile.in (FLAGS_TO_PASS): Include libdir.
744 * configure: Regenerated.
745
746 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
747
748 * cris/configure: Regenerated.
749
750 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
751
752 * cris/configure: Regenerated.
753
754 2006-05-05 Andreas Schwab <schwab@suse.de>
755
756 * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
757 * configure: Regenerate.
758
759 * Makefile.in (CFLAGS_FOR_BUILD): Define.
760 (CC_FOR_BUILD): Don't override.
761 (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
762
763 2006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
764
765 * MAINTAINERS: Add an "Authorized committers" section, and list
766 DJ Delorie for v850.
767
768 2006-04-08 Hans-Peter Nilsson <hp@axis.com>
769
770 * cris/crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.
771
772 2006-04-03 Hans-Peter Nilsson <hp@axis.com>
773
774 * cris/dv-cris.c, cris/dv-rv.c, cris/rvdummy.c: New files.
775 * cris/Makefile.in (CONFIG_DEVICES): Remove redundant setting.
776 (dv-cris.o, dv-rv.o rvdummy$(EXEEXT), rvdummy.o): New rules.
777 (all): Depend on rvdummy$(EXEEXT).
778 * cris/configure.ac: Call SIM_AC_OPTION_WARNINGS. Check for
779 sys/socket.h and sys/select.h. Call SIM_AC_OPTION_HARDWARE,
780 default off.
781 * cris/configure: Regenerate.
782 * cris/cris-sim.h (cris_have_900000xxif): Declare here.
783 (enum cris_interrupt_type, crisv10deliver_interrupt)
784 (crisv32deliver_interrupt: New declarations.
785 * cris/cris-tmpl.c [WITH_HW] (MY (f_model_insn_after)): Call
786 sim_events_tickn and set state-events member work_pending when it's
787 time for the next event.
788 [WITH_HW] (MY (f_specific_init)): Set CPU-model-specific
789 interrupt-delivery function.
790 * cris/crisv10f.c (MY (deliver_interrupt)): New function.
791 * cris/crisv32f.c (MY (deliver_interrupt)): New function.
792 * cris/devices.c: Include hw-device.h.
793 (device_io_read_buffer) [WITH_HW]: Call hw_io_read_buffer.
794 (device_io_write_buffer): Only perform 0x900000xx-functions if
795 cris_have_900000xxif is nonzero. Else if WITH_HW defined,
796 call hw_io_write_buffer. Add return 0 last in function.
797 * cris/sim-if.c (cris_have_900000xxif): Now global.
798 (sim_open) [WITH_HW]: Clear deliver_interrupt cpu member.
799 Force "-model" option, effectively.
800 * cris/sim-main.h (cris_interrupt_delivery_fn): New type.
801 (struct _sim_cpu) [WITH_HW]: New member deliver_interrupt.
802
803 2006-04-02 Hans-Peter Nilsson <hp@axis.com>
804
805 * cris/Makefile.in (CRISV10F_OBJS): Remove semcrisv10f-switch.o.
806 (CRISV32F_OBJS): Remove semcrisv32f-switch.o.
807 (semcrisv10f-switch.o, semcrisv32f-switch.o: Remove dependency rules.
808
809 2006-03-13 DJ Delorie <dj@redhat.com>
810
811 * MAINTAINERS: Add self as m32c sim maintainer.
812
813 2006-02-23 Hans-Peter Nilsson <hp@axis.com>
814
815 * cris/traps.c (syscall_map): Remove CB_SYS_time / TARGET_SYS_time
816 mapping.
817 (cris_break_13_handler) <case TARGET_SYS_time>: New case.
818
819 2006-01-23 Jim Blandy <jimb@redhat.com>
820
821 Add simulator for Renesas M32C and M16C.
822
823 * m32c: New directory.
824 * configure.ac: Add entry for Renesas M32C.
825 * configure: Regenerate.
826
827 2006-01-10 Hans-Peter Nilsson <hp@axis.com>
828
829 * cris/cris-tmpl.c (MY (f_model_insn_before)): Only display basic
830 cycle count for the current insn.
831
832 2005-12-06 Hans-Peter Nilsson <hp@axis.com>
833
834 * cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,
835 cris/decodev10.c, cris/decodev10.h, cris/decodev32.c,
836 cris/decodev32.h, cris/modelv10.c, cris/modelv32.c,
837 cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
838
839 2005-12-05 Hans-Peter Nilsson <hp@axis.com>
840
841 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
842 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
843 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
844 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
845 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
846 cris/semcrisv32f-switch.c: Regenerate.
847
848 2005-11-20 Hans-Peter Nilsson <hp@axis.com>
849
850 * cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
851 (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
852 TARGET_O_WRONLY.
853 (cris_break_13_handler) <case TARGET_SYS_fcntl>: Add support for
854 F_GETFL on fd 0, 1 and 2.
855
856 2005-11-17 Hans-Peter Nilsson <hp@axis.com>
857
858 * cris/sim-main.h (struct _sim_cpu): New members last_syscall,
859 last_open_fd, last_open_flags.
860 * cris/traps.c: Don't include targ-vals.h.
861 (TARGET_O_ACCMODE): Define.
862 (cris_break_13_handler): Set new _sim_cpu members.
863 <case TARGET_SYS_fcntl>: Support special case of F_GETFL.
864 Rearrange code as switch. Emit "unimplemented" abort for
865 unimplemented fcntl calls.
866
867 * cris/traps.c (TARGET_SYS_stat): Define.
868 (syscall_stat32_map): Add entry for TARGET_SYS_stat.
869 (cris_break_13_handler) <case TARGET_SYS_stat>: New case.
870
871 2005-11-16 Hans-Peter Nilsson <hp@axis.com>
872
873 * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
874 low 32 bits are used after an unsigned long cast.
875
876 2005-05-28 Hans-Peter Nilsson <hp@axis.com>
877
878 * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
879
880 2005-05-26 Chris Demetriou <cgd@netbsd.org>
881
882 * MAINTAINERS: Update my mail address, move myself to the
883 "Past maintainers" section.
884
885 2005-05-17 Corinna Vinschen <vinschen@redhat.com>
886
887 * configure.ac: Add igen to v850 build.
888 * configure: Regenerate.
889
890 2005-04-29 Paul Brook <paul@codesourcery.com>
891
892 * common/callback.c (PIPE_BUF): Provide default definition.
893 (os_lstat): Use stat if lstat is not available on the host.
894 (os_ftruncate): Return EINVAL if not available on the host.
895 (os_truncate): Ditto.
896 * common/configure.ac: Check for lstat, truncate and ftruncate.
897 * common/configure: Regenerate.
898 * common/config.in: Regenerate.
899
900 2005-04-27 Paul Brook <paul@codesourcery.com>
901
902 * common/Make-common.in: Add $(EXEEXT) to "run".
903
904 2005-04-18 Hans-Peter Nilsson <hp@axis.com>
905
906 * cris/traps.c (cris_break_13_handler) <case TARGET_SYS_mmap2>:
907 For ((len & 8191) != 0 && fd == (USI) -1), don't say this isn't
908 implemented. In call to create_map, pad length argument to 8k.
909
910 2005-04-15 Corinna Vinschen <vinschen@redhat.com>
911
912 * configure.ac: Add explicit sh64 case.
913 * configure: Regenerate.
914
915 2005-03-30 Paul Brook <paul@codesourcery.com>
916
917 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
918
919 2005-03-24 Hans-Peter Nilsson <hp@axis.com>
920
921 * cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
922 include cgen-ops.h in decodev10.c and decodev32.c.
923 * cris/sim-main.h: Don't include cgen-ops.h here.
924 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
925 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
926 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
927 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
928 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
929 cris/semcrisv32f-switch.c: Regenerate.
930
931 * cris/traps.c (cris_break_13_handler) <case
932 TARGET_SYS_rt_sigaction>: Rename sa_handler, sa_flags,
933 sa_restorer, sa_mask_low, sa_mask_high to target_sa_handler etc.
934
935 2005-03-23 Mark Kettenis <kettenis@gnu.org>
936
937 * cris/configure: Regenerate.
938
939 2005-02-28 Jim Blandy <jimb@redhat.com>
940
941 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
942 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
943 Regenerated, after change to common/aclocal.m4.
944
945 2005-02-18 Corinna Vinschen <vinschen@redhat.com>
946
947 * iq2000: New target subdirectory.
948 * configure.ac: Add iq2000 target.
949 * configure: Regenerate.
950
951 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
952
953 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
954 (realclean, install): Fail if subdir make failed.
955
956 2005-01-28 Hans-Peter Nilsson <hp@axis.com>
957
958 * cris: New directory, simulator for Axis Communications CRIS
959 including CRIS v32, CGEN-based.
960 * configure.ac: Add corresponding configury.
961 * configure: Regenerate.
962
963 2005-01-17 Andrew Cagney <cagney@gnu.org>
964
965 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
966 common directory. Remove sparc*-*-* from list.
967
968 2005-01-11 Andrew Cagney <cagney@gnu.org>
969
970 * Makefile.in (autoconf-common autoheader-common): Add --force to
971 autoconf and autoheader.
972 (autoconf-common autoheader-common)
973 (autoconf-install autoheader-install): Check for configure.ac, not
974 configure.in.
975 * configure.ac: Delete AC_CONFIG_AUX_DIR.
976 * configure: Re-generate.
977
978 2005-01-07 Andrew Cagney <cagney@gnu.org>
979
980 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
981 correctly calls AC_CONFIG_SUBDIRS.
982 * configure: Re-generate.
983
984 2004-12-01 Andrew Cagney <cagney@gnu.org>
985
986 * i960, h8500: Delete directory.
987
988 2004-11-12 Andrew Cagney <cagney@gnu.org>
989
990 * d30v, fr30, mn10200, z8k: Delete directory.
991
992 2004-03-10 Ben Elliston <bje@gnu.org>
993
994 * MAINTAINERS: Update my mail address.
995
996 2004-01-26 Chris Demetriou <cgd@broadcom.com>
997
998 * configure.in (mips*-*-*): Configure in testsuite.
999 * configure: Regenerate.
1000
1001 2003-10-08 Dave Brolley <brolley@redhat.com>
1002
1003 * configure.in: Move frv handling to alphabetically correct placement.
1004
1005 2003-09-03 Andreas Schwab <schwab@suse.de>
1006
1007 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
1008
1009 2003-08-29 Dave Brolley <brolley@redhat.com>
1010
1011 * MAINTAINERS: Add myself as maintainer of the FRV port.
1012
1013 2003-08-20 Michael Snyder <msnyder@redhat.com>
1014 Dave Brolley <brolley@redhat.com>
1015
1016 * frv/: New directory, simulator for the Fujitsu FRV.
1017 * configure.in: Add frv configury.
1018 * configure: Regenerate.
1019
1020 2003-08-10 Ben Elliston <bje@wasabisystems.com>
1021
1022 * MAINTAINERS: Update my mail address.
1023
1024 2003-08-09 Andrew Cagney <cagney@redhat.com>
1025
1026 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
1027 maintenance. List igen and sh maintainers. Mention that target
1028 and global maintainers pick up the slack.
1029
1030 2003-07-09 Michael Snyder <msnyder@redhat.com>
1031
1032 * configure.in: Add testsuite to extra_subdirs for sh.
1033 * configure: Regenerate.
1034
1035 2003-01-23 Nick Clifton <nickc@redhat.com>
1036
1037 * Add sh2e support:
1038
1039 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
1040
1041 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
1042
1043 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
1044
1045 * MAINTAINERS: Update my email address.
1046
1047 2002-07-17 Andrew Cagney <ac131313@redhat.com>
1048
1049 * w65/: Delete directory.
1050
1051 2002-07-16 Andrew Cagney <ac131313@redhat.com>
1052
1053 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
1054 * configure: Re-generate.
1055
1056 2002-07-13 Andrew Cagney <ac131313@redhat.com>
1057
1058 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
1059 * configure: Re-generate.
1060
1061 2002-06-16 Andrew Cagney <ac131313@redhat.com>
1062
1063 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
1064 id, date and host to be overriden by NAME, ID, DATE and HOST
1065 respectfully. Use ISO dates.
1066
1067 Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
1068
1069 * Makefile.in (ChangeLog): New makefile variable.
1070 * README-HACKING: Mention the ChangeLog makefile variable.
1071
1072 2002-06-01 Andrew Cagney <ac131313@redhat.com>
1073
1074 * tic80/: Delete directory.
1075
1076 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1077
1078 * MAINTAINERS: Update my email address.
1079
1080 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1081
1082 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
1083
1084 2002-03-01 Frank Ch. Eigler <fche@redhat.com>
1085
1086 * MAINTAINERS: Record self as a co-maintainer of just common/.
1087
1088 2002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
1089
1090 * MAINTAINERS: Point to GDB files describing overall maintaince
1091 and check-in procedures.
1092
1093 2002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
1094
1095 * MAINTAINERS: Add myself for ARM portions.
1096
1097 2001-10-19 Andrew Cagney <ac131313@redhat.com>
1098
1099 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
1100 * configure: Re-generate.
1101
1102 2001-02-16 Ben Elliston <bje@redhat.com>
1103
1104 * MAINTAINERS: Add myself for common portions.
1105
1106 2001-01-15 Chris Demetriou <cgd@broadcom.com>
1107
1108 * MAINTAINERS: Added self and Andrew for the mips sim.
1109
1110 2000-10-25 Geoff Keating <geoffk@cygnus.com>
1111
1112 * MAINTAINERS: Added self and Andrew for the ppc sim.
1113
1114 Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
1115
1116 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
1117 * m68hc11: New directory.
1118 * configure.in: Add.
1119 * configure: Regenerate.
1120
1121 Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1122
1123 * tic80: New directory.
1124 * configure.in: Add configury.
1125 * configure: Regenerate.
1126
1127 2000-04-20 Nick Clifton <nickc@cygnus.com>
1128
1129 * configure.in (extra_subdirs): Add testsuite to strongarm
1130 directories.
1131 * configure: Regenerate.
1132
1133 Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
1134
1135 * MAINTAINERS: New file. Blank.
1136
1137 1999-11-18 Ben Elliston <bje@cygnus.com>
1138
1139 * configure.in: Require autoconf 2.13 and remove obsolete
1140 invocation of AC_C_CROSS.
1141 * configure: Regenerate.
1142
1143 1999-09-29 Doug Evans <devans@casey.cygnus.com>
1144
1145 * configure.in: Configure the testsuite directory for thumb.
1146 * configure: Regenerate.
1147
1148 1999-07-16 Ben Elliston <bje@cygnus.com>
1149
1150 * configure.in: Configure the testsuite directory for arm.
1151 * configure: Regenerate.
1152
1153 1999-04-08 Nick Clifton <nickc@cygnus.com>
1154
1155 * configure.in: Add support for MCore target.
1156 * configure: Regenerate.
1157
1158 1999-03-14 Stan Shebs <shebs@andros.cygnus.com>
1159
1160 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
1161 RUNTEST instead of commenting out, fixes portability problem.
1162
1163 1999-02-08 Nick Clifton <nickc@cygnus.com>
1164
1165 * configure.in: Add support for StrongARM target.
1166 * configure: Regenerate.
1167
1168 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1169
1170 * configure.in: Require autoconf 2.12.1 or higher.
1171
1172 1998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1173
1174 * configure.in (i960-*-*): Add.
1175 * configure: Rebuild.
1176
1177 Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
1178
1179 * configure.in: Added case for fr30-*-*.
1180 * configure: Regenerated.
1181
1182 Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
1183
1184 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1185 to allow successful operation on Windows.
1186
1187 Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1188
1189 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1190 check can be invoked recursively.
1191
1192 Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
1193
1194 * configure.in: Build simulator on sparclite and sparc86x targets.
1195 * configure: Regenerate.
1196
1197 Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
1198
1199 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
1200 to autoconf and autoheader.
1201
1202 Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
1203
1204 * Makefile.in (autoconf-common autoheader-common): Pass `-l
1205 ../common' to autoconf and autoheader. Unconditionally run
1206 autoconf in every subdir.
1207 (autoconf-changelog autoheader-changelog): Unconditionally run
1208 commands in every subdir.
1209 (autoconf-install autoheader-install): Likewise.
1210
1211 Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1212
1213 * Makefile.in: Get SHELL from configure.
1214 * (FLAGS_TO_PASS): Pass down SHELL.
1215 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
1216 NT native builds.
1217
1218 Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1219
1220 * configure.in (extra_subdirs): Enable igen for mn10300.
1221 * configure: Re-generate.
1222
1223 Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
1224
1225 * configure.in (extra_subdirs): Add support for thumb target.
1226
1227 * configure (extra_subdirs): Add support for thumb target.
1228
1229 Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1230
1231 * configure.in (extra_subdirs): Add IGEN directory when MIPS
1232 target.
1233 * configure: Regenerate.
1234
1235 Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1236
1237 * configure.in (extra_subdirs): v850ea needs igen.
1238 * configure: Re-generate.
1239
1240 Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1241
1242 * configure.in (testdir): When a testsuite directory, add that to
1243 the list of confdirs.
1244
1245 Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1246
1247 * configure.in (extra_subdirs): Enable igen ready for V850.
1248
1249 Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1250
1251 * configure.in (w65-*-*, only_if_enabled): Set.
1252 * configure: Re-generate.
1253
1254 Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
1255
1256 * configure.in (sparc*-*-*, only_if_enabled): Set
1257 only_if_enabled=yes. Check only_if_enabled before enabling a
1258 simulator.
1259 * configure: Regenerate.
1260
1261 Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1262
1263 * configure.in (extra_subdirs): Add v850e target.
1264
1265 Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1266
1267 * configure.in (extra_subdirs): Add v850ea target.
1268
1269 Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
1270
1271 * configure.in (sparc*-*-*): Don't build erc32.
1272 * configure: Regenerate.
1273
1274 Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
1275
1276 * configure.in (m32r-*-*): New target.
1277 * configure: Regenerate.
1278
1279 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1280
1281 Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
1282
1283 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1284 thought that .NOEXPORT was the default target.
1285
1286 Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
1287
1288 * Makefile.in (clean mostlyclean): Restore targets accidentally
1289 deleted in earlier change.
1290
1291 Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1292
1293 * Makefile.in (autoheader-common, autoheader-changelog,
1294 autoheader-install): Perform autoheader in addition to autoconf.
1295
1296 Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
1297
1298 * Makefile.in (autoconf-install): New target.
1299 (autoconf-changelog): Try different way to obtain user name.
1300
1301 Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1302
1303 * Makefile.in (autoconf-changelog): New target, update
1304 ChangeLog for all subdirectories - normally used after
1305 autoconf-common target.
1306
1307 Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1308
1309 * configure.in (extra_subdirs): Include testsuite for d30v.
1310 * configure: Regenerate.
1311
1312 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
1313 ../gdb/Makefile.in
1314 (check): New rules - drive the testsuite.
1315
1316 Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
1317
1318 * configure.in: Add mn10200 configure lines accidentally
1319 removed.
1320 * configure: Regenerated.
1321
1322 Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
1323
1324 * configure.in (extra_subdirs): Generalize common sub directory
1325 into a list.
1326 (extra_subdirs): For d30v add igen to the list to be built.
1327
1328 Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
1329
1330 * configure.in (d30v): New target.
1331 * configure: Regenerated.
1332
1333 Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
1334
1335 * configure.in: Don't require GCC to build the mn10200
1336 simulator anymore.
1337 * configure: Rebuilt.
1338
1339 Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
1340
1341 * configure.in: Don't configure any subdirs if no simulator
1342 is being built. Don't use erc32 for sparc64.
1343 * configure: Regenerated.
1344
1345 Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
1346
1347 * Makefile.in (autoconf-common): New target.
1348 * configure.in: Do configure common.
1349 * configure: Regenerated.
1350
1351 Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
1352
1353 * configure configure.in: Don't configure common anymore. Files
1354 from common are now built in the individual simualtor directories.
1355 This fixes problems with the WinGDB build procedure.
1356
1357 Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
1358
1359 * configure: Enable the mn10200 simulator.
1360
1361 Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
1362
1363 * configure.in (configdirs): Add common.
1364 * configure: Regenerated.
1365
1366 Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1367
1368 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
1369 system V based targets.
1370 * configure: Regenerate.
1371
1372 Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
1373
1374 * configure.in (--enable-sim-powerpc): Delete.
1375 (--enable-sim): Add.
1376 * configure: Regenerated.
1377
1378 Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
1379
1380 * configure.in: Only build the V850 simulator if
1381 we are using gcc.
1382 * configure: Rebuild.
1383
1384 Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
1385
1386 * configure.in: Do build erc32 for DOS and Windows hosts.
1387 * configure: Rebuild.
1388
1389 Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1390
1391 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
1392 be inherited from the parent. Remove INSTALL_XFORM and
1393 INSTALL_XFORM1. Make INSTALL be set from configure.
1394
1395 Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1396
1397 * configure.in: Only build the MIPS simulator if we are using
1398 gcc.
1399 * configure: Rebuild.
1400
1401 Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
1402
1403 * configure.in (v850-*-*): Added V850 simulator.
1404
1405 Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1406
1407 * configure.in (d10v-*-*): Added D10V simulator.
1408
1409 Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1410
1411 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1412 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1413 (docdir): Removed.
1414 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1415 (AC_PROG_INSTALL): Added.
1416 * configure: Rebuilt.
1417
1418 Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
1419
1420 * configure.in: Only configure erc32 if using gcc.
1421 * configure: Rebuild.
1422
1423 Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1424
1425 * configure.in (sim_target): Build PowerPC simulator for powerpc
1426 System V.4, Solaris, and Elf targets.
1427 * configure: Regenerate with autoconf 2.10.
1428
1429 Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
1430
1431 * configure.in: Only built erc32 simulator on Unix hosts as it
1432 uses pseudo ttys.
1433 * configure: Regenerated with autoconf 2.8.
1434
1435 Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1436
1437 * erc32: Sparc simulator from the ESA.
1438
1439 Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
1440
1441 From: Miles Bader <miles@gnu.ai.mit.edu>
1442 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
1443 * configure: Regenerate using autoconf.
1444
1445 Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1446
1447 * Makefile.in (install): Fix typo.
1448
1449 Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
1450
1451 * configure: Regenerate with autoconf 2.7.
1452
1453 * Makefile.in (all): Simplify.
1454 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
1455 as in the all target.
1456 (distclean, maintainer-clean, realclean): Likewise.
1457 (install): Likewise.
1458
1459 Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
1460
1461 * Makefile.in (all): Remove extra '\' char from shell script.
1462
1463 Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
1464
1465 * Makefile.in (all): Avoid a for loop with zero elements, even if
1466 the loop will not be executed because of an if statement.
1467
1468 Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
1469
1470 * Makefile.in (install): Add missing semicolon in "fi \".
1471
1472 Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1473
1474 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
1475 defaults from configure.
1476
1477 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
1478 configure defaults.
1479 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
1480 if either --enable-sim-powerpc is used, or the host compiler is
1481 GCC.
1482
1483 Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1484
1485 * configure.in (mips*-*-*): Added "mips" simulator target.
1486 * configure: Re-generated.
1487
1488 Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
1489
1490 * Makefile.in (BISON): Remove macro.
1491 (FLAGS_TO_PASS): Remove BISON.
1492
1493 Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1494
1495 * configure.in: Explicitly `exit 0' for broken shells.
1496 * configure: Rebuilt.
1497
1498 Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1499
1500 * common/run.c (main): Initialize the callbacks.
1501
1502 Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
1503
1504 * Makefile.in (maintainer-clean): New synonym for realclean.
1505
1506 Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1507
1508 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
1509 the target is powerpc*-*-eabisim*, since it requires GCC to build.
1510
1511 Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1512
1513 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1514 <cagney@highland.com.au>.
1515 * configure: Regnerate from configure.in.
1516
1517 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1518
1519 * Update all FSF addresses except those in COPYING* files.
1520
1521 Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
1522
1523 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
1524 submakes either default or passed in value.
1525
1526 Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1527
1528 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
1529 install): Changed targets so that they descend all
1530 subdirectories in $(SUBDIRS).
1531 (*-all, *-clean, *-install): Removed targets.
1532
1533 * configure.in: Don't bother with target makefile fragments, they
1534 are no longer needed.
1535 * configure: regenerated.
1536
1537 * Makefile.in, configure.in: converted to autoconf.
1538 * configure: New file, generated with autconf 2.4.
1539
1540 Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
1541
1542 * Makefile.in: Support ARM.
1543 * configure.in: Ditto.
1544
1545 Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
1546
1547 * Makefile.in: Support W65.
1548 * configure.in: Ditto.
1549
1550 Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1551
1552 * Makefile.in: Add TAGS target.
1553
1554 Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1555
1556 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
1557 install-h8300, clean-h8300, all-h8500, install-h8500,
1558 clean-h8500, all-sh, install-sh, clean-sh): do not echo
1559 recursion lines.
1560
1561 Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1562
1563 * Makefile.in: remove endian.h trace from h8500
1564
1565 Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
1566
1567 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1568
1569 Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1570
1571 * Makefile.in: make all of the all-* target (except all-nothing)
1572 depend on endian.h, so that if we're not building a simulator, we
1573 don't built endian
1574
1575 Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
1576
1577 * Makefile.in (check, installcheck): Added dummy targets.
1578
1579 Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
1580
1581 * Makefile.in (endian): Find endian.c in $(srcdir), and also
1582 explicitly make it, since some makes apparently don't work with
1583 VPATH and .c to executable rules (SunOS make for example).
1584
1585 Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1586
1587 * Makefile.in (endian): Add explicit rule for broken makes.
1588
1589 Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
1590
1591 * Makefile.in (info, install-info): New targets.
1592 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1593 level Makefile.
1594
1595 Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
1596
1597 * Makefile.in (endian.h): build endian.h via a temporary file so
1598 that we don't leave an incomplete file lying around on
1599 interrupted builds.
1600 (clean): remove endian, e.h, and endian.h.
1601
1602 Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1603
1604 * Makefile.in, configure.in: if target isn't supported, build a
1605 harmless makefile.
1606
1607
This page took 0.059804 seconds and 5 git commands to generate.