|
0
|
1 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> |
|
|
2 |
|
|
3 * tests/wallclock.cxx: Reduce test time on TX39 SIM. |
|
|
4 |
|
|
5 Tue Oct 20 15:54:09 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
6 |
|
|
7 * src/PKGconf.mak: |
|
|
8 Remove unnecessary override of PKGCONF_CXXFLAGS |
|
|
9 |
|
|
10 1998-09-26 Bart Veer <bartv@cygnus.co.uk> |
|
|
11 |
|
|
12 * include/pkgconf/wallclock.h: |
|
|
13 PR17501: When using the emulation there is a requirement on the |
|
|
14 kernel clock. This has been added to the configuration data. |
|
|
15 If real hardware were used then this dependency would disappear, |
|
|
16 but currently there is no easy way to express this, and there are |
|
|
17 no hardware implementations. |
|
|
18 |
|
|
19 1998-09-12 Bart Veer <bartv@cygnus.co.uk> |
|
|
20 |
|
|
21 * include/pkgconf/wallclock.h: |
|
|
22 Added missing descriptions (PR 17184) |
|
|
23 |
|
|
24 1998-09-02 Bart Veer <bartv@cygnus.co.uk> |
|
|
25 |
|
|
26 * include/pkgconf/wallclock.h: |
|
|
27 Added minimal configuration data. |
|
|
28 |
|
|
29 Fri Aug 28 09:40:19 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
30 |
|
|
31 * tests/wallclock.cxx: |
|
|
32 Rename int main(argc, argv) to void cyg_start( void ) under the |
|
|
33 new entry point system. Therefore also remove return code. |
|
|
34 |
|
|
35 Tue Aug 18 16:49:20 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
36 |
|
|
37 * tests/wallclock.cxx: |
|
|
38 Move inclusion of thread.inl before sched.hxx to prevent inline |
|
|
39 warnings |
|
|
40 |
|
|
41 1998-07-31 Nick Garnett <nickg@cygnus.co.uk> |
|
|
42 |
|
|
43 * include/pkgconf/wallclock.h: |
|
|
44 Added this file to contain wallclock confiuration parameters. |
|
|
45 |
|
|
46 * src/emulate.cxx: |
|
|
47 Now uses pkgconf/wallclock.h for configuration. |
|
|
48 |
|
|
49 Wed Jul 22 21:04:15 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
50 |
|
|
51 * src/emulate.cxx: |
|
|
52 Remove unnecessary include of <cyg/devs/table.h> and remove an |
|
|
53 unused variable (result) from get_current_time() |
|
|
54 |
|
|
55 //####COPYRIGHTBEGIN#### |
|
|
56 // |
|
|
57 // ------------------------------------------- |
|
|
58 // The contents of this file are subject to the Cygnus eCos Public License |
|
|
59 // Version 1.0 (the "License"); you may not use this file except in |
|
|
60 // compliance with the License. You may obtain a copy of the License at |
|
|
61 // http://sourceware.cygnus.com/ecos |
|
|
62 // |
|
|
63 // Software distributed under the License is distributed on an "AS IS" |
|
|
64 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
|
65 // License for the specific language governing rights and limitations under |
|
|
66 // the License. |
|
|
67 // |
|
|
68 // The Original Code is eCos - Embedded Cygnus Operating System, released |
|
|
69 // September 30, 1998. |
|
|
70 // |
|
|
71 // The Initial Developer of the Original Code is Cygnus. Portions created |
|
|
72 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved. |
|
|
73 // ------------------------------------------- |
|
|
74 // |
|
|
75 //####COPYRIGHTEND#### |
|
|
76 |
|
|
77 |