sim/arm: Prevent NULL pointer dereference in sim_create_inferior.
[deliverable/binutils-gdb.git] / sim / ChangeLog
CommitLineData
8782aa32
WN
12013-11-07 Will Newton <will.newton@linaro.org>
2
3 PR gdb/9195
4 * arm/wrapper.c (sim_create_inferior): Avoid calling
5 bfd_get_mach with a NULL bfd.
6
3346cfda
NC
72013-06-21 Nick Clifton <nickc@redhat.com>
8
9 * msp430: New Directory.
10 * configure.tgt: Add it.
11 * configure: Regenerate.
12
3cb2ab1a
SE
132013-03-15 Steve Ellcey <sellcey@mips.com>
14
15 * arm/wrapper.c (sim_complete_command): Make char arguments const.
16 * avr/interp.c (sim_complete_command): Ditto.
17 * common/sim-options.c (sim_complete_command): Ditto.
18 * cr16/interp.c (sim_complete_command): Ditto.
19 * erc32/interf.c (sim_complete_command): Ditto.
20 * m32c/gdb-if.c (sim_complete_command): Ditto.
21 * microblaze/interp.c (sim_complete_command): Ditto.
22 * ppc/sim_calls.c (sim_complete_command): Ditto.
23 * rl78/gdb-if.c (sim_complete_command): Ditto.
24 * rx/gdb-if.c (sim_complete_command): Ditto.
25 * sh/interp.c (sim_complete_command): Ditto.
26
8acc9f48
JB
272013-01-01 Joel Brobecker <brobecker@adacore.com>
28
29 Update year range in copyright notice of all files.
30
51b318de
JB
312012-12-19 Joel Brobecker <brobecker@adacore.com>
32
33 Update old contact info in GPL license notices.
34
3fd725ef
JB
352012-12-19 Joel Brobecker <brobecker@adacore.com>
36
37 Update the non-FSF-copyrighted files in sim to GPLv3 or later.
38
6bb11ab3
L
392012-11-20 Pavel Chupin <pavel.v.chupin@intel.com>
40
41 * common/Make-common.in: Use lt_cv_dlopen_libs under PLUGINS
42 condition.
43 * common/acinclude.m4: Define lt_cv_dlopen_libs.
44 * arm/configure: Regenerate.
45 * avr/configure: Regenerate.
46 * bfin/configure: Regenerate.
47 * common/configure: Regenerate.
48 * cr16/configure: Regenerate.
49 * cris/configure: Regenerate.
50 * d10v/configure: Regenerate.
51 * erc32/configure: Regenerate.
52 * frv/configure: Regenerate.
53 * h8300/configure: Regenerate.
54 * igen/configure: Regenerate.
55 * iq2000/configure: Regenerate.
56 * lm32/configure: Regenerate.
57 * m32c/configure: Regenerate.
58 * m32r/configure: Regenerate.
59 * m68hc11/configure: Regenerate.
60 * mcore/configure: Regenerate.
61 * microblaze/configure: Regenerate.
62 * mips/configure: Regenerate.
63 * mn10300/configure: Regenerate.
64 * moxie/configure: Regenerate.
65 * ppc/configure: Regenerate.
66 * rl78/configure: Regenerate.
67 * rx/configure: Regenerate.
68 * sh/configure: Regenerate.
69 * sh64/configure: Regenerate.
70 * testsuite/configure: Regenerate.
71 * v850/configure: Regenerate.
72
2d1ef085
SC
732012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
74
75 * MAINTAINERS: Update my email address.
76
c429cfcf
SE
772012-09-24 Steve Ellcey <sellcey@mips.com>
78
79 * mips/basic.exp: Add mips*-mti-elf* target.
80 * configure.ac: Add mips*-mti-elf* target.
81 * configure: Regenerate.
82
5f3ef9d0
JB
832012-06-15 Joel Brobecker <brobecker@adacore.com>
84
85 * configure: Regenerate.
86
f5546abd
ME
872012-06-06 Michael Eager <eager@eagercon.com>
88
89 * microblaze/interp.c (config.h): Add #include.
90
c36260c7
JB
912011-11-29 Joel Brobecker <brobecker@adacore.com>
92
93 * MAINTAINERS (Global Maintainers): New section. Add Mike
94 Frysinger.
95
87326c78
DD
962011-11-28 DJ Delorie <dj@redhat.com>
97
98 * configure.tgt: Add rl78 support.
99 * configure: Regenerate.
100 * rl78: New directory.
101 * MAINTAINERS: Add myself as RL78 maintainer.
102
26e0f8db
HPN
1032011-07-08 Hans-Peter Nilsson <hp@axis.com>
104
105 * MAINTAINERS: Remove Thiemo Seufer.
106
1d7b4a70
MF
1072011-06-04 Mike Frysinger <vapier@gentoo.org>
108
109 * configure.tgt (bfin-*-*): Add sim_testsuite=yes.
110 * configure: Regenerate.
111
4d393d60
JM
1122011-05-04 Joseph Myers <joseph@codesourcery.com>
113
114 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
115 handle targets.
116 * configure: Regenerate.
117
ef016f83
MF
1182011-03-05 Mike Frysinger <vapier@gentoo.org>
119
120 * MAINTAINERS: Add bfin entry.
121 * configure.tgt (bfin-*-*): Handle bfin targets.
122 * configure: Regenerate.
123
85ab1af8
MF
1242011-01-05 Mike Frysinger <vapier@gentoo.org>
125
126 * .gitignore: Add /*/hw-config.h.
127
fdb38a1c
MF
1282010-12-23 Mike Frysinger <vapier@gentoo.org>
129
130 * .gitignore: New file.
131
d61e002c
DD
1322010-07-28 DJ Delorie <dj@redhat.com>
133
134 * MAINTAINERS: Add self as RX maintainer. Sort list.
135
32b269ae
NC
1362010-06-08 Nick Clifton <nickc@redhat.com>
137
138 * reg.c (set_oszc): Use unsigned int for the mask.
139 (set_szc, set_osz, set_sz): Likewise.
140
119da465
MF
1412010-04-26 Mike Frysinger <vapier@gentoo.org>
142
143 * configure.ac: Target logic moved out to and included from ...
144 * configure.tgt: ... this new file.
145 * configure: Regenerated.
146
aba193a5
MF
1472010-04-12 Mike Frysinger <vapier@gentoo.org>
148
149 * README-HACKING: Add more sections.
150
2310652a
DE
1512010-02-11 Doug Evans <dje@sebabeach.org>
152
153 * cris/cpuv10.h, * cris/cpuv32.h, * cris/cris-desc.c,
154 * cris/cris-desc.h, * cris/decodev10.c, * cris/decodev32.c,
155 * cris/modelv10.c, * cris/modelv32.c, * cris/semcrisv10f-switch.c,
156 * cris/semcrisv32f-switch.c: Regenerate.
157
3725885a
RW
1582010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
159
160 * avr/configure: Regenerate.
161 * cris/configure: Regenerate.
162 * microblaze/configure: Regenerate.
163
0f51e9bf
DE
1642010-01-02 Doug Evans <dje@sebabeach.org>
165
166 * cris/arch.c, * cris/arch.h, * cris/cpuall.h, * cris/cpuv10.c,
167 * cris/cpuv10.h, * cris/cpuv32.c, * cris/cpuv32.h, * cris/cris-desc.c,
168 * cris/cris-desc.h, * cris/cris-opc.h, * cris/decodev10.c,
169 * cris/decodev10.h, * cris/decodev32.c, * cris/decodev32.h,
170 * cris/modelv10.c, * cris/modelv32.c, * cris/semcrisv10f-switch.c,
171 * cris/semcrisv32f-switch.c: Regenerate, update copyright year.
172
d436cab7
DE
1732010-01-01 Doug Evans <dje@sebabeach.org>
174
f9b98caf 175 * cris/mloop.in: Fix copyright year update snafu.
d436cab7 176
5912fadd
JB
1772009-11-24 Joel Brobecker <brobecker@adacore.com>
178
179 * common/aclocal.m4: Add include of ../../config/zlib.m4.
180 * common/common.m4: Use AM_ZLIB to check for zlib support.
181 * ppc/configure.ac: Likewise.
182 * arm/configure, avr/configure, common/configure, cr16/configure,
183 cris/configure, d10v/configure, erc32/configure, frv/configure,
184 h8300/configure, iq2000/configure, lm32/configure, m32c/configure,
185 m32r/configure, m68hc11/configure, mcore/configure,
186 microblaze/configure, mips/configure, mn10300/configure,
187 moxie/configure, ppc/configure, sh/configure, sh64/configure,
188 v850/configure: Regenerate.
189
4f8d4a38
DD
1902009-11-24 DJ Delorie <dj@redhat.com>
191
192 * rx: New directory.
193 * configure.ac: Add entry for Renesas RX.
194 * configure: Regenerate.
195
197fa1aa
DE
1962009-11-22 Doug Evans <dje@sebabeach.org>
197
198 * cris/cpuall.h: Regenerate.
199 * cris/cpuv10.h: Regenerate.
200 * cris/cpuv32.h: Regenerate.
201 * cris/decodev10.c: Regenerate.
202 * cris/decodev10.h: Regenerate.
203 * cris/decodev32.c: Regenerate.
204 * cris/decodev32.h: Regenerate.
205
8f0ac700
TG
2062009-11-12 Tristan Gingold <gingold@adacore.com>
207
208 * avr/interp.c (sim_write): Allow byte access.
209 (sim_read): Ditto.
210
33bcfade
TG
2112009-11-12 Tristan Gingold <gingold@adacore.com>
212
213 * avr/interp.c (sim_load): Clear memory before loading.
214
46b51513
TG
2152009-11-09 Tristan Gingold <gingold@adacore.com>
216
217 * avr/interp.c (sim_resume): Fix typo for OP_ret.
218
f09d60e1
DE
2192009-10-23 Doug Evans <dje@sebabeach.org>
220
221 * cris/arch.c: Regenerate.
222 * cris/arch.h: Regenerate.
223 * cris/cpuall.h: Regenerate.
224 * cris/cpuv10.c: Regenerate.
225 * cris/cpuv10.h: Regenerate.
226 * cris/cpuv32.c: Regenerate.
227 * cris/cpuv32.h: Regenerate.
228 * cris/cris-desc.c: Regenerate.
229 * cris/cris-desc.h: Regenerate.
230 * cris/cris-opc.h: Regenerate.
231 * cris/decodev10.c: Regenerate.
232 * cris/decodev10.h: Regenerate.
233 * cris/decodev32.c: Regenerate.
234 * cris/decodev32.h: Regenerate.
235 * cris/modelv10.c: Regenerate.
236 * cris/modelv32.c: Regenerate.
237 * cris/semcrisv10f-switch.c: Regenerate.
238 * cris/semcrisv32f-switch.c: Regenerate.
239
244d5259
TG
2402009-10-22 Tristan Gingold <gingold@adacore.com>
241
242 * avr/interp.c (sim_stop): Return 1.
243
0a8d1bde
DE
2442009-10-16 Doug Evans <dje@sebabeach.org>
245
246 * MAINTAINERS: Add myself as m32r maintainer.
247
060916aa
ME
2482009-10-15 Michael Egaer <eager@eagercon.com>
249
250 * MAINTAINERS: Add self as MicroBlaze maintainer.
251
42c8b6b5
BE
2522009-10-14 Ben Elliston <bje@gnu.org>
253
254 * MAINTAINERS (common): Move myself to "past maintainers" section.
255
419c2fda
ME
2562009-10-06 Michael Eager <eager@eagercon.com>
257
258 * microblaze/interp.c: Add include microblaze-dis.h.
259
bd30e45a
ME
2602009-09-23 Michael Eager <eager@eagercon.com>
261
262 * configure: Add microblaze-*.* (not regenerated).
263 * configure.ac: Likewise.
264 * microblaze/config.in: New.
265 * microblaze/configure: Generate.
266 * microblaze/configure.ac: New.
267 * microblaze/interp.c: New.
268 * microblaze/Makefile.in: New.
269 * microblaze/microblaze.h: New.
270 * microblaze/microblaze.isa: New.
271 * microblaze/sim-main.h: New.
272 * microblaze/sysdep.h: New.
273
d6416cdc
RW
2742009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
275
81ecdfbb
RW
276 * avr/config.in: Regenerate.
277 * avr/configure: Likewise.
278 * configure: Likewise.
279 * cris/config.in: Likewise.
280 * cris/configure: Likewise.
281
d6416cdc
RW
282 * configure.ac: m4_include toplevel config/override.m4.
283 * configure: Regenerate.
284 * avr/configure: Regenerate.
285 * cris/configure: Regenerate.
286
96e946ca
RW
2872009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
288
289 * Makefile.in (datarootdir): New variable.
290
c28c63d8
JB
2912009-05-18 Jon Beniston <jon@beniston.com>
292
293 * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
294 * configure.ac: Add lm32 target.
295 * lm32: New directory.
296
90e2fa9c
AC
2972009-05-11 Andrew Cagney <cagney@gnu.org>
298
299 * MAINTAINERS: Orphan ppc.
300
bba258ad
KB
3012009-05-08 Kevin Buettner <kevinb@redhat.com>
302
303 * m32c/gdb-if.c (m32c_signal_to_host): Rename to
304 m32c_signal_to_target. Change signal return values from SIGILL,
305 SIGTRAP, SIGSEGV, etc. to TARGET_SIGNAL_ILL, TARGET_SIGNAL_TRAP,
306 TARGET_SIGNAL_SEGV, etc. Fix all callers.
307
fdd6fa61
AG
3082009-04-30 Anthony Green <green@moxielogic.com>
309
310 * MAINTAINERS: Add myself for the moxie port.
311 * moxie: New directory.
312 * configure.ac: Add entry for moxie.
313 * configure: Regenerate.
314
df1756f4
TG
3152009-04-27 Tristan Gingold <gingold@adacore.com>
316
317 * avr: New directory.
318 * avr/interp.c, avr/Makefile.in, avr/configure.ac: New files.
319 * avr/config.in: New file, generated by autoheader.
320 * avr/configure: New file generated by autoconf.
321 * configure.ac: Add avr.
322 * configure: Regenerated.
323
89a34d1b
JM
3242009-04-17 Carlos O'Donell <carlos@codesourcery.com>
325
326 * Makefile.in: Add dummy install-pdf, html, and
327 install-html targets.
328
c10b3605
HPN
3292009-01-18 Hans-Peter Nilsson <hp@axis.com>
330
331 * cris/sim-if.c: Include errno.h.
332 (cris_start_address, cris_program_offset): New variables.
333 (OPTION_CRIS_PROGRAM_OFFSET, OPTION_CRIS_STARTADDR): New option
334 enums.
335 (cris_options): New options --cris-program-offset and
336 --cris-start-address.
337 (cris_option_handler): Handle new options.
338 (cris_program_offset_write, cris_set_section_offset_iterator)
339 (cris_offset_sections, cris_offset_sections): New functions.
340 (sim_load): Use cris_program_offset_write as function argument to
341 cris_load_elf_file, not sim_write.
342 (struct offsetinfo): New struct.
343 (cris_handle_interpreter): Fix typo in comment.
344 (sim_open): Call cris_offset_sections as soon as the bfd of the
345 infile is available. Gate bfd validity checks on abfd non-NULL.
346 (sim_create_inferior): Let cris_start_address when != -1 override
347 other start-address choices.
348
fc887f09
HPN
3492009-01-06 Hans-Peter Nilsson <hp@axis.com>
350
351 * cris/traps.c (abort): Define to call sim_io_error.
352 (create_map): Make -1 imply a non-fixed address, not 0. All
353 callers changed. Only prefer the next higher unmapped address if
354 the last mapped address is no less than 0x40000000. Check that
355 the address to be mapped is not already mapped. Update head
356 comment.
357 (unmap_pages): Don't call abort when recursive call fails, just
358 note and return an error if a page in the range couldn't be unmapped.
359 (cris_bmod_handler, h_supr_set_handler, h_supr_get_handler)
360 (schedule, make_first_thread, cris_pipe_empty): New local variable sd.
361 (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle
362 non-MAP_FIXED argument overlapping existing map. For MAP_FIXED,
363 don't abort on page not being mapped. Handle non-anon filemap
364 with length padded to pagesize.
365
08af5ba8
HPN
3662009-01-03 Hans-Peter Nilsson <hp@axis.com>
367
a3d4b83b
HPN
368 * cris/sim-if.c (TARGET_AT_NULL, TARGET_AT_PHDR, TARGET_AT_PHENT)
369 (TARGET_AT_PHNUM, TARGET_AT_PAGESZ, TARGET_AT_BASE)
370 (TARGET_AT_FLAGS, TARGET_AT_ENTRY, TARGET_AT_UID, TARGET_AT_EUID)
371 (TARGET_AT_GID, TARGET_AT_EGID, TARGET_AT_HWCAP)
372 (TARGET_AT_CLKTCK): Remove redundant macros.
373 (AUX_ENT): Adjust to use standard ELF AT_* macros.
374 (AUX_ENTF): Ditto. Remove always-0 middle argument. Update all
375 callers.
376 (sim_open): Also pass AT_SECURE.
377
ddf2c972
HPN
378 * cris/sim-main.h (struct _sim_cpu): New member
379 set_target_thread_data.
380 * cris/crisv32f.c (CRIS_TLS_REGISTER): Define.
381 * cris/crisv10f.c: Ditto.
382 * cris/cris-tmpl.c (MY (set_target_thread_data)): New function.
383 (MY (f_specific_init)): Set new _sim_cpu member to new function.
384 * cris/traps.c (TARGET_SYS_set_thread_area): Define.
385 (cris_break_13_handler) <case TARGET_SYS_set_thread_area>: New
386 case.
387
e56b67ed
HPN
388 * cris/traps.c (TARGET_SYS_exit_group): Define.
389 (cris_break_13_handler): Handle it like the exit for the last
390 thread.
391
ffc67e7a
HPN
392 * cris/traps.c (TARGET_UTSNAME): Update to 2009-01-01.
393 (TARGET_EPOCH): Update to match TARGET_UTSNAME. Correct comment.
394 (cris_break_13_handler) <case TARGET_SYS_uname>: Update to
395 2.6.27. Set machine field to the BFD printable name of the
396 machine.
397
a349c9b6 398 * cris/traps.c (TARGET_MAP_DENYWRITE): Define.
ffc67e7a
HPN
399 (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle
400 TARGET_MAP_DENYWRITE.
a349c9b6 401
e7fcaaa4
HPN
402 * cris/traps.c (TARGET_SYS_access, TARGET_R_OK, TARGET_W_OK)
403 (TARGET_X_OK, TARGET_F_OK): Define.
404 (cris_break_13_handler) <case TARGET_SYS_access>: New case.
405
08af5ba8
HPN
406 * cris/semcrisv32f-switch.c: Regenerate.
407
80e5c09e
HPN
4082008-12-30 Hans-Peter Nilsson <hp@axis.com>
409
a0956358
HPN
410 * cris/sim-if.c (sim_open): If sim_analyze_program fails, emit
411 just a short CRIS-specific notice. Tweak the wording for a
412 failing architecture test.
413
c06ccdf1
HPN
414 * cris/traps.c (TARGET_SYS_writev): New macro.
415 (is_mapped_only, cris_dump_map): New functions.
416 (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle more flags
417 and prot combinations and a non-zero page-offset. If
418 TARGET_MAP_FIXED, unmap pages before mapping them.
419 <case TARGET_SYS_mprotect>: When checking, allow any length
420 argument. Don't actually do anything.
421 <case TARGET_SYS_writev>: New case.
422
80e5c09e
HPN
423 * cris/Makefile.in (SIM_OBJS): Remove sim-hload.o.
424 * cris/sim-if.c: Include elf-bfd.h.
425 (struct progbounds): New members end_loadmem, start_nonloadmem.
426 (xprintf, eprintf): New functions, copied from common/sim-load.c.
427 (cris_load_elf_file, sim_load, cris_get_progbounds): New functions.
428 (get_progbounds_iterator): Renamed from get_progbounds. Make
429 static. Update head comment. Set new struct progbounds members.
430 (exec_load_addr, interp_load_addr, interp_start_addr): New static
431 variables.
432 (aux_ent_phdr, aux_ent_phent, aux_ent_phnum, aux_ent_base)
433 (aux_ent_entry, cris_write_interp, cris_handle_interpreter): New
434 functions.
435 (sim_open): New constant array auxv_entries. Rewrite AUX_ENT
436 handling to use auxv_entries. Improve error message and checking
437 for invalid programs. Use new variable abfd for the program
438 instead of for each access reaching into sd to get it.
439 (sim_create_inferior): If non-zero, use interp_start_addr instead
440 of the program start address.
441 (cris_disassemble_insn): Remove incorrect and unclear, supposedly
442 stale comment. Always specify little-endian.
443
086c6838
NC
4442008-07-29 Nick Clifton <nickc@redhat.com>
445
446 * common/genmloop.sh: Add new parameter: -shell to specify the
447 command interpreter to use to run the input file. This is
448 necessary because otherwise SHELL is taken from the user's
449 environment, and not from the makefile that invoked this script
450 and the user might not be running an sh-like shell.
451 * cris/Makefile.in: Pass -shell parameter to genmloop.sh.
452 * fr30/Makefile.in: Likewise.
453 * frv/Makefile.in: Likewise.
454 * i960/Makefile.in: Likewise.
455 * iq2000/Makefile.in: Likewise.
456 * m32r/Makefile.in: Likewise.
457
458 * frv/mloop.in: Add missing start of line comment marker.
459
8929c18c
HPN
4602008-07-11 Hans-Peter Nilsson <hp@axis.com>
461
462 * cris/configure: Regenerate to track ../common/common.m4 changes.
463 * cris/config.in: Ditto.
464
6efef468
JM
4652008-06-06 Vladimir Prus <vladimir@codesourcery.com>
466 Daniel Jacobowitz <dan@codesourcery.com>
467 Joseph Myers <joseph@codesourcery.com>
468
469 * cris/configure: Regenerate.
470
7010a0c9
JB
4712008-05-09 Olivier Hainque <hainque@adacore.com>
472
473 * ppc/altivec.igen (vperm): Latch inputs into temporaries.
474
84234f6d
SR
4752008-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
476
477 * MAINTAINERS: Add myself as maintainer of cr16 port.
478
7c607148
SR
4792008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
480
481 Add simulator for National cr16 processor.
482 * cr16: New directory.
483 * configure.ac: Add entry for National cr16.
484 * configure: Regenerate.
485
c5fbc25b
DD
4862008-02-05 DJ Delorie <dj@redhat.com>
487
488 * configure.ac (v850): V850 now has a testsuite.
489 * configure (v850): Likewise.
490
9b254dd1
DJ
4912008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
492
493 Updated copyright notices for most files.
494
beb7a883
DD
4952007-12-19 DJ Delorie <dj@redhat.com>
496
497 * frv/frv.c (frvbf_cut): Only look at the six LSBs of
498 cut_point.
499
c9b3544a
HPN
5002007-10-22 Hans-Peter Nilsson <hp@axis.com>
501
502 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
503 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
504 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
505 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
506 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
507 cris/semcrisv32f-switch.c: Regenerate.
508
4744ac1b
JB
5092007-08-24 Joel Brobecker <brobecker@adacore.com>
510
511 Switch the license of all files explicitly copyright the FSF
512 to GPLv3.
513
9453113a
DJ
5142007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
515
516 * Makefile.in: Add dummy "pdf" target.
517
6a4669ea
HPN
5182007-02-20 Hans-Peter Nilsson <hp@axis.com>
519
520 * cris/traps.c (dump_statistics): Change format for cycle numbers
521 to %llu and cast parameters to unsigned long long.
522
792fe9c9
TS
5232007-02-16 Thiemo Seufer <ths@mips.com>
524
525 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
526
cecb04b7
MF
5272007-01-28 Manuel Lauss <slauss@resi.at>
528
529 * configure.ac (sh64-*-*): Change to sh64*-*-*.
530 (sh-*-*): Change to sh*-*-*.
531 * configure: Regenerated.
532
20ac0504
DJ
5332007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
534
535 Updated copyright notices for most files.
536
49cbcfe9
HPN
5372006-12-20 Hans-Peter Nilsson <hp@axis.com>
538
570ee7f0
HPN
539 * Makefile.in (autoconf-common autoheader-common): Only run
540 autoheader on subdirs with a file config.in.
541
c4d800ae
HPN
542 * configure.ac (common): Make the default "yes" for all targets
543 with sim subdirs.
544 * configure: Regenerate.
545
e80204fc
HPN
546 * Makefile.in (autoconf-common autoheader-common): In documented
547 usage, say SHELL=/bin/sh.
548 (.PHONY): Add autoheader-common.
549
49cbcfe9
HPN
550 * MAINTAINERS: Add self as authorized committer for *.
551
466b1d33
HPN
5522006-10-02 Edgar E. Iglesias <edgar@axis.com>
553 Hans-Peter Nilsson <hp@axis.com>
554
555 * cris/cris-sim.h (enum cris_unknown_syscall_action_type)
556 (cris_unknown_syscall_action): Declare.
557 * cris/sim-if.c (cris_unknown_syscall_action): Define.
558 (cris_options): Add cris-unknown-syscall option.
559 (cris_option_handler): Correct comment about and error message for
560 invalid --cris-cycles argument. Handle --cris-unknown-syscall.
561 * cris/traps.c: Include stdarg.h
562 (cris_unknown_syscall): New function.
563 (cris_break_13_handler): Instead of sim_io_eprintf and
564 sim_engine_halt, call cris_unknown_syscall to handle more or less
565 unknown syscalls. Adjust code as necessary to handle return
566 value.
567
bac25e5b
DJ
5682006-09-30 Daniel Jacobowitz <dan@codesourcery.com>
569
570 * MAINTAINERS: Add Dave Brolley for sh64.
571
eccd787e
HPN
5722006-09-30 Hans-Peter Nilsson <hp@axis.com>
573
574 * cris/traps.c (TARGET_PIPE_BUF): New macro.
575 (cris_pipe_empty): Correct initialization of "remaining". Only
576 adjust the "write" return value if more than TARGET_PIPE_BUF bytes
577 are written.
578
3ca4d560
HPN
5792006-09-29 Hans-Peter Nilsson <hp@axis.com>
580
581 * cris/configure.ac: Check for limits.h and sys/param.h.
582 * cris/configure, cris/config.in: Rebuild.
583 * cris/traps.c (SIM_PATHMAX): New macro.
584 (cris_break_13_handler): Use SIM_PATHMAX, not MAXPATHLEN.
585
ce928021
DJ
5862006-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
587
588 * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
589 * Makefile.in (FLAGS_TO_PASS): Include libdir.
590 * configure: Regenerated.
591
2f0122dc
DJ
5922006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
593
594 * cris/configure: Regenerated.
595
20e95c23
DJ
5962006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
597
598 * cris/configure: Regenerated.
599
4b164edf
AS
6002006-05-05 Andreas Schwab <schwab@suse.de>
601
602 * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
603 * configure: Regenerate.
604
605 * Makefile.in (CFLAGS_FOR_BUILD): Define.
606 (CC_FOR_BUILD): Don't override.
607 (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
608
8b2f7496
DJ
6092006-05-04 Daniel Jacobowitz <dan@codesourcery.com>
610
611 * MAINTAINERS: Add an "Authorized committers" section, and list
612 DJ Delorie for v850.
613
5cf3f6e2
HPN
6142006-04-08 Hans-Peter Nilsson <hp@axis.com>
615
616 * cris/crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.
617
aad3b3cb
HPN
6182006-04-03 Hans-Peter Nilsson <hp@axis.com>
619
620 * cris/dv-cris.c, cris/dv-rv.c, cris/rvdummy.c: New files.
621 * cris/Makefile.in (CONFIG_DEVICES): Remove redundant setting.
622 (dv-cris.o, dv-rv.o rvdummy$(EXEEXT), rvdummy.o): New rules.
623 (all): Depend on rvdummy$(EXEEXT).
624 * cris/configure.ac: Call SIM_AC_OPTION_WARNINGS. Check for
625 sys/socket.h and sys/select.h. Call SIM_AC_OPTION_HARDWARE,
626 default off.
627 * cris/configure: Regenerate.
628 * cris/cris-sim.h (cris_have_900000xxif): Declare here.
629 (enum cris_interrupt_type, crisv10deliver_interrupt)
630 (crisv32deliver_interrupt: New declarations.
631 * cris/cris-tmpl.c [WITH_HW] (MY (f_model_insn_after)): Call
632 sim_events_tickn and set state-events member work_pending when it's
633 time for the next event.
634 [WITH_HW] (MY (f_specific_init)): Set CPU-model-specific
635 interrupt-delivery function.
636 * cris/crisv10f.c (MY (deliver_interrupt)): New function.
637 * cris/crisv32f.c (MY (deliver_interrupt)): New function.
638 * cris/devices.c: Include hw-device.h.
639 (device_io_read_buffer) [WITH_HW]: Call hw_io_read_buffer.
640 (device_io_write_buffer): Only perform 0x900000xx-functions if
641 cris_have_900000xxif is nonzero. Else if WITH_HW defined,
642 call hw_io_write_buffer. Add return 0 last in function.
643 * cris/sim-if.c (cris_have_900000xxif): Now global.
644 (sim_open) [WITH_HW]: Clear deliver_interrupt cpu member.
645 Force "-model" option, effectively.
646 * cris/sim-main.h (cris_interrupt_delivery_fn): New type.
647 (struct _sim_cpu) [WITH_HW]: New member deliver_interrupt.
648
530d5813
HPN
6492006-04-02 Hans-Peter Nilsson <hp@axis.com>
650
651 * cris/Makefile.in (CRISV10F_OBJS): Remove semcrisv10f-switch.o.
652 (CRISV32F_OBJS): Remove semcrisv32f-switch.o.
653 (semcrisv10f-switch.o, semcrisv32f-switch.o: Remove dependency rules.
654
1f810f78
DD
6552006-03-13 DJ Delorie <dj@redhat.com>
656
657 * MAINTAINERS: Add self as m32c sim maintainer.
658
d022998d
HPN
6592006-02-23 Hans-Peter Nilsson <hp@axis.com>
660
661 * cris/traps.c (syscall_map): Remove CB_SYS_time / TARGET_SYS_time
662 mapping.
663 (cris_break_13_handler) <case TARGET_SYS_time>: New case.
664
d45a4bef
JB
6652006-01-23 Jim Blandy <jimb@redhat.com>
666
667 Add simulator for Renesas M32C and M16C.
668
669 * m32c: New directory.
670 * configure.ac: Add entry for Renesas M32C.
671 * configure: Regenerate.
672
4fc9958a
HPN
6732006-01-10 Hans-Peter Nilsson <hp@axis.com>
674
ca47226b
HPN
675 * cris/cris-tmpl.c (MY (f_model_insn_before)): Only display basic
676 cycle count for the current insn.
4fc9958a 677
be37be02
HPN
6782005-12-06 Hans-Peter Nilsson <hp@axis.com>
679
680 * cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,
681 cris/decodev10.c, cris/decodev10.h, cris/decodev32.c,
682 cris/decodev32.h, cris/modelv10.c, cris/modelv32.c,
683 cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
684
cf2bf87e
HPN
6852005-12-05 Hans-Peter Nilsson <hp@axis.com>
686
687 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
688 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
689 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
690 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
691 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
692 cris/semcrisv32f-switch.c: Regenerate.
693
8b9b39f4
HPN
6942005-11-20 Hans-Peter Nilsson <hp@axis.com>
695
59e834e4 696 * cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
8b9b39f4
HPN
697 (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
698 TARGET_O_WRONLY.
699 (cris_break_13_handler) <case TARGET_SYS_fcntl>: Add support for
700 F_GETFL on fd 0, 1 and 2.
701
5457266c
HPN
7022005-11-17 Hans-Peter Nilsson <hp@axis.com>
703
ed1f044a
HPN
704 * cris/sim-main.h (struct _sim_cpu): New members last_syscall,
705 last_open_fd, last_open_flags.
706 * cris/traps.c: Don't include targ-vals.h.
707 (TARGET_O_ACCMODE): Define.
708 (cris_break_13_handler): Set new _sim_cpu members.
709 <case TARGET_SYS_fcntl>: Support special case of F_GETFL.
710 Rearrange code as switch. Emit "unimplemented" abort for
711 unimplemented fcntl calls.
712
5457266c
HPN
713 * cris/traps.c (TARGET_SYS_stat): Define.
714 (syscall_stat32_map): Add entry for TARGET_SYS_stat.
715 (cris_break_13_handler) <case TARGET_SYS_stat>: New case.
716
ae81c235
HPN
7172005-11-16 Hans-Peter Nilsson <hp@axis.com>
718
719 * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
720 low 32 bits are used after an unsigned long cast.
721
c3182514
HPN
7222005-05-28 Hans-Peter Nilsson <hp@axis.com>
723
724 * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
725
d81ffbc4
CD
7262005-05-26 Chris Demetriou <cgd@netbsd.org>
727
728 * MAINTAINERS: Update my mail address, move myself to the
729 "Past maintainers" section.
730
c3357c64
CV
7312005-05-17 Corinna Vinschen <vinschen@redhat.com>
732
733 * configure.ac: Add igen to v850 build.
734 * configure: Regenerate.
735
33aa0cbb
PB
7362005-04-29 Paul Brook <paul@codesourcery.com>
737
44cd25cf 738 * common/callback.c (PIPE_BUF): Provide default definition.
33aa0cbb
PB
739 (os_lstat): Use stat if lstat is not available on the host.
740 (os_ftruncate): Return EINVAL if not available on the host.
741 (os_truncate): Ditto.
742 * common/configure.ac: Check for lstat, truncate and ftruncate.
743 * common/configure: Regenerate.
744 * common/config.in: Regenerate.
745
4ec242d7
PB
7462005-04-27 Paul Brook <paul@codesourcery.com>
747
748 * common/Make-common.in: Add $(EXEEXT) to "run".
749
69308976
HPN
7502005-04-18 Hans-Peter Nilsson <hp@axis.com>
751
752 * cris/traps.c (cris_break_13_handler) <case TARGET_SYS_mmap2>:
753 For ((len & 8191) != 0 && fd == (USI) -1), don't say this isn't
754 implemented. In call to create_map, pad length argument to 8k.
755
21bc7567
CV
7562005-04-15 Corinna Vinschen <vinschen@redhat.com>
757
758 * configure.ac: Add explicit sh64 case.
759 * configure: Regenerate.
760
74ec5579
PB
7612005-03-30 Paul Brook <paul@codesourcery.com>
762
763 * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
764
2ecb8390
HPN
7652005-03-24 Hans-Peter Nilsson <hp@axis.com>
766
cce0efb5
HPN
767 * cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
768 include cgen-ops.h in decodev10.c and decodev32.c.
769 * cris/sim-main.h: Don't include cgen-ops.h here.
770 * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
771 cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
772 cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
773 cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
774 cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
775 cris/semcrisv32f-switch.c: Regenerate.
776
2ecb8390
HPN
777 * cris/traps.c (cris_break_13_handler) <case
778 TARGET_SYS_rt_sigaction>: Rename sa_handler, sa_flags,
779 sa_restorer, sa_mask_low, sa_mask_high to target_sa_handler etc.
780
2b193c4a
MK
7812005-03-23 Mark Kettenis <kettenis@gnu.org>
782
783 * cris/configure: Regenerate.
784
51216631
JB
7852005-02-28 Jim Blandy <jimb@redhat.com>
786
787 * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
788 mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
789 Regenerated, after change to common/aclocal.m4.
790
edece237
CV
7912005-02-18 Corinna Vinschen <vinschen@redhat.com>
792
793 * iq2000: New target subdirectory.
794 * configure.ac: Add iq2000 target.
795 * configure: Regenerate.
796
8bdcadb1
HPN
7972005-01-29 Hans-Peter Nilsson <hp@axis.com>
798
799 * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
800 (realclean, install): Fail if subdir make failed.
801
f6bcefef
HPN
8022005-01-28 Hans-Peter Nilsson <hp@axis.com>
803
804 * cris: New directory, simulator for Axis Communications CRIS
805 including CRIS v32, CGEN-based.
806 * configure.ac: Add corresponding configury.
807 * configure: Regenerate.
808
4ac6917f
AC
8092005-01-17 Andrew Cagney <cagney@gnu.org>
810
811 * configure.ac: For mips*-*-* and mn10300*-*-* configure the
812 common directory. Remove sparc*-*-* from list.
813
38f48d72
AC
8142005-01-11 Andrew Cagney <cagney@gnu.org>
815
816 * Makefile.in (autoconf-common autoheader-common): Add --force to
817 autoconf and autoheader.
818 (autoconf-common autoheader-common)
819 (autoconf-install autoheader-install): Check for configure.ac, not
820 configure.in.
821 * configure.ac: Delete AC_CONFIG_AUX_DIR.
822 * configure: Re-generate.
823
b7026657
AC
8242005-01-07 Andrew Cagney <cagney@gnu.org>
825
826 * configure.ac: Replace configure.in. Requires autoconf 2.59 and
827 correctly calls AC_CONFIG_SUBDIRS.
828 * configure: Re-generate.
829
33841fd9
AC
8302004-12-01 Andrew Cagney <cagney@gnu.org>
831
44b263ce 832 * i960, h8500: Delete directory.
33841fd9 833
c46ec85d
AC
8342004-11-12 Andrew Cagney <cagney@gnu.org>
835
836 * d30v, fr30, mn10200, z8k: Delete directory.
837
523f6a27
BE
8382004-03-10 Ben Elliston <bje@gnu.org>
839
840 * MAINTAINERS: Update my mail address.
841
df0a8012
CD
8422004-01-26 Chris Demetriou <cgd@broadcom.com>
843
844 * configure.in (mips*-*-*): Configure in testsuite.
845 * configure: Regenerate.
846
b4ab4027
DB
8472003-10-08 Dave Brolley <brolley@redhat.com>
848
849 * configure.in: Move frv handling to alphabetically correct placement.
850
fb72cee0
AS
8512003-09-03 Andreas Schwab <schwab@suse.de>
852
853 * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
854
b3af7bdf
DB
8552003-08-29 Dave Brolley <brolley@redhat.com>
856
857 * MAINTAINERS: Add myself as maintainer of the FRV port.
858
84fabdf6
DB
8592003-08-20 Michael Snyder <msnyder@redhat.com>
860 Dave Brolley <brolley@redhat.com>
861
b3af7bdf 862 * frv/: New directory, simulator for the Fujitsu FRV.
84fabdf6
DB
863 * configure.in: Add frv configury.
864 * configure: Regenerate.
865
c53d60d8
BE
8662003-08-10 Ben Elliston <bje@wasabisystems.com>
867
868 * MAINTAINERS: Update my mail address.
869
c55433ef
AC
8702003-08-09 Andrew Cagney <cagney@redhat.com>
871
872 * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
873 maintenance. List igen and sh maintainers. Mention that target
874 and global maintainers pick up the slack.
875
ac78c4ba
MS
8762003-07-09 Michael Snyder <msnyder@redhat.com>
877
878 * configure.in: Add testsuite to extra_subdirs for sh.
879 * configure: Regenerate.
880
2bc8946d
NC
8812003-01-23 Nick Clifton <nickc@redhat.com>
882
883 * Add sh2e support:
884
ac78c4ba 8852002-04-02 Alexandre Oliva <aoliva@redhat.com>
2bc8946d 886
ac78c4ba 887 * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
2bc8946d 888
a926ab2f
GK
8892002-08-24 Geoffrey Keating <geoffk@redhat.com>
890
891 * MAINTAINERS: Update my email address.
892
de0a1e42
AC
8932002-07-17 Andrew Cagney <ac131313@redhat.com>
894
895 * w65/: Delete directory.
896
7a3085c1
AC
8972002-07-16 Andrew Cagney <ac131313@redhat.com>
898
899 * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
900 * configure: Re-generate.
901
3fbeef0b
AC
9022002-07-13 Andrew Cagney <ac131313@redhat.com>
903
904 * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
905 * configure: Re-generate.
906
3832c25c
AC
9072002-06-16 Andrew Cagney <ac131313@redhat.com>
908
909 * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
910 id, date and host to be overriden by NAME, ID, DATE and HOST
911 respectfully. Use ISO dates.
912
c93abbcc
AC
913Thu Jun 6 12:34:13 2002 Andrew Cagney <cagney@redhat.com>
914
915 * Makefile.in (ChangeLog): New makefile variable.
916 * README-HACKING: Mention the ChangeLog makefile variable.
917
e4045cdb
AC
9182002-06-01 Andrew Cagney <ac131313@redhat.com>
919
920 * tic80/: Delete directory.
921
2be99286
SC
9222002-05-16 Stephane Carrez <stcarrez@nerim.fr>
923
924 * MAINTAINERS: Update my email address.
925
44befb9f
SC
9262002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
927
928 * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
929
ce93e51a
FCE
9302002-03-01 Frank Ch. Eigler <fche@redhat.com>
931
932 * MAINTAINERS: Record self as a co-maintainer of just common/.
933
72ca629f
NC
9342002-02-07 Nick Clifton <nickc@cambridge.redhat.com>
935
936 * MAINTAINERS: Point to GDB files describing overall maintaince
937 and check-in procedures.
938
00125dd0
NC
9392002-01-10 Nick Clifton <nickc@cambridge.redhat.com>
940
941 * MAINTAINERS: Add myself for ARM portions.
942
457174f6
AC
9432001-10-19 Andrew Cagney <ac131313@redhat.com>
944
945 * configure.in: When Linux or NetBSD, enable PowerPC simulator.
946 * configure: Re-generate.
947
9afc4bbf
BE
9482001-02-16 Ben Elliston <bje@redhat.com>
949
950 * MAINTAINERS: Add myself for common portions.
951
0b8c7076
CD
9522001-01-15 Chris Demetriou <cgd@broadcom.com>
953
954 * MAINTAINERS: Added self and Andrew for the mips sim.
955
c56a7a95
GK
9562000-10-25 Geoff Keating <geoffk@cygnus.com>
957
958 * MAINTAINERS: Added self and Andrew for the ppc sim.
959
5d031c16
AC
960Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
961
962 From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
963 * m68hc11: New directory.
964 * configure.in: Add.
965 * configure: Regenerate.
966
6c29acca
AC
967Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
968
969 * tic80: New directory.
970 * configure.in: Add configury.
971 * configure: Regenerate.
972
bcd65766
NC
9732000-04-20 Nick Clifton <nickc@cygnus.com>
974
975 * configure.in (extra_subdirs): Add testsuite to strongarm
976 directories.
977 * configure: Regenerate.
978
7158fd7f
AC
979Sat Mar 4 16:48:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
980
981 * MAINTAINERS: New file. Blank.
982
c2d11a7d
JM
9831999-11-18 Ben Elliston <bje@cygnus.com>
984
985 * configure.in: Require autoconf 2.13 and remove obsolete
986 invocation of AC_C_CROSS.
987 * configure: Regenerate.
988
2acceee2
JM
9891999-09-29 Doug Evans <devans@casey.cygnus.com>
990
991 * configure.in: Configure the testsuite directory for thumb.
992 * configure: Regenerate.
993
6426a772
JM
9941999-07-16 Ben Elliston <bje@cygnus.com>
995
996 * configure.in: Configure the testsuite directory for arm.
997 * configure: Regenerate.
998
7a292a7a
SS
9991999-04-08 Nick Clifton <nickc@cygnus.com>
1000
1001 * configure.in: Add support for MCore target.
1002 * configure: Regenerate.
1003
c906108c
SS
10041999-03-14 Stan Shebs <shebs@andros.cygnus.com>
1005
1006 * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
1007 RUNTEST instead of commenting out, fixes portability problem.
1008
c906108c
SS
10091999-02-08 Nick Clifton <nickc@cygnus.com>
1010
1011 * configure.in: Add support for StrongARM target.
1012 * configure: Regenerate.
1013
c906108c
SS
10141999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
1015
1016 * configure.in: Require autoconf 2.12.1 or higher.
1017
10181998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com>
1019
1020 * configure.in (i960-*-*): Add.
1021 * configure: Rebuild.
1022
1023Wed Nov 4 19:11:43 1998 Dave Brolley <brolley@cygnus.com>
1024
1025 * configure.in: Added case for fr30-*-*.
1026 * configure: Regenerated.
1027
1028Fri Sep 25 10:12:19 1998 Christopher Faylor <cgf@cygnus.com>
1029
1030 * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
1031 to allow successful operation on Windows.
1032
1033Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
1034
25c1c397
JM
1035 * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
1036 check can be invoked recursively.
c906108c
SS
1037
1038Wed Apr 29 12:38:53 1998 Mark Alexander <marka@cygnus.com>
1039
1040 * configure.in: Build simulator on sparclite and sparc86x targets.
1041 * configure: Regenerate.
1042
1043Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com>
1044
1045 * Makefile.in (autoconf-common autoheader-common): Don't pass -l
1046 to autoconf and autoheader.
1047
1048Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com>
1049
1050 * Makefile.in (autoconf-common autoheader-common): Pass `-l
1051 ../common' to autoconf and autoheader. Unconditionally run
1052 autoconf in every subdir.
1053 (autoconf-changelog autoheader-changelog): Unconditionally run
1054 commands in every subdir.
1055 (autoconf-install autoheader-install): Likewise.
1056
1057Tue Mar 24 17:12:43 1998 Stu Grossman <grossman@bhuna.cygnus.co.uk>
1058
1059 * Makefile.in: Get SHELL from configure.
1060 * (FLAGS_TO_PASS): Pass down SHELL.
1061 * configure: Regenerate with autoconf 2.12.1 to fix shell issues for
1062 NT native builds.
1063
1064Tue Mar 24 11::18:00 1998 Joyce Janczyn <janczyn@cygnus.com>
1065
1066 * configure.in (extra_subdirs): Enable igen for mn10300.
1067 * configure: Re-generate.
1068
1069Tue Dec 2 10:10:42 1997 Nick Clifton <nickc@cygnus.com>
1070
1071 * configure.in (extra_subdirs): Add support for thumb target.
1072
1073 * configure (extra_subdirs): Add support for thumb target.
1074
1075Wed Oct 8 12:38:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1076
1077 * configure.in (extra_subdirs): Add IGEN directory when MIPS
1078 target.
1079 * configure: Regenerate.
1080
1081Fri Sep 12 13:10:31 1997 Andrew Cagney <cagney@b1.cygnus.com>
1082
1083 * configure.in (extra_subdirs): v850ea needs igen.
1084 * configure: Re-generate.
1085
1086Mon Sep 1 16:48:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
1087
1088 * configure.in (testdir): When a testsuite directory, add that to
1089 the list of confdirs.
1090
1091Tue Aug 19 11:17:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
1092
1093 * configure.in (extra_subdirs): Enable igen ready for V850.
1094
1095Tue Aug 26 15:14:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1096
1097 * configure.in (w65-*-*, only_if_enabled): Set.
1098 * configure: Re-generate.
1099
1100Mon Aug 25 16:26:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
1101
1102 * configure.in (sparc*-*-*, only_if_enabled): Set
1103 only_if_enabled=yes. Check only_if_enabled before enabling a
1104 simulator.
1105 * configure: Regenerate.
1106
1107Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1108
1109 * configure.in (extra_subdirs): Add v850e target.
1110
1111Mon Aug 18 10:56:59 1997 Nick Clifton <nickc@cygnus.com>
1112
1113 * configure.in (extra_subdirs): Add v850ea target.
1114
1115Fri Jul 25 11:40:47 1997 Doug Evans <dje@canuck.cygnus.com>
1116
1117 * configure.in (sparc*-*-*): Don't build erc32.
1118 * configure: Regenerate.
1119
1120Thu Apr 24 00:47:20 1997 Doug Evans <dje@canuck.cygnus.com>
1121
1122 * configure.in (m32r-*-*): New target.
1123 * configure: Regenerate.
1124
1125 * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
1126
1127Mon Apr 21 22:57:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
1128
1129 * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
1130 thought that .NOEXPORT was the default target.
1131
1132Fri Apr 11 17:18:07 1997 Ian Lance Taylor <ian@cygnus.com>
1133
1134 * Makefile.in (clean mostlyclean): Restore targets accidentally
1135 deleted in earlier change.
1136
1137Thu Apr 3 12:20:32 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1138
1139 * Makefile.in (autoheader-common, autoheader-changelog,
1140 autoheader-install): Perform autoheader in addition to autoconf.
1141
1142Wed Apr 2 15:09:05 1997 Doug Evans <dje@canuck.cygnus.com>
1143
1144 * Makefile.in (autoconf-install): New target.
1145 (autoconf-changelog): Try different way to obtain user name.
1146
1147Wed Apr 2 14:25:52 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1148
1149 * Makefile.in (autoconf-changelog): New target, update
1150 ChangeLog for all subdirectories - normally used after
1151 autoconf-common target.
1152
1153Wed Mar 19 14:26:21 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1154
1155 * configure.in (extra_subdirs): Include testsuite for d30v.
1156 * configure: Regenerate.
1157
1158 * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
1159 ../gdb/Makefile.in
1160 (check): New rules - drive the testsuite.
1161
1162Mon Mar 3 13:01:00 1997 Jeffrey A Law (law@cygnus.com)
1163
1164 * configure.in: Add mn10200 configure lines accidentally
1165 removed.
1166 * configure: Regenerated.
1167
1168Wed Feb 19 10:34:20 1997 Andrew Cagney <cagney@critters.cygnus.com>
1169
1170 * configure.in (extra_subdirs): Generalize common sub directory
1171 into a list.
1172 (extra_subdirs): For d30v add igen to the list to be built.
1173
1174Sun Feb 16 16:37:47 1997 Andrew Cagney <cagney@critters.cygnus.com>
1175
1176 * configure.in (d30v): New target.
1177 * configure: Regenerated.
1178
1179Wed Feb 19 23:17:13 1997 Jeffrey A Law (law@cygnus.com)
1180
1181 * configure.in: Don't require GCC to build the mn10200
1182 simulator anymore.
1183 * configure: Rebuilt.
1184
1185Wed Feb 5 13:28:13 1997 Doug Evans <dje@canuck.cygnus.com>
1186
1187 * configure.in: Don't configure any subdirs if no simulator
1188 is being built. Don't use erc32 for sparc64.
1189 * configure: Regenerated.
1190
1191Tue Feb 4 13:19:39 1997 Doug Evans <dje@canuck.cygnus.com>
1192
1193 * Makefile.in (autoconf-common): New target.
1194 * configure.in: Do configure common.
1195 * configure: Regenerated.
1196
1197Thu Jan 23 13:59:52 1997 Stu Grossman (grossman@critters.cygnus.com)
1198
1199 * configure configure.in: Don't configure common anymore. Files
1200 from common are now built in the individual simualtor directories.
1201 This fixes problems with the WinGDB build procedure.
1202
1203Mon Jan 13 13:16:42 1997 Jeffrey A Law (law@cygnus.com)
1204
1205 * configure: Enable the mn10200 simulator.
1206
1207Wed Nov 20 01:00:36 1996 Doug Evans <dje@canuck.cygnus.com>
1208
1209 * configure.in (configdirs): Add common.
1210 * configure: Regenerated.
1211
1212Fri Nov 1 08:03:30 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1213
1214 * configure.in (powerpc*-*-linux*): Treat like the other powerpc
1215 system V based targets.
1216 * configure: Regenerate.
1217
1218Thu Oct 17 12:50:08 1996 Doug Evans <dje@canuck.cygnus.com>
1219
1220 * configure.in (--enable-sim-powerpc): Delete.
1221 (--enable-sim): Add.
1222 * configure: Regenerated.
1223
1224Fri Oct 11 21:13:43 1996 Jeffrey A Law (law@cygnus.com)
1225
1226 * configure.in: Only build the V850 simulator if
1227 we are using gcc.
1228 * configure: Rebuild.
1229
1230Sun Sep 8 17:22:50 1996 Ian Lance Taylor <ian@cygnus.com>
1231
1232 * configure.in: Do build erc32 for DOS and Windows hosts.
1233 * configure: Rebuild.
1234
1235Wed Sep 4 18:11:27 1996 Stu Grossman (grossman@critters.cygnus.com)
1236
1237 * Makefile.in erc32/Makefile.in: Don't set srcroot. This should
1238 be inherited from the parent. Remove INSTALL_XFORM and
1239 INSTALL_XFORM1. Make INSTALL be set from configure.
1240
1241Wed Sep 4 15:49:16 1996 Ian Lance Taylor <ian@cygnus.com>
1242
1243 * configure.in: Only build the MIPS simulator if we are using
1244 gcc.
1245 * configure: Rebuild.
1246
1247Wed Aug 28 19:05:23 1996 Jeffrey A Law (law@cygnus.com)
1248
1249 * configure.in (v850-*-*): Added V850 simulator.
1250
1251Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
1252
1253 * configure.in (d10v-*-*): Added D10V simulator.
1254
1255Wed Jun 26 12:33:57 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1256
1257 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1258 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1259 (docdir): Removed.
1260 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1261 (AC_PROG_INSTALL): Added.
1262 * configure: Rebuilt.
1263
1264Mon Jun 24 14:18:26 1996 Ian Lance Taylor <ian@cygnus.com>
1265
1266 * configure.in: Only configure erc32 if using gcc.
1267 * configure: Rebuild.
1268
1269Tue Jun 4 09:24:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1270
1271 * configure.in (sim_target): Build PowerPC simulator for powerpc
1272 System V.4, Solaris, and Elf targets.
1273 * configure: Regenerate with autoconf 2.10.
1274
1275Wed May 22 12:10:49 1996 Rob Savoye <rob@chinadoll>
1276
1277 * configure.in: Only built erc32 simulator on Unix hosts as it
1278 uses pseudo ttys.
1279 * configure: Regenerated with autoconf 2.8.
1280
1281Sun May 19 20:20:40 1996 Rob Savoye <rob@chinadoll.cygnus.com>
1282
1283 * erc32: Sparc simulator from the ESA.
1284
1285Sun Apr 7 21:00:09 1996 Fred Fish <fnf@cygnus.com>
1286
1287 From: Miles Bader <miles@gnu.ai.mit.edu>
1288 * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
1289 * configure: Regenerate using autoconf.
1290
1291Thu Feb 22 11:31:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1292
1293 * Makefile.in (install): Fix typo.
1294
1295Wed Feb 21 11:59:57 1996 Ian Lance Taylor <ian@cygnus.com>
1296
1297 * configure: Regenerate with autoconf 2.7.
1298
1299 * Makefile.in (all): Simplify.
1300 (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
1301 as in the all target.
1302 (distclean, maintainer-clean, realclean): Likewise.
1303 (install): Likewise.
1304
1305Thu Feb 15 18:37:00 1996 Fred Fish <fnf@cygnus.com>
1306
1307 * Makefile.in (all): Remove extra '\' char from shell script.
1308
1309Wed Feb 14 16:43:59 1996 Mike Meissner <meissner@tiktok.cygnus.com>
1310
1311 * Makefile.in (all): Avoid a for loop with zero elements, even if
1312 the loop will not be executed because of an if statement.
1313
1314Wed Jan 31 21:48:34 1996 Fred Fish <fnf@cygnus.com>
1315
1316 * Makefile.in (install): Add missing semicolon in "fi \".
1317
1318Thu Nov 9 16:10:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1319
1320 * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
1321 defaults from configure.
1322
1323 * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
1324 configure defaults.
1325 (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
1326 if either --enable-sim-powerpc is used, or the host compiler is
1327 GCC.
1328
1329Wed Nov 8 15:46:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
1330
1331 * configure.in (mips*-*-*): Added "mips" simulator target.
1332 * configure: Re-generated.
1333
1334Tue Oct 10 11:08:20 1995 Fred Fish <fnf@cygnus.com>
1335
1336 * Makefile.in (BISON): Remove macro.
1337 (FLAGS_TO_PASS): Remove BISON.
1338
1339Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1340
1341 * configure.in: Explicitly `exit 0' for broken shells.
1342 * configure: Rebuilt.
1343
1344Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1345
1346 * common/run.c (main): Initialize the callbacks.
1347
1348Wed Sep 20 13:34:50 1995 Ian Lance Taylor <ian@cygnus.com>
1349
1350 * Makefile.in (maintainer-clean): New synonym for realclean.
1351
1352Fri Aug 25 11:53:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1353
1354 * configure.in (powerpc*-*-eabisim*): Only build the simulator if
1355 the target is powerpc*-*-eabisim*, since it requires GCC to build.
1356
1357Mon Aug 21 17:53:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1358
1359 * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
1360 <cagney@highland.com.au>.
1361 * configure: Regnerate from configure.in.
1362
1363Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1364
1365 * Update all FSF addresses except those in COPYING* files.
1366
1367Thu Jul 20 15:17:29 1995 Fred Fish <fnf@cygnus.com>
1368
1369 * Makefile.in (CC_FOR_BUILD): Define default and arrange to pass
1370 submakes either default or passed in value.
1371
1372Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1373
1374 * Makefile.in (all, clean, distclean, mostlyclean, realclean,
1375 install): Changed targets so that they descend all
1376 subdirectories in $(SUBDIRS).
1377 (*-all, *-clean, *-install): Removed targets.
1378
1379 * configure.in: Don't bother with target makefile fragments, they
1380 are no longer needed.
1381 * configure: regenerated.
1382
1383 * Makefile.in, configure.in: converted to autoconf.
1384 * configure: New file, generated with autconf 2.4.
1385
1386Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com>
1387
1388 * Makefile.in: Support ARM.
1389 * configure.in: Ditto.
1390
1391Sun Jan 15 16:53:47 1995 Steve Chamberlain <sac@splat>
1392
1393 * Makefile.in: Support W65.
1394 * configure.in: Ditto.
1395
1396Sun Mar 13 09:27:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1397
1398 * Makefile.in: Add TAGS target.
1399
1400Mon Sep 13 12:47:15 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1401
1402 * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
1403 install-h8300, clean-h8300, all-h8500, install-h8500,
1404 clean-h8500, all-sh, install-sh, clean-sh): do not echo
a9e0ce2c 1405 recursion lines.
c906108c
SS
1406
1407Wed Jun 30 14:12:05 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1408
1409 * Makefile.in: remove endian.h trace from h8500
1410
1411Sun Jun 13 13:08:58 1993 Jim Kingdon (kingdon@cygnus.com)
1412
1413 * Makefile.in: Add distclean, realclean, and mostlyclean targets.
1414
1415Fri May 21 11:21:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1416
1417 * Makefile.in: make all of the all-* target (except all-nothing)
1418 depend on endian.h, so that if we're not building a simulator, we
1419 don't built endian
1420
1421Fri May 21 10:55:06 1993 Ian Lance Taylor (ian@cygnus.com)
1422
1423 * Makefile.in (check, installcheck): Added dummy targets.
1424
1425Mon May 3 21:39:43 1993 Fred Fish (fnf@cygnus.com)
1426
1427 * Makefile.in (endian): Find endian.c in $(srcdir), and also
1428 explicitly make it, since some makes apparently don't work with
1429 VPATH and .c to executable rules (SunOS make for example).
1430
1431Mon May 3 08:29:01 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1432
1433 * Makefile.in (endian): Add explicit rule for broken makes.
1434
1435Mon Mar 15 15:47:53 1993 Ian Lance Taylor (ian@cygnus.com)
1436
1437 * Makefile.in (info, install-info): New targets.
1438 (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
1439 level Makefile.
1440
1441Wed Feb 10 20:12:27 1993 K. Richard Pixley (rich@ok.cygnus.com)
1442
1443 * Makefile.in (endian.h): build endian.h via a temporary file so
1444 that we don't leave an incomplete file lying around on
1445 interrupted builds.
1446 (clean): remove endian, e.h, and endian.h.
1447
1448Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1449
1450 * Makefile.in, configure.in: if target isn't supported, build a
1451 harmless makefile.
1452
1453
This page took 0.743758 seconds and 4 git commands to generate.