Index: m32r/ChangeLog
[external/binutils.git] / sim / mcore / ChangeLog
1 2005-01-11  Andrew Cagney  <cagney@localhost.localdomain>
2
3         * configure: Regenerated to track ../common/aclocal.m4 changes.
4
5 2005-01-07  Andrew Cagney  <cagney@gnu.org>
6
7         * configure.ac: Rename configure.in, require autoconf 2.59.
8         * configure: Re-generate.
9
10 2004-12-08  Hans-Peter Nilsson  <hp@axis.com>
11
12         * configure: Regenerate for ../common/aclocal.m4 update.
13
14 2003-10-11  Alan Modra  <amodra@bigpond.net.au>
15
16         * interp.c (sim_load): Don't refer directly to _cooked_size and vma;
17         Use bfd_section_size and bfd_get_section_vma.
18
19 2003-02-27  Andrew Cagney  <cagney@redhat.com>
20
21         * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
22
23 2002-06-16  Andrew Cagney  <ac131313@redhat.com>
24
25         * configure: Regenerated to track ../common/aclocal.m4 changes.
26
27 2002-06-08  Andrew Cagney  <cagney@redhat.com>
28
29         * interp.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
30
31 Tue May 23 21:39:23 2000  Andrew Cagney  <cagney@b1.cygnus.com>
32
33         * configure: Regenerated to track ../common/aclocal.m4 changes.
34
35 2000-02-14  Nick Clifton  <nickc@cygnus.com>
36
37         * interp.c (handle_trap1): Fix handling of fclose system call.
38         Patch submitted by <drew.sarkisian@motorola.com>.
39
40 2000-02-10  Nick Clifton  <nickc@cygnus.com>
41
42         * interp.c (target_big_endian): New variable.
43         (mcore_extract_unsigned_integer, mcore_store_unsigned_integer,
44         wlat, rlat, sim_resume, sim_load): Add supprot for little
45         endian targets. 
46
47 2000-01-13  Nick Clifton  <nickc@cygnus.com>
48
49         * interp.c (sim_resume): Do not rely upon host semantics of shift
50         operators to implement M*Core semantics.
51
52 Thu Sep  2 18:15:53 1999  Andrew Cagney  <cagney@b1.cygnus.com>
53
54         * configure: Regenerated to track ../common/aclocal.m4 changes.
55
56 1999-06-23  Nick Clifton  <nickc@cygnus.com>
57
58         * sysdep.h: Do not define prototypes for memcpy and strchr if they
59         are macros.
60
61 1999-05-21  Nick Clifton  <nickc@cygnus.com>
62
63         * interp.c (sim_resume): Add more tracing output.
64
65 1999-05-17  Keith Seitz  <keiths@cygnus.com>
66
67         * interp.c (NUM_MCORE_REGS): Increase by one to allow access to PC.
68         (sim_resume): Correct off by one instruction error when a breakpoint
69         is hit.
70
71 1999-05-08  Felix Lee  <flee@cygnus.com>
72
73         * configure: Regenerated to track ../common/aclocal.m4 changes.
74         
75 1999-05-10  Nick Clifton  <nickc@cygnus.com>
76
77         * interp.c (sim_resume): Record PC in case it is needed for error
78         messages and the original has been corrupted.
79
80 1999-05-07  Nick Clifton  <nickc@cygnus.com>
81
82         * interp.c (sim_resume): Fix typo 'oze' -> 'doze'.
83         (util): Handle 0x50FF stubs properly.
84
85
86 1999-04-29  Nick Clifton  <nickc@cygnus.com>
87
88         * interp.c (set_initial_gprs): Only display memory range if
89         verbose option has been set.
90
91 1999-04-22  Nick Clifton  <nickc@cygnus.com>
92
93         * interp.c: Add tracing and verbose options.
94         Fixed trap and syscall emulations.
95
96 1999-04-08  Nick Clifton  <nickc@cygnus.com>
97
98         * interp.c: New file: Simulator for MCore.
99         * sysdep.h: New file: Systems definitions for MCore simulator.
100         * configure.in: New file: Configure script for MCore simulator.
101         * configure: New file: Genreated.
102         * config,in: New file: Config support.
103         * Makefile.in: New file: Meta makefile for MCore simulator.
104