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

4.104.114.84.95
Last change on this file since f3013b8 was a846105, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/27/02 at 06:57:46

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

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