]> Git Repo - binutils.git/blob - sim/m32c/ChangeLog-2021
Automatic date update in version.in
[binutils.git] / sim / m32c / ChangeLog-2021
1 2021-06-22  Mike Frysinger  <[email protected]>
2
3         * configure.ac: Removed.
4         * aclocal.m4: Removed.
5         * configure: Removed.
6
7 2021-06-21  Mike Frysinger  <[email protected]>
8
9         * aclocal.m4: Regenerate.
10         * configure: Regenerate.
11
12 2021-06-21  Mike Frysinger  <[email protected]>
13
14         * configure: Regenerate.
15
16 2021-06-20  Mike Frysinger  <[email protected]>
17
18         * configure.ac (SIM_AC_COMMON): Delete.
19         * aclocal.m4, configure: Regenerate.
20
21 2021-06-20  Mike Frysinger  <[email protected]>
22
23         * aclocal.m4: Regenerate.
24         * configure: Regenerate.
25
26 2021-06-19  Mike Frysinger  <[email protected]>
27
28         * aclocal.m4: Regenerate.
29         * configure: Regenerate.
30
31 2021-06-19  Mike Frysinger  <[email protected]>
32
33         * configure: Regenerate.
34
35 2021-06-18  Mike Frysinger  <[email protected]>
36
37         * aclocal.m4, configure: Regenerate.
38
39 2021-06-18  Mike Frysinger  <[email protected]>
40
41         * configure: Regenerate.
42
43 2021-06-17  Mike Frysinger  <[email protected]>
44
45         * configure: Regenerate.
46
47 2021-06-16  Mike Frysinger  <[email protected]>
48
49         * configure: Regenerate.
50
51 2021-06-16  Mike Frysinger  <[email protected]>
52
53         * configure: Regenerate.
54         * config.in: Removed.
55
56 2021-06-15  Mike Frysinger  <[email protected]>
57
58         * config.in, configure: Regenerate.
59
60 2021-06-12  Mike Frysinger  <[email protected]>
61
62         * mem.c: Delete HAVE_SYS_SELECT_H.
63
64 2021-06-12  Mike Frysinger  <[email protected]>
65
66         * aclocal.m4, config.in, configure: Regenerate.
67
68 2021-06-12  Mike Frysinger  <[email protected]>
69
70         * configure.ac: Delete call to AC_CHECK_HEADERS_ONCE.
71         * config.in, configure: Regenerate.
72
73 2021-06-02  John Baldwin  <[email protected]>
74
75         * m32c.opc: Include defs.h.
76         * r8c.opc: Likewise.
77
78 2021-05-28  Mike Frysinger  <[email protected]>
79
80         * gdb-if.c (open): Rename to ...
81         (is_open): ... this.
82         (sim_open, sim_close): Rename open to is_open.
83
84 2021-05-16  Mike Frysinger  <[email protected]>
85
86         * int.c, misc.c, opc2c.c, reg.c, srcdest.c: Include defs.h.
87         * gdb-if.c, load.c, main.c, mem.c, syscalls.c, trace.c: Replace
88         config.h include with defs.h.
89
90 2021-05-16  Mike Frysinger  <[email protected]>
91
92         * config.in, configure: Regenerate.
93
94 2021-05-14  Mike Frysinger  <[email protected]>
95
96         * gdb-if.c: Update include path.
97         * syscalls.c: Likewise.
98
99 2021-05-07  Mike Frysinger  <[email protected]>
100
101         * mem.c: Include errno.h.
102         (mem_put_byte): Print a warning when the write call fails.
103         (mem_put_blk): Declare local buf pointer and use it.
104         (mem_get_byte): Return 0 when the read call fails.
105         (mem_get_blk): Declare local buf pointer and use it.
106         * trace.c (load_file_and_line): Declare ret.
107         Assign fread to ret and use to index f->data.
108         * configure.ac: Delete SIM_AC_OPTION_WARNINGS call.
109         * configure: Regenerate.
110
111 2021-05-07  Mike Frysinger  <[email protected]>
112
113         * m32c.opc: Add scope braces around a few segments.
114         * r8c.opc: Likewise.
115
116 2021-05-07  Mike Frysinger  <[email protected]>
117
118         * Makefile.in: Delete safe-fgets.
119         * opc2c.c: Delete safe-fgets.h include.
120         (main): Replace safe_fgets with getline.
121         * safe-fgets.c, safe-fgets.h: Removed.
122
123 2021-05-05  Mike Frysinger  <[email protected]>
124
125         * gdb-if.c: Include libiberty.h.
126         (sim_do_command): Rewrite to use buildargv.
127
128 2021-05-04  Mike Frysinger  <[email protected]>
129
130         * configure: Regenerate.
131
132 2021-05-04  Mike Frysinger  <[email protected]>
133
134         * load.c (m32c_load): Use BFD_VMA_FMT and drop casts.
135
136 2021-05-02  Mike Frysinger  <[email protected]>
137
138         * m32c.opc: Include ansidecl.h.
139         (AU): Delete.
140         * opc2c.c (dump_lines): Change AU to ATTRIBUTE_UNUSED.
141         * r8c.opc: Include ansidecl.h.
142         (AU): Delete.
143
144 2021-05-01  Mike Frysinger  <[email protected]>
145
146         * config.in, configure: Regenerate.
147
148 2021-04-26  Mike Frysinger  <[email protected]>
149
150         * Makefile.in (NL_TARGET): Delete.
151
152 2021-04-26  Mike Frysinger  <[email protected]>
153
154         * aclocal.m4, config.in, configure: Regenerate.
155
156 2021-04-22  Tom Tromey  <[email protected]>
157
158         * configure, config.in: Rebuild.
159
160 2021-04-22  Tom Tromey  <[email protected]>
161
162         * Makefile.in (LIBS): Remove
163
164 2021-04-22  Tom Tromey  <[email protected]>
165
166         * configure: Rebuild.
167
168 2021-04-21  Mike Frysinger  <[email protected]>
169
170         * aclocal.m4: Regenerate.
171
172 2021-04-21  Simon Marchi  <[email protected]>
173
174         * configure: Regenerate.
175
176 2021-04-18  Mike Frysinger  <[email protected]>
177
178         * configure.ac: Change AC_CHECK_HEADERS to AC_CHECK_HEADERS_ONCE.
179         * configure: Regenerate.
180
181 2021-04-18  Mike Frysinger  <[email protected]>
182
183         * Makefile.in (NL_TARGET): Define.
184         * syscalls.c: Change syscall.h include to targ-vals.h.
185         (m32c_syscall): Add TARGET_ prefix to all SYS_ constants.
186         * syscall.h: Removed.
187
188 2021-04-18  Mike Frysinger  <[email protected]>
189
190         * configure: Regenerate.
191
192 2021-04-08  Simon Marchi  <[email protected]>
193
194         * Makefile.in: Set ASAN_OPTIONS when running opc2c.
195
196 2021-04-07  Simon Marchi  <[email protected]>
197
198         * opc2c.c (main): Remove vlist variable.
199
200 2021-04-02  Mike Frysinger  <[email protected]>
201
202         * aclocal.m4, configure: Regenerate.
203
204 2021-03-13  Mike Frysinger  <[email protected]>
205
206         * Makefile.in (opc2c.o, safe-fgets.o): Call COMPILE_FOR_BUILD.
207         (opc2c): Call LINK_FOR_BUILD.
208
209 2021-03-08  Mike Frysinger  <[email protected]>
210
211         * Makefile.in (opc2c): Delete $(BUILD_LIBS).
212
213 2021-02-28  Mike Frysinger  <[email protected]>
214
215         * configure: Regenerate.
216
217 2021-02-21  Mike Frysinger  <[email protected]>
218
219         * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4.
220         * aclocal.m4, configure: Regenerate.
221
222 2021-02-13  Mike Frysinger  <[email protected]>
223
224         * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
225         * aclocal.m4, configure: Regenerate.
226
227 2021-02-06  Mike Frysinger  <[email protected]>
228
229         * gdb-if.c (sim_memory_map): Define.
230
231 2021-02-06  Mike Frysinger  <[email protected]>
232
233         * configure: Regenerate.
234
235 2021-01-11  Mike Frysinger  <[email protected]>
236
237         * config.in, configure: Regenerate.
238
239 2021-01-09  Mike Frysinger  <[email protected]>
240
241         * configure: Regenerate.
242
243 2021-01-09  Mike Frysinger  <[email protected]>
244
245         * configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
246         * configure: Regenerate.
247
248 2021-01-08  Mike Frysinger  <[email protected]>
249
250         * configure: Regenerate.
251
252 2021-01-04  Mike Frysinger  <[email protected]>
253
254         * configure: Regenerate.
255
256 2017-09-06  John Baldwin  <[email protected]>
257
258         * configure: Regenerate.
259
260 2017-02-13  Mike Frysinger  <[email protected]>
261
262         * srcdest.c: Include libiberty.h.
263         (decode_sd23): Use ARRAY_SIZE.
264
265 2016-01-10  Mike Frysinger  <[email protected]>
266
267         * config.in, configure: Regenerate.
268
269 2016-01-10  Mike Frysinger  <[email protected]>
270
271         * configure: Regenerate.
272
273 2016-01-10  Mike Frysinger  <[email protected]>
274
275         * configure: Regenerate.
276
277 2016-01-10  Mike Frysinger  <[email protected]>
278
279         * configure: Regenerate.
280
281 2016-01-10  Mike Frysinger  <[email protected]>
282
283         * configure: Regenerate.
284
285 2016-01-10  Mike Frysinger  <[email protected]>
286
287         * configure: Regenerate.
288
289 2016-01-10  Mike Frysinger  <[email protected]>
290
291         * configure: Regenerate.
292
293 2016-01-10  Mike Frysinger  <[email protected]>
294
295         * configure: Regenerate.
296
297 2016-01-09  Mike Frysinger  <[email protected]>
298
299         * config.in, configure: Regenerate.
300
301 2016-01-06  Mike Frysinger  <[email protected]>
302
303         * sim-if.c (sim_open): Mark argv const.
304         (sim_create_inferior): Mark argv and env const.
305
306 2016-01-04  Mike Frysinger  <[email protected]>
307
308         * configure: Regenerate.
309
310 2016-01-03  Mike Frysinger  <[email protected]>
311
312         * config.in, configure: Regenerate.
313
314 2015-12-26  Mike Frysinger  <[email protected]>
315
316         * config.in, configure: Regenerate.
317
318 2015-11-09  Mike Frysinger  <[email protected]>
319
320         * Makefile.in (sample.x, sample.mot, sample2.x, sample2.o, gloss.o):
321         Delete targets.
322         * blinky.S: Moved to ../testsuite/sim/m32c/.
323         * gloss.S, sample.ld, sample.S, sample2.c: Likewise.
324
325 2015-11-09  Mike Frysinger  <[email protected]>
326
327         * Makefile.in: Delete redundant dependency info.
328
329 2015-08-05  Nick Clifton  <[email protected]>
330
331         * gdb-if.c (sim_info): Stub function to allow GDB to be built
332         with this simulator.
333
334 2015-06-23  Mike Frysinger  <[email protected]>
335
336         * configure: Regenerate.
337
338 2015-06-12  Mike Frysinger  <[email protected]>
339
340         * configure: Regenerate.
341
342 2015-06-12  Mike Frysinger  <[email protected]>
343
344         * configure: Regenerate.
345
346 2015-04-13  Mike Frysinger  <[email protected]>
347
348         * configure: Regenerate.
349
350 2015-04-01  Mike Frysinger  <[email protected]>
351
352         * configure.ac: Call SIM_AC_OPTION_WARNINGS.
353         * configure: Regenerate.
354         * cpu.h (decode_opcode, decode_r8c, decode_m32c,
355         trace_register_changes): Convert old style prototypes.
356         (m32c_dump_all_registers): New prototype.
357         * gdb-if.c: Include stdlib.h.
358         (sim_info): Delete.
359         (siggnal, handle_step): Mark static.
360         (sim_resume): Move rc decl to top of scope.
361         * load.c: Include load.h.
362         (decode_opcode); Convert old style prototype.
363         (m32c_load): Move base decl to top of scope.
364         * load.h (m32c_set_mach): Change mach type to unsigned long.
365         * m32c.opc (getbyte, decode_m32c): Convert old style prototypes.
366         (prefix): Convert old style prototype and mark static.
367         * mem.c (mem_ptr, mem_usage_stats, e, mem_get_pc, stdin_ready,
368         m32c_sim_restore_console, update_timer_a): Convert old style
369         prototypes.
370         (mem_put_byte): Mark static.
371         * mem.h (mem_get_pc, m32c_sim_restore_console): Convert old style
372         prototypes.
373         * r8c.opc (getbyte, IMM, decode_r8c): Convert old style prototypes.
374         * reg.c (stack_heap_stats, trace_register_changes,
375         m32c_dump_all_registers): Convert old style prototypes.
376         (put_reg): Move b decl to top of scope.
377         * sample2.c (start): Convert old style prototype.
378         * srcdest.c (disp8, disp16, disp24, disp20): Convert old style
379         prototypes.
380         (decode_srcdest4, decode_jumpdest): Move sd init below decls.
381         * timer_a.h (update_timer_a): Convert old style prototype.
382         * trace.c: Include trace.h.
383         (load_file_and_line): Move file decl to top of scope.
384         (sim_disasm_one): Convert old style prototype.
385
386 2015-03-31  Mike Frysinger  <[email protected]>
387
388         * config.in, configure: Regenerate.
389
390 2015-03-16  Mike Frysinger  <[email protected]>
391
392         * aclocal.m4, config.in, configure: Regenerate.
393
394 2014-08-19  Alan Modra  <[email protected]>
395
396         * configure: Regenerate.
397
398 2014-08-15  Roland McGrath  <[email protected]>
399
400         * configure: Regenerate.
401         * config.in: Regenerate.
402
403 2014-03-10  Mike Frysinger  <[email protected]>
404
405         * gdb-if.c (sim_do_command): Add const to cmd.  Move args
406         to top and add const.  Call strdup on cmd and free at end.
407
408 2014-03-05  Mike Frysinger  <[email protected]>
409
410         * gdb-if.c (sim_load): Add const to prog.
411
412 2013-09-23  Alan Modra  <[email protected]>
413
414         * configure: Regenerate.
415
416 2013-06-03  Mike Frysinger  <[email protected]>
417
418         * aclocal.m4, configure: Regenerate.
419
420 2012-06-15  Joel Brobecker  <[email protected]>
421
422         * config.in, configure: Regenerate.
423
424 2012-05-24  Pedro Alves  <[email protected]>
425
426         PR gdb/7205
427
428         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
429
430 2012-05-18  Nick Clifton  <[email protected]>
431
432         PR 14072
433         * gdb-if.c: Include config.h before system header files.
434         * load.c: Likewise.
435         * syscalls.c: Likewise.
436         * trace.c: Likewise.
437
438 2012-03-24  Mike Frysinger  <[email protected]>
439
440         * aclocal.m4, config.in, configure: Regenerate.
441
442 2012-01-02  Joel Brobecker  <[email protected]>
443
444         * blinky.S, gloss.S, sample.S: Reformat copyright header.
445
446 2011-12-03  Mike Frysinger  <[email protected]>
447
448         * aclocal.m4: New file.
449         * configure: Regenerate.
450
451 2011-10-17  Mike Frysinger  <[email protected]>
452
453         * configure.ac: Change include to common/acinclude.m4.
454
455 2011-10-17  Mike Frysinger  <[email protected]>
456
457         * configure.ac: Change AC_PREREQ to 2.64.  Delete AC_CONFIG_HEADER
458         call.  Replace common.m4 include with SIM_AC_COMMON.
459         * configure: Regenerate.
460
461 2011-07-11  Mike Frysinger  <[email protected]>
462
463         * configure.ac: Rename from configure.in.
464
465 2011-07-11  Mike Frysinger  <[email protected]>
466
467         * configure.in: Add "dnl" before copyright notice.
468
469 2011-04-16  Mike Frysinger  <[email protected]>
470
471         * gdb-if.c (sim_complete_command): New stub function.
472
473 2011-01-11  Andrew Burgess <[email protected]>
474
475         * gdb-if.c (sim_store_register): Update return value to
476         match new API.
477
478 2010-12-04  Masaki Muranaka  <[email protected]>
479
480         * Makefile.in: Use CC_FOR_BUILD to build opc2c.
481
482 2010-05-26  Ozkan Sezer  <[email protected]>
483
484         * main.c (setup_tcp_console): Check error return from socket() call
485         by its equality to -1 not by it being negative.
486
487 2010-04-14  Mike Frysinger  <[email protected]>
488
489         * gdb-if.c (sim_write): Add const to buf arg.
490         * mem.h (mem_put_blk): Add const to bufptr arg.
491         * mem.c (mem_put_blk): Likewise, and add const to cast.
492
493 2010-01-20  DJ Delorie  <[email protected]>
494
495         * m32c.opc (MATH_OP): When doing subtraction, also set carry if
496         the result is zero.
497
498 2010-01-09  Ralf Wildenhues  <[email protected]>
499
500         * configure: Regenerate.
501
502 2009-08-22  Ralf Wildenhues  <[email protected]>
503
504         * config.in: Regenerate.
505         * configure: Likewise.
506
507         * configure: Regenerate.
508
509 2009-08-14  DJ Delorie  <[email protected]>
510
511         * configure.in: Check for sys/select.h, termios.h, sys/socket.h,
512         netinet/in.h, and netinet/tcp.h.
513         * configure: Regenerate.
514         * config.in: Add those headers.
515         * main.c: Check for them.
516         (setup_tcp_console): Disable if no networking.
517         (main): Note missing networking or termios.
518         * mem.c: Check for those headers.
519         (stdin_ready): Disable if no termios.
520         (m32c_sim_restore_console): Disable if no termios.
521         (mem_get_byte): Disable console input if no termios.
522
523 2009-05-08  Kevin Buettner  <[email protected]>
524
525         * gdb-if.c (m32c_signal_to_host): Rename to
526         m32c_signal_to_target.  Change signal return values from SIGILL,
527         SIGTRAP, SIGSEGV, etc. to TARGET_SIGNAL_ILL, TARGET_SIGNAL_TRAP,
528         TARGET_SIGNAL_SEGV, etc.  Fix all callers.
529
530 2009-01-06  Joel Sherrill <[email protected]>
531
532         * r8c.opc, m32c.opc: Add parentheses to remove warnings.
533
534 2008-10-01  DJ Delorie  <[email protected]>
535
536         * int.c (trigger_peripheral_interrupt): Clear interrupt pending
537         bit when peripheral interrupts are serviced.
538
539 2008-07-11  Hans-Peter Nilsson  <[email protected]>
540
541         * configure: Regenerate to track ../common/common.m4 changes.
542         * config.in: Ditto.
543
544 2008-06-16  DJ Delorie  <[email protected]>
545
546         * m32c.opc (BRK, GDBBRK): Remove debug logic.
547         * main.c (main): Add option to set raw console.
548         * mem.h (m32c_use_raw_console): Declare.
549         * mem.c (m32c_sim_restore_console): Only restore console if it's
550         been previously set.
551         (m32c_use_raw_console): Define.
552         (mem_get_byte): Set raw console if m32c_use_raw_console is set.
553
554 2008-06-06  Vladimir Prus  <[email protected]>
555             Daniel Jacobowitz  <[email protected]>
556             Joseph Myers  <[email protected]>
557
558         * configure: Regenerate.
559
560 2008-06-06  DJ Delorie  <[email protected]>
561
562         * Makefile.in: Add Timer A support.
563         * cpu.h (m32c_opcode_pc): New.
564         (in_gdb): New.
565         * gdb-if.c (sim_open): Add Timer A support.  Support unbuffered
566         console.
567         * int.c (trigger_interrupt): Manage the U flag properly.
568         (trigger_based_interrupt): Likewise.
569         (trigger_fixed_interrupt): New.
570         (trigger_peripheral_interrupt): New.
571         * int.h (trigger_peripheral_interrupt): New.
572         * m32c.opc: Use m32c_opcode_pc throughout, as needed.
573         (decode_m32c): Detect jump-to-zero with traceback.
574         (BRK): Try to do the right thing, keeping track of whether we're
575         in gdb or not, and if the user has provided a handler or not.
576         (GBRK): Alternate break opcode for gdb, in case the user's app
577         needs to use BRK for itself.
578         (BRK2): Implement.
579         * main.c: Add Timer A support.  Support TCP-based console.
580         (setup_tcp_console): New.
581         (main): Add Timer A support.  Support TCP-based console.
582         * mem.h (m32c_sim_restore_console): New.
583         * mem.c: Add Timer A support.  Support TCP-based console.
584         (mem_ptr): Enhance NULL pointer detection.
585         (stdin_ready): New.
586         (m32c_sim_restore_console): New.
587         (mem_get_byte): Check for console input ready.
588         (update_timer_a): New.
589         * r8c.opc (SSTR): Use r0l, not r0h.
590         (REIT): Fix return frame logic.
591         * reg.c (print_flags): New.
592         (trace_register_changes): Use it.
593         (m32c_dump_all_registers): New.
594         * timer_a.h: New.
595
596         * load.c: Fix indentation.
597         * trace.c: Fix indentation.
598         * trace.h: Fix indentation.
599
600 2006-06-26  DJ Delorie  <[email protected]>
601
602         * r8c.opc (decode_r8c): Don't bother reading the destination
603         before moving a constant into it.  Fix borrow comparison for SUB.
604
605 2006-06-13  Richard Earnshaw  <[email protected]>
606
607         * configure: Regenerated.
608
609 2006-06-05  Daniel Jacobowitz  <[email protected]>
610
611         * configure: Regenerated.
612
613 2006-05-31  Daniel Jacobowitz  <[email protected]>
614
615         * configure: Regenerated.
616
617 2006-03-13  DJ Delorie  <[email protected]>
618
619         * mem.c (mem_put_byte): Hook simulated UART to stdout.
620         (mem_put_hi): Hook in simulated trace port.
621         (mem_get_byte): Hook in simulated uart control port.
622         * opc2c: Be more picky about matching special comments.
623         * r8c.opc (shift_op): Limit shift counts to -16..16.
624         (BMcnd): Map conditional codes.
625         * reg.c (condition_true): Mask condition code to 4 bits.
626         * syscalls.c: Include local syscall.h.
627         * syscall.h: New, copied from libgloss.
628
629 2005-10-06  Jim Blandy  <[email protected]>
630
631         Simulator for Renesas M32C and M16C, by DJ Delorie <[email protected]>,
632         with further work from Jim Blandy <[email protected]> and
633         Kevin Buettner <[email protected]>.
634
635         * ChangeLog: New.
636         * Makefile.in: New.
637         * blinky.S: New.
638         * config.in: New.
639         * configure: New.
640         * configure.in: New.
641         * cpu.h: New.
642         * gdb-if.c: New.
643         * gloss.S: New.
644         * int.c: New.
645         * int.h: New.
646         * load.c: New.
647         * load.h: New.
648         * m32c.opc: New.
649         * main.c: New.
650         * mem.c: New.
651         * mem.h: New.
652         * misc.c: New.
653         * misc.h: New.
654         * opc2c.c: New.
655         * r8c.opc: New.
656         * reg.c: New.
657         * safe-fgets.c: New.
658         * safe-fgets.h: New.
659         * sample.S: New.
660         * sample.ld: New.
661         * sample2.c: New.
662         * srcdest.c: New.
663         * syscalls.c: New.
664         * syscalls.h: New.
665         * trace.c: New.
666         * trace.h: New.
This page took 0.061416 seconds and 4 git commands to generate.