sim: cr16: clean up misc warnings
[deliverable/binutils-gdb.git] / sim / cr16 / ChangeLog
1 2015-03-29 Mike Frysinger <vapier@gentoo.org>
2
3 * Makefile.in (gencode.o, cr16-opc.o): Add $(WARN_CFLAGS).
4 (gencode): Add $(BUILD_LDFLAGS).
5 * endian.c (get_word, get_longword, get_longlong, write_word,
6 write_longword, write_longlong): Convert old style prototypes.
7 * gencode.c: Include string.h.
8 (write_header): Convert old style prototype and fix printf format.
9 (write_template, write_opcodes): Likewise.
10 (check_opcodes): Mark static void and put behind #if 0.
11 * interp.c: Include inttypes.h and run-sim.h.
12 (add_commas): Delete prototype.
13 (decode_pc): Convert old style prototype.
14 (do_run): Change h->op compare to 0.
15 (add_commas, set_dmap_register, set_imap_register, HELD_SPI_IDX,
16 HELD_SPU_IDX, spu_register, spi_register, set_spi_register,
17 set_spu_register): Wrap in #if 0.
18 (sim_write, sim_read, sim_close, sim_stop, sim_set_callbacks,
19 sim_stop_reason, sim_fetch_register, sim_store_register,
20 sim_do_command): Convert old style prototypes.
21 (sim_create_inferior): Fix pointer cast to use uintptr_t.
22 * simops.c [HAVE_TIME_H]: Include time.h.
23 [HAVE_SYS_TIME_H]: Include sys/time.h.
24 [TARGET_SYS_utime]: Include utime.h.
25 [TARGET_SYS_wait]: Include sys/wait.h.
26 (strrchr): Delete prototype.
27 (cond_stat): Mark static.
28 (trace_input_func): Mark name static.
29 (trace_input_func, trace_output_void, trace_output_flag): Convert old style prototypes.
30 (trace_output_40): Wrap in #if 0.
31 (OP_*): Convert old style prototypes. Move trace_input call below
32 all variable decls. Initialize tmp to 0 when appropriate.
33
34 2015-03-29 Mike Frysinger <vapier@gentoo.org>
35
36 * Makefile.in (SIM_EXTRA_CFLAGS): Delete -DSIM_HAVE_ENVIRONMENT.
37 (interp.o, simops.o, endian.o, table.o): Delete rules.
38 * configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
39 SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT, and
40 SIM_AC_OPTION_INLINE.
41 * config.in, configure: Regenerate.
42 * interp.c (sim_trace): Define.
43
44 2015-03-16 Mike Frysinger <vapier@gentoo.org>
45
46 * config.in, configure: Regenerate.
47
48 2015-03-14 Mike Frysinger <vapier@gentoo.org>
49
50 * Makefile.in (SIM_EXTRA_CFLAGS): Add
51 -DSIM_USE_DEPRECATED_RUN_FRONTEND.
52 (SIM_RUN_OBJS): Set to run.o.
53
54 2015-03-14 Mike Frysinger <vapier@gentoo.org>
55
56 * configure.ac (AC_CHECK_HEADERS): Delete.
57 * aclocal.m4, configure: Regenerate.
58
59 2014-08-19 Alan Modra <amodra@gmail.com>
60
61 * configure: Regenerate.
62
63 2014-08-15 Roland McGrath <mcgrathr@google.com>
64
65 * configure: Regenerate.
66 * config.in: Regenerate.
67
68 2014-03-10 Mike Frysinger <vapier@gentoo.org>
69
70 * interp.c (sim_do_command): Add const to cmd.
71
72 2014-03-05 Mike Frysinger <vapier@gentoo.org>
73
74 * interp.c (sim_load): Add const to prog.
75
76 2014-03-04 Mike Frysinger <vapier@gentoo.org>
77
78 * configure: Regenerate.
79
80 2013-09-23 Alan Modra <amodra@gmail.com>
81
82 * configure: Regenerate.
83
84 2013-06-03 Mike Frysinger <vapier@gentoo.org>
85
86 * aclocal.m4, configure: Regenerate.
87
88 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
89
90 * configure: Rebuild.
91
92 2012-08-28 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
93
94 * cr16_sim.h: Add defines for TRAP handling.
95 * interp.c (sim_complete_command): New stub function.
96 * simops.c: Breakpoint handling code.
97
98 2012-06-17 Mike Frysinger <vapier@gentoo.org>
99
100 * interp.c: Include config.h first. Also include stdlib.h and
101 string.h so we can drop the sysdep.h include.
102
103 2012-06-15 Joel Brobecker <brobecker@adacore.com>
104
105 * config.in, configure: Regenerate.
106
107 2012-05-24 Pedro Alves <palves@redhat.com>
108
109 PR gdb/7205
110
111 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
112
113 2012-03-24 Mike Frysinger <vapier@gentoo.org>
114
115 * aclocal.m4, config.in, configure: Regenerate.
116
117 2011-12-30 Mike Frysinger <vapier@gentoo.org>
118
119 PR sim/12862
120 * simops.c (OP_C_C): Only handle TARGET_SYS_fork, TARGET_SYS_execve,
121 TARGET_SYS_pipe, TARGET_SYS_rename, and TARGET_SYS_chown when they
122 are defined.
123
124 2011-12-03 Mike Frysinger <vapier@gentoo.org>
125
126 * aclocal.m4: New file.
127 * configure: Regenerate.
128
129 2011-10-17 Mike Frysinger <vapier@gentoo.org>
130
131 * configure.ac: Change include to common/acinclude.m4.
132
133 2011-10-17 Mike Frysinger <vapier@gentoo.org>
134
135 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
136 call. Replace common.m4 include with SIM_AC_COMMON.
137 * configure: Regenerate.
138
139 2010-04-14 Mike Frysinger <vapier@gentoo.org>
140
141 * interp.c (sim_write): Add const to buffer arg.
142
143 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
144
145 * configure: Regenerate.
146
147 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
148
149 * config.in: Regenerate.
150 * configure: Likewise.
151
152 * configure: Regenerate.
153
154 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
155
156 * configure: Regenerate to track ../common/common.m4 changes.
157 * config.in: Ditto.
158
159 * interp.c (hash): Remove incorrect prototype.
160
161 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
162 Daniel Jacobowitz <dan@codesourcery.com>
163 Joseph Myers <joseph@codesourcery.com>
164
165 * configure: Regenerate.
166
167 2008-05-02 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
168
169 * interp.c: Update the machine code decode algorithm using hash table.
170 * Makefile.in, cr16_sim.h, gencode.c and simops.c: Update for typos
171 and coding standards.
172
173 2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
174
175 * ChangeLog, Makefile.in, configure, configure.in, cr16_sim.h,
176 gencode.c, interp.c, simops.c, endian.c: Created.
177
This page took 0.042006 seconds and 5 git commands to generate.