|
2
|
1 1999-04-14 John Dallaway <jld@cygnus.co.uk> |
|
|
2 |
|
|
3 * include/pkgconf/infra.h: Add cdl_package doc attribute. |
|
|
4 |
|
|
5 1999-04-12 Jesper Skov <jskov@cygnus.co.uk> |
|
|
6 |
|
|
7 * include/cyg_type.h: Added new init priority for IO devices. |
|
|
8 |
|
|
9 * include/diag.h: |
|
|
10 * src/diag.cxx: |
|
|
11 Use device for diag if configured so. |
|
|
12 |
|
|
13 1999-03-19 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
14 |
|
|
15 * src/diag.cxx (diag_vprintf): Support '%%' printf modifier. |
|
|
16 |
|
|
17 1999-03-05 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
18 |
|
|
19 * include/cyg_type.h: |
|
|
20 Add CYGBLD_ATTRIB_CONST and tidy define indentation |
|
|
21 |
|
|
22 1999-03-04 Bart Veer <bartv@cygnus.co.uk> |
|
|
23 |
|
|
24 * include/diag.h: |
|
|
25 Added a #include for <pkgconf/infra.h> so that the header file |
|
|
26 can correctly check for CYGDBG_INFRA_DIAG_PRINTF_USE_VARARG |
|
|
27 |
|
|
28 1999-02-25 Nick Garnett <nickg@cygnus.co.uk> |
|
|
29 |
|
|
30 * include/cyg_type.h: |
|
|
31 Added CYGBLD_ATTRIB_ASM_ALIAS() macro to supply an alias for a |
|
|
32 variable while it is being defined. |
|
|
33 |
|
|
34 1999-02-24 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
35 |
|
|
36 * include/cyg_type.h (CYG_INIT_APPLICATION): Add CYG_INIT_DRIVERS |
|
|
37 priority |
|
|
38 |
|
|
39 * src/tcdiag.cxx (cyg_test_output): Re-include angle brackets |
|
|
40 for CYG_TEST_GDBCMD command |
|
|
41 |
|
|
42 1999-02-23 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
43 |
|
|
44 * include/testcase.h (CYG_TEST_NA): |
|
|
45 Add call to cyg_test_exit() |
|
|
46 |
|
|
47 1999-02-22 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
48 |
|
|
49 * include/cyg_type.h: |
|
|
50 Add CYGBLD_ATTRIB_INIT_PRI/BEFORE/AFTER macros. |
|
|
51 Remove CYG_INIT_BEFORE/AFTER as they were unusable |
|
|
52 |
|
|
53 * include/testcase.h: |
|
|
54 * src/tcdiag.cxx: |
|
|
55 Add CYGNUM_TEST_NA() macro for not applicable state |
|
|
56 Don't need to call diag_init() any more from cyg_test_init() |
|
|
57 |
|
|
58 * src/diag.c: |
|
|
59 * src/diag.cxx: |
|
|
60 Rename diag.c to diag.cxx |
|
|
61 Add dummy constructor object to do initialization right after the |
|
|
62 HAL has started. Needed to get asserts working correctly at |
|
|
63 constructor time, and for CYGNUM_TEST_GDBCMD to work as intended |
|
|
64 (i.e. before calling CYG_TEST_INIT()) |
|
|
65 |
|
|
66 1999-02-17 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
67 |
|
|
68 * src/tcdiag.cxx (cyg_test_output): Remove angle brackets round |
|
|
69 GDBCMD output |
|
|
70 |
|
|
71 1999-02-16 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
72 |
|
|
73 * src/fancy.cxx (trim_func): |
|
|
74 * src/simple.cxx (trim_func): |
|
|
75 * src/buffer.cxx (trim_func): |
|
|
76 Don't delete bits before a space as it may not always be a |
|
|
77 type, if using CYG_FUNCNAME rather than relying on |
|
|
78 __PRETTY_FUNCTION__ |
|
|
79 |
|
|
80 * src/tcdiag.cxx (cyg_test_output): |
|
|
81 Add new GDBCMD output and do some tidying vis a vis coding standards |
|
|
82 etc. |
|
|
83 |
|
|
84 * include/testcase.h: |
|
|
85 Do some tidying vis a vis coding standards etc. |
|
|
86 |
|
|
87 1999-02-16 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
88 |
|
|
89 * include/cyg_type.h (CYGBLD_ATTRIB_CONSTRUCTOR): |
|
|
90 New macro, used to define a 'C' routine to be run with 'C++' |
|
|
91 constructors. |
|
|
92 |
|
|
93 1999-01-26 Bart Veer <bartv@cygnus.co.uk> |
|
|
94 |
|
|
95 * include/cyg_type.h (CYGBLD_ATTRIB_NORET): |
|
|
96 Updated the non-GNUC version of the macro |
|
|
97 |
|
|
98 1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
99 |
|
|
100 * include/cyg_type.h: |
|
|
101 Remove all traces of CYG_KERNEL_USE_INIT_PRIORITY option - now |
|
|
102 compulsory. Consequently can remove include of pkgconf/infra.h. |
|
|
103 Add CYG_INIT_PREDEFAULT priority for |
|
|
104 CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG implementation. |
|
|
105 Change CYGBLD_NORET to CYGBLD_ATTRIB_NORET |
|
|
106 Add CYGBLD_ATTRIB_ALIAS and CYGBLD_ATTRIB_WEAK_ALIAS macros |
|
|
107 |
|
|
108 * include/cyg_ass.h: |
|
|
109 * include/testcase.h |
|
|
110 Change CYGBLD_NORET to CYGBLD_ATTRIB_NORET |
|
|
111 |
|
|
112 * src/startup.cxx: |
|
|
113 Split up into smaller files to make GDB happier when debuggin |
|
|
114 |
|
|
115 * src/pkgstart.cxx: |
|
|
116 * src/prestart.cxx: |
|
|
117 * src/userstart.cxx: |
|
|
118 New files with contents originally from startup.cxx |
|
|
119 |
|
|
120 1999-01-19 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
121 |
|
|
122 * include/cyg_type.h (CYG_REFERENCE_OBJECT): |
|
|
123 Make this work with no overhead, although it doesn't work with |
|
|
124 anything other than objects with constructors. I _believe_ this |
|
|
125 is the only relevant situation though. Bite me. |
|
|
126 Fix for PR 18782 |
|
|
127 |
|
|
128 1999-01-14 Jesper Skov <jskov@cygnus.co.uk> |
|
|
129 |
|
|
130 * include/cyg_type.h (CYG_REFERENCE_SYMBOL): Added. |
|
|
131 |
|
|
132 1999-01-13 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
133 |
|
|
134 * include/cyg_type.h: Default handling of 'CYG_DOUBLE_BYTEORDER' |
|
|
135 |
|
|
136 1999-01-13 Jesper Skov <jskov@cygnus.co.uk> |
|
|
137 |
|
|
138 * include/cyg_type.h (CYG_UNUSED_PARAM): Don't assign to the |
|
|
139 unused parameter; it might be a macro constant. |
|
|
140 |
|
|
141 1999-01-11 Bart Veer <bartv@cygnus.co.uk> |
|
|
142 |
|
|
143 * src/tcdiag.cxx (cyg_test_output): |
|
|
144 * include/testcase.h: |
|
|
145 Use const where appropriate in cyg_test_output() |
|
|
146 |
|
|
147 1999-01-06 Bart Veer <bartv@cygnus.co.uk> |
|
|
148 |
|
|
149 * include/cyg_trac.h (CYG_REPORT_FUNCARG8): |
|
|
150 Removed spurious comma so that the macro actually compiles. |
|
|
151 |
|
|
152 1998-12-24 Bart Veer <bartv@cygnus.co.uk> |
|
|
153 |
|
|
154 * src/simple.cxx: |
|
|
155 * src/null.cxx: |
|
|
156 * src/fancy.cxx: |
|
|
157 * src/diag.c: |
|
|
158 * src/buffer.cxx: |
|
|
159 * include/diag.h: |
|
|
160 In the assertion support, use const where appropriate. |
|
|
161 |
|
|
162 1998-12-24 Bart Veer <bartv@cygnus.co.uk> |
|
|
163 |
|
|
164 * include/cyg_ass.h: |
|
|
165 The prototype for cyg_assert_fail() is now always present. |
|
|
166 const is used wherever appropriate. |
|
|
167 A number of additional assertion macros are now defined. |
|
|
168 Host-specific assertion support has been added. |
|
|
169 Some minor tweaks for greater consistency in macro usage. |
|
|
170 |
|
|
171 1998-12-21 Bart Veer <bartv@cygnus.co.uk> |
|
|
172 |
|
|
173 * include/cyg_type.h: |
|
|
174 Allow for platforms where pointers are not 32 bits wide. |
|
|
175 |
|
|
176 1998-12-16 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
177 |
|
|
178 * include/testcase.h (cyg_test_is_simulator): |
|
|
179 * src/tcdiag.cxx (cyg_test_is_simulator): |
|
|
180 Change the type to int so that all gdb's understand it. |
|
|
181 (it was impossible to assign to from the prompt as a bool) |
|
|
182 |
|
|
183 1998-12-09 Bart Veer <bartv@cygnus.co.uk> |
|
|
184 |
|
|
185 * include/testcase.h: |
|
|
186 Hide a __noreturn__ attribute inside a macro so that the |
|
|
187 header file can be used for host-side code. |
|
|
188 |
|
|
189 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> |
|
|
190 |
|
|
191 * src/memset.c (_memset): Use type casted pointer to avoid |
|
|
192 compiler warning. |
|
|
193 |
|
|
194 Mon Oct 26 21:20:13 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
195 |
|
|
196 * src/buffer.cxx: |
|
|
197 Make write_thread_id() conditional on CYGDBG_USE_ASSERTS as that's |
|
|
198 the only time it is used. This silences a compiler warning |
|
|
199 |
|
0
|
200 Mon Oct 26 19:40:48 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
201 |
|
|
202 * src/memset.c, src/memcpy.c: |
|
|
203 Conditionalise out all tracing for now |
|
|
204 Fix for PR 17996 |
|
|
205 |
|
|
206 Fri Oct 23 05:42:36 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
207 |
|
|
208 * include/cyg_ass.h (CYGASSERT_docall): |
|
|
209 Make a dummy reference to _msg_ argument when |
|
|
210 CYGDBG_INFRA_DEBUG_ASSERT_MESSAGE is disabled, otherwise we may get |
|
|
211 "unused variable" warnings |
|
|
212 Fix for PR 17889 |
|
|
213 |
|
|
214 1998-10-22 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
215 |
|
|
216 * src/buffer.cxx (increment_buffer_pos): |
|
|
217 Use the correctly named print_trace_buffer() rather than some |
|
|
218 typo/globaleditto. |
|
|
219 (cyg_trace_dump): only refer to thread->get_saved_context() if |
|
|
220 CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT is defined. |
|
|
221 |
|
|
222 1998-10-22 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
223 |
|
|
224 * src/buffer.cxx (write_thread_id): |
|
|
225 Make get_tid() be there when used. |
|
|
226 |
|
|
227 * include/pkgconf/infra.h: |
|
|
228 Only enable all the buffered tracing stuff if USE_TRACING is |
|
|
229 selected; otherwise link errors ensue if only USE_ASSERTS is |
|
|
230 enabled. |
|
|
231 |
|
|
232 1998-10-22 Jesper Skov <jskov@cygnus.co.uk> |
|
|
233 PR 17914 |
|
|
234 |
|
|
235 * src/simple.cxx (CYG_NO_THREADID): Set if there is no Kernel |
|
|
236 support. |
|
|
237 |
|
|
238 1998-10-20 Nick Garnett <nickg@cygnus.co.uk> |
|
|
239 |
|
|
240 * src/null.cxx: |
|
|
241 Removed fix for PR 17471 since the required macros have been moved |
|
|
242 to cyg_type.h. |
|
|
243 |
|
|
244 * include/diag.h (diag_printf): |
|
|
245 * src/diag.c (diag_printf): |
|
|
246 Made use of variadic arguments optional in this function. |
|
|
247 |
|
|
248 * include/pkgconf/infra.h: |
|
|
249 Added configury to support buffered tracing. |
|
|
250 |
|
|
251 * src/fancy.cxx (trim_func): |
|
|
252 Fixed fencepost bug. |
|
|
253 |
|
|
254 * src/PKGconf.mak: |
|
|
255 * src/buffer.cxx: |
|
|
256 Added buffer.cxx to implement buffered trace log. |
|
|
257 |
|
|
258 Thu Oct 15 21:27:23 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
259 |
|
|
260 * src/delete.cxx, src/memcpy.c, src/memset.c: |
|
|
261 Moved here from ecc/kernel/current/src/common, as they should |
|
|
262 be present even if the kernel is disabled |
|
|
263 |
|
|
264 * include/pkgconf/infra.h: |
|
|
265 Add new config options CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMCPY |
|
|
266 and CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMSET to support the |
|
|
267 functionality available in memcpy.c and memset.c |
|
|
268 |
|
|
269 * src/PKGconf.mak: |
|
|
270 build above new files |
|
|
271 |
|
|
272 Above changes are required for PR 17229 |
|
|
273 |
|
|
274 1998-10-14 Nick Garnett <nickg@cygnus.co.uk> |
|
|
275 |
|
|
276 * include/cyg_type.h: |
|
|
277 Moved CYG_LABEL_NAME() macro here from ktypes.h. |
|
|
278 |
|
|
279 Wed Oct 14 17:10:12 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
280 |
|
|
281 * src/diag.c: |
|
|
282 Change warning message from previous change to match compiler |
|
|
283 output exactly |
|
|
284 |
|
|
285 Tue Oct 13 17:23:37 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
286 |
|
|
287 * src/diag.c: |
|
|
288 Output another warning so that people know that diag.c produces |
|
|
289 a warning |
|
|
290 Reformat to 76 columns |
|
|
291 Change args of diag_printf to be ANSI-style, not K&R to |
|
|
292 silence warning |
|
|
293 |
|
|
294 1998-09-25 Bart Veer <bartv@cygnus.co.uk> |
|
|
295 |
|
|
296 * src/null.cxx: |
|
|
297 PR 17471: null.cxx relies on the macro CYG_LABEL_NAME(), which on |
|
|
298 the mn10300 is defined only if <cyg/kernel/ktypes.h> is included. |
|
|
299 As a temporary fix this header file is now always included. In the |
|
|
300 medium term there will have to be proper fixes to ktypes.h and to |
|
|
301 cyg_type.h |
|
|
302 |
|
|
303 Wed Sep 16 03:42:16 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
304 |
|
|
305 * src/startup.cxx, src/dummyxxmain.cxx: |
|
|
306 Move __main() to a separate dummyxxmain.cxx source file to resolve |
|
|
307 linking bogosities on some targets |
|
|
308 Fix for PR 17279 - kudos to Tim Goodwin really |
|
|
309 |
|
|
310 * src/PKGconf.mak: |
|
|
311 Build src/dummyxxmain.cxx |
|
|
312 |
|
|
313 Tue Sep 15 19:14:33 1998 David Moore <dsm@keema.cygnus.co.uk> |
|
|
314 |
|
|
315 * include/pkgconf/infra.h: Cleaned up comments. |
|
|
316 |
|
|
317 Tue Sep 15 14:34:34 1998 David Moore <dsm@cygnus.co.uk> |
|
|
318 |
|
|
319 * src/startup.cxx: |
|
|
320 * include/cyg_type.h: |
|
|
321 CYGBLD_ATTRIB_WEAK moved from src/startup.cxx to |
|
|
322 include/cyg_type.h |
|
|
323 |
|
|
324 Tue Sep 15 12:26:36 1998 Jonathan Larmour <jlarmour@peshwari.cygnus.co.uk> |
|
|
325 |
|
|
326 * src/null.cxx, src/simple.cxx, src/fancy.cxx: |
|
|
327 Change cyg_check_data_ptr() to not compare with _end symbol from |
|
|
328 linker scripts as this is a bogus thing to do when starting in |
|
|
329 ROM. Some better magic can be done later with the memory layout |
|
|
330 tool. |
|
|
331 |
|
|
332 * src/simple.cxx (cyg_assert_fail), |
|
|
333 src/fancy.cxx (cyg_assert_fail): |
|
|
334 If an assert is thrown, loop forever no matter what the platform |
|
|
335 rather than resetting the jmr board. |
|
|
336 |
|
|
337 Fri Sep 11 12:52:59 1998 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
338 |
|
|
339 * src/tcdiag.cxx: |
|
|
340 * src/diag.c: |
|
|
341 Remove dependencies on the kernel: |
|
|
342 o types are available from here, infra. |
|
|
343 o Diag and its mates are here and the HAL. |
|
|
344 |
|
|
345 Thu Sep 10 21:59:09 1998 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
346 |
|
|
347 * src/fancy.cxx: |
|
|
348 * src/simple.cxx: |
|
|
349 * src/null.cxx: |
|
|
350 Remove dependencies on the kernel: |
|
|
351 o interrupt stuff is available from the HAL. |
|
|
352 o types are available from here, infra. |
|
|
353 o Diag and its mates are here and the HAL. |
|
|
354 o Only consider printing thread information if there is a kernel. |
|
|
355 |
|
|
356 Thu Sep 10 21:29:55 1998 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
357 |
|
|
358 * include/pkgconf/infra.h: |
|
|
359 Fix CDL descriptions (mainly) resulting from review of |
|
|
360 configury here. |
|
|
361 |
|
|
362 Thu Sep 10 17:38:00 1998 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
363 |
|
|
364 * src/null.cxx: |
|
|
365 Add an empty cyg_assert_fail() if not CYGDBG_USE_ASSERTS, so that |
|
|
366 clib's assert() can use it, in common with but regardless of the |
|
|
367 internal assert setup. Of course if internal asserts are used, |
|
|
368 the same routine is used. |
|
|
369 |
|
|
370 Thu Sep 3 19:05:29 1998 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
371 |
|
|
372 * src/startup.cxx (__main): |
|
|
373 ...and its mates. Correct the bad usage of the tracing macros - a |
|
|
374 type was implied when the type was void, so an assert fires. |
|
|
375 |
|
|
376 * include/diag.h (diag_printf): |
|
|
377 Remove 'useful' prototype; this function deliberately has a K&R |
|
|
378 prototype to avoid having to use varargs, or pad arglists or |
|
|
379 anything grody like that. Comment to that effect added too. |
|
|
380 |
|
|
381 * src/fancy.cxx: |
|
|
382 Condition out routines which are only used by tracing system; |
|
|
383 prevent warnings. Also changed the default widths setup to |
|
|
384 something more suitable to our long function names; viewing on |
|
|
385 about a 200 column screen recommended - or use 'simple' instead. |
|
|
386 |
|
|
387 Tue Sep 1 19:09:39 1998 Hugo Tyson <hmt@masala.cygnus.co.uk> |
|
|
388 |
|
|
389 * include/pkgconf/infra.h: |
|
|
390 Fancy tracing by default, as I've been requested. |
|
|
391 Move definition (or not) of CYGDBG_INFRA_DIAG_USE_DEVICE from the |
|
|
392 kernel, correcting the symbol construction as we go. |
|
|
393 |
|
|
394 * include/cyg_type.h: |
|
|
395 Correct multiple-inclusion protection, remove |
|
|
396 <dollar>Version<Dollar> nonsense, correct Usage: field, put in |
|
|
397 definition of CYGBLD_NORET. |
|
|
398 |
|
|
399 * include/cyg_ass.h: |
|
|
400 Correct Usage: field, remove definition of CYGDBG_NORET, correct |
|
|
401 definition of cyg_assert_fail to use CYGBLD_NORET as intended. |
|
|
402 |
|
|
403 * include/cyg_trac.h: |
|
|
404 Tidy up comments. |
|
|
405 |
|
|
406 * src/PKGconf.mak (COMPILE): |
|
|
407 Added all the new units below. |
|
|
408 |
|
|
409 * src/fancy.cxx: |
|
|
410 * src/simple.cxx: |
|
|
411 * src/null.cxx: |
|
|
412 Moved here from the kernel; comments changed accordingly. |
|
|
413 |
|
|
414 * src/tcdiag.cxx: |
|
|
415 * include/diag.h: |
|
|
416 * src/diag.c: |
|
|
417 Moved here from the kernel; comments changed accordingly. |
|
|
418 Also use config symbol CYGDBG_INFRA_DIAG_USE_DEVICE rather than |
|
|
419 (badly named) CYG_DIAG_USE_DEVICE. |
|
|
420 |
|
|
421 Fri Aug 28 15:22:16 1998 Hugo Tyson <hmt@cygnus.co.uk> |
|
|
422 |
|
|
423 * include/pkgconf/infra.h: |
|
|
424 Add lots of lovely cdl comments and new, correct, names for the |
|
|
425 config options themselves. |
|
|
426 * include/cyg_trac.h: |
|
|
427 * include/cyg_ass.h: |
|
|
428 Use the newly named options. |
|
|
429 |
|
|
430 [KERNEL] see also changes to src/trace/{fancy,null,simple}.cxx |
|
|
431 which should soon move into this package instead. |
|
|
432 |
|
|
433 Fri Aug 28 09:57:21 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
434 |
|
|
435 * include/pkgconf/infra.h: |
|
|
436 Add CYGSEM_START_ISO_C_COMPATIBILITY and |
|
|
437 CYGSEM_START_UITRON_COMPATIBILITY options, along with some comment. |
|
|
438 |
|
|
439 * src/PKGconf.mak, src/startup.cxx: |
|
|
440 Add these two files for the new file startup.cxx that provides the |
|
|
441 generic startup mechanism, using new cyg_start() functions. This |
|
|
442 is to remove the dependency on main(), which is defined in ISO and |
|
|
443 POSIX as having certain properties we wouldn't be able to give it |
|
|
444 otherwise. |
|
|
445 |
|
|
446 Tue Aug 25 11:47:58 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
447 |
|
|
448 * src/startup.cxx: |
|
|
449 Add this to provide new startup method |
|
|
450 |
|
|
451 1998-08-20 Nick Garnett <nickg@cygnus.co.uk> |
|
|
452 |
|
|
453 * include/cyg_type.h: |
|
|
454 Moved constructor priority ordering stuff here from |
|
|
455 kernel/ktypes.h. |
|
|
456 |
|
|
457 //=========================================================================== |
|
|
458 //####COPYRIGHTBEGIN#### |
|
|
459 // |
|
|
460 // ------------------------------------------- |
|
|
461 // The contents of this file are subject to the Cygnus eCos Public License |
|
|
462 // Version 1.0 (the "License"); you may not use this file except in |
|
|
463 // compliance with the License. You may obtain a copy of the License at |
|
|
464 // http://sourceware.cygnus.com/ecos |
|
|
465 // |
|
|
466 // Software distributed under the License is distributed on an "AS IS" |
|
|
467 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
|
468 // License for the specific language governing rights and limitations under |
|
|
469 // the License. |
|
|
470 // |
|
|
471 // The Original Code is eCos - Embedded Cygnus Operating System, released |
|
|
472 // September 30, 1998. |
|
|
473 // |
|
|
474 // The Initial Developer of the Original Code is Cygnus. Portions created |
|
2
|
475 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
|
0
|
476 // ------------------------------------------- |
|
|
477 // |
|
|
478 //####COPYRIGHTEND#### |
|
|
479 //=========================================================================== |
|
|
480 |
|
|
481 |
|
|
482 |