]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/avr/ChangeLog
Yet another warning fix
[thirdparty/binutils-gdb.git] / sim / avr / ChangeLog
CommitLineData
9943d318
MF
12015-03-28 Mike Frysinger <vapier@gentoo.org>
2
3 * Makefile.in (SIM_EXTRA_CFLAGS, SIM_RUN_OBJS, SIM_EXTRA_LIBS): Delete.
4 (interp.o): Delete rule.
5 (SIM_OBJS): Change to $(SIM_NEW_COMMON_OBJS).
6 * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
7 SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT,
8 SIM_AC_OPTION_INLINE, and SIM_AC_OPTION_WARNINGS.
9 * interp.c: Delete gdb/callback.h, gdb/signals.h, dis-asm.h, and
10 sim-utils.h includes. Include sim-main.h, sim-base.h, and
11 sim-options.h.
12 (tracing, lock_step, verbose): Delete.
13 (pc): Drop static.
14 (cur_bfd, cpu_exception, cpu_signal, sim_kind, myname, callback):
15 Delete.
16 (flash, sram): Add TODO.
17 (sim_size, disasm_read_memory, disasm_perror_memory,
18 disassemble_insn): Delete.
19 (sim_resume): Rename to ...
20 (step_once): ... this. Mark static. Delete step variable and while
21 loop, and unindent body. Add #if 0 around tracing/verbose code.
22 Change cpu_exception to sim_engine_halt.
23 (sim_trace): Delete.
24 (sim_engine_run): New function.
25 (sim_stop_reason, sim_stop, sim_info): Delete.
26 (free_state): New function.
27 (sim_open, sim_close, sim_create_inferior): Rewrite from scratch.
28 (sim_load, sim_do_command, sim_set_callbacks,
29 sim_complete_command): delete.
30 * sim-main.h: New file.
31 * config.in, configure: Regenerate.
32
ae7d0cac
MF
332015-03-16 Mike Frysinger <vapier@gentoo.org>
34
35 * aclocal.m4, config.in, configure: Regenerate.
36
465fb143
MF
372015-03-14 Mike Frysinger <vapier@gentoo.org>
38
39 * Makefile.in (SIM_EXTRA_CFLAGS): Set to
40 -DSIM_USE_DEPRECATED_RUN_FRONTEND.
41 (SIM_RUN_OBJS): Set to run.o.
42
4c4ca605
MF
432015-02-19 Mike Frysinger <vapier@gentoo.org>
44
45 * interp.c (sim_kill): Delete unused func.
46
2974be62
AM
472014-08-19 Alan Modra <amodra@gmail.com>
48
49 * configure: Regenerate.
50
faa743bb
RM
512014-08-15 Roland McGrath <mcgrathr@google.com>
52
53 * configure: Regenerate.
54 * config.in: Regenerate.
55
60d847df
MF
562014-03-10 Mike Frysinger <vapier@gentoo.org>
57
58 * interp.c (sim_do_command): Add const to cmd.
59
b2b255bd
MF
602014-03-05 Mike Frysinger <vapier@gentoo.org>
61
62 * interp.c (sim_load): Add const to prog.
63
bf3d9781
AM
642013-09-23 Alan Modra <amodra@gmail.com>
65
66 * configure: Regenerate.
67
31e6ad7d
MF
682013-06-03 Mike Frysinger <vapier@gentoo.org>
69
70 * aclocal.m4, configure: Regenerate.
71
5f3ef9d0
JB
722012-06-15 Joel Brobecker <brobecker@adacore.com>
73
74 * config.in, configure: Regenerate.
75
a493e3e2
PA
762012-05-24 Pedro Alves <palves@redhat.com>
77
78 PR gdb/7205
b2b255bd 79 * Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 80
2232061b
MF
812012-03-24 Mike Frysinger <vapier@gentoo.org>
82
83 * aclocal.m4, config.in, configure: Regenerate.
84
db2e4d67
MF
852011-12-03 Mike Frysinger <vapier@gentoo.org>
86
87 * aclocal.m4: New file.
88 * configure: Regenerate.
89
9c082ca8
MF
902011-10-17 Mike Frysinger <vapier@gentoo.org>
91
92 * configure.ac: Change include to common/acinclude.m4.
93
6ffe910a
MF
942011-10-17 Mike Frysinger <vapier@gentoo.org>
95
96 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
97 call. Replace common.m4 include with SIM_AC_COMMON.
98 * configure: Regenerate.
99
af9f7da7
MF
1002011-04-16 Mike Frysinger <vapier@gentoo.org>
101
102 * interp.c (sim_complete_command): New stub function.
103
5558e7e6
MF
1042010-04-14 Mike Frysinger <vapier@gentoo.org>
105
106 * interp.c (sim_write): Add const to buffer arg.