source: rtems/testsuites/libtests/ChangeLog @ 5cb7096

4.104.115
Last change on this file since 5cb7096 was c30fcf52, checked in by Joel Sherrill <joel.sherrill@…>, on 06/05/09 at 22:17:52

2009-06-05 Santosh G Vattam <vattam.santosh@…>

  • heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
  • Property mode set to 100644
File size: 17.9 KB
Line 
12009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
2
3        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
4
52009-05-19      Chris Johns <chrisj@rtems.org>
6
7        * cpuuse/tswitch.c: Lower sample count for small memory targets.
8        * cpuuse/system.h: Smaller stack size for small memory targets.
9        * monitor02/init.c: Cannot run on small memory targets.
10
112009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * rtmonuse/init.c: Do not use Task_name array before initialized.
14
152009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * malloctest/init.c: Fix warning.
18
192009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * malloctest/init.c: Fix typo.
22
232009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
26        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
27        heapwalk/init.c, heapwalk/system.h: New files.
28
292009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
30
31        * malloctest/init.c: Add test case for heap resize block when the
32        resize creates a free block large enough to free.
33
342009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * cpuuse/Makefile.am, malloctest/Makefile.am,
37        monitor/Makefile.am, monitor02/Makefile.am,
38        putenvtest/Makefile.am, rtems++/Makefile.am,
39        rtmonuse/Makefile.am, stackchk/Makefile.am,
40        termios/Makefile.am, tztest/Makefile.am:
41        Eliminate _exe_/.exe.
42
432009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * stackchk/stackchk.scn: Correct screen to match output.
46
472008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * malloctest/init.c: Change sizes of heap/region and allocated objects
50        in heap to intptr_t so they can be larger than a single allocatable
51        object (e.g. size_t).
52
532008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * malloctest/init.c: Do not generate alignment factors larger that will
56        not fit in a native integer.
57
582008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
61        CONFIGURE_STACK_CHECKER_ENABLED.
62
632008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * malloctest/init.c: Convert to "bool".
66
672008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * rtems++/System.h: Account for extra task stacks properly.
70
712008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * malloctest/init.c: Fix return status check.
74
752008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
78        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
79        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
80        POSIX tests. Add a clock_settime case for < 1988.
81
822008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * malloctest/init.c: Add more test cases to cover heap better.
85
862008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * malloctest/init.c: Add new test cases per Sergei. Make some of the
89        stranger cases operate directly on a freshly initialized heap. This
90        should make them more reproducible.
91
922008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * malloctest/init.c: Add more tests per suggestions from Sergei
95        Organov.
96
972008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * malloctest/init.c: Add include to remove warning.
100
1012008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * malloctest/init.c: Remove debug print.
104
1052008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * monitor02/.cvsignore: New file.
108
1092008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
110
111        * Makefile.am, configure.ac: Added automatic test for monitor shell
112        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
113        monitor02/system.h: New files.
114
1152007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * malloctest/init.c: Add test cases suggested by Sergei Organov
118        <s.organov@javad.com>.
119
1202007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
123
1242007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
127        exericise another path in the period statistics code.
128
1292007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * malloctest/init.c: Add some primitive testing of realloc() which also
132        does some positive path testing on the SuperCore heap.
133
1342007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
135
136        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
137        cases for untested routines.
138
1392007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
142        the CPU Usage Report include it. If it is deleted, the CPU time it
143        had consumed is not listed later in the report.
144
1452007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * tztest/init.c: Build when using buffered test IO.
148
1492007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
152        macro instead of fflush() directly.
153
1542007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
157        Statistics and Period Usage into Rate Monotonic Manager. Added the
158        following directives: rtems_rate_monotonic_get_statistics,
159        rtems_rate_monotonic_reset_statistics,
160        rtems_rate_monotonic_reset_all_statistics,
161        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
162        Obsoleted the rtems/rtmonuse.h file as a public interface.
163
1642007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
167        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
168        optional managers to Makefiles. Clean up test cases so last output
169        line follows END OF pattern. Make sure test case all run. All tests
170        appeared ok on sis.
171
1722007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
175
1762007-03-13      Joel Sherrill <joel@OARcorp.com>
177
178        * tztest/init.c: Call tzset() even though it may be called for us
179        implicitly along the way.
180
1812007-03-13      Joel Sherrill <joel@OARcorp.com>
182
183        * tztest/.cvsignore: New file.
184
1852007-03-13      Joel Sherrill <joel@OARcorp.com>
186
187        * Makefile.am, configure.ac: Added timezone test.
188        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
189        tztest/tztest.scn: New files.
190
1912007-03-05      Joel Sherrill <joel@OARcorp.com>
192
193        * malloctest/init.c: Be explicit about need for default and floating
194        point attributes. This is just a style change.
195
1962007-02-06      Joel Sherrill <joel@OARcorp.com>
197
198        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
199        issues in message queue tests.
200
2012006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
202
203        * configure.ac: New BUG-REPORT address.
204
2052006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * configure.ac: Require autoconf-2.60. Require automake-1.10.
208
2092006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
212        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
213        docdir. Use rtems_testsdir instead.
214
2152006-02-08      Joel Sherrill <joel@OARcorp.com>
216
217        * rtems++/Task1.cc: Fix warnings.
218
2192005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * configure.ac: Remove RTEMS_ENABLE_BARE,
222        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
223
2242005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
227        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
228        stackchk/Makefile.am, termios/Makefile.am:
229        Convert to using *_PROGRAMS.
230
2312005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * cpuuse/Makefile.am, malloctest/Makefile.am,
234        monitor/Makefile.am, putenvtest/Makefile.am,
235        rtems++/Makefile.am, rtmonuse/Makefile.am,
236        stackchk/Makefile.am, termios/Makefile.am: Rework.
237
2382005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
241        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
242        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
243        * libtests.am: Remove.
244
2452005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
248        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
249        stackchk/Makefile.am, termios/Makefile.am:
250        AM_CPPFLAGS += -I..../support/include.
251
2522005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
255        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
256
2572005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * libtests.am: Remove LIB_VARIANT.
260
2612005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
264        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
265        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
266
2672005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
268
269        * Makefile.am: Cleanup.
270
2712005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
274        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
275        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
276        stackchk/Makefile.am, termios/Makefile.am:
277        Partial conversion to automake.
278
2792005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * rtems++/Makefile.am: Remove LIB_VARIANT.
282
2832004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * configure.ac: Remove -ansi to prevent folks from further damaging
286        the code with broken prototypes.
287        * putenvtest/init.c: Remove broken putenv prototype.
288        * termios/init.c (print_c_cc): Don't loop over NCCS.
289
2902004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * configure.ac: Require automake > 1.9.
293
2942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
297        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
298        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
299        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
300        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
301        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
302        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
303        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
304
3052004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
306
307        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
308        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
309        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
310        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
311        using c99 fixed size types.
312
3132004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Add 2nd arg to RTEMS_TOP.
316
3172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
320        Add PRE/TMPINSTALL_FILES to CLEANFILES.
321        * malloctest/Makefile.am: Ditto.
322        * monitor/Makefile.am: Ditto.
323        * putenvtest/Makefile.am: Ditto.
324        * rtems++/Makefile.am: Ditto.
325        * rtmonuse/Makefile.am: Ditto.
326        * stackchk/Makefile.am: Ditto.
327        * termios/Makefile.am: Ditto.
328
3292003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * libtests.am: Add dirstamp support.
332
3332003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
336
3372003-12-16      Joel Sherrill <joel@OARcorp.com>
338
339        PR 544/tests
340        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
341        tests account for resources and not print at inappropriate times.
342
3432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
346
3472003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
350        * malloctest/Makefile.am: Remove all-local: $(ARCH).
351        * monitor/Makefile.am: Remove all-local: $(ARCH).
352        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
353        * rtems++/Makefile.am: Remove all-local: $(ARCH).
354        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
355        * stackchk/Makefile.am: Remove all-local: $(ARCH).
356        * termios/Makefile.am: Remove all-local: $(ARCH).
357
3582003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Reflect having moved to testsuites/.
361
3622003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Remove RTEMS_CANONICAL_HOST.
365
3662003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac:Remove RTEMS_CHECK_CPU.
369
3702003-09-04      Joel Sherrill <joel@OARcorp.com>
371
372        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
373        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
374        malloctest/system.h, malloctest/task1.c, monitor/init.c,
375        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
376        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
377        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
378        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
379        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
380        stackchk/task1.c: URL for license changed.
381
3822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Reflect having moved aclocal/.
385
3862003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Reflect having moved automake/.
389        * cpuuse/Makefile.am: Reflect having moved automake/.
390        * malloctest/Makefile.am: Reflect having moved automake/.
391        * monitor/Makefile.am: Reflect having moved automake/.
392        * putenvtest/Makefile.am: Reflect having moved automake/.
393        * rtems++/Makefile.am: Reflect having moved automake/.
394        * rtmonuse/Makefile.am: Reflect having moved automake/.
395        * stackchk/Makefile.am: Reflect having moved automake/.
396        * termios/Makefile.am: Reflect having moved automake/.
397
3982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
401
4022003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Remove AC_CONFIG_AUX_DIR.
405
4062003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: Unconditionally check for CXX.
409        Require autoconf-2.57, automake-1.7.2.
410        * rtems++: Eliminate CC_O_FILES.
411
4122002-12-02      Joel Sherrill <joel@OARcorp.com>
413
414        * malloctest/init.c: Tasks should be floating point.
415
4162002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * .cvsignore: Reformat.
419        Add autom4te*cache.
420        Remove autom4te.cache.
421
4222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
425        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
426        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
427        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
428        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
429        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
430        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
431        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
432
4332002-08-01      Joel Sherrill <joel@OARcorp.com>
434
435        * Per PR47 add support for buffered test output.  This involved
436        adding defines to redirect output to a buffer and dump it when
437        full, at "test pause", and at exit.  To avoid problems when redefining
438        exit(), all tests were modified to call rtems_test_exit().
439        Some tests, notable psxtests, had to be modified to include
440        the standard test macro .h file (pmacros.h or tmacros.h) to
441        enable this support.
442        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
443        rtmonuse/task1.c, termios/init.c: Modified.
444
4452002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Remove ENABLE_GCC28.
448
4492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac:
452        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
453        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
454        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
457        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
458        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
463
4642001-11-01      Joel Sherrill <joel@OARcorp.com>
465
466        * rtems++/Makefile.am: Make sure debug variant of librtems++
467        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
468        and processed as PR78.
469
4702001-10-25      Joel Sherrill <joel@OARcorp.com>
471
472        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
473
4742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
477        * configure.in: Remove.
478        * configure.ac: New file, generated from configure.in by autoupdate.
479
4802001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
483        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
484
4852001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
488        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
489        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
490        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
491        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
492        make-cxx-exe.
493        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
494        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
495        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
496
4972001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
498
499        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
500
5012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
504
5052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
508
5092000-11-01      Joel Sherrill <joel@OARcorp.com>
510
511        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
512        libcsupport.h moved from libc to lib/include/rtems and now must
513        be referenced as <rtems/XXX.h>. 
514
5152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
518        Switch to GNU canonicalization.
519        * libtests.am: Remove DEFS.
520
5212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
524        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
525        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
526
5272000-08-10      Joel Sherrill <joel@OARcorp.com>
528
529        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.