summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/ChangeLog
blob: 92ac23fd8d4d02db110c568e77bbbdb3baec442d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
2010-12-06	Joel Sherrill <joel.sherrill@oarcorp.com>

	* README: Add initial small set of POSIX Timing Tests.

2010-11-25	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* tm26/task1.c, tm27/task1.c: Update for API changes.

2010-11-24	Gedare Bloom <giddyup44@yahoo.com>

	PR 1647/cpukit
	* tm26/task1.c, tm27/task1.c: Update documentation to reflect
	refactoring of SuperCore to add Scheduler Handler.

2010-10-25	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* tm26/task1.c, tm27/task1.c: Do not violate chain API.

2010-07-30	Gedare Bloom <giddyup44@yahoo.com>

	PR 1599/cpukit
	* tm26/task1.c, tm27/task1.c: Rename _Context_Switch_necessary to
	_Thread_Dispatch_necessary to more properly reflect the intent.

2010-06-21	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: New test for barrier create, ident, and
	delete.
	* tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New
	files.

2009-12-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* tm20/task1.c: Use rtems_test_assert() consistently instead of system
	assert(). rtems_test_assert() is designed to integrate into the RTEMS
	test suite infrastructure.

2009-11-02	Ralf Corsépius <ralf.corsepius@rtems.org>

	* tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
	* tmoverhd/dumrtems.h: Rework undef/define cascade.
	Add RTEMS_GCC_NOWARN_USED.
	* tmoverhd/system.h: Add prototype for Empty_directive();

2009-11-01	Ralf Corsépius <ralf.corsepius@rtems.org>

	* tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
	* tm15/task1.c: Make time_set a "bool".
	Eliminate TRUE/FALSE.

2009-10-27	Ralf Corsépius <ralf.corsepius@rtems.org>

	* tmck/task1.c: Use PRIu32 to print uint32_t's.

2009-10-26	Ralf Corsépius <ralf.corsepius@rtems.org>

	* tm05/task1.c, tm18/task1.c, tmoverhd/empty.c,
	tmoverhd/system.h: Add missing prototypes.

2009-10-20	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Don't add -ansi -fasm to CFLAGS.

2009-10-14	Joel Sherrill <joel.sherrill@OARcorp.com>

	* tmck/task1.c: Ignore numbers that are too large but keep going -- do
	not abort.

2009-10-14	Ralf Corsépius <ralf.corsepius@rtems.org>

	* tmck/task1.c: Remove support for "unix".

2009-08-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
	RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).

2009-04-03	Ralf Corsépius <ralf.corsepius@rtems.org>

	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am:
	tmoverhd/Makefile.am: Eliminate _exe_/.exe.

2009-01-05	Joel Sherrill <joel.sherrill@oarcorp.com>

	* include/timesys.h: Array of task names should be of type rtems_name
	not rtems_id.

2008-12-14	Joel Sherrill <joel.sherrill@oarcorp.com>

	* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
	tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
	tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c,
	tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
	tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
	tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
	successfully with maxixum number of priorities as 16 instead of 256.
	This was done by temporarily modifying the score priority.h maximum.
	This allowed testing of all API code to ensure that it worked
	properly with a reduced number of priorities. Most modifications were
	to switch from hard-coded maximum to using the API provided methods
	to determine maximum number of priority levels.

2008-12-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* tm26/task1.c: Fix typo.

2008-10-28	Joel Sherrill <joel.sherrill@oarcorp.com>

	* tm22/system.h, tm22/task1.c: Account for message buffers used.

2008-10-02	Joel Sherrill <joel.sherrill@oarcorp.com>

	* include/timesys.h: Use inttypes.h.
	* tmck/task1.c: Use uint32_t for count.

2008-09-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
	CONFIGURE_STACK_CHECKER_ENABLED.

2008-09-08	Joel Sherrill <joel.sherrill@oarcorp.com>

	* tm09/system.h, tm09/task1.c: Account for message buffer memory.

2008-08-31	Joel Sherrill <joel.sherrill@oarcorp.com>

	* tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
	tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
	tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
	tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
	tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
	tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
	tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
	tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
	tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
	tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
	tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
	tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
	tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
	tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
	tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
	tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
	from every benchmark timer driver. Fix spelling.

2008-08-31	Joel Sherrill <joel.sherrill@oarcorp.com>

	* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
	tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
	tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
	tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
	tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
	tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
	tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
	programming conventions.

2008-06-05	Joel Sherrill <joel.sherrill@OARcorp.com>

	* tm02/system.h, tm10/system.h: Make configurations more accurate.

2008-05-12	Joel Sherrill <joel.sherrill@OARcorp.com>

	* tmoverhd/dumrtems.h: Refactored and renamed initialization routines
	to rtems_initialize_data_structures, rtems_initialize_before_drivers,
	rtems_initialize_device_drivers, and
	rtems_initialize_start_multitasking. This opened the sequence up so
	that bootcard() could provide a more robust and flexible framework
	which is easier to explain and understand. This also lays the
	groundwork for sharing the division of available memory between the
	RTEMS workspace and heap and the C library initialization across all
	BSPs.

2008-01-31	Joel Sherrill <joel.sherrill@OARcorp.com>

	* tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
	tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
	tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
	tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
	tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
	tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
	tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
	tmacros.h available to all POSIX tests. Add a clock_settime case for
	< 1988.

2007-12-05	Joel Sherrill <joel.sherrill@oarcorp.com>

	* tmoverhd/testtask.c: Spacing and remove call to obsolete
	rtems_initialize_executive().

2007-12-04	Joel Sherrill <joel.sherrill@OARcorp.com>

	* tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
	to Configuration Table. Eliminate CPU Table from all ports. Delete
	references to CPU Table in all forms.

2007-05-11	Joel Sherrill <joel.sherrill@OARcorp.com>

	* tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
	tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
	tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
	tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
	tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
	tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
	tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
	tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
	tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
	Makefiles. Clean up test cases so last output line follows END OF
	pattern. Make sure test case all run. All tests appeared ok on sis.

2007-02-06	Joel Sherrill <joel@OARcorp.com>

	* tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
	tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
	message queue tests.

2006-12-02	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: New BUG-REPORT address.

2006-10-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Require autoconf-2.60. Require automake-1.10.

2006-07-11	Ralf Corsépius <ralf.corsepius@rtems.org>

	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
	tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
	instead.

2005-11-22	Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.ac: Remove RTEMS_ENABLE_BARE, 
	BARE_CPU_CFLAGS, BARE_CPU_MODEL.

2005-11-13	Ralf Corsepius <ralf.corsepius@rtems.org>

	* tm01/Makefile.am, tm02/Makefile.am,
	tm03/Makefile.am, tm04/Makefile.am,
	tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am,
	tm09/Makefile.am, tm10/Makefile.am,
	tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am,
	tm15/Makefile.am, tm16/Makefile.am,
	tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am,
	tm21/Makefile.am, tm22/Makefile.am,
	tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am,
	tm27/Makefile.am, tm28/Makefile.am,
	tm29/Makefile.am, tmck/Makefile.am,
	tmoverhd/Makefile.am: Convert to using *_PROGRAMS.

2005-11-11	Ralf Corsepius <ralf.corsepius@rtems.org>

	* tm01/Makefile.am, tm02/Makefile.am,
	tm03/Makefile.am, tm04/Makefile.am,
	tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am,
	tm09/Makefile.am, tm10/Makefile.am,
	tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am,
	tm15/Makefile.am, tm16/Makefile.am,
	tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am,
	tm21/Makefile.am, tm22/Makefile.am,
	tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am,
	tm27/Makefile.am, tm28/Makefile.am,
	tm29/Makefile.am, tmck/Makefile.am,
	tmoverhd/Makefile.am: Rework.

2005-11-11	Ralf Corsepius <ralf.corsepius@rtems.org>

	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
	tmoverhd/Makefile.am: Expand tmtests.am.
	* tmtests.am: Remove.

2005-11-09	Ralf Corsepius <ralf.corsepius@rtems.org>

	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
	tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.

2005-11-09	Ralf Corsepius <ralf.corsepius@rtems.org>

	* tmtests.am: Set project_bspdir=$(PROJECT_ROOT)

2005-11-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Remove noinst_HEADERS.
	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
	tmoverhd/Makefile.am: Add ../include/systime.h.

2005-11-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* tmtests.am: Remove LIB_VARIANT.

2005-11-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
	tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.

2005-11-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Cleanup.

2005-11-07	Ralf Corsepius <ralf.corsepius@rtems.org>

	* tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
	tmoverhd/Makefile.am:
	Partial conversion to automake.

2004-09-24	Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.ac: Require automake > 1.9.

2004-04-23	Ralf Corsepius <ralf.corsepius@rtems.org>

	PR 610/bsps
	* tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
	Unconditionally include <tm27.h>.

2004-04-21	Joel Sherrill <joel@OARcorp.com>

	PR 611/bsps
	* tm27/task1.c: Follow conventions for tm27 and do not add another
	macro definition.

2004-04-01	Ralf Corsepius <ralf.corsepius@rtems.org>

	* tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.

2004-03-30	David Querbach <querbach@realtime.bc.ca>

	PR 597/tests
	* tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
	tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
	tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
	tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
	tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
	tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
	tm27/task1.c, tm29/system.h: The actual workspace needed by the
	tmtests depends on OPERATION_COUNT, but the definitions of
	CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
	this. This results in unnecessary memory exhaustion on small-memory
	systems such as the SS555.

2004-03-28	Ralf Corsepius <ralf.corsepius@rtems.org>

	* include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
	tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
	tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
	tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
	tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
	tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
	tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
	tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
	c99 fixed size types.

2004-03-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add 2nd arg to RTEMS_TOP.

2004-02-26	Joel Sherrill <joel@OARcorp.com>

	PR 583/tests
	* tm26/task1.c, tm27/task1.c: Correctly reset
	_Thread_Dispatch_disable_level so printing is safe.

2004-01-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
	Add PRE/TMPINSTALL_FILES to CLEANFILES.
	* tm02/Makefile.am: Ditto.
	* tm03/Makefile.am: Ditto.
	* tm04/Makefile.am: Ditto.
	* tm05/Makefile.am: Ditto.
	* tm06/Makefile.am: Ditto.
	* tm07/Makefile.am: Ditto.
	* tm08/Makefile.am: Ditto.
	* tm09/Makefile.am: Ditto.
	* tm10/Makefile.am: Ditto.
	* tm11/Makefile.am: Ditto.
	* tm12/Makefile.am: Ditto.
	* tm13/Makefile.am: Ditto.
	* tm14/Makefile.am: Ditto.
	* tm15/Makefile.am: Ditto.
	* tm16/Makefile.am: Ditto.
	* tm17/Makefile.am: Ditto.
	* tm18/Makefile.am: Ditto.
	* tm19/Makefile.am: Ditto.
	* tm20/Makefile.am: Ditto.
	* tm21/Makefile.am: Ditto.
	* tm22/Makefile.am: Ditto.
	* tm23/Makefile.am: Ditto.
	* tm24/Makefile.am: Ditto.
	* tm25/Makefile.am: Ditto.
	* tm26/Makefile.am: Ditto.
	* tm27/Makefile.am: Ditto.
	* tm28/Makefile.am: Ditto.
	* tm29/Makefile.am: Ditto.
	* tmck/Makefile.am: Ditto.
	* tmoverhd/Makefile.am: Ditto.

2003-12-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* tmtests.am: Add dirstamp support.

2003-12-17	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).

2003-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Require automake >= 1.8, autoconf >= 2.59.

2003-12-01	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* include/Makefile.am: Reformat.
	* tm01/Makefile.am: Remove all-local: $(ARCH).
	* tm02/Makefile.am: Remove all-local: $(ARCH).
	* tm03/Makefile.am: Remove all-local: $(ARCH).
	* tm04/Makefile.am: Remove all-local: $(ARCH).
	* tm05/Makefile.am: Remove all-local: $(ARCH).
	* tm06/Makefile.am: Remove all-local: $(ARCH).
	* tm07/Makefile.am: Remove all-local: $(ARCH).
	* tm08/Makefile.am: Remove all-local: $(ARCH).
	* tm09/Makefile.am: Remove all-local: $(ARCH).
	* tm10/Makefile.am: Remove all-local: $(ARCH).
	* tm11/Makefile.am: Remove all-local: $(ARCH).
	* tm12/Makefile.am: Remove all-local: $(ARCH).
	* tm13/Makefile.am: Remove all-local: $(ARCH).
	* tm14/Makefile.am: Remove all-local: $(ARCH).
	* tm15/Makefile.am: Remove all-local: $(ARCH).
	* tm16/Makefile.am: Remove all-local: $(ARCH).
	* tm17/Makefile.am: Remove all-local: $(ARCH).
	* tm18/Makefile.am: Remove all-local: $(ARCH).
	* tm19/Makefile.am: Remove all-local: $(ARCH).
	* tm20/Makefile.am: Remove all-local: $(ARCH).
	* tm21/Makefile.am: Remove all-local: $(ARCH).
	* tm22/Makefile.am: Remove all-local: $(ARCH).
	* tm23/Makefile.am: Remove all-local: $(ARCH).
	* tm24/Makefile.am: Remove all-local: $(ARCH).
	* tm25/Makefile.am: Remove all-local: $(ARCH).
	* tm26/Makefile.am: Remove all-local: $(ARCH).
	* tm27/Makefile.am: Remove all-local: $(ARCH).
	* tm28/Makefile.am: Remove all-local: $(ARCH).
	* tm29/Makefile.am: Remove all-local: $(ARCH).
	* tmck/Makefile.am: Remove all-local: $(ARCH).
	* tmoverhd/Makefile.am: Remove all-local: $(ARCH).

2003-11-10	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Reflect having moved to testsuites/.

2003-10-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_CANONICAL_HOST.

2003-10-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:Remove RTEMS_CHECK_CPU.

2003-09-04	Joel Sherrill <joel@OARcorp.com>

	* include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
	tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
	tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
	tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
	tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
	tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
	tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
	tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
	tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
	tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
	tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
	tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
	tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
	tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
	tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
	tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
	tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
	tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
	tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
	tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
	tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
	tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
	tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
	tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
	tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.

2003-08-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved aclocal/.

2003-08-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Reflect having moved automake/.
	* include/Makefile.am: Reflect having moved automake/.
	* tm01/Makefile.am: Reflect having moved automake/.
	* tm02/Makefile.am: Reflect having moved automake/.
	* tm03/Makefile.am: Reflect having moved automake/.
	* tm04/Makefile.am: Reflect having moved automake/.
	* tm05/Makefile.am: Reflect having moved automake/.
	* tm06/Makefile.am: Reflect having moved automake/.
	* tm07/Makefile.am: Reflect having moved automake/.
	* tm08/Makefile.am: Reflect having moved automake/.
	* tm09/Makefile.am: Reflect having moved automake/.
	* tm10/Makefile.am: Reflect having moved automake/.
	* tm11/Makefile.am: Reflect having moved automake/.
	* tm12/Makefile.am: Reflect having moved automake/.
	* tm13/Makefile.am: Reflect having moved automake/.
	* tm14/Makefile.am: Reflect having moved automake/.
	* tm15/Makefile.am: Reflect having moved automake/.
	* tm16/Makefile.am: Reflect having moved automake/.
	* tm17/Makefile.am: Reflect having moved automake/.
	* tm18/Makefile.am: Reflect having moved automake/.
	* tm19/Makefile.am: Reflect having moved automake/.
	* tm20/Makefile.am: Reflect having moved automake/.
	* tm21/Makefile.am: Reflect having moved automake/.
	* tm22/Makefile.am: Reflect having moved automake/.
	* tm23/Makefile.am: Reflect having moved automake/.
	* tm24/Makefile.am: Reflect having moved automake/.
	* tm25/Makefile.am: Reflect having moved automake/.
	* tm26/Makefile.am: Reflect having moved automake/.
	* tm27/Makefile.am: Reflect having moved automake/.
	* tm28/Makefile.am: Reflect having moved automake/.
	* tm29/Makefile.am: Reflect having moved automake/.
	* tmck/Makefile.am: Reflect having moved automake/.
	* tmoverhd/Makefile.am: Reflect having moved automake/.

2003-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

2003-05-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove CC_CFLAGS_DEBUG_V.
	CC_CFLAGS_DEFAULT (obsolete).

2003-05-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove CC_CFLAGS_PROFILE_V.
	Remove CC_LDFLAGS_PROFILE_V.

2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_CONFIG_AUX_DIR.

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AC_PREREQ(2.57).

2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.

2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* tm01/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm02/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm03/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm04/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm05/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm06/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm07/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm08/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm09/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm10/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm11/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm12/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm13/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm14/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm15/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm16/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm17/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm18/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm19/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm20/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm21/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm22/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm23/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm24/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm25/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm26/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm27/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm28/Makefile.am: Use $(OBJEXT) instead of .o.
	* tm29/Makefile.am: Use $(OBJEXT) instead of .o.
	* tmck/Makefile.am: Use $(OBJEXT) instead of .o.
	* tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.

2002-08-01	Joel Sherrill <joel@OARcorp.com>

	* Per PR47 add support for buffered test output.  This involved
	adding defines to redirect output to a buffer and dump it when
	full, at "test pause", and at exit.  To avoid problems when redefining
	exit(), all tests were modified to call rtems_test_exit().
	Some tests, notable psxtests, had to be modified to include 
	the standard test macro .h file (pmacros.h or tmacros.h) to
	enable this support.
	* include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
	tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
	tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
	tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
	tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
	tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
	tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
2002-04-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove ENABLE_GCC28.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.

2001-11-08	Jiri Gaisler <jiri@gaisler.com>

	This fix is response to test results reported by Jerry Needell
	<jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
	* tm27/task1.c: Account for overhead in starting and stopping
	the timer.

2001-10-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add autom4te.cache for autoconf > 2.52.
	* configure.in: Remove.
	* configure.ac: New file, generated from configure.in by autoupdate.

2001-09-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.

2001-09-19	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* tm27/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm26/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm24/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm16/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm18/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm02/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm10/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm11/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm15/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm19/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm04/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm17/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm28/Makefile.am: include leaf.am instead of leaf.cfg.
	* tmck/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm08/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm12/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm03/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm13/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm29/Makefile.am: include leaf.am instead of leaf.cfg.
	* tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm20/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm09/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm01/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm21/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm07/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm25/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm22/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm06/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm05/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm14/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm23/Makefile.am: include leaf.am instead of leaf.cfg.

2001-05-10	Ralf Corsepius	<corsepiu@faw.uni-ulm.de>

	* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).

2001-01-26	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* tm20/Makefile.am: Remove stubdir.rel

2000-11-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

2000-11-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.

2000-10-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* tmtests.am: Remove DEFS.

2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
	tmoverhd/Makefile.am: Include compile.am

2000-08-10	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.