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