1 | 2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
2 | |
---|
3 | * configure.ac: Remove (Merged into ../configure.ac). |
---|
4 | * Makefile.am, include/Makefile.am, include/rdbg/Makefile.am, |
---|
5 | include/rdbg/i386/Makefile.am, include/rdbg/m68k/Makefile.am, |
---|
6 | include/rdbg/powerpc/Makefile.am, src/Makefile.am, |
---|
7 | src/i386/Makefile.am, src/i386/any/Makefile.am, |
---|
8 | src/m68k/Makefile.am, src/m68k/any/Makefile.am, |
---|
9 | src/powerpc/Makefile.am, |
---|
10 | src/powerpc/new_exception_processing/Makefile.am: |
---|
11 | Reflect having merged configure.ac into ../configure.ac. |
---|
12 | |
---|
13 | 2003-07-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
14 | |
---|
15 | PR 427/rtems |
---|
16 | * src/rdbg.c: Use memset instead of bzero (deprecated). |
---|
17 | * src/servtsp.c: Ditto. |
---|
18 | |
---|
19 | 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
20 | |
---|
21 | * configure.ac: Remove AC_CONFIG_AUX_DIR. |
---|
22 | |
---|
23 | 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
24 | |
---|
25 | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). |
---|
26 | |
---|
27 | 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
28 | |
---|
29 | * configure.ac: AC_PREREQ(2.57). |
---|
30 | |
---|
31 | 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
32 | |
---|
33 | * configure.ac: Remove RTEMS_CHECK_BSP_CACHE. |
---|
34 | |
---|
35 | 2002-11-04 Joel Sherrill <joel@OARcorp.com> |
---|
36 | |
---|
37 | * src/_servtgt.c: Removed warning by adding support for ITRON |
---|
38 | tasks and rolling multiple loops into 1. |
---|
39 | * src/m68k/rdbg_f.c: Removed warning. |
---|
40 | |
---|
41 | 2002-10-31 Joel Sherrill <joel@OARcorp.com> |
---|
42 | |
---|
43 | * src/i386/any/remdeb_xdr.c: Removed warnings. |
---|
44 | |
---|
45 | 2002-10-31 Joel Sherrill <joel@OARcorp.com> |
---|
46 | |
---|
47 | * src/rdbg.c, src/servtsp.c, src/m68k/rdbg_f.c, |
---|
48 | src/m68k/any/remdeb_xdr.c, |
---|
49 | src/powerpc/new_exception_processing/remdeb_xdr.c: Removed warnings. |
---|
50 | |
---|
51 | 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
52 | |
---|
53 | * .cvsignore: Reformat. |
---|
54 | Add autom4te*cache. |
---|
55 | Remove autom4te.cache. |
---|
56 | |
---|
57 | 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
58 | |
---|
59 | * configure.ac: Remove RTEMS_BSP_ALIAS. |
---|
60 | Add RTEMS_CHECK_BSP_CACHE. |
---|
61 | |
---|
62 | 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
63 | |
---|
64 | * src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
65 | * src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
66 | * src/powerpc/new_exception_processing/Makefile.am: Use .$(OBJEXT) instead of .o. |
---|
67 | |
---|
68 | 2002-07-01 Joel Sherrill <joel@OARcorp.com> |
---|
69 | |
---|
70 | * src/_servtgt.c, src/ptrace.c: Corrected use of |
---|
71 | _Objects_Information_table now that it is a two dimensional |
---|
72 | array based upon API and class. |
---|
73 | |
---|
74 | 2001-05-15 Joel Sherrill <joel@OARcorp.com> |
---|
75 | |
---|
76 | * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c, |
---|
77 | src/powerpc/new_exception_processing/remdeb_svc.c: Readding as |
---|
78 | I accidentally deleted the incorrectly empty versions. |
---|
79 | 2002-05-14 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> |
---|
80 | |
---|
81 | * src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption that |
---|
82 | exception stack frames on M68K members with VBR always are 6 byte long. |
---|
83 | The incorrect assumption resulted in some gdb commands like "next" |
---|
84 | to fail on the 68360. |
---|
85 | |
---|
86 | 2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
87 | |
---|
88 | * src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c, |
---|
89 | src/powerpc/new_exception_processing/remdeb_svc.c: Per PR220 remove |
---|
90 | these files from CVS. |
---|
91 | |
---|
92 | 2001-04-19 Joel Sherrill <joel@OARcorp.com> |
---|
93 | |
---|
94 | * src/powerpc/rdbg_f.c: Always include <rtems.h> instead of |
---|
95 | internal include files. |
---|
96 | |
---|
97 | 2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
98 | |
---|
99 | * src/powerpc/rdbg_cpu_asm.S: Reflect changes to |
---|
100 | <rtems/score/cpu.h>. |
---|
101 | * src/powerpc/rdbg_f.c: Ditto. |
---|
102 | |
---|
103 | 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
104 | |
---|
105 | * configure.ac: |
---|
106 | AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). |
---|
107 | AM_INIT_AUTOMAKE([no-define foreign 1.6]). |
---|
108 | * include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
109 | * include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
110 | * include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
111 | * include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
112 | * include/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
113 | * Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
114 | * src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
115 | * src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
116 | * src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
117 | * src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
118 | * src/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
119 | * src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
120 | * src/powerpc/new_exception_processing/Makefile.am: Remove AUTOMAKE_OPTIONS. |
---|
121 | |
---|
122 | 2002-03-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
123 | |
---|
124 | PR 149 |
---|
125 | * src/i386/any/Makefile.am: s/$(SED)/sed/. |
---|
126 | * src/m68k/any/Makefile.am: s/$(SED)/sed/. |
---|
127 | * src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/. |
---|
128 | (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>) |
---|
129 | |
---|
130 | 2002-02-01 Eric Valette <valette@crf.canon.fr> |
---|
131 | |
---|
132 | |
---|
133 | * So many patches have been posted recently on the mailing list and |
---|
134 | because we were unable to find correct solution to compile on various |
---|
135 | linux distros (due to rpcgen incompatibilities), and because the coding |
---|
136 | style of rdbg was rather inconsistant among various pieces of code, I |
---|
137 | decided to: |
---|
138 | 1) make some cleaning regarding global coding style (using |
---|
139 | indent + manual edits), |
---|
140 | 2) incorporate/review the paches send by various people |
---|
141 | (S. Holford, T. Strauman), |
---|
142 | 3) Fix the bug due to varying rpcgen code generation |
---|
143 | in remdeb_svc.c, |
---|
144 | 4) Remove some dead code, |
---|
145 | 5) Apply a patches enabling to call enterRdbg imediately |
---|
146 | after rdbg initialization is done, |
---|
147 | |
---|
148 | NB : the paches is huge but it is mainly due to coding styke chnages. |
---|
149 | Only few lines of codes have been really changed and they do not impact |
---|
150 | rdbg functionnality (AFAIKT). |
---|
151 | |
---|
152 | * include/rdbg/servrpc.h, include/rdbg/i386/rdbg_f.h, |
---|
153 | include/rdbg/m68k/rdbg_f.h, include/rdbg/powerpc/rdbg_f.h, |
---|
154 | src/_servtgt.c, src/awk.svc, src/excep.c, src/ptrace.c, src/rdbg.c, |
---|
155 | src/remdeb.x, src/servbkpt.c, src/servcon.c, src/servrpc.c, |
---|
156 | src/servtgt.c, src/servtsp.c, src/servutil.c, src/i386/excep_f.c, |
---|
157 | src/i386/rdbg_f.c, src/i386/any/Makefile.am, src/i386/any/remdeb.h, |
---|
158 | src/i386/any/remdeb_svc.c, src/i386/any/remdeb_xdr.c, |
---|
159 | src/m68k/excep_f.c, src/m68k/rdbg_f.c, src/m68k/any/Makefile.am, |
---|
160 | src/m68k/any/remdeb.h, src/m68k/any/remdeb_svc.c, |
---|
161 | src/m68k/any/remdeb_xdr.c, src/powerpc/excep_f.c, src/powerpc/rdbg_f.c, |
---|
162 | src/powerpc/new_exception_processing/Makefile.am, |
---|
163 | src/powerpc/new_exception_processing/remdeb.h, |
---|
164 | src/powerpc/new_exception_processing/remdeb_svc.c, |
---|
165 | src/powerpc/new_exception_processing/remdeb_xdr.c: Modified. |
---|
166 | |
---|
167 | 2002-01-18 Till Straumann <strauman@slac.stanford.edu> |
---|
168 | |
---|
169 | * src/powerpc/excep_f.c: This patch addresses the following issues: |
---|
170 | - exception handler needs to enable MSR_FP if the interrupted |
---|
171 | thread is FP enabled. |
---|
172 | - printk message for MSR fixed and added stacktrace |
---|
173 | |
---|
174 | NOTE: this requires the stacktrace patch to |
---|
175 | lib/libbsp/powerpc/shared/vectors/vector_init.c |
---|
176 | (#ifdef DDEBUG only, however) |
---|
177 | |
---|
178 | 2001-01-18 Joel Sherrill <joel@OARcorp.com> |
---|
179 | |
---|
180 | * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected |
---|
181 | macro using variable arguments. |
---|
182 | |
---|
183 | 2001-01-18 Joel Sherrill <joel@OARcorp.com> |
---|
184 | |
---|
185 | * src/powerpc/new_exception_processing/remdeb.h, |
---|
186 | src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since |
---|
187 | I updated the main RTEMS development machine to RedHat 7.2 and |
---|
188 | apparently got a new version of rpcgen. |
---|
189 | |
---|
190 | 2001-10-30 Victor V. Vengerov <vvv@oktet.ru> |
---|
191 | |
---|
192 | * src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire. |
---|
193 | |
---|
194 | 2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
195 | |
---|
196 | * configure.ac: Fix latent bug exposed by removal of config.cache's |
---|
197 | which prevented powerpc targets librdbg from building. |
---|
198 | |
---|
199 | 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
200 | |
---|
201 | * .cvsignore: Add autom4te.cache for autoconf > 2.52. |
---|
202 | * configure.in: Remove. |
---|
203 | * configure.ac: New file, generated from configure.in by autoupdate. |
---|
204 | |
---|
205 | 2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
206 | |
---|
207 | * include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
208 | * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
209 | * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
210 | * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
211 | * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
212 | * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
213 | * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='. |
---|
214 | |
---|
215 | 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
216 | |
---|
217 | * src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the |
---|
218 | includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy. |
---|
219 | * src/m68k/any/Makefile.am: Ditto. |
---|
220 | * src/powerpc/new_exception_processing/Makefile.am: Ditto. |
---|
221 | |
---|
222 | 2001-09-14 Eric Norum <eric.norum@usask.ca> |
---|
223 | |
---|
224 | * include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy. |
---|
225 | |
---|
226 | 2001-04-20 Eric Valette <valette@crf.canon.fr> |
---|
227 | |
---|
228 | * mcp750 directory renamed new_exception processing as it |
---|
229 | supports many more CPU models. |
---|
230 | * configure.in, src/powerpc/Makefile.am, |
---|
231 | src/powerpc/new_exception_processing/Makefile.am, |
---|
232 | src/powerpc/new_exception_processing/remdeb_f.x: New files |
---|
233 | formerly in mcp750 plus modifications. |
---|
234 | * src/powerpc/mcp750/.cvsignore, src/powerpc/mcp750/Makefile.am, |
---|
235 | src/powerpc/mcp750/remdeb.h, src/powerpc/mcp750/remdeb_f.x, |
---|
236 | src/powerpc/mcp750/remdeb_svc.c, src/powerpc/mcp750/remdeb_xdr.c: |
---|
237 | Removed when moved to new_exception_processing. |
---|
238 | * configure.in, src/powerpc/Makefile.am, |
---|
239 | src/powerpc/new_exception_processing/Makefile.am, |
---|
240 | src/powerpc/new_exception_processing/remdeb_f.x: Modified as |
---|
241 | part of this effort to add support for the MPC8xx. |
---|
242 | |
---|
243 | 2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
244 | |
---|
245 | * include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am, |
---|
246 | include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am: |
---|
247 | Cleanup including more proper style on include files. |
---|
248 | |
---|
249 | 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
250 | |
---|
251 | * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. |
---|
252 | |
---|
253 | 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
254 | |
---|
255 | * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. |
---|
256 | |
---|
257 | 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
258 | |
---|
259 | * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. |
---|
260 | Switch to GNU canonicalization. |
---|
261 | |
---|
262 | 2000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com> |
---|
263 | |
---|
264 | * src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c, |
---|
265 | src/m68k/any/remdeb_svc.c: New files missed in merger. |
---|
266 | |
---|
267 | 2000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com> |
---|
268 | |
---|
269 | * configure.in: Add m68k support. |
---|
270 | * include/rdbg/m68k, src/m68k, src/m68k/any: New subdirectory. |
---|
271 | * src/_servtgt.c: add status text to prinf upon task creation failure. |
---|
272 | * src/rdbg.c: reconnect rdbg exception handlers upon RPC calls. |
---|
273 | * src/m68k/Makefile.am, src/m68k/any/Makefile.am, |
---|
274 | src/m68k/any/remdeb_f.x, src/m68k/any/.cvsignore, |
---|
275 | src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c, |
---|
276 | src/m68k/any/remdeb_svc.c, src/m68k/excep_f.c, src/m68k/rdbg_cpu_asm.S, |
---|
277 | src/m68k/rdbg_f.c, src/m68k/.cvsignore: New files. |
---|
278 | |
---|
279 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
280 | |
---|
281 | * src/i386/any/Makefile.am, src/powerpc/mcp750/Makefile.am: Include |
---|
282 | compile.am |
---|
283 | |
---|
284 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
285 | |
---|
286 | * ChangeLog: New file. |
---|