]>
Commit | Line | Data |
---|---|---|
b5bd9624 HPN |
1 | 2008-07-11 Hans-Peter Nilsson <[email protected]> |
2 | ||
3 | * configure: Regenerate to track ../common/common.m4 changes. | |
4 | * config.in: Ditto. | |
5 | ||
6efef468 JM |
6 | 2008-06-06 Vladimir Prus <[email protected]> |
7 | Daniel Jacobowitz <[email protected]> | |
8 | Joseph Myers <[email protected]> | |
9 | ||
10 | * configure: Regenerate. | |
11 | ||
b1bfc053 HPN |
12 | 2006-12-21 Hans-Peter Nilsson <[email protected]> |
13 | ||
14 | * config.in: Regenerate. | |
15 | ||
e85e3205 RE |
16 | 2006-06-13 Richard Earnshaw <[email protected]> |
17 | ||
18 | * configure: Regenerated. | |
19 | ||
2f0122dc DJ |
20 | 2006-06-05 Daniel Jacobowitz <[email protected]> |
21 | ||
22 | * configure: Regenerated. | |
23 | ||
20e95c23 DJ |
24 | 2006-05-31 Daniel Jacobowitz <[email protected]> |
25 | ||
26 | * configure: Regenerated. | |
27 | ||
2b193c4a MK |
28 | 2005-03-23 Mark Kettenis <[email protected]> |
29 | ||
30 | * configure: Regenerate. | |
31 | ||
35695fd6 AC |
32 | 2005-01-14 Andrew Cagney <[email protected]> |
33 | ||
34 | * configure.ac: Sinclude aclocal.m4 before common.m4. Add | |
35 | explicit call to AC_CONFIG_HEADER. | |
36 | * configure: Regenerate. | |
37 | ||
f0569246 AC |
38 | 2005-01-12 Andrew Cagney <[email protected]> |
39 | ||
40 | * configure.ac: Update to use ../common/common.m4. | |
41 | * configure: Re-generate. | |
42 | ||
38f48d72 AC |
43 | 2005-01-11 Andrew Cagney <[email protected]> |
44 | ||
45 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
46 | ||
b7026657 AC |
47 | 2005-01-07 Andrew Cagney <[email protected]> |
48 | ||
49 | * configure.ac: Rename configure.in, require autoconf 2.59. | |
50 | * configure: Re-generate. | |
51 | ||
379832de HPN |
52 | 2004-12-08 Hans-Peter Nilsson <[email protected]> |
53 | ||
54 | * configure: Regenerate for ../common/aclocal.m4 update. | |
55 | ||
9e126dc0 AM |
56 | 2003-10-11 Alan Modra <[email protected]> |
57 | ||
58 | * interp.c (sim_load): Don't refer directly to _cooked_size and vma; | |
59 | Use bfd_section_size and bfd_get_section_vma. | |
60 | ||
6b4a8935 AC |
61 | 2003-02-27 Andrew Cagney <[email protected]> |
62 | ||
63 | * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd. | |
64 | ||
c8cca39f AC |
65 | 2002-06-16 Andrew Cagney <[email protected]> |
66 | ||
67 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
68 | ||
3c25f8c7 AC |
69 | 2002-06-08 Andrew Cagney <[email protected]> |
70 | ||
71 | * interp.c: Include "gdb/callback.h" and "gdb/remote-sim.h". | |
72 | ||
eb2d80b4 AC |
73 | Tue May 23 21:39:23 2000 Andrew Cagney <[email protected]> |
74 | ||
75 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
76 | ||
3dfcd3c6 NC |
77 | 2000-02-14 Nick Clifton <[email protected]> |
78 | ||
79 | * interp.c (handle_trap1): Fix handling of fclose system call. | |
80 | Patch submitted by <[email protected]>. | |
81 | ||
63a027a3 NC |
82 | 2000-02-10 Nick Clifton <[email protected]> |
83 | ||
84 | * interp.c (target_big_endian): New variable. | |
85 | (mcore_extract_unsigned_integer, mcore_store_unsigned_integer, | |
86 | wlat, rlat, sim_resume, sim_load): Add supprot for little | |
87 | endian targets. | |
88 | ||
c5394b80 JM |
89 | 2000-01-13 Nick Clifton <[email protected]> |
90 | ||
91 | * interp.c (sim_resume): Do not rely upon host semantics of shift | |
92 | operators to implement M*Core semantics. | |
93 | ||
d4f3574e SS |
94 | Thu Sep 2 18:15:53 1999 Andrew Cagney <[email protected]> |
95 | ||
96 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
97 | ||
085dd6e6 JM |
98 | 1999-06-23 Nick Clifton <[email protected]> |
99 | ||
100 | * sysdep.h: Do not define prototypes for memcpy and strchr if they | |
101 | are macros. | |
102 | ||
392a587b JM |
103 | 1999-05-21 Nick Clifton <[email protected]> |
104 | ||
105 | * interp.c (sim_resume): Add more tracing output. | |
106 | ||
9e086581 JM |
107 | 1999-05-17 Keith Seitz <[email protected]> |
108 | ||
109 | * interp.c (NUM_MCORE_REGS): Increase by one to allow access to PC. | |
110 | (sim_resume): Correct off by one instruction error when a breakpoint | |
111 | is hit. | |
112 | ||
cd0fc7c3 SS |
113 | 1999-05-08 Felix Lee <[email protected]> |
114 | ||
115 | * configure: Regenerated to track ../common/aclocal.m4 changes. | |
116 | ||
117 | 1999-05-10 Nick Clifton <[email protected]> | |
118 | ||
119 | * interp.c (sim_resume): Record PC in case it is needed for error | |
120 | messages and the original has been corrupted. | |
121 | ||
122 | 1999-05-07 Nick Clifton <[email protected]> | |
123 | ||
124 | * interp.c (sim_resume): Fix typo 'oze' -> 'doze'. | |
125 | (util): Handle 0x50FF stubs properly. | |
126 | ||
127 | ||
b83266a0 SS |
128 | 1999-04-29 Nick Clifton <[email protected]> |
129 | ||
130 | * interp.c (set_initial_gprs): Only display memory range if | |
131 | verbose option has been set. | |
132 | ||
2d514e6f SS |
133 | 1999-04-22 Nick Clifton <[email protected]> |
134 | ||
135 | * interp.c: Add tracing and verbose options. | |
136 | Fixed trap and syscall emulations. | |
137 | ||
138 | 1999-04-08 Nick Clifton <[email protected]> | |
139 | ||
140 | * interp.c: New file: Simulator for MCore. | |
141 | * sysdep.h: New file: Systems definitions for MCore simulator. | |
142 | * configure.in: New file: Configure script for MCore simulator. | |
143 | * configure: New file: Genreated. | |
144 | * config,in: New file: Config support. | |
145 | * Makefile.in: New file: Meta makefile for MCore simulator. | |
146 |