Mercurial > ecos
annotate packages/infra/current/ChangeLog @ 3202:b1adab1ffd9b
Add CYGBLD_ATTRIB_NO_INLINE (suggested by Jifl)
| author | vae |
|---|---|
| date | Fri, 22 Feb 2013 19:38:44 +0000 |
| parents | 1151035b20da |
| children | 28a7b8d2b8fe |
| rev | line source |
|---|---|
| 3202 | 1 2013-02-20 Ilija Kocho <ilijak@siva.com.mk> |
| 2 | |
| 3 * include/cyg_type.h: Add CYGBLD_ATTRIB_NO_INLINE (suggested by Jifl) | |
| 4 [ Bugzilla 1001768 ] | |
| 5 | |
|
3199
1151035b20da
Add CYGBLD_FORCE_INLINE macro to be used to enforce function inlining when compiling with no optimization.
vae
parents:
3100
diff
changeset
|
6 2013-02-09 Ilija Kocho <ilijak@siva.com.mk> |
|
1151035b20da
Add CYGBLD_FORCE_INLINE macro to be used to enforce function inlining when compiling with no optimization.
vae
parents:
3100
diff
changeset
|
7 |
|
1151035b20da
Add CYGBLD_FORCE_INLINE macro to be used to enforce function inlining when compiling with no optimization.
vae
parents:
3100
diff
changeset
|
8 * include/cyg_type.h: Add CYGBLD_FORCE_INLINE macro to be used |
|
1151035b20da
Add CYGBLD_FORCE_INLINE macro to be used to enforce function inlining when compiling with no optimization.
vae
parents:
3100
diff
changeset
|
9 to enforce function inlining when compiling with no optimization. |
|
1151035b20da
Add CYGBLD_FORCE_INLINE macro to be used to enforce function inlining when compiling with no optimization.
vae
parents:
3100
diff
changeset
|
10 [ Bugzilla Bug 1001759 ] |
|
1151035b20da
Add CYGBLD_FORCE_INLINE macro to be used to enforce function inlining when compiling with no optimization.
vae
parents:
3100
diff
changeset
|
11 |
|
3099
44b61e2c19f7
Fix compiler warnings about variables that are set but never referenced.
grante
parents:
2978
diff
changeset
|
12 2012-03-06 Grant Edwards <grant.b.edwards@gmail.com> |
|
3100
c1987d8f692a
Add CYGBLD_ATTRIB_UNUSED. Part of [ Bugzilla 100504 ]
grante
parents:
3099
diff
changeset
|
13 |
|
c1987d8f692a
Add CYGBLD_ATTRIB_UNUSED. Part of [ Bugzilla 100504 ]
grante
parents:
3099
diff
changeset
|
14 * include/cyg_type.h: Add CYGBLD_ATTRIB_UNUSED macro to be used to |
|
c1987d8f692a
Add CYGBLD_ATTRIB_UNUSED. Part of [ Bugzilla 100504 ]
grante
parents:
3099
diff
changeset
|
15 eliminate compiler warnings about unused or set-but-not-referenced |
|
c1987d8f692a
Add CYGBLD_ATTRIB_UNUSED. Part of [ Bugzilla 100504 ]
grante
parents:
3099
diff
changeset
|
16 varibles. Part of: [ Bugzilla 1001504 ] |
|
c1987d8f692a
Add CYGBLD_ATTRIB_UNUSED. Part of [ Bugzilla 100504 ]
grante
parents:
3099
diff
changeset
|
17 |
|
c1987d8f692a
Add CYGBLD_ATTRIB_UNUSED. Part of [ Bugzilla 100504 ]
grante
parents:
3099
diff
changeset
|
18 2012-03-06 |
|
3099
44b61e2c19f7
Fix compiler warnings about variables that are set but never referenced.
grante
parents:
2978
diff
changeset
|
19 |
|
44b61e2c19f7
Fix compiler warnings about variables that are set but never referenced.
grante
parents:
2978
diff
changeset
|
20 * src/diag.cxx: Fix compiler warnings about variables that are set |
|
44b61e2c19f7
Fix compiler warnings about variables that are set but never referenced.
grante
parents:
2978
diff
changeset
|
21 but never read. [ Bugzilla 1001503 ] |
|
44b61e2c19f7
Fix compiler warnings about variables that are set but never referenced.
grante
parents:
2978
diff
changeset
|
22 |
| 2978 | 23 2010-09-13 Chris Holgate <chris@zynaptic.com> |
| 24 | |
| 25 * include/diag.h: | |
| 26 * src/diag.cxx: Add diag_vsnprintf(). | |
| 27 | |
| 2924 | 28 2009-10-06 Uwe Kindler <uwe_kindler@web.de> |
| 29 | |
| 30 * include/cyg_type.h: Changed definition of macro | |
| 31 CYG_REFERENCE_OBJECT according to proposal of Bart Veer on | |
| 32 ecos-discuss mailing list. | |
| 33 | |
|
2801
5f91384cf205
* tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after
jlarmour
parents:
2759
diff
changeset
|
34 2009-02-14 Jonathan Larmour <jifl@eCosCentric.com> |
|
5f91384cf205
* tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after
jlarmour
parents:
2759
diff
changeset
|
35 |
|
5f91384cf205
* tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after
jlarmour
parents:
2759
diff
changeset
|
36 * tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after |
|
5f91384cf205
* tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after
jlarmour
parents:
2759
diff
changeset
|
37 3.2.x since up to that point the compiler generates references from |
|
5f91384cf205
* tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after
jlarmour
parents:
2759
diff
changeset
|
38 the libsupc++ new implementation to .gcc_except_table, which is |
|
5f91384cf205
* tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after
jlarmour
parents:
2759
diff
changeset
|
39 discarded. This is specific to ARM for now as that's all it has |
|
5f91384cf205
* tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after
jlarmour
parents:
2759
diff
changeset
|
40 been reported against, but it's possible it may apply to other |
|
5f91384cf205
* tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after
jlarmour
parents:
2759
diff
changeset
|
41 targets. |
|
5f91384cf205
* tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after
jlarmour
parents:
2759
diff
changeset
|
42 |
| 2759 | 43 2009-02-04 Bart Veer <bartv@ecoscentric.com> |
| 44 | |
| 45 * include/cyg_type.h: add new static initialization priorities. | |
| 46 Add macros to support static initialization from C as well as C++. | |
| 47 | |
|
2721
96d09dbb245e
Fix infra tests in configurations that do not have a main()
bartv
parents:
2710
diff
changeset
|
48 2009-01-26 Jonathan Larmour <jifl@eCosCentric.com> |
|
96d09dbb245e
Fix infra tests in configurations that do not have a main()
bartv
parents:
2710
diff
changeset
|
49 |
|
96d09dbb245e
Fix infra tests in configurations that do not have a main()
bartv
parents:
2710
diff
changeset
|
50 * tests/diag_sprintf1.c: Rename main() to cyg_user_start so this |
|
96d09dbb245e
Fix infra tests in configurations that do not have a main()
bartv
parents:
2710
diff
changeset
|
51 works in all configs. |
|
96d09dbb245e
Fix infra tests in configurations that do not have a main()
bartv
parents:
2710
diff
changeset
|
52 * tests/diag_sprintf2.c: Ditto. |
|
96d09dbb245e
Fix infra tests in configurations that do not have a main()
bartv
parents:
2710
diff
changeset
|
53 |
|
2612
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
54 2008-10-02 Jonathan Larmour <jifl@eCosCentric.com> |
|
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
55 |
|
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
56 * src/gccsupport.cxx (fwrite, fputc): New functions since GCC can |
|
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
57 now optimise certain builtins used by the libsupc++ runtime to |
|
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
58 these. |
|
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
59 |
|
2487
43d755db41ac
* src/diag.cxx: allow ASCII escape character in printf
asl
parents:
2454
diff
changeset
|
60 2008-07-10 Grant Edwards <grant.b.edwards@gmail.com> |
|
43d755db41ac
* src/diag.cxx: allow ASCII escape character in printf
asl
parents:
2454
diff
changeset
|
61 |
|
43d755db41ac
* src/diag.cxx: allow ASCII escape character in printf
asl
parents:
2454
diff
changeset
|
62 * src/diag.cxx: allow ASCII escape character in printf |
|
43d755db41ac
* src/diag.cxx: allow ASCII escape character in printf
asl
parents:
2454
diff
changeset
|
63 format strings. |
|
43d755db41ac
* src/diag.cxx: allow ASCII escape character in printf
asl
parents:
2454
diff
changeset
|
64 |
|
2710
25584f5a3f55
* cdl/infra.cdl (CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS): Escape square
jlarmour
parents:
2612
diff
changeset
|
65 2008-01-10 Jonathan Larmour <jifl@eCosCentric.com> |
|
25584f5a3f55
* cdl/infra.cdl (CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS): Escape square
jlarmour
parents:
2612
diff
changeset
|
66 |
|
25584f5a3f55
* cdl/infra.cdl (CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS): Escape square
jlarmour
parents:
2612
diff
changeset
|
67 * cdl/infra.cdl (CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS): Escape square |
|
25584f5a3f55
* cdl/infra.cdl (CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS): Escape square
jlarmour
parents:
2612
diff
changeset
|
68 brackets in description. |
|
25584f5a3f55
* cdl/infra.cdl (CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS): Escape square
jlarmour
parents:
2612
diff
changeset
|
69 |
|
2454
1f046a6b2a6c
* src/memcpy.cxx: added assert when memory areas for memcpy()
asl
parents:
2403
diff
changeset
|
70 2007-12-28 Oyvind Harboe <oyvind.harboe@zylin.com> |
|
1f046a6b2a6c
* src/memcpy.cxx: added assert when memory areas for memcpy()
asl
parents:
2403
diff
changeset
|
71 |
|
1f046a6b2a6c
* src/memcpy.cxx: added assert when memory areas for memcpy()
asl
parents:
2403
diff
changeset
|
72 * src/memcpy.cxx: added assert when memory areas for memcpy() |
|
1f046a6b2a6c
* src/memcpy.cxx: added assert when memory areas for memcpy()
asl
parents:
2403
diff
changeset
|
73 overlaps => result is undefined. It is important to catch *all* |
|
1f046a6b2a6c
* src/memcpy.cxx: added assert when memory areas for memcpy()
asl
parents:
2403
diff
changeset
|
74 cases of this if adding an optimisation for unaligned copy. |
|
1f046a6b2a6c
* src/memcpy.cxx: added assert when memory areas for memcpy()
asl
parents:
2403
diff
changeset
|
75 |
| 2403 | 76 2007-06-28 Gary Thomas <gary@mlbassoc.com> |
| 77 | |
| 78 * src/tcdiag.cxx: | |
| 79 * src/diag.cxx: Add (char *) casts to make GCC 4.2.x happy. | |
| 80 | |
|
2391
8cd3873de8fa
* src/diag.cxx: when printing a long long, should not truncate
jlarmour
parents:
2313
diff
changeset
|
81 2007-05-31 Rutger Hofman <rutger@cs.vu.nl> |
|
8cd3873de8fa
* src/diag.cxx: when printing a long long, should not truncate
jlarmour
parents:
2313
diff
changeset
|
82 |
|
8cd3873de8fa
* src/diag.cxx: when printing a long long, should not truncate
jlarmour
parents:
2313
diff
changeset
|
83 * src/diag.cxx: when printing a long long, should not truncate |
|
8cd3873de8fa
* src/diag.cxx: when printing a long long, should not truncate
jlarmour
parents:
2313
diff
changeset
|
84 its value to a long or int size |
|
8cd3873de8fa
* src/diag.cxx: when printing a long long, should not truncate
jlarmour
parents:
2313
diff
changeset
|
85 |
|
2313
772d97322f45
* include/cyg_types.h: fixed typo, __GNU_PATCHLEVEL__ was checked,
jlarmour
parents:
2277
diff
changeset
|
86 2006-10-26 Stefan Sommerfeld <sommerfeld@mikrom.com> |
|
772d97322f45
* include/cyg_types.h: fixed typo, __GNU_PATCHLEVEL__ was checked,
jlarmour
parents:
2277
diff
changeset
|
87 |
|
772d97322f45
* include/cyg_types.h: fixed typo, __GNU_PATCHLEVEL__ was checked,
jlarmour
parents:
2277
diff
changeset
|
88 * include/cyg_types.h: fixed typo, __GNU_PATCHLEVEL__ was checked, |
|
772d97322f45
* include/cyg_types.h: fixed typo, __GNU_PATCHLEVEL__ was checked,
jlarmour
parents:
2277
diff
changeset
|
89 should be __GNUC_PATCHLEVEL__ (which is already used later) |
|
772d97322f45
* include/cyg_types.h: fixed typo, __GNU_PATCHLEVEL__ was checked,
jlarmour
parents:
2277
diff
changeset
|
90 * include/cyg_types.h: fixed comment for CYGBLD_ATTRIB_USED, wrong |
|
772d97322f45
* include/cyg_types.h: fixed typo, __GNU_PATCHLEVEL__ was checked,
jlarmour
parents:
2277
diff
changeset
|
91 GCC version was referenced |
|
772d97322f45
* include/cyg_types.h: fixed typo, __GNU_PATCHLEVEL__ was checked,
jlarmour
parents:
2277
diff
changeset
|
92 |
|
2277
f7d04c9887d9
Fix CDL type (must be data) for CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD
gthomas
parents:
2207
diff
changeset
|
93 2006-08-25 Gary Thomas <gary@mlbassoc.com> |
|
f7d04c9887d9
Fix CDL type (must be data) for CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD
gthomas
parents:
2207
diff
changeset
|
94 |
|
f7d04c9887d9
Fix CDL type (must be data) for CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD
gthomas
parents:
2207
diff
changeset
|
95 * cdl/infra.cdl: |
|
f7d04c9887d9
Fix CDL type (must be data) for CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD
gthomas
parents:
2207
diff
changeset
|
96 CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD must be 'data', not 'boolean' |
|
f7d04c9887d9
Fix CDL type (must be data) for CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD
gthomas
parents:
2207
diff
changeset
|
97 |
|
2207
9f901b4004b8
* include/cyg_type.h: #define CYG_NELEM to calculate the
asl
parents:
2191
diff
changeset
|
98 2006-05-17 David Vrabel <dvrabel@arcom.com> |
|
9f901b4004b8
* include/cyg_type.h: #define CYG_NELEM to calculate the
asl
parents:
2191
diff
changeset
|
99 |
|
9f901b4004b8
* include/cyg_type.h: #define CYG_NELEM to calculate the
asl
parents:
2191
diff
changeset
|
100 * include/cyg_type.h: #define CYG_NELEM to calculate the |
|
9f901b4004b8
* include/cyg_type.h: #define CYG_NELEM to calculate the
asl
parents:
2191
diff
changeset
|
101 number of elements in a (statically allocated) array. |
|
9f901b4004b8
* include/cyg_type.h: #define CYG_NELEM to calculate the
asl
parents:
2191
diff
changeset
|
102 |
| 2191 | 103 2006-05-08 Sergei Gavrikov <sg@belvok.com> |
| 104 | |
| 105 * src/buffer.cxx: Fix the compiler warnings. | |
| 106 | |
| 2096 | 107 2005-11-04 Bart Veer <bartv@ecoscentric.com> |
| 108 | |
| 109 * tests/cxxsupp.cxx: Fix the compiler warnings. | |
| 110 | |
| 2080 | 111 2005-10-16 Andrew Lunn <andrew.lunn@ascom.ch> |
| 112 | |
| 113 * src/delete.cxx: | |
| 114 * cdl/infra.cdl: Count the number of calls to delete when | |
| 115 INFRA_DEBUG is enabled. If the threshold is exceeded it probably | |
| 116 means the user expects a real delete function, not the empty one. | |
| 117 | |
| 118 2005-10-12 Laurent Gonzalez <laurent.gonzalez@trango-systems.com> | |
| 119 | |
| 120 * src/simple.cxx (cyg_check_func_ptr): match the implementation to | |
| 121 the prototype. This got forgotten in the last patch. | |
| 122 | |
|
2032
6e90cb04b855
* include/cyg_ass.h: Fixed a function prototype so that
asl
parents:
2020
diff
changeset
|
123 2005-07-29 Andrew Lunn <andrew.lunn@ascom.ch> |
|
6e90cb04b855
* include/cyg_ass.h: Fixed a function prototype so that
asl
parents:
2020
diff
changeset
|
124 |
|
6e90cb04b855
* include/cyg_ass.h: Fixed a function prototype so that
asl
parents:
2020
diff
changeset
|
125 * include/cyg_ass.h: Fixed a function prototype so that |
|
6e90cb04b855
* include/cyg_ass.h: Fixed a function prototype so that
asl
parents:
2020
diff
changeset
|
126 gcc4 does not give warnings. A const void makes no sense. |
|
6e90cb04b855
* include/cyg_ass.h: Fixed a function prototype so that
asl
parents:
2020
diff
changeset
|
127 * src/*.cxx (cyg_check_func_ptr): match the implementation to the |
|
6e90cb04b855
* include/cyg_ass.h: Fixed a function prototype so that
asl
parents:
2020
diff
changeset
|
128 prototype. |
|
6e90cb04b855
* include/cyg_ass.h: Fixed a function prototype so that
asl
parents:
2020
diff
changeset
|
129 |
|
2020
6d5deacbe8fd
* include/cyg_type.h: Added CYGBLD_ATTRIB_USED so that we can
asl
parents:
1931
diff
changeset
|
130 2005-06-27 Andrew Lunn <andrew.lunn@ascom.ch> |
|
6d5deacbe8fd
* include/cyg_type.h: Added CYGBLD_ATTRIB_USED so that we can
asl
parents:
1931
diff
changeset
|
131 |
|
6d5deacbe8fd
* include/cyg_type.h: Added CYGBLD_ATTRIB_USED so that we can
asl
parents:
1931
diff
changeset
|
132 * include/cyg_type.h: Added CYGBLD_ATTRIB_USED so that we can |
|
6d5deacbe8fd
* include/cyg_type.h: Added CYGBLD_ATTRIB_USED so that we can
asl
parents:
1931
diff
changeset
|
133 indicate to gcc 3.4.4 or above not to throw away a variable or |
|
6d5deacbe8fd
* include/cyg_type.h: Added CYGBLD_ATTRIB_USED so that we can
asl
parents:
1931
diff
changeset
|
134 function even when it appears to be not references. |
|
6d5deacbe8fd
* include/cyg_type.h: Added CYGBLD_ATTRIB_USED so that we can
asl
parents:
1931
diff
changeset
|
135 |
|
2612
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
136 2005-04-07 Jonathan Larmour <jifl@eCosCentric.com> |
|
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
137 |
|
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
138 * src/gccsupport.cxx: New file. Provide very simple defaults for |
|
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
139 some dependencies of the GCC runtime. |
|
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
140 * cdl/infra.cdl: Build it. |
|
f5eb2b5ff37d
* src/gccsupport.cxx (fwrite, fputc): New functions since GCC can
jlarmour
parents:
2487
diff
changeset
|
141 |
|
1931
ae242bae5abc
* include/diag.h: Added CYGBLD_ATTRIB_PRINTF_FORMAT where
asl
parents:
1894
diff
changeset
|
142 2005-03-27 Andrew Lunn <andrew.lunn@ascom.ch> |
|
ae242bae5abc
* include/diag.h: Added CYGBLD_ATTRIB_PRINTF_FORMAT where
asl
parents:
1894
diff
changeset
|
143 |
|
ae242bae5abc
* include/diag.h: Added CYGBLD_ATTRIB_PRINTF_FORMAT where
asl
parents:
1894
diff
changeset
|
144 * include/diag.h: Added CYGBLD_ATTRIB_PRINTF_FORMAT where |
|
ae242bae5abc
* include/diag.h: Added CYGBLD_ATTRIB_PRINTF_FORMAT where
asl
parents:
1894
diff
changeset
|
145 appropriate to get the compiler to do more checking. |
|
ae242bae5abc
* include/diag.h: Added CYGBLD_ATTRIB_PRINTF_FORMAT where
asl
parents:
1894
diff
changeset
|
146 * src/diag.cxx (diag_dump_buf_with_offset_16bit): Fix compiler warning |
|
ae242bae5abc
* include/diag.h: Added CYGBLD_ATTRIB_PRINTF_FORMAT where
asl
parents:
1894
diff
changeset
|
147 caused by above change. |
|
ae242bae5abc
* include/diag.h: Added CYGBLD_ATTRIB_PRINTF_FORMAT where
asl
parents:
1894
diff
changeset
|
148 |
| 1894 | 149 2005-02-08 Andrew Lunn <andrew.lunn@ascom.ch> |
| 150 | |
| 151 * tests/diag_sprintf1.c | |
| 152 * tests/diag_sprintf2.c | |
| 153 * cdl/infra.cdl: Used the sprintf test from libc to test | |
| 154 diag_sprintf. | |
| 155 | |
| 156 2005-02-08 Christoph Csebits <Christoph.CSEBITS@frequentis.com> | |
| 157 | |
| 158 * src/diag.cxx (diag_snprintf): Off by one error could cause the | |
| 159 end of the buffer to be overrun. | |
| 160 | |
| 1690 | 161 2004-07-12 Gary Thomas <gary@mlbassoc.com> |
| 162 | |
| 163 * src/diag.cxx (_vprintf): Fix return length for %% | |
| 164 | |
| 1683 | 165 2004-06-30 Gary Thomas <gary@mlbassoc.com> |
| 166 | |
| 167 * src/diag.cxx (_vprintf): Returned [length] was wrong for %p | |
| 168 | |
|
1593
8cda65846a87
* tests/cxxsupp.cxx: Allow inline function to be correctly inlined.
jlarmour
parents:
1589
diff
changeset
|
169 2004-04-16 Jonathan Larmour <jifl@eCosCentric.com> |
|
8cda65846a87
* tests/cxxsupp.cxx: Allow inline function to be correctly inlined.
jlarmour
parents:
1589
diff
changeset
|
170 |
|
8cda65846a87
* tests/cxxsupp.cxx: Allow inline function to be correctly inlined.
jlarmour
parents:
1589
diff
changeset
|
171 * tests/cxxsupp.cxx: Allow inline function to be correctly inlined. |
|
8cda65846a87
* tests/cxxsupp.cxx: Allow inline function to be correctly inlined.
jlarmour
parents:
1589
diff
changeset
|
172 |
|
1589
b54aed4c9b86
* include/cyg_type.h: added CYG_ATTRIB_ALIGN_MAX and
jlarmour
parents:
1463
diff
changeset
|
173 2004-04-15 Jonathan Larmour <jifl@eCosCentric.com> |
|
b54aed4c9b86
* include/cyg_type.h: added CYG_ATTRIB_ALIGN_MAX and
jlarmour
parents:
1463
diff
changeset
|
174 |
|
b54aed4c9b86
* include/cyg_type.h: added CYG_ATTRIB_ALIGN_MAX and
jlarmour
parents:
1463
diff
changeset
|
175 * include/cyg_type.h: added CYG_ATTRIB_ALIGN_MAX and |
|
b54aed4c9b86
* include/cyg_type.h: added CYG_ATTRIB_ALIGN_MAX and
jlarmour
parents:
1463
diff
changeset
|
176 CYGBLD_ATTRIB_ALIGNOFTYPE. Inspired by Robert Larice. |
|
b54aed4c9b86
* include/cyg_type.h: added CYG_ATTRIB_ALIGN_MAX and
jlarmour
parents:
1463
diff
changeset
|
177 |
|
1463
b64897a76c8a
* src/diag.cxx (diag_check_string): Allow '\t' in format strings.
asl
parents:
1457
diff
changeset
|
178 2004-01-08 Jani Monoses <jani@iv.ro> |
|
b64897a76c8a
* src/diag.cxx (diag_check_string): Allow '\t' in format strings.
asl
parents:
1457
diff
changeset
|
179 |
|
b64897a76c8a
* src/diag.cxx (diag_check_string): Allow '\t' in format strings.
asl
parents:
1457
diff
changeset
|
180 * src/diag.cxx (diag_check_string): Allow '\t' in format strings. |
|
b64897a76c8a
* src/diag.cxx (diag_check_string): Allow '\t' in format strings.
asl
parents:
1457
diff
changeset
|
181 |
| 1457 | 182 2004-01-05 Gary Thomas <gary@mlbassoc.com> |
| 183 | |
| 184 * tests/fc_test.c: | |
| 185 * src/tcdiag.cxx (cyg_assert_msg): 'fconfig' API changed again. | |
| 186 | |
| 1452 | 187 2003-12-21 Gary Thomas <gary@mlbassoc.com> |
| 188 | |
| 189 * tests/fc_test.c: New test/demonstration of 'fconfig' access. | |
| 190 | |
| 191 * src/tcdiag.cxx (cyg_assert_msg): Interface to 'fconfig' data | |
| 192 has changed. | |
| 193 | |
| 1296 | 194 2003-10-11 Gary Thomas <gary@mlbassoc.com> |
| 195 | |
| 196 * src/tcdiag.cxx (cyg_test_exit): | |
| 197 * cdl/infra.cdl: New option CYGSEM_INFRA_RESET_ON_TEST_EXIT which | |
| 198 [if defined] indicates that "cyg_test_exit()" should reset the | |
| 199 platform instead of the default hang. | |
| 200 | |
|
1281
f58b62f3c85d
Apply Yoshinori Sato's H8/300 patches plus a few of my own.
nickg
parents:
1102
diff
changeset
|
201 2003-10-03 Nick Garnett <nickg@balti.calivar.com> |
|
f58b62f3c85d
Apply Yoshinori Sato's H8/300 patches plus a few of my own.
nickg
parents:
1102
diff
changeset
|
202 |
|
f58b62f3c85d
Apply Yoshinori Sato's H8/300 patches plus a few of my own.
nickg
parents:
1102
diff
changeset
|
203 * tests/cxxsupp.cxx: Added ifdef to disable this test on H8/300 |
|
f58b62f3c85d
Apply Yoshinori Sato's H8/300 patches plus a few of my own.
nickg
parents:
1102
diff
changeset
|
204 targets. The H8/300 toolchain does not currently have C++ support. |
|
f58b62f3c85d
Apply Yoshinori Sato's H8/300 patches plus a few of my own.
nickg
parents:
1102
diff
changeset
|
205 |
|
1102
6af0ba865bf3
* src/diag.cxx: Added support for the 'z' qualifier in format strings.
asl
parents:
1001
diff
changeset
|
206 2003-07-01 Michael Checky <Michael_Checky@ThermoKing.com> |
|
6af0ba865bf3
* src/diag.cxx: Added support for the 'z' qualifier in format strings.
asl
parents:
1001
diff
changeset
|
207 |
|
6af0ba865bf3
* src/diag.cxx: Added support for the 'z' qualifier in format strings.
asl
parents:
1001
diff
changeset
|
208 * src/diag.cxx: Added support for the 'z' qualifier in format strings. |
|
6af0ba865bf3
* src/diag.cxx: Added support for the 'z' qualifier in format strings.
asl
parents:
1001
diff
changeset
|
209 |
| 1001 | 210 2003-05-05 Gary Thomas <gary@mlbassoc.com> |
| 211 | |
| 212 * cdl/infra.cdl: Add option to control number of times tests run. | |
| 213 | |
|
967
b7df797cbdac
* tests/cxxsupp.cxx: don't include <pkgconf/kernel.h> as it's not
jlarmour
parents:
934
diff
changeset
|
214 2003-04-25 Jonathan Larmour <jifl@eCosCentric.com> |
|
b7df797cbdac
* tests/cxxsupp.cxx: don't include <pkgconf/kernel.h> as it's not
jlarmour
parents:
934
diff
changeset
|
215 |
|
b7df797cbdac
* tests/cxxsupp.cxx: don't include <pkgconf/kernel.h> as it's not
jlarmour
parents:
934
diff
changeset
|
216 * tests/cxxsupp.cxx: don't include <pkgconf/kernel.h> as it's not |
|
b7df797cbdac
* tests/cxxsupp.cxx: don't include <pkgconf/kernel.h> as it's not
jlarmour
parents:
934
diff
changeset
|
217 needed. |
|
968
cb24fba154f5
* tests/cxxsupp.cxx: don't include <pkgconf/kernel.h> as it's not
jlarmour
parents:
967
diff
changeset
|
218 (cyg_start): CYGINT_ISO_MALLOC needs a #if test. |
|
967
b7df797cbdac
* tests/cxxsupp.cxx: don't include <pkgconf/kernel.h> as it's not
jlarmour
parents:
934
diff
changeset
|
219 |
|
929
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
220 2003-04-10 Nick Garnett <nickg@balti.calivar.com> |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
221 |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
222 * tests/cxxsupp.cxx: Added this test program to check that basic |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
223 C++ support is present. It checks that pure virtual functions can |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
224 be defined, that new and delete are present and functional, and |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
225 that calls to as-yet undefined inline functions work. Most of |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
226 these are linker and runtime system issues, so the actual run of |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
227 the program is almost a non-event. |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
228 |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
229 * cdl/infra.cdl: |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
230 Added CYGFUN_INFRA_DUMMY_ABORT and CYGFUN_INFRA_DUMMY_STRLEN |
| 934 | 231 options to control inclusion of dummy abort() and strlen() |
|
929
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
232 functions. These are needed to be present by the compiler's C++ |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
233 runtime system, although they should never be called. |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
234 Added CYGPKG_INFRA_TESTS to define test programs. |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
235 Added CYGPKG_INFRA_LDFLAGS_REMOVE and CYGPKG_INFRA_LDFLAGS_ADD to |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
236 modify the linkage options for the infra package |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
237 tests. Specifically they remove the --gc-sections option and make |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
238 all linker warning fatal. This is necessary if cxxsupp.cxx is to |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
239 test what it needs correctly. |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
240 |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
241 * src/abort.cxx: Added this dummy implementation of abort() to |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
242 satisfy references in the C++ runtime system. |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
243 |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
244 * src/strlen.cxx: Added this dummy implementation of strlen() to |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
245 satisfy references in the C++ runtime system. |
|
a53170851807
* tests/cxxsupp.cxx: Added this test program to check that basic
nickg
parents:
878
diff
changeset
|
246 |
|
878
7a1e8e86fb43
Implement __cxa_pure_virtual() in eCos rather than rely on the one in
bartv
parents:
502
diff
changeset
|
247 2003-03-27 Bart Veer <bartv@ecoscentric.com> |
|
7a1e8e86fb43
Implement __cxa_pure_virtual() in eCos rather than rely on the one in
bartv
parents:
502
diff
changeset
|
248 |
|
7a1e8e86fb43
Implement __cxa_pure_virtual() in eCos rather than rely on the one in
bartv
parents:
502
diff
changeset
|
249 * src/pure.cxx, cdl/infra.cdl: new function __cxa_pure_virtual(), |
|
7a1e8e86fb43
Implement __cxa_pure_virtual() in eCos rather than rely on the one in
bartv
parents:
502
diff
changeset
|
250 needed when building with g++ v3.x if the code uses pure |
|
7a1e8e86fb43
Implement __cxa_pure_virtual() in eCos rather than rely on the one in
bartv
parents:
502
diff
changeset
|
251 virtual functions. |
|
7a1e8e86fb43
Implement __cxa_pure_virtual() in eCos rather than rely on the one in
bartv
parents:
502
diff
changeset
|
252 |
|
502
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
253 2003-01-18 Jonathan Larmour <jifl@eCosCentric.com> |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
254 |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
255 * include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
256 arguments. |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
257 (CYG_CHECK_DATA_PTRC): Ditto. |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
258 (CYG_CHECK_FUNC_PTR): Ditto. |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
259 (CYG_CHECK_DATA_PTR): Ditto. |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
260 * src/null.cxx: Define cyg_check_data/func_ptr() with const args. |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
261 * src/buffer.cxx: Ditto. |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
262 * src/fancy.cxx: Ditto. |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
263 * src/simple.cxx: Ditto. |
|
b43ec5f18a97
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
jlarmour
parents:
246
diff
changeset
|
264 |
| 246 | 265 2002-07-18 Gary Thomas <gary@chez-thomas.org> |
| 266 | |
| 267 * include/diag.h: | |
| 268 * src/diag.cxx (diag_vdump_buf_with_offset): New function. | |
| 269 | |
|
211
6eb55882e01c
Merge from eCos master repository on 2002-05-29-16:32:18-BST
jlarmour
parents:
210
diff
changeset
|
270 2002-05-22 Jesper Skov <jskov@redhat.com> |
|
6eb55882e01c
Merge from eCos master repository on 2002-05-29-16:32:18-BST
jlarmour
parents:
210
diff
changeset
|
271 |
|
6eb55882e01c
Merge from eCos master repository on 2002-05-29-16:32:18-BST
jlarmour
parents:
210
diff
changeset
|
272 * cdl/infra.cdl: Added two options to control CFLAGS. |
|
6eb55882e01c
Merge from eCos master repository on 2002-05-29-16:32:18-BST
jlarmour
parents:
210
diff
changeset
|
273 |
|
6eb55882e01c
Merge from eCos master repository on 2002-05-29-16:32:18-BST
jlarmour
parents:
210
diff
changeset
|
274 2002-05-17 Martin Buck <martin.buck@ascom.ch> |
|
6eb55882e01c
Merge from eCos master repository on 2002-05-29-16:32:18-BST
jlarmour
parents:
210
diff
changeset
|
275 |
|
6eb55882e01c
Merge from eCos master repository on 2002-05-29-16:32:18-BST
jlarmour
parents:
210
diff
changeset
|
276 * include/cyg_type.h (CYGBLD_ATTRIB_PRINTF_FORMAT): Add. |
|
6eb55882e01c
Merge from eCos master repository on 2002-05-29-16:32:18-BST
jlarmour
parents:
210
diff
changeset
|
277 |
|
210
d2c90368aeef
Merge from eCos master repository on 2002-05-23-21:39:14-BST
jlarmour
parents:
208
diff
changeset
|
278 2002-05-23 Gary Thomas <gthomas@redhat.com> |
|
d2c90368aeef
Merge from eCos master repository on 2002-05-23-21:39:14-BST
jlarmour
parents:
208
diff
changeset
|
279 |
|
d2c90368aeef
Merge from eCos master repository on 2002-05-23-21:39:14-BST
jlarmour
parents:
208
diff
changeset
|
280 * src/diag.cxx (_vprintf): Mapping of '\n'=>'\r\n' must be done |
|
d2c90368aeef
Merge from eCos master repository on 2002-05-23-21:39:14-BST
jlarmour
parents:
208
diff
changeset
|
281 at the _putc() level. |
|
d2c90368aeef
Merge from eCos master repository on 2002-05-23-21:39:14-BST
jlarmour
parents:
208
diff
changeset
|
282 |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
283 2002-04-17 Gary Thomas <gthomas@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
284 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
285 * src/diag.cxx (diag_dump_buf_with_offset): Fix pad for short lines. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
286 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
287 2002-04-16 Gary Thomas <gthomas@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
288 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
289 * src/diag.cxx: Return proper length result for sprintf() functions. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
290 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
291 2002-04-09 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
292 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
293 * include/cyg_type.h: Allow HALs to override certain attrib macros. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
294 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
295 2002-02-19 Gary Thomas <gthomas@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
296 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
297 * src/diag.cxx (diag_snprintf): |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
298 * include/diag.h: Change function signature on diag_snprintf() |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
299 to match snprintf() found in stdio. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
300 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
301 2002-02-13 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
302 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
303 * include/cyg_trac.h: Make message type of trace functions be |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
304 const char * to help avoid warnings with callers. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
305 * src/null.cxx: Reflect that in actual functions. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
306 * src/fancy.cxx: Ditto. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
307 * src/simple.cxx: Ditto. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
308 * src/buffer.cxx: Ditto. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
309 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
310 2002-01-31 Hugo Tyson <hmt@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
311 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
312 * src/tcdiag.cxx (cyg_assert_msg): Enable this function |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
313 universally; given the extra usefulness it now has (see below) |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
314 it's worth always having around by default in asserted builds. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
315 It can be disabled with CYGDBG_INFRA_DEBUG_ASSERT_MESSAGE = 0. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
316 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
317 2002-01-30 Hugo Tyson <hmt@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
318 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
319 * src/tcdiag.cxx (cyg_assert_msg): Collect from RedBoot flash |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
320 config, whether or not to dump to a specific console. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
321 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
322 2002-01-28 Gary Thomas <gthomas@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
323 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
324 * src/diag.cxx (diag_snprintf): |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
325 * include/diag.h: New function diag_snprintf(). |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
326 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
327 2002-01-23 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
328 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
329 * include/cyg_type.h: Define CYG_INIT_IO_FS used by filesystems |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
330 so that they init *after* the devices they depend on. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
331 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
332 2002-01-21 Jonathan Larmour <jlarmour@redhat.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
333 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
334 * src/tcdiag.cxx (cyg_test_exit): Work around problem with recent |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
335 SH tools that isn't likely to get fixed soon. |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
336 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
337 2002-01-17 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
338 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
339 * src/diag.cxx (diag_check_string): enlarge valid string length to 2048 |
|
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
340 |
|
198
ea3f0bd33a73
Merge from eCos master repository on 2001-12-07-11:40:47-GMT
jlarmour
parents:
184
diff
changeset
|
341 2001-12-06 Jesper Skov <jskov@redhat.com> |
|
ea3f0bd33a73
Merge from eCos master repository on 2001-12-07-11:40:47-GMT
jlarmour
parents:
184
diff
changeset
|
342 |
|
ea3f0bd33a73
Merge from eCos master repository on 2001-12-07-11:40:47-GMT
jlarmour
parents:
184
diff
changeset
|
343 * src/diag.cxx: Added functions to do memory dump in 16 and 32 bit |
|
ea3f0bd33a73
Merge from eCos master repository on 2001-12-07-11:40:47-GMT
jlarmour
parents:
184
diff
changeset
|
344 units. Based on changes from Warren Jasper <warrenj@bops.com>. |
|
ea3f0bd33a73
Merge from eCos master repository on 2001-12-07-11:40:47-GMT
jlarmour
parents:
184
diff
changeset
|
345 * include/diag.h: Function declarations. |
|
ea3f0bd33a73
Merge from eCos master repository on 2001-12-07-11:40:47-GMT
jlarmour
parents:
184
diff
changeset
|
346 |
|
184
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
183
diff
changeset
|
347 2001-09-12 Jonathan Larmour <jlarmour@redhat.com> |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
183
diff
changeset
|
348 |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
183
diff
changeset
|
349 * src/eprintf.c (__eprintf): Tolerate absence of standard ISO C |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
183
diff
changeset
|
350 functions better. |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
183
diff
changeset
|
351 |
|
183
9160a8005d76
Merge from eCos master repository on 2001-09-12-03:52:30-BST
jlarmour
parents:
182
diff
changeset
|
352 2001-09-11 Jesper Skov <jskov@redhat.com> |
|
9160a8005d76
Merge from eCos master repository on 2001-09-12-03:52:30-BST
jlarmour
parents:
182
diff
changeset
|
353 |
|
9160a8005d76
Merge from eCos master repository on 2001-09-12-03:52:30-BST
jlarmour
parents:
182
diff
changeset
|
354 * src/diag.cxx (diag_check_string): Also accept \b. |
|
9160a8005d76
Merge from eCos master repository on 2001-09-12-03:52:30-BST
jlarmour
parents:
182
diff
changeset
|
355 |
|
182
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
356 2001-08-25 Gary Thomas <gthomas@redhat.com> |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
357 |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
358 * src/diag.cxx (_vprintf): Fix confusion between signed and unsigned |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
359 descriptors (only %d is signed). |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
360 |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
361 2001-08-24 Gary Thomas <gthomas@redhat.com> |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
362 |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
363 * include/diag.h: Export diag_dump_buf_with_offset. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
364 |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
365 * src/diag.cxx (_vprintf): Fix problems with signed/unsigned prints. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
366 (diag_dump_buf_with_offset): Export. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
367 |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
368 2001-08-23 Gary Thomas <gthomas@redhat.com> |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
369 |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
370 * src/diag.cxx (_vprintf): Restore functionality of %D,%U,%X,%B,%S,%C |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
371 which were present in old code. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
372 |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
373 2001-08-22 Gary Thomas <gthomas@redhat.com> |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
374 |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
375 * src/diag.cxx: |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
376 * include/diag.h: |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
377 * cdl/infra.cdl: Restructuring to support more flexible versions |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
378 of diag_printf() and related functions. Remove old cruft which |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
379 was workaround for possibly failing compilers [K&R support]. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
380 These versions of printf(), etc, were part of the RedBoot package |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
381 and have been moved here (and renamed) to reduce code duplication. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
382 |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
383 2001-08-22 Jonathan Larmour <jlarmour@redhat.com> |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
384 |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
385 * src/eprintf.c: New file to implement __eprintf called from libgcc. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
386 * cdl/infra.cdl: Build it. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
387 * include/cyg_type.h: Provide __THROW default empty throw specifier. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
388 * include/cyg_ass.h (cyg_assert_fail): Add __THROW. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
389 (cyg_assert_msg): Ditto. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
390 * src/buffer.cxx (cyg_assert_fail): Ditto. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
391 * src/fancy.cxx (cyg_assert_fail): Ditto. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
392 * src/null.cxx (cyg_assert_fail): Ditto (twice). |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
393 * src/simple.cxx (cyg_assert_fail): Ditto. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
394 * src/tcdiag.cxx (cyg_assert_msg): Ditto. |
|
f62680ef1804
Merge from eCos master repository on 2001-09-07-06:43:02-BST
jlarmour
parents:
177
diff
changeset
|
395 |
|
177
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
396 2001-08-03 Nick Garnett <nickg@cygnus.co.uk> |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
397 |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
398 Imported from a development branch: |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
399 |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
400 2001-06-27 Nick Garnett <nickg@cygnus.co.uk> |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
401 |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
402 * src/diag.cxx: |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
403 * src/tcdiag.cxx: |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
404 Added use of CYG_HAL_DIAG_LOCK() and CYG_HAL_DIAG_UNLOCK() to |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
405 diag_printf(), cyg_assert_msg() and cyg_test_output() to prevent |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
406 messages from different CPUs being mingled. |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
407 |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
408 2001-05-22 Nick Garnett <nickg@cygnus.co.uk> |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
409 |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
410 * include/cyg_type.h (CYGBLD_ANNOTATE_VARIABLE_*): |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
411 Added better way of supplying default definitions for these. |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
412 |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
413 2001-04-27 Nick Garnett <nickg@cygnus.co.uk> |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
414 |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
415 * include/cyg_type.h: |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
416 Added default variable annotation macros. |
|
4c750ce71ae3
Merge from eCos master repository on 2001-08-10-19:22:57-BST
jlarmour
parents:
172
diff
changeset
|
417 |
|
172
cd45958b28ff
Merge from eCos master repository on 2001-07-20-10:24:43-BST
jlarmour
parents:
171
diff
changeset
|
418 2001-07-18 Jonathan Larmour <jlarmour@redhat.com> |
|
cd45958b28ff
Merge from eCos master repository on 2001-07-20-10:24:43-BST
jlarmour
parents:
171
diff
changeset
|
419 |
|
cd45958b28ff
Merge from eCos master repository on 2001-07-20-10:24:43-BST
jlarmour
parents:
171
diff
changeset
|
420 * include/cyg_type.h (CYG_INIT_MEMALLOC): Add. |
|
cd45958b28ff
Merge from eCos master repository on 2001-07-20-10:24:43-BST
jlarmour
parents:
171
diff
changeset
|
421 |
|
171
42f843b391aa
Merge from eCos master repository on 2001-07-18-03:13:25-BST
jlarmour
parents:
162
diff
changeset
|
422 2001-07-13 Jonathan Larmour <jlarmour@redhat.com> |
|
42f843b391aa
Merge from eCos master repository on 2001-07-18-03:13:25-BST
jlarmour
parents:
162
diff
changeset
|
423 |
|
42f843b391aa
Merge from eCos master repository on 2001-07-18-03:13:25-BST
jlarmour
parents:
162
diff
changeset
|
424 * src/diag.cxx (diag_vprintf): Fix long longs (patch from |
|
42f843b391aa
Merge from eCos master repository on 2001-07-18-03:13:25-BST
jlarmour
parents:
162
diff
changeset
|
425 Motoya Kurotsu <kurotsu [at] allied-telesis.co.jp> |
|
42f843b391aa
Merge from eCos master repository on 2001-07-18-03:13:25-BST
jlarmour
parents:
162
diff
changeset
|
426 |
|
42f843b391aa
Merge from eCos master repository on 2001-07-18-03:13:25-BST
jlarmour
parents:
162
diff
changeset
|
427 * cdl/debug.cdl: Make tracing styles be mutually exclusive properly |
|
42f843b391aa
Merge from eCos master repository on 2001-07-18-03:13:25-BST
jlarmour
parents:
162
diff
changeset
|
428 using an interface. |
|
42f843b391aa
Merge from eCos master repository on 2001-07-18-03:13:25-BST
jlarmour
parents:
162
diff
changeset
|
429 |
|
162
2395031e7a66
Merge from eCos master repository on 2001-06-15-06:43:03-BST
jlarmour
parents:
154
diff
changeset
|
430 2001-06-14 Jonathan Larmour <jlarmour@redhat.com> |
|
2395031e7a66
Merge from eCos master repository on 2001-06-15-06:43:03-BST
jlarmour
parents:
154
diff
changeset
|
431 |
|
2395031e7a66
Merge from eCos master repository on 2001-06-15-06:43:03-BST
jlarmour
parents:
154
diff
changeset
|
432 * include/clist.hxx (Cyg_DNode_T): Don't qualify constructor or |
|
2395031e7a66
Merge from eCos master repository on 2001-06-15-06:43:03-BST
jlarmour
parents:
154
diff
changeset
|
433 destructor with <T>. |
|
2395031e7a66
Merge from eCos master repository on 2001-06-15-06:43:03-BST
jlarmour
parents:
154
diff
changeset
|
434 (Cyg_CList_T): Ditto. |
|
2395031e7a66
Merge from eCos master repository on 2001-06-15-06:43:03-BST
jlarmour
parents:
154
diff
changeset
|
435 |
|
154
e2d866e32dac
Merge from eCos master repository on 2001-02-26-23:18:05-GMT
jlarmour
parents:
148
diff
changeset
|
436 2001-02-23 Robin Farine <acnrf@dial.eunet.ch> |
|
e2d866e32dac
Merge from eCos master repository on 2001-02-26-23:18:05-GMT
jlarmour
parents:
148
diff
changeset
|
437 |
|
e2d866e32dac
Merge from eCos master repository on 2001-02-26-23:18:05-GMT
jlarmour
parents:
148
diff
changeset
|
438 * include/cyg_type.h: Do alignment consistency check. |
|
e2d866e32dac
Merge from eCos master repository on 2001-02-26-23:18:05-GMT
jlarmour
parents:
148
diff
changeset
|
439 |
|
148
8f2f7615e727
Merge from eCos master repository on 2001-01-12-06:43:03-GMT
jlarmour
parents:
145
diff
changeset
|
440 2001-01-05 Nick Garnett <nickg@cygnus.co.uk> |
|
8f2f7615e727
Merge from eCos master repository on 2001-01-12-06:43:03-GMT
jlarmour
parents:
145
diff
changeset
|
441 |
|
8f2f7615e727
Merge from eCos master repository on 2001-01-12-06:43:03-GMT
jlarmour
parents:
145
diff
changeset
|
442 * include/clist.hxx: Many changes to make these classes usable in |
|
8f2f7615e727
Merge from eCos master repository on 2001-01-12-06:43:03-GMT
jlarmour
parents:
145
diff
changeset
|
443 the MLQ scheduler and alarm objects. |
|
8f2f7615e727
Merge from eCos master repository on 2001-01-12-06:43:03-GMT
jlarmour
parents:
145
diff
changeset
|
444 |
|
145
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
445 2000-12-15 Nick Garnett <nickg@cygnus.co.uk> |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
446 |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
447 * include/clist.hxx: Added this implementation of simple circular |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
448 list classes. This is not immediately useful, except to the |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
449 dynamic loader, but it is intended to simplify the MLQ scheduler |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
450 with these classes eventually. |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
451 |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
452 2000-12-13 Jesper Skov <jskov@redhat.com> |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
453 |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
454 * include/cyg_type.h (CYGBLD_ATTRIB_ASM_ALIAS): Mangle assembler |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
455 symbols properly. |
|
2e9a636d9de9
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
jlarmour
parents:
124
diff
changeset
|
456 |
|
124
0ec04793409a
Merge from eCos master repository on 2000-09-11-03:00:13-BST
jlarmour
parents:
121
diff
changeset
|
457 2000-09-08 Jonathan Larmour <jlarmour@redhat.com> |
|
0ec04793409a
Merge from eCos master repository on 2000-09-11-03:00:13-BST
jlarmour
parents:
121
diff
changeset
|
458 |
|
0ec04793409a
Merge from eCos master repository on 2000-09-11-03:00:13-BST
jlarmour
parents:
121
diff
changeset
|
459 * include/cyg_type.h (CYGBLD_ATTRIB_SECTION): Don't stringify arg. |
|
0ec04793409a
Merge from eCos master repository on 2000-09-11-03:00:13-BST
jlarmour
parents:
121
diff
changeset
|
460 |
|
121
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
115
diff
changeset
|
461 2000-09-04 Jonathan Larmour <jlarmour@redhat.com> |
|
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
115
diff
changeset
|
462 |
|
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
115
diff
changeset
|
463 * include/cyg_type.h (CYGARC_ALIGNMENT): Add default of 8 |
|
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
115
diff
changeset
|
464 (CYGARC_P2ALIGNMENT): Add corresponding default of 3 |
|
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
115
diff
changeset
|
465 (CYGBLD_ATTRIB_ALIGN): Define to allow alignment |
|
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
115
diff
changeset
|
466 * include/cyg_type.inc: As above for CYGARC_ALIGNMENT and |
|
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
115
diff
changeset
|
467 CYGARC_P2ALIGNMENT |
|
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
115
diff
changeset
|
468 |
|
115
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
469 2000-07-25 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
470 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
471 * include/cyg_type.inc: Create. Used for the equivalent stuff of |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
472 cyg_type.h in assembler and linker scripts |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
473 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
474 2000-07-19 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
475 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
476 * src/pkgstart.cxx (cyg_package_start): Remove POSIX startup option |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
477 * cdl/startup.cdl: Likewise |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
478 |
|
112
02ea4320376c
Merge from eCos master repository on 2000-07-21-21:01:39-BST
jlarmour
parents:
82
diff
changeset
|
479 2000-07-18 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
02ea4320376c
Merge from eCos master repository on 2000-07-21-21:01:39-BST
jlarmour
parents:
82
diff
changeset
|
480 |
|
02ea4320376c
Merge from eCos master repository on 2000-07-21-21:01:39-BST
jlarmour
parents:
82
diff
changeset
|
481 * src/buffer.cxx (increment_buffer_pos): Reset buffer pos *before* |
|
02ea4320376c
Merge from eCos master repository on 2000-07-21-21:01:39-BST
jlarmour
parents:
82
diff
changeset
|
482 we try to print the buffer |
|
02ea4320376c
Merge from eCos master repository on 2000-07-21-21:01:39-BST
jlarmour
parents:
82
diff
changeset
|
483 Thanks to Chris Morrow (cmorrow at YottaYotta.com ) for spotting |
|
02ea4320376c
Merge from eCos master repository on 2000-07-21-21:01:39-BST
jlarmour
parents:
82
diff
changeset
|
484 the problem. |
|
02ea4320376c
Merge from eCos master repository on 2000-07-21-21:01:39-BST
jlarmour
parents:
82
diff
changeset
|
485 |
|
115
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
486 2000-07-04 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
487 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
488 * cdl/infra.cdl: Add CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS option |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
489 to control presence of empty C++ delete functions |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
490 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
491 * src/delete.cxx: Move comments into above option, and simplify |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
492 the configuration now that it's more straightforward |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
493 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
494 2000-06-21 Nick Garnett <nickg@cygnus.co.uk> |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
495 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
496 * src/simple.cxx: |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
497 * src/null.cxx: |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
498 * src/fancy.cxx: |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
499 * src/buffer.cxx: |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
500 Removed use of CYG_LABEL_NAME() and added extra underscores to |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
501 _stext and _etext. |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
502 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
503 * include/cyg_type.h: Changed default for CYG_LABEL_DEFN() to |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
504 define labels without an extra underscore. This reflects the |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
505 practice of most of the targets we support. |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
506 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
507 2000-06-19 Nick Garnett <nickg@cygnus.co.uk> |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
508 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
509 * include/cyg_type.h: |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
510 Added CYGBLD_ATTRIB_SECTION to assign variables to a named |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
511 section. |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
512 Added CYG_LABEL_DEFN() macro for defining labels in asm and linker |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
513 scripts. This is particularly useful for generating labels in |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
514 inline assembler fragments. |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
515 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
516 2000-05-02 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
517 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
518 * cdl/startup.cdl: |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
519 * src/pkgstart.cxx: |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
520 Remove CYGSEM_START_ISO_C_COMPATIBILITY: startup is now handled |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
521 via extras.o |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
522 * include/cyg_type.h: Define __externC alternative to externC |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
523 |
|
82
6736c52df507
Merge from eCos master repository on 2000-04-14-13:35:46-BST
jlarmour
parents:
78
diff
changeset
|
524 2000-04-12 Jesper Skov <jskov@redhat.com> |
|
6736c52df507
Merge from eCos master repository on 2000-04-14-13:35:46-BST
jlarmour
parents:
78
diff
changeset
|
525 |
|
6736c52df507
Merge from eCos master repository on 2000-04-14-13:35:46-BST
jlarmour
parents:
78
diff
changeset
|
526 * cdl/infra.cdl: Allow build flags to be tweaked. |
|
6736c52df507
Merge from eCos master repository on 2000-04-14-13:35:46-BST
jlarmour
parents:
78
diff
changeset
|
527 |
|
115
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
528 2000-03-31 Nick Garnett <nickg@cygnus.co.uk> |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
529 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
530 * cdl/startup.cdl: |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
531 * src/pkgstart.cxx: |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
532 Added POSIX startup option. |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
112
diff
changeset
|
533 |
|
78
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
534 2000-03-28 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
535 |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
536 * include/cyg_trac.h: Also update internal documentation for below |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
537 const char * changes (2000-03-27) |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
538 |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
539 2000-03-28 John Dallaway <jld@cygnus.co.uk> |
|
76
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
540 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
541 * cdl/infra.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
542 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
543 Adjust documentation URLs. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
544 |
|
78
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
545 2000-03-27 Gary Thomas <gthomas@redhat.com> |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
546 |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
547 * src/tcdiag.cxx: HAL architecture ports may override default |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
548 behavior for 'cyg_test_exit()'. |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
549 |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
550 * src/diag.cxx (diag_vprintf): Add support for %llX modifier, which |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
551 allows for printing of (long long) operands. |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
552 |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
553 2000-03-27 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
554 |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
555 * include/cyg_trac.h: Use const qualifier on function and file name |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
556 strings to be compatible with the C++ standard |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
557 * src/buffer.cxx: likewise |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
558 * src/fancy.cxx: likewise |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
559 * src/null.cxx: likewise |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
560 |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
561 2000-03-27 Jesper Skov <jskov@redhat.com> |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
562 |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
563 * include/cyg_type.h: Make cyg_halbool the same for C and C++ |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
564 code. |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
565 |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
566 * include/cyg_ass.h (CYGDBG_DEFINE_CHECK_THIS): Use cyg_bool |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
567 instead of bool. |
|
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
568 |
|
76
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
569 2000-03-07 Jesper Skov <jskov@redhat.com> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
570 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
571 * src/buffer.cxx: Fix some compiler warnings. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
572 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
573 2000-03-03 Jesper Skov <jskov@redhat.com> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
574 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
575 * include/cyg_type.h (CYGBLD_ATTRIB_WEAK): disarm bomb for !GCC. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
576 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
577 2000-03-01 Jesper Skov <jskov@redhat.com> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
578 103290 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
579 * include/cyg_ass.h: Make cyg_assert_fail a weak symbol. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
580 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
581 2000-02-28 Gary Thomas <gthomas@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
582 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
583 * include/diag.h: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
584 * src/diag.cxx (diag_dump_buf): Add diagnostic "dump buffer" function. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
585 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
586 2000-02-21 Hugo Tyson <hmt@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
587 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
588 * src/tcdiag.cxx (cyg_test_is_simulator): set this true if ugly |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
589 new cdl_option CYGHWR_TARGET_SIMULATOR_NO_GDB_WORKING is set. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
590 This means we cannot diddle the variable using GDB. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
591 |
|
74
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
592 2000-02-18 Hugo Tyson <hmt@cygnus.co.uk> |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
593 |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
594 * src/tcdiag.cxx (cyg_test_exit): Add the facility for a platform |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
595 HAL to define an action to take at CYG_TEST_EXIT time; this is |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
596 useful for some simulators that are not (yet) Gdb integrated. |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
597 The action is CYGHWR_TEST_PROGRAM_EXIT() if defined. |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
598 |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
599 * src/simple.cxx (cyg_assert_fail): Add the facility for a |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
600 platform HAL to define an action to take when an assertion failure |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
601 occurs. Ditto. |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
602 |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
603 * src/fancy.cxx (cyg_assert_fail): Ditto. |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
604 |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
605 * src/buffer.cxx (cyg_assert_fail): Ditto. |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
606 |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
607 [no change to null.cxx because, well, it's null isn't it] |
|
9c122302a886
Merge from eCos master repository on 2000-02-18-15:21:53-GMT
jlarmour
parents:
70
diff
changeset
|
608 |
|
70
c5536bad4c24
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
jlarmour
parents:
66
diff
changeset
|
609 2000-02-08 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
c5536bad4c24
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
jlarmour
parents:
66
diff
changeset
|
610 |
|
c5536bad4c24
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
jlarmour
parents:
66
diff
changeset
|
611 * include/cyg_trac.h: Define and document CYG_TRACE_PRINT() and |
|
c5536bad4c24
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
jlarmour
parents:
66
diff
changeset
|
612 CYG_TRACE_DUMP() macros for outputting buffered trace output, and |
|
c5536bad4c24
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
jlarmour
parents:
66
diff
changeset
|
613 kernel state dump respectively |
|
c5536bad4c24
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
jlarmour
parents:
66
diff
changeset
|
614 |
|
76
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
615 * cdl/debug.cdl (CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER): |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
616 replace (incorrect) mention of cyg_trace_output() with CYG_TRACE_PRINT() |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
617 macro. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
618 |
|
70
c5536bad4c24
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
jlarmour
parents:
66
diff
changeset
|
619 * src/fancy.cxx (cyg_trace_dump): Add (from buffer.cxx) |
|
c5536bad4c24
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
jlarmour
parents:
66
diff
changeset
|
620 * src/simple.cxx (cyg_trace_dump): Add (from buffer.cxx) |
|
c5536bad4c24
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
jlarmour
parents:
66
diff
changeset
|
621 * src/null.cxx (cyg_trace_dump): Add as empty function |
|
c5536bad4c24
Merge from eCos master repository on 2000-02-11-15:46:40-GMT
jlarmour
parents:
66
diff
changeset
|
622 |
|
76
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
623 2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
624 * cdl\infra.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
625 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
626 Adjust help URLs in line with new doc layout. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
627 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
628 2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
629 * cdl\infra.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
630 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
631 Adjust help URLs in line with new doc layout. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
632 |
|
56
755351606154
Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents:
6
diff
changeset
|
633 1999-11-26 Gary Thomas <gthomas@cygnus.co.uk> |
|
755351606154
Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents:
6
diff
changeset
|
634 |
|
755351606154
Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents:
6
diff
changeset
|
635 * include/cyg_type.h: Add MLT symbols CYGMEM_REGION_ATTR_R/W. |
|
755351606154
Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents:
6
diff
changeset
|
636 |
|
76
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
637 1999-11-23 Hugo Tyson <hmt@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
638 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
639 * cdl/debug.cdl: Add "active_if CYGDBG_USE_TRACING" to all tracing |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
640 only options in the buffered flavour of assert'n'trace. Otherwise |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
641 enabling asserts but no tracing does not build; oldCDL dealt with |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
642 this by a string of ifdefs in the header. Active_if is my friend. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
643 This also prevents the confusion of having active options that |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
644 have no effect whatsoever. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
645 Aside: the default is buffered assert'n'trace so that the test |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
646 farm can enable tracing and not get swamped by output. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
74
diff
changeset
|
647 |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
648 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
|
649 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
2
diff
changeset
|
650 * 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
|
651 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
|
652 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
|
653 |
| 2 | 654 1999-04-14 John Dallaway <jld@cygnus.co.uk> |
| 655 | |
| 656 * include/pkgconf/infra.h: Add cdl_package doc attribute. | |
| 657 | |
| 658 1999-04-12 Jesper Skov <jskov@cygnus.co.uk> | |
| 659 | |
| 660 * include/cyg_type.h: Added new init priority for IO devices. | |
| 661 | |
| 662 * include/diag.h: | |
| 663 * src/diag.cxx: | |
| 664 Use device for diag if configured so. | |
| 665 | |
| 666 1999-03-19 Gary Thomas <gthomas@cygnus.co.uk> | |
| 667 | |
| 668 * src/diag.cxx (diag_vprintf): Support '%%' printf modifier. | |
| 669 | |
| 670 1999-03-05 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 671 | |
| 672 * include/cyg_type.h: | |
| 673 Add CYGBLD_ATTRIB_CONST and tidy define indentation | |
| 674 | |
| 675 1999-03-04 Bart Veer <bartv@cygnus.co.uk> | |
| 676 | |
| 677 * include/diag.h: | |
| 678 Added a #include for <pkgconf/infra.h> so that the header file | |
| 679 can correctly check for CYGDBG_INFRA_DIAG_PRINTF_USE_VARARG | |
| 680 | |
| 681 1999-02-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 682 | |
| 683 * include/cyg_type.h: | |
| 684 Added CYGBLD_ATTRIB_ASM_ALIAS() macro to supply an alias for a | |
| 685 variable while it is being defined. | |
| 686 | |
| 687 1999-02-24 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 688 | |
| 689 * include/cyg_type.h (CYG_INIT_APPLICATION): Add CYG_INIT_DRIVERS | |
| 690 priority | |
| 691 | |
| 692 * src/tcdiag.cxx (cyg_test_output): Re-include angle brackets | |
| 693 for CYG_TEST_GDBCMD command | |
| 694 | |
| 695 1999-02-23 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 696 | |
| 697 * include/testcase.h (CYG_TEST_NA): | |
| 698 Add call to cyg_test_exit() | |
| 699 | |
| 700 1999-02-22 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 701 | |
| 702 * include/cyg_type.h: | |
| 703 Add CYGBLD_ATTRIB_INIT_PRI/BEFORE/AFTER macros. | |
| 704 Remove CYG_INIT_BEFORE/AFTER as they were unusable | |
| 705 | |
| 706 * include/testcase.h: | |
| 707 * src/tcdiag.cxx: | |
| 708 Add CYGNUM_TEST_NA() macro for not applicable state | |
| 709 Don't need to call diag_init() any more from cyg_test_init() | |
| 710 | |
| 711 * src/diag.c: | |
| 712 * src/diag.cxx: | |
| 713 Rename diag.c to diag.cxx | |
| 714 Add dummy constructor object to do initialization right after the | |
| 715 HAL has started. Needed to get asserts working correctly at | |
| 716 constructor time, and for CYGNUM_TEST_GDBCMD to work as intended | |
| 717 (i.e. before calling CYG_TEST_INIT()) | |
| 718 | |
| 719 1999-02-17 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 720 | |
| 721 * src/tcdiag.cxx (cyg_test_output): Remove angle brackets round | |
| 722 GDBCMD output | |
| 723 | |
| 724 1999-02-16 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 725 | |
| 726 * src/fancy.cxx (trim_func): | |
| 727 * src/simple.cxx (trim_func): | |
| 728 * src/buffer.cxx (trim_func): | |
| 729 Don't delete bits before a space as it may not always be a | |
| 730 type, if using CYG_FUNCNAME rather than relying on | |
| 731 __PRETTY_FUNCTION__ | |
| 732 | |
| 733 * src/tcdiag.cxx (cyg_test_output): | |
| 734 Add new GDBCMD output and do some tidying vis a vis coding standards | |
| 735 etc. | |
| 736 | |
| 737 * include/testcase.h: | |
| 738 Do some tidying vis a vis coding standards etc. | |
| 739 | |
| 740 1999-02-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 741 | |
| 742 * include/cyg_type.h (CYGBLD_ATTRIB_CONSTRUCTOR): | |
| 743 New macro, used to define a 'C' routine to be run with 'C++' | |
| 744 constructors. | |
| 745 | |
| 746 1999-01-26 Bart Veer <bartv@cygnus.co.uk> | |
| 747 | |
| 748 * include/cyg_type.h (CYGBLD_ATTRIB_NORET): | |
| 749 Updated the non-GNUC version of the macro | |
| 750 | |
| 751 1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 752 | |
| 753 * include/cyg_type.h: | |
| 754 Remove all traces of CYG_KERNEL_USE_INIT_PRIORITY option - now | |
| 755 compulsory. Consequently can remove include of pkgconf/infra.h. | |
| 756 Add CYG_INIT_PREDEFAULT priority for | |
| 757 CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG implementation. | |
| 758 Change CYGBLD_NORET to CYGBLD_ATTRIB_NORET | |
| 759 Add CYGBLD_ATTRIB_ALIAS and CYGBLD_ATTRIB_WEAK_ALIAS macros | |
| 760 | |
| 761 * include/cyg_ass.h: | |
| 762 * include/testcase.h | |
| 763 Change CYGBLD_NORET to CYGBLD_ATTRIB_NORET | |
| 764 | |
| 765 * src/startup.cxx: | |
| 766 Split up into smaller files to make GDB happier when debuggin | |
| 767 | |
| 768 * src/pkgstart.cxx: | |
| 769 * src/prestart.cxx: | |
| 770 * src/userstart.cxx: | |
| 771 New files with contents originally from startup.cxx | |
| 772 | |
| 773 1999-01-19 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 774 | |
| 775 * include/cyg_type.h (CYG_REFERENCE_OBJECT): | |
| 776 Make this work with no overhead, although it doesn't work with | |
| 777 anything other than objects with constructors. I _believe_ this | |
| 778 is the only relevant situation though. Bite me. | |
| 779 Fix for PR 18782 | |
| 780 | |
| 781 1999-01-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 782 | |
| 783 * include/cyg_type.h (CYG_REFERENCE_SYMBOL): Added. | |
| 784 | |
| 785 1999-01-13 Gary Thomas <gthomas@cygnus.co.uk> | |
| 786 | |
| 787 * include/cyg_type.h: Default handling of 'CYG_DOUBLE_BYTEORDER' | |
| 788 | |
| 789 1999-01-13 Jesper Skov <jskov@cygnus.co.uk> | |
| 790 | |
| 791 * include/cyg_type.h (CYG_UNUSED_PARAM): Don't assign to the | |
| 792 unused parameter; it might be a macro constant. | |
| 793 | |
| 794 1999-01-11 Bart Veer <bartv@cygnus.co.uk> | |
| 795 | |
| 796 * src/tcdiag.cxx (cyg_test_output): | |
| 797 * include/testcase.h: | |
| 798 Use const where appropriate in cyg_test_output() | |
| 799 | |
| 800 1999-01-06 Bart Veer <bartv@cygnus.co.uk> | |
| 801 | |
| 802 * include/cyg_trac.h (CYG_REPORT_FUNCARG8): | |
| 803 Removed spurious comma so that the macro actually compiles. | |
| 804 | |
| 805 1998-12-24 Bart Veer <bartv@cygnus.co.uk> | |
| 806 | |
| 807 * src/simple.cxx: | |
| 808 * src/null.cxx: | |
| 809 * src/fancy.cxx: | |
| 810 * src/diag.c: | |
| 811 * src/buffer.cxx: | |
| 812 * include/diag.h: | |
| 813 In the assertion support, use const where appropriate. | |
| 814 | |
| 815 1998-12-24 Bart Veer <bartv@cygnus.co.uk> | |
| 816 | |
| 817 * include/cyg_ass.h: | |
| 818 The prototype for cyg_assert_fail() is now always present. | |
| 819 const is used wherever appropriate. | |
| 820 A number of additional assertion macros are now defined. | |
| 821 Host-specific assertion support has been added. | |
| 822 Some minor tweaks for greater consistency in macro usage. | |
| 823 | |
| 824 1998-12-21 Bart Veer <bartv@cygnus.co.uk> | |
| 825 | |
| 826 * include/cyg_type.h: | |
| 827 Allow for platforms where pointers are not 32 bits wide. | |
| 828 | |
| 829 1998-12-16 Hugo Tyson <hmt@cygnus.co.uk> | |
| 830 | |
| 831 * include/testcase.h (cyg_test_is_simulator): | |
| 832 * src/tcdiag.cxx (cyg_test_is_simulator): | |
| 833 Change the type to int so that all gdb's understand it. | |
| 834 (it was impossible to assign to from the prompt as a bool) | |
| 835 | |
| 836 1998-12-09 Bart Veer <bartv@cygnus.co.uk> | |
| 837 | |
| 838 * include/testcase.h: | |
| 839 Hide a __noreturn__ attribute inside a macro so that the | |
| 840 header file can be used for host-side code. | |
| 841 | |
| 842 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 843 | |
| 844 * src/memset.c (_memset): Use type casted pointer to avoid | |
| 845 compiler warning. | |
| 846 | |
| 847 Mon Oct 26 21:20:13 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 848 | |
| 849 * src/buffer.cxx: | |
| 850 Make write_thread_id() conditional on CYGDBG_USE_ASSERTS as that's | |
| 851 the only time it is used. This silences a compiler warning | |
| 852 | |
| 0 | 853 Mon Oct 26 19:40:48 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
| 854 | |
| 855 * src/memset.c, src/memcpy.c: | |
| 856 Conditionalise out all tracing for now | |
| 857 Fix for PR 17996 | |
| 858 | |
| 859 Fri Oct 23 05:42:36 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 860 | |
| 861 * include/cyg_ass.h (CYGASSERT_docall): | |
| 862 Make a dummy reference to _msg_ argument when | |
| 863 CYGDBG_INFRA_DEBUG_ASSERT_MESSAGE is disabled, otherwise we may get | |
| 864 "unused variable" warnings | |
| 865 Fix for PR 17889 | |
| 866 | |
| 867 1998-10-22 Hugo Tyson <hmt@cygnus.co.uk> | |
| 868 | |
| 869 * src/buffer.cxx (increment_buffer_pos): | |
| 870 Use the correctly named print_trace_buffer() rather than some | |
| 871 typo/globaleditto. | |
| 872 (cyg_trace_dump): only refer to thread->get_saved_context() if | |
| 873 CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT is defined. | |
| 874 | |
| 875 1998-10-22 Hugo Tyson <hmt@cygnus.co.uk> | |
| 876 | |
| 877 * src/buffer.cxx (write_thread_id): | |
| 878 Make get_tid() be there when used. | |
| 879 | |
| 880 * include/pkgconf/infra.h: | |
| 881 Only enable all the buffered tracing stuff if USE_TRACING is | |
| 882 selected; otherwise link errors ensue if only USE_ASSERTS is | |
| 883 enabled. | |
| 884 | |
| 885 1998-10-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 886 PR 17914 | |
| 887 | |
| 888 * src/simple.cxx (CYG_NO_THREADID): Set if there is no Kernel | |
| 889 support. | |
| 890 | |
| 891 1998-10-20 Nick Garnett <nickg@cygnus.co.uk> | |
| 892 | |
| 893 * src/null.cxx: | |
| 894 Removed fix for PR 17471 since the required macros have been moved | |
| 895 to cyg_type.h. | |
| 896 | |
| 897 * include/diag.h (diag_printf): | |
| 898 * src/diag.c (diag_printf): | |
| 899 Made use of variadic arguments optional in this function. | |
| 900 | |
| 901 * include/pkgconf/infra.h: | |
| 902 Added configury to support buffered tracing. | |
| 903 | |
| 904 * src/fancy.cxx (trim_func): | |
| 905 Fixed fencepost bug. | |
| 906 | |
| 907 * src/PKGconf.mak: | |
| 908 * src/buffer.cxx: | |
| 909 Added buffer.cxx to implement buffered trace log. | |
| 910 | |
| 911 Thu Oct 15 21:27:23 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 912 | |
| 913 * src/delete.cxx, src/memcpy.c, src/memset.c: | |
| 914 Moved here from ecc/kernel/current/src/common, as they should | |
| 915 be present even if the kernel is disabled | |
| 916 | |
| 917 * include/pkgconf/infra.h: | |
| 918 Add new config options CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMCPY | |
| 919 and CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMSET to support the | |
| 920 functionality available in memcpy.c and memset.c | |
| 921 | |
| 922 * src/PKGconf.mak: | |
| 923 build above new files | |
| 924 | |
| 925 Above changes are required for PR 17229 | |
| 926 | |
| 927 1998-10-14 Nick Garnett <nickg@cygnus.co.uk> | |
| 928 | |
| 929 * include/cyg_type.h: | |
| 930 Moved CYG_LABEL_NAME() macro here from ktypes.h. | |
| 931 | |
| 932 Wed Oct 14 17:10:12 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 933 | |
| 934 * src/diag.c: | |
| 935 Change warning message from previous change to match compiler | |
| 936 output exactly | |
| 937 | |
| 938 Tue Oct 13 17:23:37 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 939 | |
| 940 * src/diag.c: | |
| 941 Output another warning so that people know that diag.c produces | |
| 942 a warning | |
| 943 Reformat to 76 columns | |
| 944 Change args of diag_printf to be ANSI-style, not K&R to | |
| 945 silence warning | |
| 946 | |
| 947 1998-09-25 Bart Veer <bartv@cygnus.co.uk> | |
| 948 | |
| 949 * src/null.cxx: | |
| 950 PR 17471: null.cxx relies on the macro CYG_LABEL_NAME(), which on | |
| 951 the mn10300 is defined only if <cyg/kernel/ktypes.h> is included. | |
| 952 As a temporary fix this header file is now always included. In the | |
| 953 medium term there will have to be proper fixes to ktypes.h and to | |
| 954 cyg_type.h | |
| 955 | |
| 956 Wed Sep 16 03:42:16 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 957 | |
| 958 * src/startup.cxx, src/dummyxxmain.cxx: | |
| 959 Move __main() to a separate dummyxxmain.cxx source file to resolve | |
| 960 linking bogosities on some targets | |
| 961 Fix for PR 17279 - kudos to Tim Goodwin really | |
| 962 | |
| 963 * src/PKGconf.mak: | |
| 964 Build src/dummyxxmain.cxx | |
| 965 | |
| 966 Tue Sep 15 19:14:33 1998 David Moore <dsm@keema.cygnus.co.uk> | |
| 967 | |
| 968 * include/pkgconf/infra.h: Cleaned up comments. | |
| 969 | |
| 970 Tue Sep 15 14:34:34 1998 David Moore <dsm@cygnus.co.uk> | |
| 971 | |
| 972 * src/startup.cxx: | |
| 973 * include/cyg_type.h: | |
| 974 CYGBLD_ATTRIB_WEAK moved from src/startup.cxx to | |
| 975 include/cyg_type.h | |
| 976 | |
| 977 Tue Sep 15 12:26:36 1998 Jonathan Larmour <jlarmour@peshwari.cygnus.co.uk> | |
| 978 | |
| 979 * src/null.cxx, src/simple.cxx, src/fancy.cxx: | |
| 980 Change cyg_check_data_ptr() to not compare with _end symbol from | |
| 981 linker scripts as this is a bogus thing to do when starting in | |
| 982 ROM. Some better magic can be done later with the memory layout | |
| 983 tool. | |
| 984 | |
| 985 * src/simple.cxx (cyg_assert_fail), | |
| 986 src/fancy.cxx (cyg_assert_fail): | |
| 987 If an assert is thrown, loop forever no matter what the platform | |
| 988 rather than resetting the jmr board. | |
| 989 | |
| 990 Fri Sep 11 12:52:59 1998 Hugo Tyson <hmt@cygnus.co.uk> | |
| 991 | |
| 992 * src/tcdiag.cxx: | |
| 993 * src/diag.c: | |
| 994 Remove dependencies on the kernel: | |
| 995 o types are available from here, infra. | |
| 996 o Diag and its mates are here and the HAL. | |
| 997 | |
| 998 Thu Sep 10 21:59:09 1998 Hugo Tyson <hmt@cygnus.co.uk> | |
| 999 | |
| 1000 * src/fancy.cxx: | |
| 1001 * src/simple.cxx: | |
| 1002 * src/null.cxx: | |
| 1003 Remove dependencies on the kernel: | |
| 1004 o interrupt stuff is available from the HAL. | |
| 1005 o types are available from here, infra. | |
| 1006 o Diag and its mates are here and the HAL. | |
| 1007 o Only consider printing thread information if there is a kernel. | |
| 1008 | |
| 1009 Thu Sep 10 21:29:55 1998 Hugo Tyson <hmt@cygnus.co.uk> | |
| 1010 | |
| 1011 * include/pkgconf/infra.h: | |
| 1012 Fix CDL descriptions (mainly) resulting from review of | |
| 1013 configury here. | |
| 1014 | |
| 1015 Thu Sep 10 17:38:00 1998 Hugo Tyson <hmt@cygnus.co.uk> | |
| 1016 | |
| 1017 * src/null.cxx: | |
| 1018 Add an empty cyg_assert_fail() if not CYGDBG_USE_ASSERTS, so that | |
| 1019 clib's assert() can use it, in common with but regardless of the | |
| 1020 internal assert setup. Of course if internal asserts are used, | |
| 1021 the same routine is used. | |
| 1022 | |
| 1023 Thu Sep 3 19:05:29 1998 Hugo Tyson <hmt@cygnus.co.uk> | |
| 1024 | |
| 1025 * src/startup.cxx (__main): | |
| 1026 ...and its mates. Correct the bad usage of the tracing macros - a | |
| 1027 type was implied when the type was void, so an assert fires. | |
| 1028 | |
| 1029 * include/diag.h (diag_printf): | |
| 1030 Remove 'useful' prototype; this function deliberately has a K&R | |
| 1031 prototype to avoid having to use varargs, or pad arglists or | |
| 1032 anything grody like that. Comment to that effect added too. | |
| 1033 | |
| 1034 * src/fancy.cxx: | |
| 1035 Condition out routines which are only used by tracing system; | |
| 1036 prevent warnings. Also changed the default widths setup to | |
| 1037 something more suitable to our long function names; viewing on | |
| 1038 about a 200 column screen recommended - or use 'simple' instead. | |
| 1039 | |
| 1040 Tue Sep 1 19:09:39 1998 Hugo Tyson <hmt@masala.cygnus.co.uk> | |
| 1041 | |
| 1042 * include/pkgconf/infra.h: | |
| 1043 Fancy tracing by default, as I've been requested. | |
| 1044 Move definition (or not) of CYGDBG_INFRA_DIAG_USE_DEVICE from the | |
| 1045 kernel, correcting the symbol construction as we go. | |
| 1046 | |
| 1047 * include/cyg_type.h: | |
| 1048 Correct multiple-inclusion protection, remove | |
| 1049 <dollar>Version<Dollar> nonsense, correct Usage: field, put in | |
| 1050 definition of CYGBLD_NORET. | |
| 1051 | |
| 1052 * include/cyg_ass.h: | |
| 1053 Correct Usage: field, remove definition of CYGDBG_NORET, correct | |
| 1054 definition of cyg_assert_fail to use CYGBLD_NORET as intended. | |
| 1055 | |
| 1056 * include/cyg_trac.h: | |
| 1057 Tidy up comments. | |
| 1058 | |
| 1059 * src/PKGconf.mak (COMPILE): | |
| 1060 Added all the new units below. | |
| 1061 | |
| 1062 * src/fancy.cxx: | |
| 1063 * src/simple.cxx: | |
| 1064 * src/null.cxx: | |
| 1065 Moved here from the kernel; comments changed accordingly. | |
| 1066 | |
| 1067 * src/tcdiag.cxx: | |
| 1068 * include/diag.h: | |
| 1069 * src/diag.c: | |
| 1070 Moved here from the kernel; comments changed accordingly. | |
| 1071 Also use config symbol CYGDBG_INFRA_DIAG_USE_DEVICE rather than | |
| 1072 (badly named) CYG_DIAG_USE_DEVICE. | |
| 1073 | |
| 1074 Fri Aug 28 15:22:16 1998 Hugo Tyson <hmt@cygnus.co.uk> | |
| 1075 | |
| 1076 * include/pkgconf/infra.h: | |
| 1077 Add lots of lovely cdl comments and new, correct, names for the | |
| 1078 config options themselves. | |
| 1079 * include/cyg_trac.h: | |
| 1080 * include/cyg_ass.h: | |
| 1081 Use the newly named options. | |
| 1082 | |
| 1083 [KERNEL] see also changes to src/trace/{fancy,null,simple}.cxx | |
| 1084 which should soon move into this package instead. | |
| 1085 | |
| 1086 Fri Aug 28 09:57:21 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 1087 | |
| 1088 * include/pkgconf/infra.h: | |
| 1089 Add CYGSEM_START_ISO_C_COMPATIBILITY and | |
| 1090 CYGSEM_START_UITRON_COMPATIBILITY options, along with some comment. | |
| 1091 | |
| 1092 * src/PKGconf.mak, src/startup.cxx: | |
| 1093 Add these two files for the new file startup.cxx that provides the | |
| 1094 generic startup mechanism, using new cyg_start() functions. This | |
| 1095 is to remove the dependency on main(), which is defined in ISO and | |
| 1096 POSIX as having certain properties we wouldn't be able to give it | |
| 1097 otherwise. | |
| 1098 | |
| 1099 Tue Aug 25 11:47:58 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 1100 | |
| 1101 * src/startup.cxx: | |
| 1102 Add this to provide new startup method | |
| 1103 | |
| 1104 1998-08-20 Nick Garnett <nickg@cygnus.co.uk> | |
| 1105 | |
| 1106 * include/cyg_type.h: | |
| 1107 Moved constructor priority ordering stuff here from | |
| 1108 kernel/ktypes.h. | |
| 1109 | |
| 1110 //=========================================================================== | |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1111 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1112 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1113 // This file is part of eCos, the Embedded Configurable Operating System. |
|
2801
5f91384cf205
* tests/cxxsupp.cxx (cyg_start): Only test 'new' with ARM tools after
jlarmour
parents:
2759
diff
changeset
|
1114 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
1115 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1116 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1117 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1118 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1119 // later version. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
1120 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1121 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1122 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1123 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1124 // General Public License for more details. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
198
diff
changeset
|
1125 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1126 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1127 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1128 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1129 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1130 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2721
diff
changeset
|
1131 // ####GPLCOPYRIGHTEND#### |
| 0 | 1132 //=========================================================================== |
| 1133 | |
| 1134 | |
| 1135 |
