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