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