source: rtems/c/src/ada-tests/ChangeLog @ 34771307

4.104.114.84.95
Last change on this file since 34771307 was 1471bd9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/05 at 08:49:38

2005-11-20 Ralf Corsepius <ralf.corsepius@…>

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