Fix the documentation of valprint.c:value_print.
[deliverable/binutils-gdb.git] / sim / mcore / ChangeLog
CommitLineData
d6416cdc
RW
12009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
81ecdfbb
RW
3 * config.in: Regenerate.
4 * configure: Likewise.
5
d6416cdc
RW
6 * configure: Regenerate.
7
b5bd9624
HPN
82008-07-11 Hans-Peter Nilsson <hp@axis.com>
9
10 * configure: Regenerate to track ../common/common.m4 changes.
11 * config.in: Ditto.
12
6efef468
JM
132008-06-06 Vladimir Prus <vladimir@codesourcery.com>
14 Daniel Jacobowitz <dan@codesourcery.com>
15 Joseph Myers <joseph@codesourcery.com>
16
17 * configure: Regenerate.
18
b1bfc053
HPN
192006-12-21 Hans-Peter Nilsson <hp@axis.com>
20
21 * config.in: Regenerate.
22
e85e3205
RE
232006-06-13 Richard Earnshaw <rearnsha@arm.com>
24
25 * configure: Regenerated.
26
2f0122dc
DJ
272006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
28
29 * configure: Regenerated.
30
20e95c23
DJ
312006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
32
33 * configure: Regenerated.
34
2b193c4a
MK
352005-03-23 Mark Kettenis <kettenis@gnu.org>
36
37 * configure: Regenerate.
38
35695fd6
AC
392005-01-14 Andrew Cagney <cagney@gnu.org>
40
41 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
42 explicit call to AC_CONFIG_HEADER.
43 * configure: Regenerate.
44
f0569246
AC
452005-01-12 Andrew Cagney <cagney@gnu.org>
46
47 * configure.ac: Update to use ../common/common.m4.
48 * configure: Re-generate.
49
38f48d72
AC
502005-01-11 Andrew Cagney <cagney@localhost.localdomain>
51
52 * configure: Regenerated to track ../common/aclocal.m4 changes.
53
b7026657
AC
542005-01-07 Andrew Cagney <cagney@gnu.org>
55
56 * configure.ac: Rename configure.in, require autoconf 2.59.
57 * configure: Re-generate.
58
379832de
HPN
592004-12-08 Hans-Peter Nilsson <hp@axis.com>
60
61 * configure: Regenerate for ../common/aclocal.m4 update.
62
9e126dc0
AM
632003-10-11 Alan Modra <amodra@bigpond.net.au>
64
65 * interp.c (sim_load): Don't refer directly to _cooked_size and vma;
66 Use bfd_section_size and bfd_get_section_vma.
67
6b4a8935
AC
682003-02-27 Andrew Cagney <cagney@redhat.com>
69
70 * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
71
c8cca39f
AC
722002-06-16 Andrew Cagney <ac131313@redhat.com>
73
74 * configure: Regenerated to track ../common/aclocal.m4 changes.
75
3c25f8c7
AC
762002-06-08 Andrew Cagney <cagney@redhat.com>
77
78 * interp.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
79
eb2d80b4
AC
80Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
81
82 * configure: Regenerated to track ../common/aclocal.m4 changes.
83
3dfcd3c6
NC
842000-02-14 Nick Clifton <nickc@cygnus.com>
85
86 * interp.c (handle_trap1): Fix handling of fclose system call.
87 Patch submitted by <drew.sarkisian@motorola.com>.
88
63a027a3
NC
892000-02-10 Nick Clifton <nickc@cygnus.com>
90
91 * interp.c (target_big_endian): New variable.
92 (mcore_extract_unsigned_integer, mcore_store_unsigned_integer,
93 wlat, rlat, sim_resume, sim_load): Add supprot for little
94 endian targets.
95
c5394b80
JM
962000-01-13 Nick Clifton <nickc@cygnus.com>
97
98 * interp.c (sim_resume): Do not rely upon host semantics of shift
99 operators to implement M*Core semantics.
100
d4f3574e
SS
101Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
102
103 * configure: Regenerated to track ../common/aclocal.m4 changes.
104
085dd6e6
JM
1051999-06-23 Nick Clifton <nickc@cygnus.com>
106
107 * sysdep.h: Do not define prototypes for memcpy and strchr if they
108 are macros.
109
392a587b
JM
1101999-05-21 Nick Clifton <nickc@cygnus.com>
111
112 * interp.c (sim_resume): Add more tracing output.
113
9e086581
JM
1141999-05-17 Keith Seitz <keiths@cygnus.com>
115
116 * interp.c (NUM_MCORE_REGS): Increase by one to allow access to PC.
117 (sim_resume): Correct off by one instruction error when a breakpoint
118 is hit.
119
cd0fc7c3
SS
1201999-05-08 Felix Lee <flee@cygnus.com>
121
122 * configure: Regenerated to track ../common/aclocal.m4 changes.
123
1241999-05-10 Nick Clifton <nickc@cygnus.com>
125
126 * interp.c (sim_resume): Record PC in case it is needed for error
127 messages and the original has been corrupted.
128
1291999-05-07 Nick Clifton <nickc@cygnus.com>
130
131 * interp.c (sim_resume): Fix typo 'oze' -> 'doze'.
132 (util): Handle 0x50FF stubs properly.
133
134
b83266a0
SS
1351999-04-29 Nick Clifton <nickc@cygnus.com>
136
137 * interp.c (set_initial_gprs): Only display memory range if
138 verbose option has been set.
139
2d514e6f
SS
1401999-04-22 Nick Clifton <nickc@cygnus.com>
141
142 * interp.c: Add tracing and verbose options.
143 Fixed trap and syscall emulations.
144
1451999-04-08 Nick Clifton <nickc@cygnus.com>
146
147 * interp.c: New file: Simulator for MCore.
148 * sysdep.h: New file: Systems definitions for MCore simulator.
149 * configure.in: New file: Configure script for MCore simulator.
150 * configure: New file: Genreated.
151 * config,in: New file: Config support.
152 * Makefile.in: New file: Meta makefile for MCore simulator.
153
This page took 0.428291 seconds and 4 git commands to generate.