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