comparison packages/language/c/libc/startup/current/ChangeLog @ 147:d397fc472bcf

Merge from eCos master repository on 2001-01-05-06:43:02-GMT
author jlarmour
date Fri, 05 Jan 2001 17:12:36 +0000
parents 0c2b7be0d798
children 678094f34118
comparison
equal deleted inserted replaced
146:bd918119cf0b 147:d397fc472bcf
1 2000-12-22 Jonathan Larmour <jlarmour@redhat.com>
2
3 * cdl/startup.cdl: Allow others to say whether main() can be invoked
4 elsewhere.
5 Use defaults for startup context implementor using above interface
6 rather than POSIX pthread package.
7 Allow main() stack to be visible for other implementors, except
8 when called from the init context since the stack size isn't used
9 there, or when the implementation says it doesn't use it.
10 Define an interface to express that the stack size option
11 isn't used in such cases.
12
1 2000-10-12 Jonathan Larmour <jlarmour@redhat.com> 13 2000-10-12 Jonathan Larmour <jlarmour@redhat.com>
2 14
3 * cdl/startup.cdl (CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS): 15 * cdl/startup.cdl (CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS):
4 Special case for POSIX package startup since we know it calls 16 Special case for POSIX package startup since we know it calls
5 cyg_libc_invoke_main() rather than main directly. 17 cyg_libc_invoke_main() rather than main directly.