source: rtems/c/src/ada-tests/ChangeLog @ 072fdb73

4.104.114.84.95
Last change on this file since 072fdb73 was 072fdb73, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/01/05 at 06:27:50

2005-05-01 Ralf Corsepius <ralf.corsepius@…>

  • mptests/mp01/config.h, samples/base_mp/config.h, samples/base_sp/config.h, samples/hello/config.h, samples/ticker/config.h, sptests/sp01/config.h, sptests/sp02/config.h, sptests/sp03/config.h, sptests/sp04/config.h, sptests/sp05/config.h, sptests/sp06/config.h, sptests/sp07/config.h, sptests/sp08/config.h, sptests/sp09/config.h, sptests/sp11/config.h, sptests/sp12/config.h, sptests/sp13/config.h, sptests/sp14/config.h, sptests/sp15/config.h, sptests/sp16/config.h, sptests/sp17/config.h, sptests/sp19/config.h, sptests/sp20/config.h, sptests/sp21/config.h, sptests/sp22/config.h, sptests/sp23/config.h, sptests/sp24/config.h, sptests/sp25/config.h, tmtests/tm01/config.h, tmtests/tm02/config.h, tmtests/tm03/config.h, tmtests/tm04/config.h, tmtests/tm05/config.h, tmtests/tm06/config.h, tmtests/tm07/config.h, tmtests/tm08/config.h, tmtests/tm09/config.h, tmtests/tm10/config.h, tmtests/tm11/config.h, tmtests/tm12/config.h, tmtests/tm13/config.h, tmtests/tm14/config.h, tmtests/tm15/config.h, tmtests/tm16/config.h, tmtests/tm17/config.h, tmtests/tm18/config.h, tmtests/tm19/config.h, tmtests/tm20/config.h, tmtests/tm21/config.h, tmtests/tm22/config.h, tmtests/tm23/config.h, tmtests/tm24/config.h, tmtests/tm25/config.h, tmtests/tm28/config.h, tmtests/tm29/config.h, tmtests/tmck/config.h, tmtests/tmoverhd/config.h: Include <rtems/confdefs.h> instead of <confdefs.h> (obsolete).
  • Property mode set to 100644
File size: 42.5 KB
Line 
12005-05-01      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * mptests/mp01/config.h, samples/base_mp/config.h,
4        samples/base_sp/config.h, samples/hello/config.h,
5        samples/ticker/config.h, sptests/sp01/config.h,
6        sptests/sp02/config.h, sptests/sp03/config.h, sptests/sp04/config.h,
7        sptests/sp05/config.h, sptests/sp06/config.h, sptests/sp07/config.h,
8        sptests/sp08/config.h, sptests/sp09/config.h, sptests/sp11/config.h,
9        sptests/sp12/config.h, sptests/sp13/config.h, sptests/sp14/config.h,
10        sptests/sp15/config.h, sptests/sp16/config.h, sptests/sp17/config.h,
11        sptests/sp19/config.h, sptests/sp20/config.h, sptests/sp21/config.h,
12        sptests/sp22/config.h, sptests/sp23/config.h, sptests/sp24/config.h,
13        sptests/sp25/config.h, tmtests/tm01/config.h, tmtests/tm02/config.h,
14        tmtests/tm03/config.h, tmtests/tm04/config.h, tmtests/tm05/config.h,
15        tmtests/tm06/config.h, tmtests/tm07/config.h, tmtests/tm08/config.h,
16        tmtests/tm09/config.h, tmtests/tm10/config.h, tmtests/tm11/config.h,
17        tmtests/tm12/config.h, tmtests/tm13/config.h, tmtests/tm14/config.h,
18        tmtests/tm15/config.h, tmtests/tm16/config.h, tmtests/tm17/config.h,
19        tmtests/tm18/config.h, tmtests/tm19/config.h, tmtests/tm20/config.h,
20        tmtests/tm21/config.h, tmtests/tm22/config.h, tmtests/tm23/config.h,
21        tmtests/tm24/config.h, tmtests/tm25/config.h, tmtests/tm28/config.h,
22        tmtests/tm29/config.h, tmtests/tmck/config.h,
23        tmtests/tmoverhd/config.h: Include <rtems/confdefs.h> instead of
24        <confdefs.h> (obsolete).
25
262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * configure.ac: Require automake > 1.9.
29
302004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * configure.ac: Add 2nd arg to RTEMS_TOP.
33        Unconditionally configure MP-directories.
34        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        Add DIST_SUBDIRS comprising MP-subdirs.
36        * samples/Makefile.am: Add DIST_SUBDIRS comprising MP-subdirs.
37
382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
41
422003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * mptests/mp01/Makefile.am: Cosmetics.
45        * samples/Makefile.am: Cosmetics.
46        * samples/base_mp/Makefile.am: Cosmetics.
47        * samples/base_sp/Makefile.am: Cosmetics.
48        * samples/hello/Makefile.am: Cosmetics.
49        * samples/ticker/Makefile.am: Cosmetics.
50        * support/Makefile.am: Cosmetics.
51        * tmtests/tmoverhd/Makefile.am: Cosmetics.
52
532003-11-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect having moved tests/.
56        * mptests/Makefile.am: Reflect having moved tests/.
57        * mptests/mp01/Makefile.am: Reflect having moved tests/.
58        * mptests/mp01/node1/Makefile.am: Reflect having moved tests/.
59        * mptests/mp01/node2/Makefile.am: Reflect having moved tests/.
60        * samples/Makefile.am: Reflect having moved tests/.
61        * samples/base_mp/Makefile.am: Reflect having moved tests/.
62        * samples/base_mp/node1/Makefile.am: Reflect having moved tests/.
63        * samples/base_mp/node2/Makefile.am: Reflect having moved tests/.
64        * samples/base_sp/Makefile.am: Reflect having moved tests/.
65        * samples/hello/Makefile.am: Reflect having moved tests/.
66        * samples/ticker/Makefile.am: Reflect having moved tests/.
67        * sptests/Makefile.am: Reflect having moved tests/.
68        * sptests/sp01/Makefile.am: Reflect having moved tests/.
69        * sptests/sp02/Makefile.am: Reflect having moved tests/.
70        * sptests/sp03/Makefile.am: Reflect having moved tests/.
71        * sptests/sp04/Makefile.am: Reflect having moved tests/.
72        * sptests/sp05/Makefile.am: Reflect having moved tests/.
73        * sptests/sp06/Makefile.am: Reflect having moved tests/.
74        * sptests/sp07/Makefile.am: Reflect having moved tests/.
75        * sptests/sp08/Makefile.am: Reflect having moved tests/.
76        * sptests/sp09/Makefile.am: Reflect having moved tests/.
77        * sptests/sp11/Makefile.am: Reflect having moved tests/.
78        * sptests/sp12/Makefile.am: Reflect having moved tests/.
79        * sptests/sp13/Makefile.am: Reflect having moved tests/.
80        * sptests/sp14/Makefile.am: Reflect having moved tests/.
81        * sptests/sp15/Makefile.am: Reflect having moved tests/.
82        * sptests/sp16/Makefile.am: Reflect having moved tests/.
83        * sptests/sp17/Makefile.am: Reflect having moved tests/.
84        * sptests/sp19/Makefile.am: Reflect having moved tests/.
85        * sptests/sp20/Makefile.am: Reflect having moved tests/.
86        * sptests/sp21/Makefile.am: Reflect having moved tests/.
87        * sptests/sp22/Makefile.am: Reflect having moved tests/.
88        * sptests/sp23/Makefile.am: Reflect having moved tests/.
89        * sptests/sp24/Makefile.am: Reflect having moved tests/.
90        * sptests/sp25/Makefile.am: Reflect having moved tests/.
91        * sptests/spsize/Makefile.am: Reflect having moved tests/.
92        * support/Makefile.am: Reflect having moved tests/.
93        * tmtests/Makefile.am: Reflect having moved tests/.
94        * tmtests/tm01/Makefile.am: Reflect having moved tests/.
95        * tmtests/tm02/Makefile.am: Reflect having moved tests/.
96        * tmtests/tm03/Makefile.am: Reflect having moved tests/.
97        * tmtests/tm04/Makefile.am: Reflect having moved tests/.
98        * tmtests/tm05/Makefile.am: Reflect having moved tests/.
99        * tmtests/tm06/Makefile.am: Reflect having moved tests/.
100        * tmtests/tm07/Makefile.am: Reflect having moved tests/.
101        * tmtests/tm08/Makefile.am: Reflect having moved tests/.
102        * tmtests/tm09/Makefile.am: Reflect having moved tests/.
103        * tmtests/tm10/Makefile.am: Reflect having moved tests/.
104        * tmtests/tm11/Makefile.am: Reflect having moved tests/.
105        * tmtests/tm12/Makefile.am: Reflect having moved tests/.
106        * tmtests/tm13/Makefile.am: Reflect having moved tests/.
107        * tmtests/tm14/Makefile.am: Reflect having moved tests/.
108        * tmtests/tm15/Makefile.am: Reflect having moved tests/.
109        * tmtests/tm16/Makefile.am: Reflect having moved tests/.
110        * tmtests/tm17/Makefile.am: Reflect having moved tests/.
111        * tmtests/tm18/Makefile.am: Reflect having moved tests/.
112        * tmtests/tm19/Makefile.am: Reflect having moved tests/.
113        * tmtests/tm20/Makefile.am: Reflect having moved tests/.
114        * tmtests/tm21/Makefile.am: Reflect having moved tests/.
115        * tmtests/tm22/Makefile.am: Reflect having moved tests/.
116        * tmtests/tm23/Makefile.am: Reflect having moved tests/.
117        * tmtests/tm24/Makefile.am: Reflect having moved tests/.
118        * tmtests/tm25/Makefile.am: Reflect having moved tests/.
119        * tmtests/tm28/Makefile.am: Reflect having moved tests/.
120        * tmtests/tm29/Makefile.am: Reflect having moved tests/.
121        * tmtests/tmck/Makefile.am: Reflect having moved tests/.
122        * tmtests/tmoverhd/Makefile.am: Reflect having moved tests/.
123
1242003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove RTEMS_CANONICAL_HOST.
127
1282003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Remove RTEMS_CHECK_CPU.
131
1322003-09-04      Joel Sherrill <joel@OARcorp.com>
133
134        * mptests/mp01/config.h, mptests/mp01/mp01.adb,
135        mptests/mp01/mptest.adb, mptests/mp01/mptest.ads,
136        mptests/mp02/mptest.adb, mptests/mp02/mptest.ads,
137        mptests/mp03/mptest.adb, mptests/mp03/mptest.ads,
138        mptests/mp04/mptest.adb, mptests/mp04/mptest.ads,
139        mptests/mp05/mptest.adb, mptests/mp05/mptest.ads,
140        mptests/mp06/mptest.adb, mptests/mp06/mptest.ads,
141        mptests/mp07/mptest.adb, mptests/mp07/mptest.ads,
142        mptests/mp08/mptest.adb, mptests/mp08/mptest.ads,
143        mptests/mp09/mptest.adb, mptests/mp09/mptest.ads,
144        mptests/mp10/mptest.adb, mptests/mp10/mptest.ads,
145        mptests/mp11/mptest.adb, mptests/mp11/mptest.ads,
146        mptests/mp12/mptest.adb, mptests/mp12/mptest.ads,
147        mptests/mp13/mptest.adb, mptests/mp13/mptest.ads,
148        mptests/mp14/mptest.adb, mptests/mp14/mptest.ads,
149        samples/base_mp/config.h, samples/base_mp/mptest.adb,
150        samples/base_mp/mptest.ads, samples/base_sp/base_sp.adb,
151        samples/base_sp/config.h, samples/base_sp/sptest.adb,
152        samples/base_sp/sptest.ads, samples/hello/config.h,
153        samples/hello/hello.adb, samples/hello/sptest.adb,
154        samples/hello/sptest.ads, samples/ticker/config.h,
155        samples/ticker/sptest.adb, samples/ticker/sptest.ads,
156        samples/ticker/ticker.adb, sptests/sp01/config.h,
157        sptests/sp01/sp01.adb, sptests/sp01/sptest.adb,
158        sptests/sp01/sptest.ads, sptests/sp02/config.h,
159        sptests/sp02/sp02.adb, sptests/sp02/sptest.adb,
160        sptests/sp02/sptest.ads, sptests/sp03/config.h,
161        sptests/sp03/sp03.adb, sptests/sp03/sptest.adb,
162        sptests/sp03/sptest.ads, sptests/sp04/config.h,
163        sptests/sp04/sp04.adb, sptests/sp04/sptest.adb,
164        sptests/sp04/sptest.ads, sptests/sp05/config.h,
165        sptests/sp05/sp05.adb, sptests/sp05/sptest.adb,
166        sptests/sp05/sptest.ads, sptests/sp06/config.h,
167        sptests/sp06/sp06.adb, sptests/sp06/sptest.adb,
168        sptests/sp06/sptest.ads, sptests/sp07/config.h,
169        sptests/sp07/sp07.adb, sptests/sp07/sptest.adb,
170        sptests/sp07/sptest.ads, sptests/sp08/config.h,
171        sptests/sp08/sp08.adb, sptests/sp08/sptest.adb,
172        sptests/sp08/sptest.ads, sptests/sp09/config.h,
173        sptests/sp09/sp09.adb, sptests/sp09/sptest.adb,
174        sptests/sp09/sptest.ads, sptests/sp11/config.h,
175        sptests/sp11/sp11.adb, sptests/sp11/sptest.adb,
176        sptests/sp11/sptest.ads, sptests/sp12/config.h,
177        sptests/sp12/sp12.adb, sptests/sp12/sptest.adb,
178        sptests/sp12/sptest.ads, sptests/sp13/config.h,
179        sptests/sp13/sp13.adb, sptests/sp13/sptest.adb,
180        sptests/sp13/sptest.ads, sptests/sp14/config.h,
181        sptests/sp14/sp14.adb, sptests/sp14/sptest.adb,
182        sptests/sp14/sptest.ads, sptests/sp15/config.h,
183        sptests/sp15/sp15.adb, sptests/sp15/sptest.adb,
184        sptests/sp15/sptest.ads, sptests/sp16/config.h,
185        sptests/sp16/sp16.adb, sptests/sp16/sptest.adb,
186        sptests/sp16/sptest.ads, sptests/sp17/config.h,
187        sptests/sp17/sp17.adb, sptests/sp17/sptest.adb,
188        sptests/sp17/sptest.ads, sptests/sp19/config.h,
189        sptests/sp19/sp19.adb, sptests/sp19/sptest.ads,
190        sptests/sp20/config.h, sptests/sp20/sp20.adb,
191        sptests/sp20/sptest.adb, sptests/sp20/sptest.ads,
192        sptests/sp21/config.h, sptests/sp21/sp21.adb,
193        sptests/sp21/sptest.adb, sptests/sp21/sptest.ads,
194        sptests/sp22/config.h, sptests/sp22/sp22.adb,
195        sptests/sp22/sptest.adb, sptests/sp22/sptest.ads,
196        sptests/sp23/config.h, sptests/sp23/sp23.adb,
197        sptests/sp23/sptest.adb, sptests/sp23/sptest.ads,
198        sptests/sp24/config.h, sptests/sp24/sp24.adb,
199        sptests/sp24/sptest.adb, sptests/sp24/sptest.ads,
200        sptests/sp25/config.h, sptests/sp25/sp25.adb,
201        sptests/sp25/sptest.adb, sptests/sp25/sptest.ads,
202        sptests/spsize/spsize.adb, sptests/spsize/sptest.adb,
203        sptests/spsize/sptest.ads, support/address_io.adb,
204        support/address_io.ads, support/float_io.ads, support/fp.inc,
205        support/integer.inc, support/rtems_calling_overhead.ads,
206        support/status_io.ads, support/test_support.adb,
207        support/test_support.ads, support/time_test_support.adb,
208        support/time_test_support.ads, support/timer_driver.adb,
209        support/timer_driver.ads, support/unsigned32_io.ads,
210        tmtests/tm01/config.h, tmtests/tm01/tm01.adb,
211        tmtests/tm01/tmtest.adb, tmtests/tm01/tmtest.ads,
212        tmtests/tm02/config.h, tmtests/tm02/tm02.adb,
213        tmtests/tm02/tmtest.adb, tmtests/tm02/tmtest.ads,
214        tmtests/tm03/config.h, tmtests/tm03/tm03.adb,
215        tmtests/tm03/tmtest.adb, tmtests/tm03/tmtest.ads,
216        tmtests/tm04/config.h, tmtests/tm04/tm04.adb,
217        tmtests/tm04/tmtest.adb, tmtests/tm04/tmtest.ads,
218        tmtests/tm05/config.h, tmtests/tm05/tm05.adb,
219        tmtests/tm05/tmtest.adb, tmtests/tm05/tmtest.ads,
220        tmtests/tm06/config.h, tmtests/tm06/tm06.adb,
221        tmtests/tm06/tmtest.adb, tmtests/tm06/tmtest.ads,
222        tmtests/tm07/config.h, tmtests/tm07/tm07.adb,
223        tmtests/tm07/tmtest.adb, tmtests/tm07/tmtest.ads,
224        tmtests/tm08/config.h, tmtests/tm08/tm08.adb,
225        tmtests/tm08/tmtest.adb, tmtests/tm08/tmtest.ads,
226        tmtests/tm09/config.h, tmtests/tm09/tm09.adb,
227        tmtests/tm09/tmtest.adb, tmtests/tm09/tmtest.ads,
228        tmtests/tm10/config.h, tmtests/tm10/tm10.adb,
229        tmtests/tm10/tmtest.adb, tmtests/tm10/tmtest.ads,
230        tmtests/tm11/config.h, tmtests/tm11/tm11.adb,
231        tmtests/tm11/tmtest.adb, tmtests/tm11/tmtest.ads,
232        tmtests/tm12/config.h, tmtests/tm12/tm12.adb,
233        tmtests/tm12/tmtest.adb, tmtests/tm12/tmtest.ads,
234        tmtests/tm13/config.h, tmtests/tm13/tm13.adb,
235        tmtests/tm13/tmtest.adb, tmtests/tm13/tmtest.ads,
236        tmtests/tm14/config.h, tmtests/tm14/tm14.adb,
237        tmtests/tm14/tmtest.adb, tmtests/tm14/tmtest.ads,
238        tmtests/tm15/config.h, tmtests/tm15/tm15.adb,
239        tmtests/tm15/tmtest.adb, tmtests/tm15/tmtest.ads,
240        tmtests/tm16/config.h, tmtests/tm16/tm16.adb,
241        tmtests/tm16/tmtest.adb, tmtests/tm16/tmtest.ads,
242        tmtests/tm17/config.h, tmtests/tm17/tm17.adb,
243        tmtests/tm17/tmtest.adb, tmtests/tm17/tmtest.ads,
244        tmtests/tm18/config.h, tmtests/tm18/tm18.adb,
245        tmtests/tm18/tmtest.adb, tmtests/tm18/tmtest.ads,
246        tmtests/tm19/config.h, tmtests/tm19/tm19.adb,
247        tmtests/tm19/tmtest.adb, tmtests/tm19/tmtest.ads,
248        tmtests/tm20/config.h, tmtests/tm20/tm20.adb,
249        tmtests/tm20/tmtest.adb, tmtests/tm20/tmtest.ads,
250        tmtests/tm21/config.h, tmtests/tm21/tm21.adb,
251        tmtests/tm21/tmtest.adb, tmtests/tm21/tmtest.ads,
252        tmtests/tm22/config.h, tmtests/tm22/tm22.adb,
253        tmtests/tm22/tmtest.adb, tmtests/tm22/tmtest.ads,
254        tmtests/tm23/config.h, tmtests/tm23/tm23.adb,
255        tmtests/tm23/tmtest.adb, tmtests/tm23/tmtest.ads,
256        tmtests/tm24/config.h, tmtests/tm24/tm24.adb,
257        tmtests/tm24/tmtest.adb, tmtests/tm24/tmtest.ads,
258        tmtests/tm25/config.h, tmtests/tm25/tm25.adb,
259        tmtests/tm25/tmtest.adb, tmtests/tm25/tmtest.ads,
260        tmtests/tm28/config.h, tmtests/tm28/tm28.adb,
261        tmtests/tm28/tmtest.adb, tmtests/tm28/tmtest.ads,
262        tmtests/tm29/config.h, tmtests/tm29/tm29.adb,
263        tmtests/tm29/tmtest.adb, tmtests/tm29/tmtest.ads,
264        tmtests/tmck/config.h, tmtests/tmck/tmck.adb,
265        tmtests/tmck/tmtest.adb, tmtests/tmck/tmtest.ads,
266        tmtests/tmoverhd/config.h, tmtests/tmoverhd/dummy_rtems.adb,
267        tmtests/tmoverhd/dummy_rtems.ads, tmtests/tmoverhd/tmoverhd.adb,
268        tmtests/tmoverhd/tmtest.adb, tmtests/tmoverhd/tmtest.ads: URL for
269        license changed.
270
2712003-09-04      Joel Sherrill <joel@OARcorp.com>
272
273        * sptests/sp19/sptest.adp, support/init.c: Removed incorrect statement
274        about copyright assignment.
275
2762003-09-04      Joel Sherrill <joel@OARcorp.com>
277
278        * sptests/sp19/sptest.adp, support/init.c: Removed incorrect statement
279        about copyright assignment.
280
2812003-08-20      Joel Sherrill <joel@OARcorp.com>
282
283        * mptests/mp01/config.h, mptests/mp01/mp01.adb,
284        mptests/mp01/mptest.adb, mptests/mp01/mptest.ads,
285        mptests/mp02/mptest.adb, mptests/mp02/mptest.ads,
286        mptests/mp03/mptest.adb, mptests/mp03/mptest.ads,
287        mptests/mp04/mptest.adb, mptests/mp04/mptest.ads,
288        mptests/mp05/mptest.adb, mptests/mp05/mptest.ads,
289        mptests/mp06/mptest.adb, mptests/mp06/mptest.ads,
290        mptests/mp07/mptest.adb, mptests/mp07/mptest.ads,
291        mptests/mp08/mptest.adb, mptests/mp08/mptest.ads,
292        mptests/mp09/mptest.adb, mptests/mp09/mptest.ads,
293        mptests/mp10/mptest.adb, mptests/mp10/mptest.ads,
294        mptests/mp11/mptest.adb, mptests/mp11/mptest.ads,
295        mptests/mp12/mptest.adb, mptests/mp12/mptest.ads,
296        mptests/mp13/mptest.adb, mptests/mp13/mptest.ads,
297        mptests/mp14/mptest.adb, mptests/mp14/mptest.ads,
298        samples/base_mp/mptest.adb, samples/base_mp/mptest.ads,
299        samples/base_sp/base_sp.adb, samples/base_sp/config.h,
300        samples/base_sp/sptest.adb, samples/base_sp/sptest.ads,
301        samples/hello/config.h, samples/hello/hello.adb,
302        samples/hello/sptest.adb, samples/hello/sptest.ads,
303        samples/ticker/config.h, samples/ticker/sptest.adb,
304        samples/ticker/sptest.ads, samples/ticker/ticker.adb,
305        sptests/sp01/config.h, sptests/sp01/sp01.adb,
306        sptests/sp01/sptest.adb, sptests/sp01/sptest.ads,
307        sptests/sp02/config.h, sptests/sp02/sp02.adb,
308        sptests/sp02/sptest.adb, sptests/sp02/sptest.ads,
309        sptests/sp03/config.h, sptests/sp03/sp03.adb,
310        sptests/sp03/sptest.adb, sptests/sp03/sptest.ads,
311        sptests/sp04/config.h, sptests/sp04/sp04.adb,
312        sptests/sp04/sptest.adb, sptests/sp04/sptest.ads,
313        sptests/sp05/config.h, sptests/sp05/sp05.adb,
314        sptests/sp05/sptest.adb, sptests/sp05/sptest.ads,
315        sptests/sp06/config.h, sptests/sp06/sp06.adb,
316        sptests/sp06/sptest.adb, sptests/sp06/sptest.ads,
317        sptests/sp07/config.h, sptests/sp07/sp07.adb,
318        sptests/sp07/sptest.adb, sptests/sp07/sptest.ads,
319        sptests/sp08/config.h, sptests/sp08/sp08.adb,
320        sptests/sp08/sptest.adb, sptests/sp08/sptest.ads,
321        sptests/sp09/config.h, sptests/sp09/sp09.adb,
322        sptests/sp09/sptest.adb, sptests/sp09/sptest.ads,
323        sptests/sp11/config.h, sptests/sp11/sp11.adb,
324        sptests/sp11/sptest.adb, sptests/sp11/sptest.ads,
325        sptests/sp12/config.h, sptests/sp12/sp12.adb,
326        sptests/sp12/sptest.adb, sptests/sp12/sptest.ads,
327        sptests/sp13/config.h, sptests/sp13/sp13.adb,
328        sptests/sp13/sptest.adb, sptests/sp13/sptest.ads,
329        sptests/sp14/config.h, sptests/sp14/sp14.adb,
330        sptests/sp14/sptest.adb, sptests/sp14/sptest.ads,
331        sptests/sp15/config.h, sptests/sp15/sp15.adb,
332        sptests/sp15/sptest.adb, sptests/sp15/sptest.ads,
333        sptests/sp16/config.h, sptests/sp16/sp16.adb,
334        sptests/sp16/sptest.adb, sptests/sp16/sptest.ads,
335        sptests/sp17/config.h, sptests/sp17/sp17.adb,
336        sptests/sp17/sptest.adb, sptests/sp17/sptest.ads,
337        sptests/sp19/config.h, sptests/sp19/sp19.adb,
338        sptests/sp19/sptest.ads, sptests/sp20/config.h,
339        sptests/sp20/sp20.adb, sptests/sp20/sptest.adb,
340        sptests/sp20/sptest.ads, sptests/sp21/config.h,
341        sptests/sp21/sp21.adb, sptests/sp21/sptest.adb,
342        sptests/sp21/sptest.ads, sptests/sp22/config.h,
343        sptests/sp22/sp22.adb, sptests/sp22/sptest.adb,
344        sptests/sp22/sptest.ads, sptests/sp23/config.h,
345        sptests/sp23/sp23.adb, sptests/sp23/sptest.adb,
346        sptests/sp23/sptest.ads, sptests/sp24/config.h,
347        sptests/sp24/sp24.adb, sptests/sp24/sptest.adb,
348        sptests/sp24/sptest.ads, sptests/sp25/config.h,
349        sptests/sp25/sp25.adb, sptests/sp25/sptest.adb,
350        sptests/sp25/sptest.ads, sptests/spsize/spsize.adb,
351        sptests/spsize/sptest.adb, sptests/spsize/sptest.ads,
352        support/address_io.adb, support/address_io.ads, support/float_io.ads,
353        support/fp.inc, support/integer.inc,
354        support/rtems_calling_overhead.ads, support/status_io.ads,
355        support/test_support.adb, support/test_support.ads,
356        support/time_test_support.adb, support/time_test_support.ads,
357        support/timer_driver.adb, support/timer_driver.ads,
358        support/unsigned32_io.ads, tmtests/tm01/config.h,
359        tmtests/tm01/tm01.adb, tmtests/tm01/tmtest.adb,
360        tmtests/tm01/tmtest.ads, tmtests/tm02/config.h,
361        tmtests/tm02/tm02.adb, tmtests/tm02/tmtest.adb,
362        tmtests/tm02/tmtest.ads, tmtests/tm03/config.h,
363        tmtests/tm03/tm03.adb, tmtests/tm03/tmtest.adb,
364        tmtests/tm03/tmtest.ads, tmtests/tm04/config.h,
365        tmtests/tm04/tm04.adb, tmtests/tm04/tmtest.adb,
366        tmtests/tm04/tmtest.ads, tmtests/tm05/config.h,
367        tmtests/tm05/tm05.adb, tmtests/tm05/tmtest.adb,
368        tmtests/tm05/tmtest.ads, tmtests/tm06/config.h,
369        tmtests/tm06/tm06.adb, tmtests/tm06/tmtest.adb,
370        tmtests/tm06/tmtest.ads, tmtests/tm07/config.h,
371        tmtests/tm07/tm07.adb, tmtests/tm07/tmtest.adb,
372        tmtests/tm07/tmtest.ads, tmtests/tm08/config.h,
373        tmtests/tm08/tm08.adb, tmtests/tm08/tmtest.adb,
374        tmtests/tm08/tmtest.ads, tmtests/tm09/config.h,
375        tmtests/tm09/tm09.adb, tmtests/tm09/tmtest.adb,
376        tmtests/tm09/tmtest.ads, tmtests/tm10/config.h,
377        tmtests/tm10/tm10.adb, tmtests/tm10/tmtest.adb,
378        tmtests/tm10/tmtest.ads, tmtests/tm11/config.h,
379        tmtests/tm11/tm11.adb, tmtests/tm11/tmtest.adb,
380        tmtests/tm11/tmtest.ads, tmtests/tm12/config.h,
381        tmtests/tm12/tm12.adb, tmtests/tm12/tmtest.adb,
382        tmtests/tm12/tmtest.ads, tmtests/tm13/config.h,
383        tmtests/tm13/tm13.adb, tmtests/tm13/tmtest.adb,
384        tmtests/tm13/tmtest.ads, tmtests/tm14/config.h,
385        tmtests/tm14/tm14.adb, tmtests/tm14/tmtest.adb,
386        tmtests/tm14/tmtest.ads, tmtests/tm15/config.h,
387        tmtests/tm15/tm15.adb, tmtests/tm15/tmtest.adb,
388        tmtests/tm15/tmtest.ads, tmtests/tm16/config.h,
389        tmtests/tm16/tm16.adb, tmtests/tm16/tmtest.adb,
390        tmtests/tm16/tmtest.ads, tmtests/tm17/config.h,
391        tmtests/tm17/tm17.adb, tmtests/tm17/tmtest.adb,
392        tmtests/tm17/tmtest.ads, tmtests/tm18/config.h,
393        tmtests/tm18/tm18.adb, tmtests/tm18/tmtest.adb,
394        tmtests/tm18/tmtest.ads, tmtests/tm19/config.h,
395        tmtests/tm19/tm19.adb, tmtests/tm19/tmtest.adb,
396        tmtests/tm19/tmtest.ads, tmtests/tm20/config.h,
397        tmtests/tm20/tm20.adb, tmtests/tm20/tmtest.adb,
398        tmtests/tm20/tmtest.ads, tmtests/tm21/config.h,
399        tmtests/tm21/tm21.adb, tmtests/tm21/tmtest.adb,
400        tmtests/tm21/tmtest.ads, tmtests/tm22/config.h,
401        tmtests/tm22/tm22.adb, tmtests/tm22/tmtest.adb,
402        tmtests/tm22/tmtest.ads, tmtests/tm23/config.h,
403        tmtests/tm23/tm23.adb, tmtests/tm23/tmtest.adb,
404        tmtests/tm23/tmtest.ads, tmtests/tm24/config.h,
405        tmtests/tm24/tm24.adb, tmtests/tm24/tmtest.adb,
406        tmtests/tm24/tmtest.ads, tmtests/tm25/config.h,
407        tmtests/tm25/tm25.adb, tmtests/tm25/tmtest.adb,
408        tmtests/tm25/tmtest.ads, tmtests/tm28/config.h,
409        tmtests/tm28/tm28.adb, tmtests/tm28/tmtest.adb,
410        tmtests/tm28/tmtest.ads, tmtests/tm29/config.h,
411        tmtests/tm29/tm29.adb, tmtests/tm29/tmtest.adb,
412        tmtests/tm29/tmtest.ads, tmtests/tmck/config.h,
413        tmtests/tmck/tmck.adb, tmtests/tmck/tmtest.adb,
414        tmtests/tmck/tmtest.ads, tmtests/tmoverhd/config.h,
415        tmtests/tmoverhd/dummy_rtems.adb, tmtests/tmoverhd/dummy_rtems.ads,
416        tmtests/tmoverhd/tmoverhd.adb, tmtests/tmoverhd/tmtest.adb,
417        tmtests/tmoverhd/tmtest.ads: Correct copyright statements.
418
4192003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am,
422        mptests/Makefile.am,
423        mptests/mp01/Makefile.am, mptests/mp01/node1/Makefile.am,
424        mptests/mp01/node2/Makefile.am,
425        samples/Makefile.am, samples/base_mp/Makefile.am,
426        samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am,
427        samples/base_sp/Makefile.am, samples/hello/Makefile.am,
428        samples/ticker/Makefile.am,
429        sptests/Makefile.am,
430        sptests/sp01/Makefile.am, sptests/sp02/Makefile.am,
431        sptests/sp03/Makefile.am, sptests/sp04/Makefile.am,
432        sptests/sp05/Makefile.am, sptests/sp06/Makefile.am,
433        sptests/sp07/Makefile.am, sptests/sp08/Makefile.am,
434        sptests/sp09/Makefile.am, sptests/sp11/Makefile.am,
435        sptests/sp12/Makefile.am, sptests/sp13/Makefile.am,
436        sptests/sp14/Makefile.am, sptests/sp15/Makefile.am,
437        sptests/sp16/Makefile.am, sptests/sp17/Makefile.am,
438        sptests/sp19/Makefile.am, sptests/sp20/Makefile.am,
439        sptests/sp21/Makefile.am, sptests/sp22/Makefile.am,
440        sptests/sp23/Makefile.am, sptests/sp24/Makefile.am,
441        sptests/sp25/Makefile.am, sptests/spsize/Makefile.am,
442        support/Makefile.am,
443        tmtests/Makefile.am,
444        tmtests/tm01/Makefile.am, tmtests/tm02/Makefile.am,
445        tmtests/tm03/Makefile.am, tmtests/tm04/Makefile.am,
446        tmtests/tm05/Makefile.am, tmtests/tm06/Makefile.am,
447        tmtests/tm07/Makefile.am, tmtests/tm08/Makefile.am,
448        tmtests/tm09/Makefile.am, tmtests/tm10/Makefile.am,
449        tmtests/tm11/Makefile.am, tmtests/tm12/Makefile.am,
450        tmtests/tm13/Makefile.am, tmtests/tm14/Makefile.am,
451        tmtests/tm15/Makefile.am, tmtests/tm16/Makefile.am,
452        tmtests/tm17/Makefile.am, tmtests/tm18/Makefile.am,
453        tmtests/tm19/Makefile.am, tmtests/tm20/Makefile.am,
454        tmtests/tm21/Makefile.am, tmtests/tm22/Makefile.am,
455        tmtests/tm23/Makefile.am, tmtests/tm24/Makefile.am,
456        tmtests/tm25/Makefile.am, tmtests/tm28/Makefile.am,
457        tmtests/tm29/Makefile.am, tmtests/tmck/Makefile.am,
458        tmtests/tmoverhd/Makefile.am:
459        Pick up am-fragments from ../tests/automake.
460
4612003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * aclocal/prog-gnat.m4: New (copied from ../../../aclocal).
464        * Makefile.am: ACLOCAL_AMFLAGS = -I aclocal -I ../tests/aclocal.
465        Don't include */automake/lib.am (Unused).
466
4672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
470
4712003-07-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * ada.am: Add .adp to SUFFIXES.
474        Remove c-compilation rule.
475        * samples/base_sp/Makefile.am: Add init.$(OBJEXT).
476        * samples/hello/Makefile.am: Add init.$(OBJEXT).
477        * samples/ticker/Makefile.am: Add init.$(OBJEXT).
478        * samples/ticker/Makefile.am: Remove VPATH.
479        * sptests/sp01/Makefile.am: Add init.$(OBJEXT).
480        * sptests/sp01/Makefile.am: Don't include */lib.am.
481        * sptests/sp01/Makefile.am: Remove VPATH.
482        * sptests/sp02/Makefile.am: Add init.$(OBJEXT).
483        * sptests/sp02/Makefile.am: Don't include */lib.am.
484        * sptests/sp03/Makefile.am: Add init.$(OBJEXT).
485        * sptests/sp03/Makefile.am: Don't include */lib.am.
486        * sptests/sp04/Makefile.am: Add init.$(OBJEXT).
487        * sptests/sp04/Makefile.am: Don't include */lib.am.
488        * sptests/sp04/Makefile.am: Remove EXPADA.
489        * sptests/sp04/Makefile.am: Remove VPATH.
490        * sptests/sp05/Makefile.am: Add init.$(OBJEXT).
491        * sptests/sp05/Makefile.am: Don't include */lib.am.
492        * sptests/sp06/Makefile.am: Add init.$(OBJEXT).
493        * sptests/sp06/Makefile.am: Don't include */lib.am.
494        * sptests/sp07/Makefile.am: Add init.$(OBJEXT).
495        * sptests/sp07/Makefile.am: Don't include */lib.am.
496        * sptests/sp07/Makefile.am: Remove EXPADA.
497        * sptests/sp08/Makefile.am: Add init.$(OBJEXT).
498        * sptests/sp08/Makefile.am: Don't include */lib.am.
499        * sptests/sp09/Makefile.am: Add init.$(OBJEXT).
500        * sptests/sp09/Makefile.am: Don't include */lib.am.
501        * sptests/sp11/Makefile.am: Add init.$(OBJEXT).
502        * sptests/sp11/Makefile.am: Don't include */lib.am.
503        * sptests/sp12/Makefile.am: Add init.$(OBJEXT).
504        * sptests/sp12/Makefile.am: Don't include */lib.am.
505        * sptests/sp13/Makefile.am: Add init.$(OBJEXT).
506        * sptests/sp13/Makefile.am: Don't include */lib.am.
507        * sptests/sp14/Makefile.am: Add init.$(OBJEXT).
508        * sptests/sp14/Makefile.am: Don't include */lib.am.
509        * sptests/sp15/Makefile.am: Add init.$(OBJEXT).
510        * sptests/sp15/Makefile.am: Don't include */lib.am.
511        * sptests/sp16/Makefile.am: Add init.$(OBJEXT).
512        * sptests/sp16/Makefile.am: Don't include */lib.am.
513        * sptests/sp17/Makefile.am: Add init.$(OBJEXT).
514        * sptests/sp17/Makefile.am: Don't include */lib.am.
515        * sptests/sp19/Makefile.am: Add init.$(OBJEXT).
516        * sptests/sp19/Makefile.am: Don't include */lib.am.
517        * sptests/sp20/Makefile.am: Add init.$(OBJEXT).
518        * sptests/sp20/Makefile.am: Don't include */lib.am.
519        * sptests/sp21/Makefile.am: Add init.$(OBJEXT).
520        * sptests/sp21/Makefile.am: Don't include */lib.am.
521        * sptests/sp22/Makefile.am: Add init.$(OBJEXT).
522        * sptests/sp22/Makefile.am: Don't include */lib.am.
523        * sptests/sp23/Makefile.am: Add init.$(OBJEXT).
524        * sptests/sp23/Makefile.am: Don't include */lib.am.
525        * sptests/sp24/Makefile.am: Add init.$(OBJEXT).
526        * sptests/sp24/Makefile.am: Don't include */lib.am.
527        * sptests/sp25/Makefile.am: Add init.$(OBJEXT).
528        * sptests/sp25/Makefile.am: Don't include */lib.am.
529        * sptests/spsize/Makefile.am: Add init.$(OBJEXT).
530        * sptests/spsize/Makefile.am: Don't include */lib.am.
531        * tmtests/tm01/Makefile.am: Add init.$(OBJEXT).
532        * tmtests/tm01/Makefile.am: Don't include */lib.am.
533        * tmtests/tm02/Makefile.am: Add init.$(OBJEXT).
534        * tmtests/tm02/Makefile.am: Don't include */lib.am.
535        * tmtests/tm03/Makefile.am: Add init.$(OBJEXT).
536        * tmtests/tm03/Makefile.am: Don't include */lib.am.
537        * tmtests/tm04/Makefile.am: Add init.$(OBJEXT).
538        * tmtests/tm04/Makefile.am: Don't include */lib.am.
539        * tmtests/tm05/Makefile.am: Add init.$(OBJEXT).
540        * tmtests/tm05/Makefile.am: Don't include */lib.am.
541        * tmtests/tm06/Makefile.am: Add init.$(OBJEXT).
542        * tmtests/tm06/Makefile.am: Don't include */lib.am.
543        * tmtests/tm07/Makefile.am: Add init.$(OBJEXT).
544        * tmtests/tm07/Makefile.am: Don't include */lib.am.
545        * tmtests/tm08/Makefile.am: Add init.$(OBJEXT).
546        * tmtests/tm08/Makefile.am: Don't include */lib.am.
547        * tmtests/tm09/Makefile.am: Add init.$(OBJEXT).
548        * tmtests/tm09/Makefile.am: Don't include */lib.am.
549        * tmtests/tm10/Makefile.am: Add init.$(OBJEXT).
550        * tmtests/tm10/Makefile.am: Don't include */lib.am.
551        * tmtests/tm11/Makefile.am: Add init.$(OBJEXT).
552        * tmtests/tm11/Makefile.am: Don't include */lib.am.
553        * tmtests/tm12/Makefile.am: Add init.$(OBJEXT).
554        * tmtests/tm12/Makefile.am: Don't include */lib.am.
555        * tmtests/tm13/Makefile.am: Add init.$(OBJEXT).
556        * tmtests/tm13/Makefile.am: Don't include */lib.am.
557        * tmtests/tm14/Makefile.am: Add init.$(OBJEXT).
558        * tmtests/tm14/Makefile.am: Don't include */lib.am.
559        * tmtests/tm15/Makefile.am: Add init.$(OBJEXT).
560        * tmtests/tm15/Makefile.am: Don't include */lib.am.
561        * tmtests/tm16/Makefile.am: Add init.$(OBJEXT).
562        * tmtests/tm16/Makefile.am: Don't include */lib.am.
563        * tmtests/tm17/Makefile.am: Add init.$(OBJEXT).
564        * tmtests/tm17/Makefile.am: Don't include */lib.am.
565        * tmtests/tm18/Makefile.am: Add init.$(OBJEXT).
566        * tmtests/tm18/Makefile.am: Don't include */lib.am.
567        * tmtests/tm19/Makefile.am: Add init.$(OBJEXT).
568        * tmtests/tm19/Makefile.am: Don't include */lib.am.
569        * tmtests/tm20/Makefile.am: Add init.$(OBJEXT).
570        * tmtests/tm20/Makefile.am: Don't include */lib.am.
571        * tmtests/tm21/Makefile.am: Add init.$(OBJEXT).
572        * tmtests/tm21/Makefile.am: Don't include */lib.am.
573        * tmtests/tm22/Makefile.am: Add init.$(OBJEXT).
574        * tmtests/tm22/Makefile.am: Don't include */lib.am.
575        * tmtests/tm23/Makefile.am: Add init.$(OBJEXT).
576        * tmtests/tm23/Makefile.am: Don't include */lib.am.
577        * tmtests/tm24/Makefile.am: Add init.$(OBJEXT).
578        * tmtests/tm24/Makefile.am: Don't include */lib.am.
579        * tmtests/tm25/Makefile.am: Add init.$(OBJEXT).
580        * tmtests/tm25/Makefile.am: Don't include */lib.am.
581        * tmtests/tm28/Makefile.am: Add init.$(OBJEXT).
582        * tmtests/tm28/Makefile.am: Don't include */lib.am.
583        * tmtests/tm29/Makefile.am: Add init.$(OBJEXT).
584        * tmtests/tm29/Makefile.am: Don't include */lib.am.
585        * tmtests/tmck/Makefile.am: Add init.$(OBJEXT).
586        * tmtests/tmck/Makefile.am: Don't include */lib.am.
587        * tmtests/tmoverhd/Makefile.am: Add init.$(OBJEXT).
588        * tmtests/tmoverhd/Makefile.am: Don't include */lib.am.
589
5902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac: Remove AC_CONFIG_AUX_DIR.
593
5942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
597
5982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * configure.ac: AC_PREREQ(2.57).
601
6022003-01-03      Joel Sherrill <joel@OARcorp.com>
603
604        * ada.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am,
605        sptests/sp01/config.h, sptests/sp04/Makefile.am,
606        sptests/sp04/config.h, support/init.c: Modified build rules slightly
607        so gnat_main is used as the Ada main entry point.  Modified
608        sp01 and sp04 Makefile.am's to compile and link with init.o.
609        The test config.h's specified the Ada application requirements -- not
610        the Classic API ones.
611
6122003-01-03      Joel Sherrill <joel@OARcorp.com>
613
614        * Makefile.am, configure.ac, samples/Makefile.am: Do not configure
615        them unless multiprocessing is enabled.
616
6172002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
620
6212002-10-24      Joel Sherrill <joel@OARcorp.com>
622
623        * samples/hello/config.h: Change CONFIGURE_SPTEST to
624        CONFIGURE_APPLICATION to reflect current usage.
625        * support/init.c: Include stdlib.h not unistd.h to remove warning.
626
6272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * .cvsignore: Reformat.
630        Add autom4te*cache.
631        Remove autom4te.cache.
632
6332002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * .cvsignore: Add autom4te.cache.
636
6372002-09-14      Joel Sherrill <joel@OARcorp.com>
638
639        * support/init.c: Included <unistd.h> for exit(2).
640        * support/test_support.adb: Eliminated warnings by commenting out
641        unused variables.
642
6432002-09-13      Joel Sherrill <joel@OARcorp.com>
644
645        * samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
646        Now appear to mostly compile.
647
6482002-09-13      Joel Sherrill <joel@OARcorp.com>
649
650        * samples/hello/Makefile.am: Make sure init.c is compiled and
651        included.  This test now runs.
652
6532002-09-07      Joel Sherrill <joel@OARcorp.com>
654
655        * samples/base_mp/config.h: New file previously missed.
656
6572002-09-03      Joel Sherrill <joel@OARcorp.com>
658
659        * base_mp now builds and can be considered a bit of an example for
660        the other mptests.
661        * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
662        samples/base_mp/mptest.adb, samples/base_mp/mptest.ads,
663        samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
664        Modified to make compile.
665        * mptests/mp01/node1/mptest-per_node_configuration.adb,
666        mptests/mp01/node2/mptest-per_node_configuration.adb,
667        mptests/mp02/node1/mptest-per_node_configuration.adb,
668        mptests/mp02/node2/mptest-per_node_configuration.adb,
669        mptests/mp03/node1/mptest-per_node_configuration.adb,
670        mptests/mp03/node2/mptest-per_node_configuration.adb,
671        mptests/mp04/node1/mptest-per_node_configuration.adb,
672        mptests/mp04/node2/mptest-per_node_configuration.adb,
673        mptests/mp05/node1/mptest-per_node_configuration.adb,
674        mptests/mp05/node2/mptest-per_node_configuration.adb,
675        mptests/mp06/node1/mptest-per_node_configuration.adb,
676        mptests/mp06/node2/mptest-per_node_configuration.adb,
677        mptests/mp07/node1/mptest-per_node_configuration.adb,
678        mptests/mp07/node2/mptest-per_node_configuration.adb,
679        mptests/mp08/node1/mptest-per_node_configuration.adb,
680        mptests/mp08/node2/mptest-per_node_configuration.adb,
681        mptests/mp09/node1/mptest-per_node_configuration.adb,
682        mptests/mp09/node2/mptest-per_node_configuration.adb,
683        mptests/mp10/node1/mptest-per_node_configuration.adb,
684        mptests/mp10/node2/mptest-per_node_configuration.adb,
685        mptests/mp11/node1/mptest-per_node_configuration.adb,
686        mptests/mp11/node2/mptest-per_node_configuration.adb,
687        mptests/mp12/node1/mptest-per_node_configuration.adb,
688        mptests/mp12/node2/mptest-per_node_configuration.adb,
689        mptests/mp13/node1/mptest-per_node_configuration.adb,
690        mptests/mp13/node2/mptest-per_node_configuration.adb,
691        mptests/mp14/node1/mptest-per_node_configuration.adb,
692        mptests/mp14/node2/mptest-per_node_configuration.adb,
693        samples/base_mp/node1/mptest-per_node_configuration.adb,
694        samples/base_mp/node2/mptest-per_node_configuration.adb: Removed
695        as this information should come from config.h.
696
6972002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * mptests/mp01/node1/.cvsignore: New.
700        * mptests/mp01/node2/.cvsignore: New.
701        * mptests/mp02/node1/.cvsignore: New.
702        * mptests/mp02/node2/.cvsignore: New.
703        * mptests/mp03/node1/.cvsignore: New.
704        * mptests/mp03/node2/.cvsignore: New.
705        * mptests/mp04/node1/.cvsignore: New.
706        * mptests/mp04/node2/.cvsignore: New.
707        * mptests/mp05/node1/.cvsignore: New.
708        * mptests/mp05/node2/.cvsignore: New.
709        * mptests/mp06/node1/.cvsignore: New.
710        * mptests/mp06/node2/.cvsignore: New.
711        * mptests/mp07/node1/.cvsignore: New.
712        * mptests/mp07/node2/.cvsignore: New.
713        * mptests/mp08/node1/.cvsignore: New.
714        * mptests/mp08/node2/.cvsignore: New.
715        * mptests/mp09/node1/.cvsignore: New.
716        * mptests/mp09/node2/.cvsignore: New.
717        * mptests/mp10/node1/.cvsignore: New.
718        * mptests/mp10/node2/.cvsignore: New.
719        * mptests/mp11/node1/.cvsignore: New.
720        * mptests/mp11/node2/.cvsignore: New.
721        * mptests/mp12/node1/.cvsignore: New.
722        * mptests/mp12/node2/.cvsignore: New.
723        * mptests/mp13/node1/.cvsignore: New.
724        * mptests/mp13/node2/.cvsignore: New.
725        * mptests/mp14/node1/.cvsignore: New.
726        * mptests/mp14/node2/.cvsignore: New.
727        * samples/base_mp/node1/.cvsignore: New.
728        * samples/base_mp/node2/.cvsignore: New.
729
7302002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * mptests/Makefile.am: New.
733        * mptests/mp01/Makefile.am: New.
734        * mptests/mp01/node1/Makefile.am: New.
735        * mptests/mp01/node2/Makefile.am: New.
736        * samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT).
737        * samples/base_mp/node1/Makefile.am: New.
738        * samples/base_mp/node2/Makefile.am: New.
739        * configure.ac: Add mptests/mp01. Add samples/base_mp.
740
7412002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * tmtests/tm20/Makefile.am: Remove EXPADA.
744
7452002-08-30      Joel Sherrill <joel@OARcorp.com>
746
747        * samples/base_mp/mptest.ads: Removed lingering reference to BSP_MPCI.
748
7492002-08-27      Joel Sherrill <joel@OARcorp.com>
750
751        * samples/base_mp/.cvsignore: New file.
752
7532002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * sptests/sp09/Makefile.am: Remove EXPADA.
756        * sptests/sp09/sptest.adb: Remove RESULT from SCREEN_13.
757        * sptests/sp19/Makefile.am: Remove EXPADA.
758        * sptests/sp21/Makefile.am: Remove EXPADA.
759        * sptests/sp21/sptest.adb: Remove RESULT from TASK_1.
760        * tmtests/tmoverhd/dummy_rtems.adb: Reflect changes to IO_Managers.
761        * tmtests/tmoverhd/dummy_rtems.ads: Reflect changes to IO_Managers.
762
7632002-08-27      Joel Sherrill <joel@OARcorp.com>
764
765        * tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
766        call to RTEMS IO Manager services.
767
7682002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * sptests/sp19/sptest.adp: Fix include paths.
771
7722002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * sptests/sp19/sptest.adb: Remove.
775        * sptests/sp19/Makefile.am: Let m4 generate sptests.adb from
776        sptests.adp.
777
7782002-08-27      Joel Sherrill <joel@OARcorp.com>
779
780        * sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to
781        match corrected prototype.
782
7832002-08-27      Joel Sherrill <joel@OARcorp.com>
784
785        * sptests/sp19/sptest.adp: Added from old Ada implementation.
786
7872002-08-27      Joel Sherrill <joel@OARcorp.com>
788
789        * tmtests/tm27/.cvsignore: Removed.  Missed in previous attempts.
790
7912002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * sptests/sp09/sptest.adb: Add Result to SCREEN_13.
794        Remove Status from TASK_1.
795        * sptests/sp21/sptest.adb: Add Result to TASK_1.
796        * tmtests/tm20/tmtest.adb: Remove various RETURN_VALUEs.
797        * ada.am: Remove ADACOMPILE, ADAC. Add AM_LDFLAGS, LDFLAGS.
798        * configure.ac: Check for m4. Abort if HAS_GNAT = no.
799
8002002-08-26      Joel Sherrill <joel@OARcorp.com>
801
802        * tm27 and tm27 are irrelevant as Ada binding tests.
803        * tmtests/tm26/config.h, tmtests/tm26/config.h: Removed.
804
8052002-08-26      Joel Sherrill <joel@OARcorp.com>
806
807        * sptests/sp19/sptest.adb: Modified to follow pattern of SP01
808        even though this test is not supported.
809        * sptests/sp19/sp19.adb: New file.
810
8112002-08-26      Joel Sherrill <joel@OARcorp.com>
812
813        * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads,
814        mptests/mp03/mptest.ads, mptests/mp04/mptest.ads,
815        mptests/mp05/mptest.ads, mptests/mp06/mptest.ads,
816        mptests/mp07/mptest.ads, mptests/mp08/mptest.ads,
817        mptests/mp09/mptest.ads, mptests/mp10/mptest.ads,
818        mptests/mp11/mptest.ads, mptests/mp12/mptest.ads,
819        mptests/mp13/mptest.ads, mptests/mp14/mptest.adb,
820        mptests/mp14/mptest.ads: Per PR274, identify the need for the
821        BSP_MPCI package.  It was a trivial dependency and eliminated.
822
8232002-08-26      Joel Sherrill <joel@OARcorp.com>
824
825        * sptests/sp19/sp19.adb: Removed/Renamed to sptest.adb.
826        * sptests/sp19/sptest.adb: Added/Renamed from sptest.adb.
827
8282002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * sptests/sp04/Makefile.am: Remove init.$(OBJEXT).
831
8322002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * Makefile.am: Activate tmtests.
835        * configure.ac: Activate tmtests.
836        * samples/base_mp/Makefile.am: Add nodeX subdirs.
837        * sptests/sp01/Makefile.am: Add *.scn.
838        * sptests/sp02/Makefile.am: Add *.scn.
839        * sptests/sp03/Makefile.am: Add *.scn.
840        * sptests/sp04/Makefile.am: Add *.scn.
841        * sptests/sp05/Makefile.am: Add *.scn.
842        * sptests/sp06/Makefile.am: Add *.scn.
843        * sptests/sp07/Makefile.am: Add *.scn.
844        * sptests/sp08/Makefile.am: Add *.scn.
845        * sptests/sp09/Makefile.am: Add *.scn.
846        * sptests/sp11/Makefile.am: Add *.scn.
847        * sptests/sp12/Makefile.am: Add *.scn.
848        * sptests/sp13/Makefile.am: Add *.scn.
849        * sptests/sp14/Makefile.am: Add *.scn.
850        * sptests/sp15/Makefile.am: Add *.scn.
851        * sptests/sp16/Makefile.am: Add *.scn.
852        * sptests/sp17/Makefile.am: Add *.scn.
853        * sptests/sp19/Makefile.am: Add *.scn.
854        * sptests/sp20/Makefile.am: Add *.scn.
855        * sptests/sp21/Makefile.am: Add *.scn.
856        * sptests/sp22/Makefile.am: Add *.scn.
857        * sptests/sp23/Makefile.am: Add *.scn.
858        * sptests/sp24/Makefile.am: Add *.scn.
859        * sptests/sp25/Makefile.am: Add *.scn.
860
8612002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * tmtests/Makefile.am: New.
864        * tmtests/tm01/Makefile.am: New.
865        * tmtests/tm02/Makefile.am: New.
866        * tmtests/tm03/Makefile.am: New.
867        * tmtests/tm04/Makefile.am: New.
868        * tmtests/tm05/Makefile.am: New.
869        * tmtests/tm06/Makefile.am: New.
870        * tmtests/tm07/Makefile.am: New.
871        * tmtests/tm08/Makefile.am: New.
872        * tmtests/tm09/Makefile.am: New.
873        * tmtests/tm10/Makefile.am: New.
874        * tmtests/tm11/Makefile.am: New.
875        * tmtests/tm12/Makefile.am: New.
876        * tmtests/tm13/Makefile.am: New.
877        * tmtests/tm14/Makefile.am: New.
878        * tmtests/tm15/Makefile.am: New.
879        * tmtests/tm16/Makefile.am: New.
880        * tmtests/tm17/Makefile.am: New.
881        * tmtests/tm18/Makefile.am: New.
882        * tmtests/tm19/Makefile.am: New.
883        * tmtests/tm20/Makefile.am: New.
884        * tmtests/tm21/Makefile.am: New.
885        * tmtests/tm22/Makefile.am: New.
886        * tmtests/tm23/Makefile.am: New.
887        * tmtests/tm24/Makefile.am: New.
888        * tmtests/tm25/Makefile.am: New.
889        * tmtests/tm26/Makefile.am: New.
890        * tmtests/tm26/tmtest.adb
891        * tmtests/tm27/Makefile.am: New.
892        * tmtests/tm28/Makefile.am: New.
893        * tmtests/tm29/Makefile.am: New.
894        * tmtests/tmck/Makefile.am: New.
895        * tmtests/tmoverhd/Makefile.am: New.
896
8972002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * Makefile.am: New.
900        * configure.ac: New.
901        * ada.am: New.
902        * support/Makefile.am: New.
903        * samples/Makefile.am: New.
904        * samples/base_mp/Makefile.am: New.
905        * samples/base_sp/Makefile.am: New.
906        * samples/hello/Makefile.am: New.
907        * samples/ticker/Makefile.am: New.
908
9092002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
910
911        * sptests/Makefile.am: New.
912        * sptests/sp01/Makefile.am: New.
913        * sptests/sp02/Makefile.am: New.
914        * sptests/sp03/Makefile.am: New.
915        * sptests/sp04/Makefile.am: New.
916        * sptests/sp05/Makefile.am: New.
917        * sptests/sp06/Makefile.am: New.
918        * sptests/sp07/Makefile.am: New.
919        * sptests/sp08/Makefile.am: New.
920        * sptests/sp09/Makefile.am: New.
921        * sptests/sp11/Makefile.am: New.
922        * sptests/sp12/Makefile.am: New.
923        * sptests/sp13/Makefile.am: New.
924        * sptests/sp14/Makefile.am: New.
925        * sptests/sp15/Makefile.am: New.
926        * sptests/sp16/Makefile.am: New.
927        * sptests/sp17/Makefile.am: New.
928        * sptests/sp19/Makefile.am: New.
929        * sptests/sp20/Makefile.am: New.
930        * sptests/sp21/Makefile.am: New.
931        * sptests/sp22/Makefile.am: New.
932        * sptests/sp23/Makefile.am: New.
933        * sptests/sp24/Makefile.am: New.
934        * sptests/sp25/Makefile.am: New.
935        * sptests/spsize/Makefile.am: New.
936
9372002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * ChangeLog: New.
940        * .cvsignore: New.
941        * mptests/.cvsignore: New.
942        * mptests/mp01/.cvsignore: New.
943        * mptests/mp02/.cvsignore: New.
944        * mptests/mp03/.cvsignore: New.
945        * mptests/mp04/.cvsignore: New.
946        * mptests/mp05/.cvsignore: New.
947        * mptests/mp06/.cvsignore: New.
948        * mptests/mp07/.cvsignore: New.
949        * mptests/mp08/.cvsignore: New.
950        * mptests/mp09/.cvsignore: New.
951        * mptests/mp10/.cvsignore: New.
952        * mptests/mp11/.cvsignore: New.
953        * mptests/mp12/.cvsignore: New.
954        * mptests/mp13/.cvsignore: New.
955        * mptests/mp14/.cvsignore: New.
956        * samples/.cvsignore: New.
957        * samples/base_sp/.cvsignore: New.
958        * samples/hello/.cvsignore: New.
959        * samples/ticker/.cvsignore: New.
960        * sptests/.cvsignore: New.
961        * sptests/sp01/.cvsignore: New.
962        * sptests/sp02/.cvsignore: New.
963        * sptests/sp03/.cvsignore: New.
964        * sptests/sp04/.cvsignore: New.
965        * sptests/sp05/.cvsignore: New.
966        * sptests/sp06/.cvsignore: New.
967        * sptests/sp07/.cvsignore: New.
968        * sptests/sp08/.cvsignore: New.
969        * sptests/sp09/.cvsignore: New.
970        * sptests/sp11/.cvsignore: New.
971        * sptests/sp12/.cvsignore: New.
972        * sptests/sp13/.cvsignore: New.
973        * sptests/sp14/.cvsignore: New.
974        * sptests/sp15/.cvsignore: New.
975        * sptests/sp16/.cvsignore: New.
976        * sptests/sp17/.cvsignore: New.
977        * sptests/sp19/.cvsignore: New.
978        * sptests/sp20/.cvsignore: New.
979        * sptests/sp21/.cvsignore: New.
980        * sptests/sp22/.cvsignore: New.
981        * sptests/sp23/.cvsignore: New.
982        * sptests/sp24/.cvsignore: New.
983        * sptests/sp25/.cvsignore: New.
984        * sptests/spsize/.cvsignore: New.
985        * support/.cvsignore: New.
986        * tmtests/.cvsignore: New.
987        * tmtests/tm01/.cvsignore: New.
988        * tmtests/tm02/.cvsignore: New.
989        * tmtests/tm03/.cvsignore: New.
990        * tmtests/tm04/.cvsignore: New.
991        * tmtests/tm05/.cvsignore: New.
992        * tmtests/tm06/.cvsignore: New.
993        * tmtests/tm07/.cvsignore: New.
994        * tmtests/tm08/.cvsignore: New.
995        * tmtests/tm09/.cvsignore: New.
996        * tmtests/tm10/.cvsignore: New.
997        * tmtests/tm11/.cvsignore: New.
998        * tmtests/tm12/.cvsignore: New.
999        * tmtests/tm13/.cvsignore: New.
1000        * tmtests/tm14/.cvsignore: New.
1001        * tmtests/tm15/.cvsignore: New.
1002        * tmtests/tm16/.cvsignore: New.
1003        * tmtests/tm17/.cvsignore: New.
1004        * tmtests/tm18/.cvsignore: New.
1005        * tmtests/tm19/.cvsignore: New.
1006        * tmtests/tm20/.cvsignore: New.
1007        * tmtests/tm21/.cvsignore: New.
1008        * tmtests/tm22/.cvsignore: New.
1009        * tmtests/tm23/.cvsignore: New.
1010        * tmtests/tm24/.cvsignore: New.
1011        * tmtests/tm25/.cvsignore: New.
1012        * tmtests/tm26/.cvsignore: New.
1013        * tmtests/tm27/.cvsignore: New.
1014        * tmtests/tm28/.cvsignore: New.
1015        * tmtests/tm29/.cvsignore: New.
1016        * tmtests/tmck/.cvsignore: New.
1017        * tmtests/tmoverhd/.cvsignore: New.
Note: See TracBrowser for help on using the repository browser.