]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/mcore/ChangeLog
sim: move from common.m4 to SIM_AC_COMMON
[thirdparty/binutils-gdb.git] / sim / mcore / ChangeLog
1 2011-10-17 Mike Frysinger <vapier@gentoo.org>
2
3 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
4 call. Replace common.m4 include with SIM_AC_COMMON.
5 * configure: Regenerate.
6
7 2010-04-14 Mike Frysinger <vapier@gentoo.org>
8
9 * interp.c (sim_write): Add const to buffer arg.
10
11 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12
13 * configure: Regenerate.
14
15 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16
17 * config.in: Regenerate.
18 * configure: Likewise.
19
20 * configure: Regenerate.
21
22 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
23
24 * configure: Regenerate to track ../common/common.m4 changes.
25 * config.in: Ditto.
26
27 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
28 Daniel Jacobowitz <dan@codesourcery.com>
29 Joseph Myers <joseph@codesourcery.com>
30
31 * configure: Regenerate.
32
33 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
34
35 * config.in: Regenerate.
36
37 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
38
39 * configure: Regenerated.
40
41 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
42
43 * configure: Regenerated.
44
45 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
46
47 * configure: Regenerated.
48
49 2005-03-23 Mark Kettenis <kettenis@gnu.org>
50
51 * configure: Regenerate.
52
53 2005-01-14 Andrew Cagney <cagney@gnu.org>
54
55 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
56 explicit call to AC_CONFIG_HEADER.
57 * configure: Regenerate.
58
59 2005-01-12 Andrew Cagney <cagney@gnu.org>
60
61 * configure.ac: Update to use ../common/common.m4.
62 * configure: Re-generate.
63
64 2005-01-11 Andrew Cagney <cagney@localhost.localdomain>
65
66 * configure: Regenerated to track ../common/aclocal.m4 changes.
67
68 2005-01-07 Andrew Cagney <cagney@gnu.org>
69
70 * configure.ac: Rename configure.in, require autoconf 2.59.
71 * configure: Re-generate.
72
73 2004-12-08 Hans-Peter Nilsson <hp@axis.com>
74
75 * configure: Regenerate for ../common/aclocal.m4 update.
76
77 2003-10-11 Alan Modra <amodra@bigpond.net.au>
78
79 * interp.c (sim_load): Don't refer directly to _cooked_size and vma;
80 Use bfd_section_size and bfd_get_section_vma.
81
82 2003-02-27 Andrew Cagney <cagney@redhat.com>
83
84 * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
85
86 2002-06-16 Andrew Cagney <ac131313@redhat.com>
87
88 * configure: Regenerated to track ../common/aclocal.m4 changes.
89
90 2002-06-08 Andrew Cagney <cagney@redhat.com>
91
92 * interp.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
93
94 Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
95
96 * configure: Regenerated to track ../common/aclocal.m4 changes.
97
98 2000-02-14 Nick Clifton <nickc@cygnus.com>
99
100 * interp.c (handle_trap1): Fix handling of fclose system call.
101 Patch submitted by <drew.sarkisian@motorola.com>.
102
103 2000-02-10 Nick Clifton <nickc@cygnus.com>
104
105 * interp.c (target_big_endian): New variable.
106 (mcore_extract_unsigned_integer, mcore_store_unsigned_integer,
107 wlat, rlat, sim_resume, sim_load): Add supprot for little
108 endian targets.
109
110 2000-01-13 Nick Clifton <nickc@cygnus.com>
111
112 * interp.c (sim_resume): Do not rely upon host semantics of shift
113 operators to implement M*Core semantics.
114
115 Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
116
117 * configure: Regenerated to track ../common/aclocal.m4 changes.
118
119 1999-06-23 Nick Clifton <nickc@cygnus.com>
120
121 * sysdep.h: Do not define prototypes for memcpy and strchr if they
122 are macros.
123
124 1999-05-21 Nick Clifton <nickc@cygnus.com>
125
126 * interp.c (sim_resume): Add more tracing output.
127
128 1999-05-17 Keith Seitz <keiths@cygnus.com>
129
130 * interp.c (NUM_MCORE_REGS): Increase by one to allow access to PC.
131 (sim_resume): Correct off by one instruction error when a breakpoint
132 is hit.
133
134 1999-05-08 Felix Lee <flee@cygnus.com>
135
136 * configure: Regenerated to track ../common/aclocal.m4 changes.
137
138 1999-05-10 Nick Clifton <nickc@cygnus.com>
139
140 * interp.c (sim_resume): Record PC in case it is needed for error
141 messages and the original has been corrupted.
142
143 1999-05-07 Nick Clifton <nickc@cygnus.com>
144
145 * interp.c (sim_resume): Fix typo 'oze' -> 'doze'.
146 (util): Handle 0x50FF stubs properly.
147
148
149 1999-04-29 Nick Clifton <nickc@cygnus.com>
150
151 * interp.c (set_initial_gprs): Only display memory range if
152 verbose option has been set.
153
154 1999-04-22 Nick Clifton <nickc@cygnus.com>
155
156 * interp.c: Add tracing and verbose options.
157 Fixed trap and syscall emulations.
158
159 1999-04-08 Nick Clifton <nickc@cygnus.com>
160
161 * interp.c: New file: Simulator for MCore.
162 * sysdep.h: New file: Systems definitions for MCore simulator.
163 * configure.in: New file: Configure script for MCore simulator.
164 * configure: New file: Genreated.
165 * config,in: New file: Config support.
166 * Makefile.in: New file: Meta makefile for MCore simulator.
167