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

4.104.114.84.95
Last change on this file since fff840e was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 14.5 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-03      Joel Sherrill <joel@OARcorp.com>
14
15        * ada.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am,
16        sptests/sp01/config.h, sptests/sp04/Makefile.am,
17        sptests/sp04/config.h, support/init.c: Modified build rules slightly
18        so gnat_main is used as the Ada main entry point.  Modified
19        sp01 and sp04 Makefile.am's to compile and link with init.o.
20        The test config.h's specified the Ada application requirements -- not
21        the Classic API ones.
22
232003-01-03      Joel Sherrill <joel@OARcorp.com>
24
25        * Makefile.am, configure.ac, samples/Makefile.am: Do not configure
26        them unless multiprocessing is enabled.
27
282002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
31
322002-10-24      Joel Sherrill <joel@OARcorp.com>
33
34        * samples/hello/config.h: Change CONFIGURE_SPTEST to
35        CONFIGURE_APPLICATION to reflect current usage.
36        * support/init.c: Include stdlib.h not unistd.h to remove warning.
37
382002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * .cvsignore: Reformat.
41        Add autom4te*cache.
42        Remove autom4te.cache.
43
442002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * .cvsignore: Add autom4te.cache.
47
482002-09-14      Joel Sherrill <joel@OARcorp.com>
49
50        * support/init.c: Included <unistd.h> for exit(2).
51        * support/test_support.adb: Eliminated warnings by commenting out
52        unused variables.
53
542002-09-13      Joel Sherrill <joel@OARcorp.com>
55
56        * samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
57        Now appear to mostly compile.
58
592002-09-13      Joel Sherrill <joel@OARcorp.com>
60
61        * samples/hello/Makefile.am: Make sure init.c is compiled and
62        included.  This test now runs.
63
642002-09-07      Joel Sherrill <joel@OARcorp.com>
65
66        * samples/base_mp/config.h: New file previously missed.
67
682002-09-03      Joel Sherrill <joel@OARcorp.com>
69
70        * base_mp now builds and can be considered a bit of an example for
71        the other mptests.
72        * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
73        samples/base_mp/mptest.adb, samples/base_mp/mptest.ads,
74        samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
75        Modified to make compile.
76        * mptests/mp01/node1/mptest-per_node_configuration.adb,
77        mptests/mp01/node2/mptest-per_node_configuration.adb,
78        mptests/mp02/node1/mptest-per_node_configuration.adb,
79        mptests/mp02/node2/mptest-per_node_configuration.adb,
80        mptests/mp03/node1/mptest-per_node_configuration.adb,
81        mptests/mp03/node2/mptest-per_node_configuration.adb,
82        mptests/mp04/node1/mptest-per_node_configuration.adb,
83        mptests/mp04/node2/mptest-per_node_configuration.adb,
84        mptests/mp05/node1/mptest-per_node_configuration.adb,
85        mptests/mp05/node2/mptest-per_node_configuration.adb,
86        mptests/mp06/node1/mptest-per_node_configuration.adb,
87        mptests/mp06/node2/mptest-per_node_configuration.adb,
88        mptests/mp07/node1/mptest-per_node_configuration.adb,
89        mptests/mp07/node2/mptest-per_node_configuration.adb,
90        mptests/mp08/node1/mptest-per_node_configuration.adb,
91        mptests/mp08/node2/mptest-per_node_configuration.adb,
92        mptests/mp09/node1/mptest-per_node_configuration.adb,
93        mptests/mp09/node2/mptest-per_node_configuration.adb,
94        mptests/mp10/node1/mptest-per_node_configuration.adb,
95        mptests/mp10/node2/mptest-per_node_configuration.adb,
96        mptests/mp11/node1/mptest-per_node_configuration.adb,
97        mptests/mp11/node2/mptest-per_node_configuration.adb,
98        mptests/mp12/node1/mptest-per_node_configuration.adb,
99        mptests/mp12/node2/mptest-per_node_configuration.adb,
100        mptests/mp13/node1/mptest-per_node_configuration.adb,
101        mptests/mp13/node2/mptest-per_node_configuration.adb,
102        mptests/mp14/node1/mptest-per_node_configuration.adb,
103        mptests/mp14/node2/mptest-per_node_configuration.adb,
104        samples/base_mp/node1/mptest-per_node_configuration.adb,
105        samples/base_mp/node2/mptest-per_node_configuration.adb: Removed
106        as this information should come from config.h.
107
1082002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * mptests/mp01/node1/.cvsignore: New.
111        * mptests/mp01/node2/.cvsignore: New.
112        * mptests/mp02/node1/.cvsignore: New.
113        * mptests/mp02/node2/.cvsignore: New.
114        * mptests/mp03/node1/.cvsignore: New.
115        * mptests/mp03/node2/.cvsignore: New.
116        * mptests/mp04/node1/.cvsignore: New.
117        * mptests/mp04/node2/.cvsignore: New.
118        * mptests/mp05/node1/.cvsignore: New.
119        * mptests/mp05/node2/.cvsignore: New.
120        * mptests/mp06/node1/.cvsignore: New.
121        * mptests/mp06/node2/.cvsignore: New.
122        * mptests/mp07/node1/.cvsignore: New.
123        * mptests/mp07/node2/.cvsignore: New.
124        * mptests/mp08/node1/.cvsignore: New.
125        * mptests/mp08/node2/.cvsignore: New.
126        * mptests/mp09/node1/.cvsignore: New.
127        * mptests/mp09/node2/.cvsignore: New.
128        * mptests/mp10/node1/.cvsignore: New.
129        * mptests/mp10/node2/.cvsignore: New.
130        * mptests/mp11/node1/.cvsignore: New.
131        * mptests/mp11/node2/.cvsignore: New.
132        * mptests/mp12/node1/.cvsignore: New.
133        * mptests/mp12/node2/.cvsignore: New.
134        * mptests/mp13/node1/.cvsignore: New.
135        * mptests/mp13/node2/.cvsignore: New.
136        * mptests/mp14/node1/.cvsignore: New.
137        * mptests/mp14/node2/.cvsignore: New.
138        * samples/base_mp/node1/.cvsignore: New.
139        * samples/base_mp/node2/.cvsignore: New.
140
1412002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * mptests/Makefile.am: New.
144        * mptests/mp01/Makefile.am: New.
145        * mptests/mp01/node1/Makefile.am: New.
146        * mptests/mp01/node2/Makefile.am: New.
147        * samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT).
148        * samples/base_mp/node1/Makefile.am: New.
149        * samples/base_mp/node2/Makefile.am: New.
150        * configure.ac: Add mptests/mp01. Add samples/base_mp.
151
1522002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * tmtests/tm20/Makefile.am: Remove EXPADA.
155
1562002-08-30      Joel Sherrill <joel@OARcorp.com>
157
158        * samples/base_mp/mptest.ads: Removed lingering reference to BSP_MPCI.
159
1602002-08-27      Joel Sherrill <joel@OARcorp.com>
161
162        * samples/base_mp/.cvsignore: New file.
163
1642002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * sptests/sp09/Makefile.am: Remove EXPADA.
167        * sptests/sp09/sptest.adb: Remove RESULT from SCREEN_13.
168        * sptests/sp19/Makefile.am: Remove EXPADA.
169        * sptests/sp21/Makefile.am: Remove EXPADA.
170        * sptests/sp21/sptest.adb: Remove RESULT from TASK_1.
171        * tmtests/tmoverhd/dummy_rtems.adb: Reflect changes to IO_Managers.
172        * tmtests/tmoverhd/dummy_rtems.ads: Reflect changes to IO_Managers.
173
1742002-08-27      Joel Sherrill <joel@OARcorp.com>
175
176        * tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
177        call to RTEMS IO Manager services.
178
1792002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * sptests/sp19/sptest.adp: Fix include paths.
182
1832002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * sptests/sp19/sptest.adb: Remove.
186        * sptests/sp19/Makefile.am: Let m4 generate sptests.adb from
187        sptests.adp.
188
1892002-08-27      Joel Sherrill <joel@OARcorp.com>
190
191        * sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to
192        match corrected prototype.
193
1942002-08-27      Joel Sherrill <joel@OARcorp.com>
195
196        * sptests/sp19/sptest.adp: Added from old Ada implementation.
197
1982002-08-27      Joel Sherrill <joel@OARcorp.com>
199
200        * tmtests/tm27/.cvsignore: Removed.  Missed in previous attempts.
201
2022002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * sptests/sp09/sptest.adb: Add Result to SCREEN_13.
205        Remove Status from TASK_1.
206        * sptests/sp21/sptest.adb: Add Result to TASK_1.
207        * tmtests/tm20/tmtest.adb: Remove various RETURN_VALUEs.
208        * ada.am: Remove ADACOMPILE, ADAC. Add AM_LDFLAGS, LDFLAGS.
209        * configure.ac: Check for m4. Abort if HAS_GNAT = no.
210
2112002-08-26      Joel Sherrill <joel@OARcorp.com>
212
213        * tm27 and tm27 are irrelevant as Ada binding tests.
214        * tmtests/tm26/config.h, tmtests/tm26/config.h: Removed.
215
2162002-08-26      Joel Sherrill <joel@OARcorp.com>
217
218        * sptests/sp19/sptest.adb: Modified to follow pattern of SP01
219        even though this test is not supported.
220        * sptests/sp19/sp19.adb: New file.
221
2222002-08-26      Joel Sherrill <joel@OARcorp.com>
223
224        * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads,
225        mptests/mp03/mptest.ads, mptests/mp04/mptest.ads,
226        mptests/mp05/mptest.ads, mptests/mp06/mptest.ads,
227        mptests/mp07/mptest.ads, mptests/mp08/mptest.ads,
228        mptests/mp09/mptest.ads, mptests/mp10/mptest.ads,
229        mptests/mp11/mptest.ads, mptests/mp12/mptest.ads,
230        mptests/mp13/mptest.ads, mptests/mp14/mptest.adb,
231        mptests/mp14/mptest.ads: Per PR274, identify the need for the
232        BSP_MPCI package.  It was a trivial dependency and eliminated.
233
2342002-08-26      Joel Sherrill <joel@OARcorp.com>
235
236        * sptests/sp19/sp19.adb: Removed/Renamed to sptest.adb.
237        * sptests/sp19/sptest.adb: Added/Renamed from sptest.adb.
238
2392002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * sptests/sp04/Makefile.am: Remove init.$(OBJEXT).
242
2432002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Activate tmtests.
246        * configure.ac: Activate tmtests.
247        * samples/base_mp/Makefile.am: Add nodeX subdirs.
248        * sptests/sp01/Makefile.am: Add *.scn.
249        * sptests/sp02/Makefile.am: Add *.scn.
250        * sptests/sp03/Makefile.am: Add *.scn.
251        * sptests/sp04/Makefile.am: Add *.scn.
252        * sptests/sp05/Makefile.am: Add *.scn.
253        * sptests/sp06/Makefile.am: Add *.scn.
254        * sptests/sp07/Makefile.am: Add *.scn.
255        * sptests/sp08/Makefile.am: Add *.scn.
256        * sptests/sp09/Makefile.am: Add *.scn.
257        * sptests/sp11/Makefile.am: Add *.scn.
258        * sptests/sp12/Makefile.am: Add *.scn.
259        * sptests/sp13/Makefile.am: Add *.scn.
260        * sptests/sp14/Makefile.am: Add *.scn.
261        * sptests/sp15/Makefile.am: Add *.scn.
262        * sptests/sp16/Makefile.am: Add *.scn.
263        * sptests/sp17/Makefile.am: Add *.scn.
264        * sptests/sp19/Makefile.am: Add *.scn.
265        * sptests/sp20/Makefile.am: Add *.scn.
266        * sptests/sp21/Makefile.am: Add *.scn.
267        * sptests/sp22/Makefile.am: Add *.scn.
268        * sptests/sp23/Makefile.am: Add *.scn.
269        * sptests/sp24/Makefile.am: Add *.scn.
270        * sptests/sp25/Makefile.am: Add *.scn.
271
2722002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * tmtests/Makefile.am: New.
275        * tmtests/tm01/Makefile.am: New.
276        * tmtests/tm02/Makefile.am: New.
277        * tmtests/tm03/Makefile.am: New.
278        * tmtests/tm04/Makefile.am: New.
279        * tmtests/tm05/Makefile.am: New.
280        * tmtests/tm06/Makefile.am: New.
281        * tmtests/tm07/Makefile.am: New.
282        * tmtests/tm08/Makefile.am: New.
283        * tmtests/tm09/Makefile.am: New.
284        * tmtests/tm10/Makefile.am: New.
285        * tmtests/tm11/Makefile.am: New.
286        * tmtests/tm12/Makefile.am: New.
287        * tmtests/tm13/Makefile.am: New.
288        * tmtests/tm14/Makefile.am: New.
289        * tmtests/tm15/Makefile.am: New.
290        * tmtests/tm16/Makefile.am: New.
291        * tmtests/tm17/Makefile.am: New.
292        * tmtests/tm18/Makefile.am: New.
293        * tmtests/tm19/Makefile.am: New.
294        * tmtests/tm20/Makefile.am: New.
295        * tmtests/tm21/Makefile.am: New.
296        * tmtests/tm22/Makefile.am: New.
297        * tmtests/tm23/Makefile.am: New.
298        * tmtests/tm24/Makefile.am: New.
299        * tmtests/tm25/Makefile.am: New.
300        * tmtests/tm26/Makefile.am: New.
301        * tmtests/tm26/tmtest.adb
302        * tmtests/tm27/Makefile.am: New.
303        * tmtests/tm28/Makefile.am: New.
304        * tmtests/tm29/Makefile.am: New.
305        * tmtests/tmck/Makefile.am: New.
306        * tmtests/tmoverhd/Makefile.am: New.
307
3082002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: New.
311        * configure.ac: New.
312        * ada.am: New.
313        * support/Makefile.am: New.
314        * samples/Makefile.am: New.
315        * samples/base_mp/Makefile.am: New.
316        * samples/base_sp/Makefile.am: New.
317        * samples/hello/Makefile.am: New.
318        * samples/ticker/Makefile.am: New.
319
3202002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * sptests/Makefile.am: New.
323        * sptests/sp01/Makefile.am: New.
324        * sptests/sp02/Makefile.am: New.
325        * sptests/sp03/Makefile.am: New.
326        * sptests/sp04/Makefile.am: New.
327        * sptests/sp05/Makefile.am: New.
328        * sptests/sp06/Makefile.am: New.
329        * sptests/sp07/Makefile.am: New.
330        * sptests/sp08/Makefile.am: New.
331        * sptests/sp09/Makefile.am: New.
332        * sptests/sp11/Makefile.am: New.
333        * sptests/sp12/Makefile.am: New.
334        * sptests/sp13/Makefile.am: New.
335        * sptests/sp14/Makefile.am: New.
336        * sptests/sp15/Makefile.am: New.
337        * sptests/sp16/Makefile.am: New.
338        * sptests/sp17/Makefile.am: New.
339        * sptests/sp19/Makefile.am: New.
340        * sptests/sp20/Makefile.am: New.
341        * sptests/sp21/Makefile.am: New.
342        * sptests/sp22/Makefile.am: New.
343        * sptests/sp23/Makefile.am: New.
344        * sptests/sp24/Makefile.am: New.
345        * sptests/sp25/Makefile.am: New.
346        * sptests/spsize/Makefile.am: New.
347
3482002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * ChangeLog: New.
351        * .cvsignore: New.
352        * mptests/.cvsignore: New.
353        * mptests/mp01/.cvsignore: New.
354        * mptests/mp02/.cvsignore: New.
355        * mptests/mp03/.cvsignore: New.
356        * mptests/mp04/.cvsignore: New.
357        * mptests/mp05/.cvsignore: New.
358        * mptests/mp06/.cvsignore: New.
359        * mptests/mp07/.cvsignore: New.
360        * mptests/mp08/.cvsignore: New.
361        * mptests/mp09/.cvsignore: New.
362        * mptests/mp10/.cvsignore: New.
363        * mptests/mp11/.cvsignore: New.
364        * mptests/mp12/.cvsignore: New.
365        * mptests/mp13/.cvsignore: New.
366        * mptests/mp14/.cvsignore: New.
367        * samples/.cvsignore: New.
368        * samples/base_sp/.cvsignore: New.
369        * samples/hello/.cvsignore: New.
370        * samples/ticker/.cvsignore: New.
371        * sptests/.cvsignore: New.
372        * sptests/sp01/.cvsignore: New.
373        * sptests/sp02/.cvsignore: New.
374        * sptests/sp03/.cvsignore: New.
375        * sptests/sp04/.cvsignore: New.
376        * sptests/sp05/.cvsignore: New.
377        * sptests/sp06/.cvsignore: New.
378        * sptests/sp07/.cvsignore: New.
379        * sptests/sp08/.cvsignore: New.
380        * sptests/sp09/.cvsignore: New.
381        * sptests/sp11/.cvsignore: New.
382        * sptests/sp12/.cvsignore: New.
383        * sptests/sp13/.cvsignore: New.
384        * sptests/sp14/.cvsignore: New.
385        * sptests/sp15/.cvsignore: New.
386        * sptests/sp16/.cvsignore: New.
387        * sptests/sp17/.cvsignore: New.
388        * sptests/sp19/.cvsignore: New.
389        * sptests/sp20/.cvsignore: New.
390        * sptests/sp21/.cvsignore: New.
391        * sptests/sp22/.cvsignore: New.
392        * sptests/sp23/.cvsignore: New.
393        * sptests/sp24/.cvsignore: New.
394        * sptests/sp25/.cvsignore: New.
395        * sptests/spsize/.cvsignore: New.
396        * support/.cvsignore: New.
397        * tmtests/.cvsignore: New.
398        * tmtests/tm01/.cvsignore: New.
399        * tmtests/tm02/.cvsignore: New.
400        * tmtests/tm03/.cvsignore: New.
401        * tmtests/tm04/.cvsignore: New.
402        * tmtests/tm05/.cvsignore: New.
403        * tmtests/tm06/.cvsignore: New.
404        * tmtests/tm07/.cvsignore: New.
405        * tmtests/tm08/.cvsignore: New.
406        * tmtests/tm09/.cvsignore: New.
407        * tmtests/tm10/.cvsignore: New.
408        * tmtests/tm11/.cvsignore: New.
409        * tmtests/tm12/.cvsignore: New.
410        * tmtests/tm13/.cvsignore: New.
411        * tmtests/tm14/.cvsignore: New.
412        * tmtests/tm15/.cvsignore: New.
413        * tmtests/tm16/.cvsignore: New.
414        * tmtests/tm17/.cvsignore: New.
415        * tmtests/tm18/.cvsignore: New.
416        * tmtests/tm19/.cvsignore: New.
417        * tmtests/tm20/.cvsignore: New.
418        * tmtests/tm21/.cvsignore: New.
419        * tmtests/tm22/.cvsignore: New.
420        * tmtests/tm23/.cvsignore: New.
421        * tmtests/tm24/.cvsignore: New.
422        * tmtests/tm25/.cvsignore: New.
423        * tmtests/tm26/.cvsignore: New.
424        * tmtests/tm27/.cvsignore: New.
425        * tmtests/tm28/.cvsignore: New.
426        * tmtests/tm29/.cvsignore: New.
427        * tmtests/tmck/.cvsignore: New.
428        * tmtests/tmoverhd/.cvsignore: New.
Note: See TracBrowser for help on using the repository browser.