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