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

4.104.114.84.95
Last change on this file since b83fd620 was b83fd620, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/02 at 12:09:48

2002-08-30 Joel Sherrill <joel@…>

  • samples/base_mp/mptest.ads: Removed lingering reference to BSP_MPCI.
  • Property mode set to 100644
File size: 8.9 KB
Line 
12002-08-30      Joel Sherrill <joel@OARcorp.com>
2
3        * samples/base_mp/mptest.ads: Removed lingering reference to BSP_MPCI.
4
52002-08-27      Joel Sherrill <joel@OARcorp.com>
6
7        * samples/base_mp/.cvsignore: New file.
8
92002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * sptests/sp09/Makefile.am: Remove EXPADA.
12        * sptests/sp09/sptest.adb: Remove RESULT from SCREEN_13.
13        * sptests/sp19/Makefile.am: Remove EXPADA.
14        * sptests/sp21/Makefile.am: Remove EXPADA.
15        * sptests/sp21/sptest.adb: Remove RESULT from TASK_1.
16        * tmtests/tmoverhd/dummy_rtems.adb: Reflect changes to IO_Managers.
17        * tmtests/tmoverhd/dummy_rtems.ads: Reflect changes to IO_Managers.
18
192002-08-27      Joel Sherrill <joel@OARcorp.com>
20
21        * tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
22        call to RTEMS IO Manager services.
23
24
252002-08-27      Joel Sherrill <joel@OARcorp.com>
26
27        * tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
28        call to RTEMS IO Manager services.
29
302002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * sptests/sp19/sptest.adp: Fix include paths.
33
342002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * sptests/sp19/sptest.adb: Remove.
37        * sptests/sp19/Makefile.am: Let m4 generate sptests.adb from
38        sptests.adp.
39
402002-08-27      Joel Sherrill <joel@OARcorp.com>
41
42        * sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to
43        match corrected prototype.
44
452002-08-27      Joel Sherrill <joel@OARcorp.com>
46
47        * sptests/sp19/sptest.adp: Added from old Ada implementation.
48
492002-08-27      Joel Sherrill <joel@OARcorp.com>
50
51        * tmtests/tm27/.cvsignore: Removed.  Missed in previous attempts.
52
532002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * sptests/sp09/sptest.adb: Add Result to SCREEN_13.
56        Remove Status from TASK_1.
57        * sptests/sp21/sptest.adb: Add Result to TASK_1.
58        * tmtests/tm20/tmtest.adb: Remove various RETURN_VALUEs.
59        * ada.am: Remove ADACOMPILE, ADAC. Add AM_LDFLAGS, LDFLAGS.
60        * configure.ac: Check for m4. Abort if HAS_GNAT = no.
61
622002-08-26      Joel Sherrill <joel@OARcorp.com>
63
64        * tm27 and tm27 are irrelevant as Ada binding tests.
65        * tmtests/tm26/config.h, tmtests/tm26/config.h: Removed.
66
672002-08-26      Joel Sherrill <joel@OARcorp.com>
68
69        * sptests/sp19/sptest.adb: Modified to follow pattern of SP01
70        even though this test is not supported.
71        * sptests/sp19/sp19.adb: New file.
72
732002-08-26      Joel Sherrill <joel@OARcorp.com>
74
75        * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads,
76        mptests/mp03/mptest.ads, mptests/mp04/mptest.ads,
77        mptests/mp05/mptest.ads, mptests/mp06/mptest.ads,
78        mptests/mp07/mptest.ads, mptests/mp08/mptest.ads,
79        mptests/mp09/mptest.ads, mptests/mp10/mptest.ads,
80        mptests/mp11/mptest.ads, mptests/mp12/mptest.ads,
81        mptests/mp13/mptest.ads, mptests/mp14/mptest.adb,
82        mptests/mp14/mptest.ads: Per PR274, identify the need for the
83        BSP_MPCI package.  It was a trivial dependency and eliminated.
84
852002-08-26      Joel Sherrill <joel@OARcorp.com>
86
87        * sptests/sp19/sp19.adb: Removed/Renamed to sptest.adb.
88        * sptests/sp19/sptest.adb: Added/Renamed from sptest.adb.
89
902002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * sptests/sp04/Makefile.am: Remove init.$(OBJEXT).
93
942002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Activate tmtests.
97        * configure.ac: Activate tmtests.
98        * samples/base_mp/Makefile.am: Add nodeX subdirs.
99        * sptests/sp01/Makefile.am: Add *.scn.
100        * sptests/sp02/Makefile.am: Add *.scn.
101        * sptests/sp03/Makefile.am: Add *.scn.
102        * sptests/sp04/Makefile.am: Add *.scn.
103        * sptests/sp05/Makefile.am: Add *.scn.
104        * sptests/sp06/Makefile.am: Add *.scn.
105        * sptests/sp07/Makefile.am: Add *.scn.
106        * sptests/sp08/Makefile.am: Add *.scn.
107        * sptests/sp09/Makefile.am: Add *.scn.
108        * sptests/sp11/Makefile.am: Add *.scn.
109        * sptests/sp12/Makefile.am: Add *.scn.
110        * sptests/sp13/Makefile.am: Add *.scn.
111        * sptests/sp14/Makefile.am: Add *.scn.
112        * sptests/sp15/Makefile.am: Add *.scn.
113        * sptests/sp16/Makefile.am: Add *.scn.
114        * sptests/sp17/Makefile.am: Add *.scn.
115        * sptests/sp19/Makefile.am: Add *.scn.
116        * sptests/sp20/Makefile.am: Add *.scn.
117        * sptests/sp21/Makefile.am: Add *.scn.
118        * sptests/sp22/Makefile.am: Add *.scn.
119        * sptests/sp23/Makefile.am: Add *.scn.
120        * sptests/sp24/Makefile.am: Add *.scn.
121        * sptests/sp25/Makefile.am: Add *.scn.
122
1232002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * tmtests/Makefile.am: New.
126        * tmtests/tm01/Makefile.am: New.
127        * tmtests/tm02/Makefile.am: New.
128        * tmtests/tm03/Makefile.am: New.
129        * tmtests/tm04/Makefile.am: New.
130        * tmtests/tm05/Makefile.am: New.
131        * tmtests/tm06/Makefile.am: New.
132        * tmtests/tm07/Makefile.am: New.
133        * tmtests/tm08/Makefile.am: New.
134        * tmtests/tm09/Makefile.am: New.
135        * tmtests/tm10/Makefile.am: New.
136        * tmtests/tm11/Makefile.am: New.
137        * tmtests/tm12/Makefile.am: New.
138        * tmtests/tm13/Makefile.am: New.
139        * tmtests/tm14/Makefile.am: New.
140        * tmtests/tm15/Makefile.am: New.
141        * tmtests/tm16/Makefile.am: New.
142        * tmtests/tm17/Makefile.am: New.
143        * tmtests/tm18/Makefile.am: New.
144        * tmtests/tm19/Makefile.am: New.
145        * tmtests/tm20/Makefile.am: New.
146        * tmtests/tm21/Makefile.am: New.
147        * tmtests/tm22/Makefile.am: New.
148        * tmtests/tm23/Makefile.am: New.
149        * tmtests/tm24/Makefile.am: New.
150        * tmtests/tm25/Makefile.am: New.
151        * tmtests/tm26/Makefile.am: New.
152        * tmtests/tm26/tmtest.adb
153        * tmtests/tm27/Makefile.am: New.
154        * tmtests/tm28/Makefile.am: New.
155        * tmtests/tm29/Makefile.am: New.
156        * tmtests/tmck/Makefile.am: New.
157        * tmtests/tmoverhd/Makefile.am: New.
158
1592002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: New.
162        * configure.ac: New.
163        * ada.am: New.
164        * support/Makefile.am: New.
165        * samples/Makefile.am: New.
166        * samples/base_mp/Makefile.am: New.
167        * samples/base_sp/Makefile.am: New.
168        * samples/hello/Makefile.am: New.
169        * samples/ticker/Makefile.am: New.
170
1712002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * sptests/Makefile.am: New.
174        * sptests/sp01/Makefile.am: New.
175        * sptests/sp02/Makefile.am: New.
176        * sptests/sp03/Makefile.am: New.
177        * sptests/sp04/Makefile.am: New.
178        * sptests/sp05/Makefile.am: New.
179        * sptests/sp06/Makefile.am: New.
180        * sptests/sp07/Makefile.am: New.
181        * sptests/sp08/Makefile.am: New.
182        * sptests/sp09/Makefile.am: New.
183        * sptests/sp11/Makefile.am: New.
184        * sptests/sp12/Makefile.am: New.
185        * sptests/sp13/Makefile.am: New.
186        * sptests/sp14/Makefile.am: New.
187        * sptests/sp15/Makefile.am: New.
188        * sptests/sp16/Makefile.am: New.
189        * sptests/sp17/Makefile.am: New.
190        * sptests/sp19/Makefile.am: New.
191        * sptests/sp20/Makefile.am: New.
192        * sptests/sp21/Makefile.am: New.
193        * sptests/sp22/Makefile.am: New.
194        * sptests/sp23/Makefile.am: New.
195        * sptests/sp24/Makefile.am: New.
196        * sptests/sp25/Makefile.am: New.
197        * sptests/spsize/Makefile.am: New.
198
1992002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * ChangeLog: New.
202        * .cvsignore: New.
203        * mptests/.cvsignore: New.
204        * mptests/mp01/.cvsignore: New.
205        * mptests/mp02/.cvsignore: New.
206        * mptests/mp03/.cvsignore: New.
207        * mptests/mp04/.cvsignore: New.
208        * mptests/mp05/.cvsignore: New.
209        * mptests/mp06/.cvsignore: New.
210        * mptests/mp07/.cvsignore: New.
211        * mptests/mp08/.cvsignore: New.
212        * mptests/mp09/.cvsignore: New.
213        * mptests/mp10/.cvsignore: New.
214        * mptests/mp11/.cvsignore: New.
215        * mptests/mp12/.cvsignore: New.
216        * mptests/mp13/.cvsignore: New.
217        * mptests/mp14/.cvsignore: New.
218        * samples/.cvsignore: New.
219        * samples/base_sp/.cvsignore: New.
220        * samples/hello/.cvsignore: New.
221        * samples/ticker/.cvsignore: New.
222        * sptests/.cvsignore: New.
223        * sptests/sp01/.cvsignore: New.
224        * sptests/sp02/.cvsignore: New.
225        * sptests/sp03/.cvsignore: New.
226        * sptests/sp04/.cvsignore: New.
227        * sptests/sp05/.cvsignore: New.
228        * sptests/sp06/.cvsignore: New.
229        * sptests/sp07/.cvsignore: New.
230        * sptests/sp08/.cvsignore: New.
231        * sptests/sp09/.cvsignore: New.
232        * sptests/sp11/.cvsignore: New.
233        * sptests/sp12/.cvsignore: New.
234        * sptests/sp13/.cvsignore: New.
235        * sptests/sp14/.cvsignore: New.
236        * sptests/sp15/.cvsignore: New.
237        * sptests/sp16/.cvsignore: New.
238        * sptests/sp17/.cvsignore: New.
239        * sptests/sp19/.cvsignore: New.
240        * sptests/sp20/.cvsignore: New.
241        * sptests/sp21/.cvsignore: New.
242        * sptests/sp22/.cvsignore: New.
243        * sptests/sp23/.cvsignore: New.
244        * sptests/sp24/.cvsignore: New.
245        * sptests/sp25/.cvsignore: New.
246        * sptests/spsize/.cvsignore: New.
247        * support/.cvsignore: New.
248        * tmtests/.cvsignore: New.
249        * tmtests/tm01/.cvsignore: New.
250        * tmtests/tm02/.cvsignore: New.
251        * tmtests/tm03/.cvsignore: New.
252        * tmtests/tm04/.cvsignore: New.
253        * tmtests/tm05/.cvsignore: New.
254        * tmtests/tm06/.cvsignore: New.
255        * tmtests/tm07/.cvsignore: New.
256        * tmtests/tm08/.cvsignore: New.
257        * tmtests/tm09/.cvsignore: New.
258        * tmtests/tm10/.cvsignore: New.
259        * tmtests/tm11/.cvsignore: New.
260        * tmtests/tm12/.cvsignore: New.
261        * tmtests/tm13/.cvsignore: New.
262        * tmtests/tm14/.cvsignore: New.
263        * tmtests/tm15/.cvsignore: New.
264        * tmtests/tm16/.cvsignore: New.
265        * tmtests/tm17/.cvsignore: New.
266        * tmtests/tm18/.cvsignore: New.
267        * tmtests/tm19/.cvsignore: New.
268        * tmtests/tm20/.cvsignore: New.
269        * tmtests/tm21/.cvsignore: New.
270        * tmtests/tm22/.cvsignore: New.
271        * tmtests/tm23/.cvsignore: New.
272        * tmtests/tm24/.cvsignore: New.
273        * tmtests/tm25/.cvsignore: New.
274        * tmtests/tm26/.cvsignore: New.
275        * tmtests/tm27/.cvsignore: New.
276        * tmtests/tm28/.cvsignore: New.
277        * tmtests/tm29/.cvsignore: New.
278        * tmtests/tmck/.cvsignore: New.
279        * tmtests/tmoverhd/.cvsignore: New.
Note: See TracBrowser for help on using the repository browser.