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