source: rtems/c/src/ada-tests/ChangeLog @ 190f5c23

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

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

  • mptests/mp01/mptest.ads, mptests/mp02/mptest.ads, mptests/mp03/mptest.ads, mptests/mp04/mptest.ads, mptests/mp05/mptest.ads, mptests/mp06/mptest.ads, mptests/mp07/mptest.ads, mptests/mp08/mptest.ads, mptests/mp09/mptest.ads, mptests/mp10/mptest.ads, mptests/mp11/mptest.ads, mptests/mp12/mptest.ads, mptests/mp13/mptest.ads, mptests/mp14/mptest.adb, mptests/mp14/mptest.ads: Per PR274, identify the need for the BSP_MPCI package. It was a trivial dependency and eliminated.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12002-08-26      Joel Sherrill <joel@OARcorp.com>
2
3        * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads,
4        mptests/mp03/mptest.ads, mptests/mp04/mptest.ads,
5        mptests/mp05/mptest.ads, mptests/mp06/mptest.ads,
6        mptests/mp07/mptest.ads, mptests/mp08/mptest.ads,
7        mptests/mp09/mptest.ads, mptests/mp10/mptest.ads,
8        mptests/mp11/mptest.ads, mptests/mp12/mptest.ads,
9        mptests/mp13/mptest.ads, mptests/mp14/mptest.adb,
10        mptests/mp14/mptest.ads: Per PR274, identify the need for the
11        BSP_MPCI package.  It was a trivial dependency and eliminated.
12
132002-08-26      Joel Sherrill <joel@OARcorp.com>
14
15        * sptests/sp19/sp19.adb: Removed/Renamed to sptest.adb.
16        * sptests/sp19/sptest.adb: Added/Renamed from sptest.adb.
17
182002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * sptests/sp04/Makefile.am: Remove init.$(OBJEXT).
21
222002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Activate tmtests.
25        * configure.ac: Activate tmtests.
26        * samples/base_mp/Makefile.am: Add nodeX subdirs.
27        * sptests/sp01/Makefile.am: Add *.scn.
28        * sptests/sp02/Makefile.am: Add *.scn.
29        * sptests/sp03/Makefile.am: Add *.scn.
30        * sptests/sp04/Makefile.am: Add *.scn.
31        * sptests/sp05/Makefile.am: Add *.scn.
32        * sptests/sp06/Makefile.am: Add *.scn.
33        * sptests/sp07/Makefile.am: Add *.scn.
34        * sptests/sp08/Makefile.am: Add *.scn.
35        * sptests/sp09/Makefile.am: Add *.scn.
36        * sptests/sp11/Makefile.am: Add *.scn.
37        * sptests/sp12/Makefile.am: Add *.scn.
38        * sptests/sp13/Makefile.am: Add *.scn.
39        * sptests/sp14/Makefile.am: Add *.scn.
40        * sptests/sp15/Makefile.am: Add *.scn.
41        * sptests/sp16/Makefile.am: Add *.scn.
42        * sptests/sp17/Makefile.am: Add *.scn.
43        * sptests/sp19/Makefile.am: Add *.scn.
44        * sptests/sp20/Makefile.am: Add *.scn.
45        * sptests/sp21/Makefile.am: Add *.scn.
46        * sptests/sp22/Makefile.am: Add *.scn.
47        * sptests/sp23/Makefile.am: Add *.scn.
48        * sptests/sp24/Makefile.am: Add *.scn.
49        * sptests/sp25/Makefile.am: Add *.scn.
50
512002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * tmtests/Makefile.am: New.
54        * tmtests/tm01/Makefile.am: New.
55        * tmtests/tm02/Makefile.am: New.
56        * tmtests/tm03/Makefile.am: New.
57        * tmtests/tm04/Makefile.am: New.
58        * tmtests/tm05/Makefile.am: New.
59        * tmtests/tm06/Makefile.am: New.
60        * tmtests/tm07/Makefile.am: New.
61        * tmtests/tm08/Makefile.am: New.
62        * tmtests/tm09/Makefile.am: New.
63        * tmtests/tm10/Makefile.am: New.
64        * tmtests/tm11/Makefile.am: New.
65        * tmtests/tm12/Makefile.am: New.
66        * tmtests/tm13/Makefile.am: New.
67        * tmtests/tm14/Makefile.am: New.
68        * tmtests/tm15/Makefile.am: New.
69        * tmtests/tm16/Makefile.am: New.
70        * tmtests/tm17/Makefile.am: New.
71        * tmtests/tm18/Makefile.am: New.
72        * tmtests/tm19/Makefile.am: New.
73        * tmtests/tm20/Makefile.am: New.
74        * tmtests/tm21/Makefile.am: New.
75        * tmtests/tm22/Makefile.am: New.
76        * tmtests/tm23/Makefile.am: New.
77        * tmtests/tm24/Makefile.am: New.
78        * tmtests/tm25/Makefile.am: New.
79        * tmtests/tm26/Makefile.am: New.
80        * tmtests/tm26/tmtest.adb
81        * tmtests/tm27/Makefile.am: New.
82        * tmtests/tm28/Makefile.am: New.
83        * tmtests/tm29/Makefile.am: New.
84        * tmtests/tmck/Makefile.am: New.
85        * tmtests/tmoverhd/Makefile.am: New.
86
872002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: New.
90        * configure.ac: New.
91        * ada.am: New.
92        * support/Makefile.am: New.
93        * samples/Makefile.am: New.
94        * samples/base_mp/Makefile.am: New.
95        * samples/base_sp/Makefile.am: New.
96        * samples/hello/Makefile.am: New.
97        * samples/ticker/Makefile.am: New.
98
992002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * sptests/Makefile.am: New.
102        * sptests/sp01/Makefile.am: New.
103        * sptests/sp02/Makefile.am: New.
104        * sptests/sp03/Makefile.am: New.
105        * sptests/sp04/Makefile.am: New.
106        * sptests/sp05/Makefile.am: New.
107        * sptests/sp06/Makefile.am: New.
108        * sptests/sp07/Makefile.am: New.
109        * sptests/sp08/Makefile.am: New.
110        * sptests/sp09/Makefile.am: New.
111        * sptests/sp11/Makefile.am: New.
112        * sptests/sp12/Makefile.am: New.
113        * sptests/sp13/Makefile.am: New.
114        * sptests/sp14/Makefile.am: New.
115        * sptests/sp15/Makefile.am: New.
116        * sptests/sp16/Makefile.am: New.
117        * sptests/sp17/Makefile.am: New.
118        * sptests/sp19/Makefile.am: New.
119        * sptests/sp20/Makefile.am: New.
120        * sptests/sp21/Makefile.am: New.
121        * sptests/sp22/Makefile.am: New.
122        * sptests/sp23/Makefile.am: New.
123        * sptests/sp24/Makefile.am: New.
124        * sptests/sp25/Makefile.am: New.
125        * sptests/spsize/Makefile.am: New.
126
1272002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * ChangeLog: New.
130        * .cvsignore: New.
131        * mptests/.cvsignore: New.
132        * mptests/mp01/.cvsignore: New.
133        * mptests/mp02/.cvsignore: New.
134        * mptests/mp03/.cvsignore: New.
135        * mptests/mp04/.cvsignore: New.
136        * mptests/mp05/.cvsignore: New.
137        * mptests/mp06/.cvsignore: New.
138        * mptests/mp07/.cvsignore: New.
139        * mptests/mp08/.cvsignore: New.
140        * mptests/mp09/.cvsignore: New.
141        * mptests/mp10/.cvsignore: New.
142        * mptests/mp11/.cvsignore: New.
143        * mptests/mp12/.cvsignore: New.
144        * mptests/mp13/.cvsignore: New.
145        * mptests/mp14/.cvsignore: New.
146        * samples/.cvsignore: New.
147        * samples/base_sp/.cvsignore: New.
148        * samples/hello/.cvsignore: New.
149        * samples/ticker/.cvsignore: New.
150        * sptests/.cvsignore: New.
151        * sptests/sp01/.cvsignore: New.
152        * sptests/sp02/.cvsignore: New.
153        * sptests/sp03/.cvsignore: New.
154        * sptests/sp04/.cvsignore: New.
155        * sptests/sp05/.cvsignore: New.
156        * sptests/sp06/.cvsignore: New.
157        * sptests/sp07/.cvsignore: New.
158        * sptests/sp08/.cvsignore: New.
159        * sptests/sp09/.cvsignore: New.
160        * sptests/sp11/.cvsignore: New.
161        * sptests/sp12/.cvsignore: New.
162        * sptests/sp13/.cvsignore: New.
163        * sptests/sp14/.cvsignore: New.
164        * sptests/sp15/.cvsignore: New.
165        * sptests/sp16/.cvsignore: New.
166        * sptests/sp17/.cvsignore: New.
167        * sptests/sp19/.cvsignore: New.
168        * sptests/sp20/.cvsignore: New.
169        * sptests/sp21/.cvsignore: New.
170        * sptests/sp22/.cvsignore: New.
171        * sptests/sp23/.cvsignore: New.
172        * sptests/sp24/.cvsignore: New.
173        * sptests/sp25/.cvsignore: New.
174        * sptests/spsize/.cvsignore: New.
175        * support/.cvsignore: New.
176        * tmtests/.cvsignore: New.
177        * tmtests/tm01/.cvsignore: New.
178        * tmtests/tm02/.cvsignore: New.
179        * tmtests/tm03/.cvsignore: New.
180        * tmtests/tm04/.cvsignore: New.
181        * tmtests/tm05/.cvsignore: New.
182        * tmtests/tm06/.cvsignore: New.
183        * tmtests/tm07/.cvsignore: New.
184        * tmtests/tm08/.cvsignore: New.
185        * tmtests/tm09/.cvsignore: New.
186        * tmtests/tm10/.cvsignore: New.
187        * tmtests/tm11/.cvsignore: New.
188        * tmtests/tm12/.cvsignore: New.
189        * tmtests/tm13/.cvsignore: New.
190        * tmtests/tm14/.cvsignore: New.
191        * tmtests/tm15/.cvsignore: New.
192        * tmtests/tm16/.cvsignore: New.
193        * tmtests/tm17/.cvsignore: New.
194        * tmtests/tm18/.cvsignore: New.
195        * tmtests/tm19/.cvsignore: New.
196        * tmtests/tm20/.cvsignore: New.
197        * tmtests/tm21/.cvsignore: New.
198        * tmtests/tm22/.cvsignore: New.
199        * tmtests/tm23/.cvsignore: New.
200        * tmtests/tm24/.cvsignore: New.
201        * tmtests/tm25/.cvsignore: New.
202        * tmtests/tm26/.cvsignore: New.
203        * tmtests/tm27/.cvsignore: New.
204        * tmtests/tm28/.cvsignore: New.
205        * tmtests/tm29/.cvsignore: New.
206        * tmtests/tmck/.cvsignore: New.
207        * tmtests/tmoverhd/.cvsignore: New.
Note: See TracBrowser for help on using the repository browser.