source: rtems/testsuites/libtests/ChangeLog @ 330e858c

4.104.115
Last change on this file since 330e858c was 66abaa1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/09/09 at 16:13:06

2009-07-09 Joel Sherrill <joel.sherrill@…>

  • malloctest/init.c, malloctest/malloctest.scn: Add heap resize test for shrinking a block enough to need to free the newly unused portion.
  • Property mode set to 100644
File size: 18.6 KB
Line 
12009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
4        for shrinking a block enough to need to free the newly unused
5        portion.
6
72009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
10        _Protected_heap_Get_information().
11
122009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * heapwalk/init.c: Add test code for first free block pointer not
15        aligned.
16
172009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * heapwalk/init.c: Add more cases.
20
212009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * heapwalk/init.c: Add more automated corruption capability.
24
252009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
26
27        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
28
292009-05-19      Chris Johns <chrisj@rtems.org>
30
31        * cpuuse/tswitch.c: Lower sample count for small memory targets.
32        * cpuuse/system.h: Smaller stack size for small memory targets.
33        * monitor02/init.c: Cannot run on small memory targets.
34
352009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * rtmonuse/init.c: Do not use Task_name array before initialized.
38
392009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * malloctest/init.c: Fix warning.
42
432009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * malloctest/init.c: Fix typo.
46
472009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
50        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
51        heapwalk/init.c, heapwalk/system.h: New files.
52
532009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
54
55        * malloctest/init.c: Add test case for heap resize block when the
56        resize creates a free block large enough to free.
57
582009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * cpuuse/Makefile.am, malloctest/Makefile.am,
61        monitor/Makefile.am, monitor02/Makefile.am,
62        putenvtest/Makefile.am, rtems++/Makefile.am,
63        rtmonuse/Makefile.am, stackchk/Makefile.am,
64        termios/Makefile.am, tztest/Makefile.am:
65        Eliminate _exe_/.exe.
66
672009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * stackchk/stackchk.scn: Correct screen to match output.
70
712008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * malloctest/init.c: Change sizes of heap/region and allocated objects
74        in heap to intptr_t so they can be larger than a single allocatable
75        object (e.g. size_t).
76
772008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * malloctest/init.c: Do not generate alignment factors larger that will
80        not fit in a native integer.
81
822008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
85        CONFIGURE_STACK_CHECKER_ENABLED.
86
872008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * malloctest/init.c: Convert to "bool".
90
912008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * rtems++/System.h: Account for extra task stacks properly.
94
952008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * malloctest/init.c: Fix return status check.
98
992008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
102        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
103        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
104        POSIX tests. Add a clock_settime case for < 1988.
105
1062008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * malloctest/init.c: Add more test cases to cover heap better.
109
1102008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * malloctest/init.c: Add new test cases per Sergei. Make some of the
113        stranger cases operate directly on a freshly initialized heap. This
114        should make them more reproducible.
115
1162008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * malloctest/init.c: Add more tests per suggestions from Sergei
119        Organov.
120
1212008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * malloctest/init.c: Add include to remove warning.
124
1252008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * malloctest/init.c: Remove debug print.
128
1292008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * monitor02/.cvsignore: New file.
132
1332008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
134
135        * Makefile.am, configure.ac: Added automatic test for monitor shell
136        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
137        monitor02/system.h: New files.
138
1392007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * malloctest/init.c: Add test cases suggested by Sergei Organov
142        <s.organov@javad.com>.
143
1442007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
147
1482007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
151        exericise another path in the period statistics code.
152
1532007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * malloctest/init.c: Add some primitive testing of realloc() which also
156        does some positive path testing on the SuperCore heap.
157
1582007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
159
160        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
161        cases for untested routines.
162
1632007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
166        the CPU Usage Report include it. If it is deleted, the CPU time it
167        had consumed is not listed later in the report.
168
1692007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * tztest/init.c: Build when using buffered test IO.
172
1732007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
176        macro instead of fflush() directly.
177
1782007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
181        Statistics and Period Usage into Rate Monotonic Manager. Added the
182        following directives: rtems_rate_monotonic_get_statistics,
183        rtems_rate_monotonic_reset_statistics,
184        rtems_rate_monotonic_reset_all_statistics,
185        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
186        Obsoleted the rtems/rtmonuse.h file as a public interface.
187
1882007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
191        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
192        optional managers to Makefiles. Clean up test cases so last output
193        line follows END OF pattern. Make sure test case all run. All tests
194        appeared ok on sis.
195
1962007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
199
2002007-03-13      Joel Sherrill <joel@OARcorp.com>
201
202        * tztest/init.c: Call tzset() even though it may be called for us
203        implicitly along the way.
204
2052007-03-13      Joel Sherrill <joel@OARcorp.com>
206
207        * tztest/.cvsignore: New file.
208
2092007-03-13      Joel Sherrill <joel@OARcorp.com>
210
211        * Makefile.am, configure.ac: Added timezone test.
212        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
213        tztest/tztest.scn: New files.
214
2152007-03-05      Joel Sherrill <joel@OARcorp.com>
216
217        * malloctest/init.c: Be explicit about need for default and floating
218        point attributes. This is just a style change.
219
2202007-02-06      Joel Sherrill <joel@OARcorp.com>
221
222        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
223        issues in message queue tests.
224
2252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: New BUG-REPORT address.
228
2292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * configure.ac: Require autoconf-2.60. Require automake-1.10.
232
2332006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
236        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
237        docdir. Use rtems_testsdir instead.
238
2392006-02-08      Joel Sherrill <joel@OARcorp.com>
240
241        * rtems++/Task1.cc: Fix warnings.
242
2432005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
244
245        * configure.ac: Remove RTEMS_ENABLE_BARE,
246        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
247
2482005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
251        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
252        stackchk/Makefile.am, termios/Makefile.am:
253        Convert to using *_PROGRAMS.
254
2552005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * cpuuse/Makefile.am, malloctest/Makefile.am,
258        monitor/Makefile.am, putenvtest/Makefile.am,
259        rtems++/Makefile.am, rtmonuse/Makefile.am,
260        stackchk/Makefile.am, termios/Makefile.am: Rework.
261
2622005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
265        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
266        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
267        * libtests.am: Remove.
268
2692005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
272        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
273        stackchk/Makefile.am, termios/Makefile.am:
274        AM_CPPFLAGS += -I..../support/include.
275
2762005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
279        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
280
2812005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * libtests.am: Remove LIB_VARIANT.
284
2852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
288        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
289        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
290
2912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * Makefile.am: Cleanup.
294
2952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
298        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
299        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
300        stackchk/Makefile.am, termios/Makefile.am:
301        Partial conversion to automake.
302
3032005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * rtems++/Makefile.am: Remove LIB_VARIANT.
306
3072004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * configure.ac: Remove -ansi to prevent folks from further damaging
310        the code with broken prototypes.
311        * putenvtest/init.c: Remove broken putenv prototype.
312        * termios/init.c (print_c_cc): Don't loop over NCCS.
313
3142004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
315
316        * configure.ac: Require automake > 1.9.
317
3182004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
321        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
322        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
323        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
324        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
325        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
326        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
327        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
328
3292004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
332        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
333        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
334        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
335        using c99 fixed size types.
336
3372004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Add 2nd arg to RTEMS_TOP.
340
3412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
344        Add PRE/TMPINSTALL_FILES to CLEANFILES.
345        * malloctest/Makefile.am: Ditto.
346        * monitor/Makefile.am: Ditto.
347        * putenvtest/Makefile.am: Ditto.
348        * rtems++/Makefile.am: Ditto.
349        * rtmonuse/Makefile.am: Ditto.
350        * stackchk/Makefile.am: Ditto.
351        * termios/Makefile.am: Ditto.
352
3532003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * libtests.am: Add dirstamp support.
356
3572003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
360
3612003-12-16      Joel Sherrill <joel@OARcorp.com>
362
363        PR 544/tests
364        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
365        tests account for resources and not print at inappropriate times.
366
3672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
370
3712003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
374        * malloctest/Makefile.am: Remove all-local: $(ARCH).
375        * monitor/Makefile.am: Remove all-local: $(ARCH).
376        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
377        * rtems++/Makefile.am: Remove all-local: $(ARCH).
378        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
379        * stackchk/Makefile.am: Remove all-local: $(ARCH).
380        * termios/Makefile.am: Remove all-local: $(ARCH).
381
3822003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: Reflect having moved to testsuites/.
385
3862003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Remove RTEMS_CANONICAL_HOST.
389
3902003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac:Remove RTEMS_CHECK_CPU.
393
3942003-09-04      Joel Sherrill <joel@OARcorp.com>
395
396        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
397        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
398        malloctest/system.h, malloctest/task1.c, monitor/init.c,
399        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
400        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
401        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
402        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
403        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
404        stackchk/task1.c: URL for license changed.
405
4062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Reflect having moved aclocal/.
409
4102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Reflect having moved automake/.
413        * cpuuse/Makefile.am: Reflect having moved automake/.
414        * malloctest/Makefile.am: Reflect having moved automake/.
415        * monitor/Makefile.am: Reflect having moved automake/.
416        * putenvtest/Makefile.am: Reflect having moved automake/.
417        * rtems++/Makefile.am: Reflect having moved automake/.
418        * rtmonuse/Makefile.am: Reflect having moved automake/.
419        * stackchk/Makefile.am: Reflect having moved automake/.
420        * termios/Makefile.am: Reflect having moved automake/.
421
4222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
425
4262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Remove AC_CONFIG_AUX_DIR.
429
4302003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Unconditionally check for CXX.
433        Require autoconf-2.57, automake-1.7.2.
434        * rtems++: Eliminate CC_O_FILES.
435
4362002-12-02      Joel Sherrill <joel@OARcorp.com>
437
438        * malloctest/init.c: Tasks should be floating point.
439
4402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * .cvsignore: Reformat.
443        Add autom4te*cache.
444        Remove autom4te.cache.
445
4462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
449        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
450        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
451        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
452        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
453        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
454        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
455        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
456
4572002-08-01      Joel Sherrill <joel@OARcorp.com>
458
459        * Per PR47 add support for buffered test output.  This involved
460        adding defines to redirect output to a buffer and dump it when
461        full, at "test pause", and at exit.  To avoid problems when redefining
462        exit(), all tests were modified to call rtems_test_exit().
463        Some tests, notable psxtests, had to be modified to include
464        the standard test macro .h file (pmacros.h or tmacros.h) to
465        enable this support.
466        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
467        rtmonuse/task1.c, termios/init.c: Modified.
468
4692002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Remove ENABLE_GCC28.
472
4732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac:
476        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
477        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
478        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
487
4882001-11-01      Joel Sherrill <joel@OARcorp.com>
489
490        * rtems++/Makefile.am: Make sure debug variant of librtems++
491        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
492        and processed as PR78.
493
4942001-10-25      Joel Sherrill <joel@OARcorp.com>
495
496        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
497
4982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
501        * configure.in: Remove.
502        * configure.ac: New file, generated from configure.in by autoupdate.
503
5042001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
507        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
508
5092001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
512        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
513        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
514        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
515        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
516        make-cxx-exe.
517        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
518        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
519        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
520
5212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
522
523        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
524
5252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
528
5292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
532
5332000-11-01      Joel Sherrill <joel@OARcorp.com>
534
535        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
536        libcsupport.h moved from libc to lib/include/rtems and now must
537        be referenced as <rtems/XXX.h>. 
538
5392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
542        Switch to GNU canonicalization.
543        * libtests.am: Remove DEFS.
544
5452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
548        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
549        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
550
5512000-08-10      Joel Sherrill <joel@OARcorp.com>
552
553        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.