Mercurial > ecos
annotate packages/hal/common/current/ChangeLog @ 4:1d7f19c9e4d1 ecos-sw-1999-05-11
Merge from eCos master repository on 1999-05-11-21:11:10-BST
| author | jlarmour |
|---|---|
| date | Tue, 11 May 1999 14:07:25 +0000 |
| parents | 443894e2e912 |
| children | d376b777e2ce |
| rev | line source |
|---|---|
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
1 1999-04-28 Bart Veer <bartv@cygnus.co.uk> |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
2 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
3 * src/PKGconf.mak: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
4 Use the new rules for generating libextras.a |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
5 |
| 2 | 6 1999-04-27 Jesper Skov <jskov@cygnus.co.uk> |
| 7 | |
| 8 * include/pkgconf/hal.h: GDB_BREAK support now available for ARM | |
| 9 targets. | |
| 10 1999-04-16 Bart Veer <bartv@cygnus.co.uk> | |
| 11 | |
| 12 * src/PKGconf.mak: | |
| 13 * src/dummy.c: | |
| 14 New file that can always be added to libextras.a without | |
| 15 affecting image sizes. | |
| 16 | |
| 17 1999-04-14 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 18 | |
| 19 * include/hal_stub.h: | |
| 20 Make sure all functions have C linkage even in C++ | |
| 21 | |
| 22 1999-04-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 23 PR 19845 | |
| 24 * src/generic-stub.c (__process_packet): Reset _register pointer | |
| 25 to the exception state before attempting to set up single-step | |
| 26 magic. | |
| 27 | |
| 28 1999-04-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 29 | |
| 30 * include/hal_stub.h: Added declaration for __stub_copy_registers. | |
| 31 | |
| 32 1999-04-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 33 | |
| 34 * src/hal_stub.c: Use HAL_xCACHE_IS_ENABLED if defined. | |
| 35 | |
| 36 1999-04-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 37 | |
| 38 * src/hal_stub.c: | |
| 39 Moved get_register and put_register here. Made them access the | |
| 40 currently selected register set. | |
| 41 | |
| 42 1999-03-22 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 43 | |
| 44 * include/dbg-threads-api.h: Update copyright | |
| 45 | |
| 46 * src/generic-stub.c: Change Cygnus Support->Cygnus Solutions | |
| 47 | |
| 48 * src/thread-packets.c: Update copyright | |
| 49 | |
| 50 * src/thread-pkts.h: Update copyright | |
| 51 | |
| 52 1999-03-19 Nick Garnett <nickg@cygnus.co.uk> | |
| 53 | |
| 54 * tests/cache.c: Added interrupt disable and enable to cache state | |
| 55 change blocks, in line with similar changes to kcache1. | |
| 56 | |
| 57 1999-03-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 58 | |
| 59 * src/hal_stub.c (hal_output_gdb_string): Use disable/restore | |
| 60 macros to make sure it works even when interruptible() is a NOP | |
| 61 function. | |
| 62 | |
| 63 1999-03-10 Nick Garnett <nickg@cygnus.co.uk> | |
| 64 | |
| 65 * include/pkgconf/hal.h: | |
| 66 Changed include of hal_tx39_jmr3904.h to hal_tx39.h. | |
| 67 | |
| 68 1999-03-05 Nick Garnett <nickg@cygnus.co.uk> | |
| 69 | |
| 70 * include/drv_api.h: | |
| 71 * src/drv_api.c: | |
| 72 Fixed some typos in non-kernel configuration support. | |
| 73 | |
| 74 1999-03-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 75 PR 19367 | |
| 76 * include/pkgconf/hal.h: Exclude GDB stubs on sparc. | |
| 77 | |
| 78 1999-02-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 79 | |
| 80 * src/generic-stub.c: | |
| 81 * include/generic-stub.h: | |
| 82 Added binary download patches from libstub. | |
| 83 | |
| 84 1999-02-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 85 | |
| 86 * include/drv_api.h: | |
| 87 * src/drv_api.c: | |
| 88 Added these files to define driver API. | |
| 89 | |
| 90 1999-02-23 Nick Garnett <nickg@cygnus.co.uk> | |
| 91 | |
| 92 * include/pkgconf/hal.h: | |
| 93 Added include of <pkgconf/hal_tx39_jmr3904.h> to get TX39 speed | |
| 94 configuration options. | |
| 95 | |
| 96 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 97 | |
| 98 * tests/intr.c: | |
| 99 Rename CYGNUM_VECTOR_RTC -> CYGNUM_HAL_INTERRUPT_RTC in line with | |
| 100 HAL changes | |
| 101 | |
| 102 1999-02-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 103 | |
| 104 * src/hal_stub.c: | |
| 105 * src/generic-stub.c (__handle_exception): | |
| 106 Only include cyg_hal_gdb_break magic when stub is configured to | |
| 107 handle GDB BREAK signals. | |
| 108 | |
| 109 1999-02-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 110 | |
| 111 * src/generic-stub.c (__handle_exception): Moved special signal | |
| 112 handling here to avoid duplication for all architectures. | |
| 113 | |
| 114 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 115 | |
| 116 * src/stubrom/stubrom.c: Changed set_debug_traps to initialize_stub. | |
| 117 | |
| 118 * include/hal_stub.h: [added] | |
| 119 * include/generic-stub.h: | |
| 120 * src/hal_stub.c: [added] | |
| 121 * src/board.h: [added] | |
| 122 * src/thread-pkts.h: | |
| 123 * src/thread-packets.c: | |
| 124 * src/generic-stub.c: | |
| 125 * src/PKGconf.mak: | |
| 126 Merged in latest libstub changes. Moved most eCos specific changes | |
| 127 into hal_stub.[ch], reducing effort required for further | |
| 128 merging/integration. | |
| 129 | |
| 130 1999-02-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 131 | |
| 132 * include/pkgconf/hal.h: Cleaned up the MPC8xx configuration. | |
| 133 | |
| 134 1999-01-29 Jesper Skov <jskov@cygnus.co.uk> | |
| 135 | |
| 136 * include/pkgconf/hal.h: Added simple MPC8xx configuration. | |
| 137 | |
| 138 | |
| 139 1999-01-26 Hugo Tyson <hmt@cygnus.co.uk> | |
| 140 | |
| 141 * tests/cache.c (time0): Waste much less time if running in a | |
| 142 simulator. Do only 40 loops instead of 4000. | |
| 143 In consequence the nasty meddling with MAX_STRIDE depending on | |
| 144 HAL_xxx_SIM package definitions can go. | |
| 145 | |
| 146 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 147 | |
| 148 * include/pkgconf/hal.h: Renamed CYG_HAL_POWERPC_FADS to | |
| 149 CYGPKG_HAL_POWERPC_FADS. | |
| 150 | |
| 151 1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 152 | |
| 153 * include/pkgconf/hal.h: | |
| 154 Tidy up and update description | |
| 155 Add new CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG option to allow default | |
| 156 priority static constructors to be deferred | |
| 157 Remove all traces of non-CYG_KERNEL_USE_INIT_PRIORITY code | |
| 158 | |
| 159 1999-01-21 Jesper Skov <jskov@cygnus.co.uk> | |
| 160 Merge with FADS branch. | |
| 161 | |
| 162 1998-12-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 163 | |
| 164 * include/pkgconf/hal.h: Don't allow GDB BREAK support on FADS. | |
| 165 Define _MPC860, not _MP860. | |
| 166 | |
| 167 1998-12-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 168 | |
| 169 * include/pkgconf/hal.h: | |
| 170 Added FADS entry from Kevin Hester <KHester@opticworks.com>. | |
| 171 | |
| 172 1999-01-19 Hugo Tyson <hmt@cygnus.co.uk> | |
| 173 | |
| 174 * include/pkgconf/hal.h: | |
| 175 Add CYG_KERNEL_USE_INIT_PRIORITY for SPARCLITE. | |
| 176 | |
| 177 | |
| 178 1999-01-18 Jesper Skov <jskov@cygnus.co.uk> | |
| 179 PR 18823 | |
| 180 * include/pkgconf/hal.h: Don't allow GDB stubs to be configured | |
| 181 for Linux target. | |
| 182 | |
| 183 1999-01-18 Jesper Skov <jskov@cygnus.co.uk> | |
| 184 PR 18822 | |
| 185 * include/pkgconf/hal.h: GDB_BREAK support not available for ARM | |
| 186 targets. | |
| 187 | |
| 188 1999-01-14 Gary Thomas <gthomas@cygnus.co.uk> | |
| 189 | |
| 190 * src/stubrom/PKGconf.mak: Rename 'TESTS' to 'PROGS' due to | |
| 191 changes in 'makrules.prv'. | |
| 192 | |
| 193 1999-01-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 194 | |
| 195 * src/stubrom/stubrom.c (cyg_start): Fix compiler warning. | |
| 196 | |
| 197 * include/dbg-threads-api.h: Include cyg_type.h to get externC | |
| 198 definition. | |
| 199 | |
| 200 1999-01-14 Nick Garnett <nickg@cygnus.co.uk> | |
| 201 | |
| 202 * include/dbg-threads-api.h: Added prototype for dbg_scheduler(). | |
| 203 | |
| 204 1999-01-13 Gary Thomas <gthomas@cygnus.co.uk> | |
| 205 | |
| 206 * src/generic-stub.c (__output_hex_value): Change buffer size | |
| 207 [2048 was rather large] and make stack based. Also don't | |
| 208 allow for string to exceed buffer. | |
| 209 | |
| 210 1999-01-13 Jesper Skov <jskov@cygnus.co.uk> | |
| 211 | |
| 212 * src/generic-stub.c (strcpy): Terminate copied string. | |
| 213 | |
| 214 1999-01-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 215 | |
| 216 * tests/intr.c (CYGNUM_KERNEL_COUNTERS_RTC_PERIOD): Added RTC data | |
| 217 for Linux. | |
| 218 | |
| 219 Wed Dec 9 14:07:30 GMT 1998 Chris Provenzano <proven@cygnus.com> | |
| 220 | |
| 221 * include/pkgconf/hal.h: Compile the i386 linux target with | |
| 222 CYG_KERNEL_USE_INIT_PRIORITY defined. | |
| 223 | |
| 224 | |
| 225 1999-01-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 226 | |
| 227 * src/generic-stub.c (interruptible): Cleaned up a bit. | |
| 228 | |
| 229 1999-01-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 230 PR 18572 | |
| 231 | |
| 232 * tests/cache.c: Purge data cache before invalidating it. | |
| 233 | |
| 234 1998-12-09 Gary Thomas <gthomas@cygnus.co.uk> | |
| 235 | |
| 236 * src/generic-stub.c: Better handling of errors while stubs | |
| 237 are accessing memory on behalf of GDB. Requires support for | |
| 238 GCC 'computed goto label' in top-level exception handler. | |
| 239 | |
| 240 1998-12-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 241 | |
| 242 * include/pkgconf/hal.h: Removed the | |
| 243 CYGARC_HAL_COMMON_EXPORT_CPU_MACROS option. Causing failures in | |
| 244 permutation tests. | |
| 245 | |
| 246 1998-12-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 247 | |
| 248 * src/generic-stub.c (process_exception): Send an acknowledge char | |
| 249 on first entry so GDB doesn't timeout before resending its initial | |
| 250 packet. | |
| 251 | |
| 252 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 253 | |
| 254 * include/pkgconf/hal.h: Added | |
| 255 CYGARC_HAL_COMMON_EXPORT_CPU_MACROS. | |
| 256 | |
| 257 1998-11-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 258 | |
| 259 * tests/cache.c: Only run with stride 1 on SIMs. | |
| 260 | |
| 261 1998-11-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 262 | |
| 263 * include/pkgconf/hal.h: Define SIM as a 603 CPU. | |
| 264 | |
| 265 1998-11-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 266 | |
| 267 * tests/intr.c: | |
| 268 Make the test do nothing if kernel real-time clock is enabled. | |
| 269 Added different timer constants for PPC SIM and HW. | |
| 270 | |
| 271 1998-11-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 272 | |
| 273 * tests/intr.c: | |
| 274 * include/pkgconf/hal.h: | |
| 275 Renamed CYG_HAL_POWERPC_MP860 to CYG_HAL_POWERPC_MPC860. | |
| 276 | |
| 277 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 278 | |
| 279 * include/pkgconf/hal.h: Made CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT a | |
| 280 sub-option of CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS. | |
| 281 | |
| 282 1998-11-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 283 | |
| 284 * include/pkgconf/hal.h: Allow GDB stubs to be configured for | |
| 285 MN10300 HW. Allow GDB_BREAK for all but tx39. | |
| 286 | |
| 287 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 288 | |
| 289 * include/pkgconf/hal.h: Made CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT a | |
| 290 sub-option of CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS. | |
| 291 | |
| 292 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 293 | |
| 294 * src/generic-stub.c (process_packet): Flush D cache before | |
| 295 invalidating I cache. | |
| 296 | |
| 297 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 298 | |
| 299 * src/generic-stub.c (__handle_exception): Check for breakpoints | |
| 300 set by GDB interrupt handler. | |
| 301 | |
| 0 | 302 1998-10-25 Jesper Skov <jskov@cygnus.co.uk> |
| 303 | |
| 304 * src/thread-packets.c: Fixed closing #endif comment. | |
| 305 | |
| 306 * src/generic-stub.c: Fixed closing #endif comment. | |
| 307 | |
| 308 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 309 | |
| 310 * src/hal_common.c: Removed. We can't use weak default functions | |
| 311 when they may conflict with strong functions in the library. | |
| 312 | |
| 313 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 314 | |
| 315 * include/generic-stub.h: Added __interruptible_control. | |
| 316 | |
| 317 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 318 PR 17460, PR 17913 | |
| 319 | |
| 320 * include/pkgconf/hal.h: Let HAL exception support require Kernel | |
| 321 exception support. | |
| 322 | |
| 323 1998-10-21 Jesper Skov <jskov@cygnus.co.uk> | |
| 324 PR 17842 | |
| 325 | |
| 326 * include/pkgconf/hal.h: Let HAL GDB thread support require Kernel | |
| 327 GDB thread support. | |
| 328 | |
| 329 1998-10-20 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 330 PR 17460 | |
| 331 | |
| 332 * src/hal_common.c: Added. Includes a weak handle_exception | |
| 333 definition. | |
| 334 | |
| 335 1998-10-20 Jesper Skov <jskov@cygnus.co.uk> | |
| 336 PR 17885, 17880, 17841 | |
| 337 | |
| 338 * include/pkgconf/hal.h: Don't allow GDB stubs to be configured | |
| 339 for SIMs or MN10300. | |
| 340 | |
| 341 1998-10-19 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 342 | |
| 343 * src/thread-packets.c: Sync'd with libstub source. | |
| 344 | |
| 345 1998-10-16 Bart Veer <bartv@cygnus.co.uk> | |
| 346 | |
| 347 * include/pkgconf/hal.h (CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE): | |
| 348 Added new configuration option for interrupt stack size. | |
| 349 | |
| 350 Thu Oct 15 21:25:55 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 351 | |
| 352 * include/pkgconf/hal.h: | |
| 353 Make CYGFUN_HAL_COMMON_KERNEL_SUPPORT require the kernel, as it | |
| 354 is enabling this is eCos-kernel specific, and relies on | |
| 355 configuration options defined only in the kernel | |
| 356 Required for PR 17229 | |
| 357 | |
| 358 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 359 | |
| 360 * include/pkgconf/hal.h (CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT): | |
| 361 Added config option. | |
| 362 | |
| 363 1998-10-14 Nick Garnett <nickg@cygnus.co.uk> | |
| 364 | |
| 365 * include/pkgconf/hal.h: | |
| 366 Move some configury from kernel.h to here. Particularly the | |
| 367 support for GDB stubs. | |
| 368 | |
| 369 * tests/cache.c: | |
| 370 * tests/context.c: | |
| 371 * tests/intr.c: | |
| 372 * tests/PKGconf.mak: | |
| 373 New directory of HAL-only test programs. Currently contains some | |
| 374 very basic test programs. | |
| 375 | |
| 376 * include/generic-stub.h: | |
| 377 * include/dbg-threads-api.h: | |
| 378 * src/generic-stub.c: | |
| 379 * src/thread-packets.c: | |
| 380 * src/thread-pkts.h: | |
| 381 * src/stubrom/PKGconf.mak: | |
| 382 * src/stubrom/stubrom.c: | |
| 383 Moved these files here from kernel. | |
| 384 | |
| 385 1998-10-08 Gary Thomas <gthomas@penang.cygnus.co.uk> | |
| 386 | |
| 387 * include/pkgconf/hal.h: | |
| 388 Add support for new architecture. | |
| 389 | |
| 390 1998-09-23 Nick Garnett <nickg@cygnus.co.uk> | |
| 391 | |
| 392 * include/pkgconf/hal.h: | |
| 393 Switched TX39 over to using CYGMON from GDB stubs. | |
| 394 | |
| 395 Tue Sep 15 19:13:04 1998 David Moore <dsm@keema.cygnus.co.uk> | |
| 396 | |
| 397 * include/pkgconf/hal.h: Cleaned up comments. | |
| 398 | |
| 399 Mon Sep 14 11:08:26 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 400 PR 17230 | |
| 401 | |
| 402 * include/pkgconf/hal.h: Added IMP_HAL_COMMON_INTERRUPTS_CHAIN | |
| 403 option. | |
| 404 | |
| 405 1998-09-14 Bart Veer <bartv@cygnus.co.uk> | |
| 406 | |
| 407 * include/pkgconf/hal.h: | |
| 408 Fixed typo in description. | |
| 409 | |
| 410 1998-09-12 Bart Veer <bartv@cygnus.co.uk> | |
| 411 | |
| 412 * include/pkgconf/hal.h: | |
| 413 Sort out exception handling options (PR 16953) | |
| 414 Added missing descriptions (PR 17184) | |
| 415 | |
| 416 Tue Sep 8 17:16:39 1998 Hugo Tyson <hmt@cygnus.co.uk> | |
| 417 | |
| 418 * include/pkgconf/hal.h: | |
| 419 Elide some spurious redefines of CYG_HAL_MN10300_STDEVAL1 and | |
| 420 CYG_HAL_MN10300_SIM within ifdefs conditioned on same. | |
| 421 | |
| 422 1998-09-03 Bart Veer <bartv@cygnus.co.uk> | |
| 423 | |
| 424 * include/pkgconf/hal.h: | |
| 425 CYGPKG_HAL_COMMON is now a component, not a package. | |
| 426 | |
| 427 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 428 | |
| 429 * include/pkgconf/hal.h: | |
| 430 Moved target and platform specific configuration data to | |
| 431 the appropriate packages. | |
| 432 | |
| 433 Symbols identifying the target hardware should be just defined, | |
| 434 not given a value, as per the coding standards. | |
| 435 | |
| 436 Mon Aug 31 09:16:08 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 437 | |
| 438 * include/pkgconf/hal.h: Added INIT_PRIORITY default setting for | |
| 439 powerpc. | |
| 440 | |
| 441 1998-08-28 Bart Veer <bartv@cygnus.co.uk> | |
| 442 | |
| 443 * include/pkgconf/hal.h: | |
| 444 Added configuration data. | |
| 445 | |
| 446 1998-08-20 Nick Garnett <nickg@cygnus.co.uk> | |
| 447 | |
| 448 * include/pkgconf/hal.h: | |
| 449 Moved definition of CYG_KERNEL_USE_INIT_PRIORITY here from | |
| 450 kernel.h. | |
| 451 | |
| 452 1998-08-18 Nick Garnett <nickg@cygnus.co.uk> | |
| 453 | |
| 454 * include/pkgconf/hal.h: | |
| 455 Created this file to contain HAL config options. | |
| 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 //=========================================================================== |
