1 |
27 |
unneback |
2003-02-24 Jonathan Larmour
|
2 |
|
|
|
3 |
|
|
* cdl/startup.cdl: Fix doc link.
|
4 |
|
|
|
5 |
|
|
2002-04-09 Jonathan Larmour
|
6 |
|
|
|
7 |
|
|
* src/_exit.cxx (_exit): Assert on non-zero error.
|
8 |
|
|
|
9 |
|
|
2001-10-09 Jonathan Larmour
|
10 |
|
|
|
11 |
|
|
* src/invokemain.cxx (cyg_libc_invoke_main): CYGINT_ISO_PTHREAD_IMPL
|
12 |
|
|
needs #ifdef not #if now.
|
13 |
|
|
|
14 |
|
|
2000-12-22 Jonathan Larmour
|
15 |
|
|
|
16 |
|
|
* cdl/startup.cdl: Allow others to say whether main() can be invoked
|
17 |
|
|
elsewhere.
|
18 |
|
|
Use defaults for startup context implementor using above interface
|
19 |
|
|
rather than POSIX pthread package.
|
20 |
|
|
Allow main() stack to be visible for other implementors, except
|
21 |
|
|
when called from the init context since the stack size isn't used
|
22 |
|
|
there, or when the implementation says it doesn't use it.
|
23 |
|
|
Define an interface to express that the stack size option
|
24 |
|
|
isn't used in such cases.
|
25 |
|
|
|
26 |
|
|
2000-10-12 Jonathan Larmour
|
27 |
|
|
|
28 |
|
|
* cdl/startup.cdl (CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS):
|
29 |
|
|
Special case for POSIX package startup since we know it calls
|
30 |
|
|
cyg_libc_invoke_main() rather than main directly.
|
31 |
|
|
|
32 |
|
|
2000-08-07 Jonathan Larmour
|
33 |
|
|
|
34 |
|
|
* src/invokemain.cxx: Declare cyg_hal_stop_constructors
|
35 |
|
|
|
36 |
|
|
2000-07-31 Jonathan Larmour
|
37 |
|
|
|
38 |
|
|
* src/cstartup.cxx: Fix typo
|
39 |
|
|
|
40 |
|
|
2000-07-19 Jonathan Larmour
|
41 |
|
|
|
42 |
|
|
* cdl/startup.cdl:
|
43 |
|
|
Make a "radio button" choice between how main() gets invoked (eCos
|
44 |
|
|
thread vs. cyg_user_start vs. someone else doing it)
|
45 |
|
|
|
46 |
|
|
* src/mainthread.cxx: Move cyg_libc_dummy_constructor_class to
|
47 |
|
|
src/invokemain.cxx
|
48 |
|
|
|
49 |
|
|
* src/invokemain.cxx: Invoke pthread_exit() instead of exit() if
|
50 |
|
|
relevant
|
51 |
|
|
|
52 |
|
|
* src/cstartup.cxx:
|
53 |
|
|
Only fiddle with cyg_user_start() if
|
54 |
|
|
CYGSEM_LIBC_STARTUP_MAIN_INITCONTEXT defined
|
55 |
|
|
|
56 |
|
|
2000-07-04 Jonathan Larmour
|
57 |
|
|
|
58 |
|
|
* src/abort.cxx: Fix configuration dependency on CYGINT_ISO_SIGNAL_IMPL
|
59 |
|
|
|
60 |
|
|
2000-05-20 Jonathan Larmour
|
61 |
|
|
|
62 |
|
|
* cdl/startup.cdl (CYGSEM_LIBC_EXIT_STOPS_SYSTEM):
|
63 |
|
|
default to 0 always
|
64 |
|
|
|
65 |
|
|
2000-05-02 Jonathan Larmour
|
66 |
|
|
|
67 |
|
|
* New package
|
68 |
|
|
Separated original libc out into separate packages on functional
|
69 |
|
|
boundaries.
|
70 |
|
|
Header files are now managed by isoinfra package
|
71 |
|
|
Plenty of cleanups done, but no major functionality changes
|
72 |
|
|
|
73 |
|
|
//===========================================================================
|
74 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
75 |
|
|
// -------------------------------------------
|
76 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
77 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
78 |
|
|
//
|
79 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
80 |
|
|
// the terms of the GNU General Public License as published by the Free
|
81 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
82 |
|
|
//
|
83 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
84 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
85 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
86 |
|
|
// for more details.
|
87 |
|
|
//
|
88 |
|
|
// You should have received a copy of the GNU General Public License along
|
89 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
90 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
91 |
|
|
//
|
92 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
93 |
|
|
// or inline functions from this file, or you compile this file and link it
|
94 |
|
|
// with other works to produce a work based on this file, this file does not
|
95 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
96 |
|
|
// License. However the source code for this file must still be made available
|
97 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
98 |
|
|
//
|
99 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
100 |
|
|
// this file might be covered by the GNU General Public License.
|
101 |
|
|
//
|
102 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
103 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
104 |
|
|
// -------------------------------------------
|
105 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
106 |
|
|
//===========================================================================
|