source: rtems/c/src/ada-tests/ChangeLog @ 2d9c50b

4.104.114.84.95
Last change on this file since 2d9c50b was 2d9c50b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/30/02 at 12:14:51

2002-08-30 Ralf Corsepius <corsepiu@…>

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