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

4.104.114.84.95
Last change on this file since cbb09503 was cbb09503, checked in by Joel Sherrill <joel.sherrill@…>, on 08/27/02 at 14:05:45

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

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