OSDN Git Service

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