source: rtems/testsuites/ChangeLog @ 152a2841

4.115
Last change on this file since 152a2841 was 152a2841, checked in by Joel Sherrill <joel.sherrill@…>, on 06/28/11 at 21:09:13

2011-06-28 Joel Sherrill <joel.sherrill@…>

  • configure.ac, support/include/test_support.h:
  • support/src/locked_print.c: New file.
  • Property mode set to 100644
File size: 27.0 KB
Line 
12011-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac, support/include/test_support.h:
4        * support/src/locked_print.c: New file.
5
62011-04-27      Jennifer Averett <Jennifer.Averett@OARcorp.com>
7
8        PR 1784
9        * sptests/spsize/size.c: Split bspsmp.h into two files smp.h and
10        bspsmp.h
11
122011-04-21      Jennifer Averett <Jennifer.Averett@OARcorp.com
13
14        PR 1777/cpukit
15        * support/include/tmacros.h, tmtests/tm26/task1.c,
16        tmtests/tm27/task1.c: Consolidated access to
17        _Thread_Dispatch_disable_level.
18
192011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * configure.ac: Add fstests.
22
232011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
26        Rename RTEMS_API into _RTEMS_API.
27
282011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * aclocal/canonical-target-name.m4:
31        Stop pretending no_cpu* was buildable.
32        Derive RTEMS_CPU from "$host_cpu".
33        Error out if "$host" doesn't match "*-*-rtems*".
34
352011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * support/src/tmtests_support.c:
38        loop_overhead and end_time are uint32_t's.
39
402011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * support/src/spin.c, support/src/test_support.c,
43        support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
44        Add HAVE_CONFIG_H.
45
462011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
49
502011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * configure.ac: Require autoconf-2.68, automake-1.11.1.
53
542010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * configure.ac: Add initial small set of POSIX Timing Tests.
57
582010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        PR 1708/build:
61        * aclocal/check-cpuopts.m4: Fix m4-quoting.
62
632010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
66
672010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * automake/compile.am: Remove clean-local:.
70        Use CLEANFILES for cleaning up make-exe by-products.
71
722010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        PR 1532/testing
75        * aclocal/project-root.m4: Add initial tests for untar capabilities.
76
772010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * support/include/test_support.h, support/src/test_support.c: Add
80        Allocate_majority_of_heap().
81
822010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
83
84        * support/src/tmtests_support.c: Fix warning.
85
862010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * support/include/test_support.h, support/src/tmtests_empty_function.c:
89        Add helper so it is easier to write a basic repeated operation
90        tmtest.
91        * support/src/tmtests_support.c: New file.
92
932010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * configure.ac: Remove itron.
96
972010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * aclocal/version.m4: Bump RTEMS_API to 4.11.
100        Bump _RTEMS_VERSION to 4.10.99.0.
101
1022010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * support/include/tmacros.h: Remove PRIdoff_t.
105
1062010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
107
108        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
109        treat all non-zero values of _Thread_Dispatch_disable_level equally.
110
1112009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
112
113        * support/include/test_support.h, support/include/tmacros.h,
114        support/src/test_support.c: Added support functions to spin for a
115        number of ticks and to spin until the next tick.
116        * support/src/spin.c: New file.
117
1182009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * support/include/tmacros.h: Use rtems_test_assert() consistently
121        instead of system assert(). rtems_test_assert() is designed to
122        integrate into the RTEMS test suite infrastructure.
123
1242009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * support/include/tmacros.h: Add service to check status returned by
127        POSIX methods which return a pointer which is -1 on error. This
128        eliminated some casts.
129
1302009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * support/include/tmacros.h: Include rtems/score/thread.h.
133        Remove _Thread_Dispatch_disable_level.
134
1352009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
138        PRIxblksize_t, PRIxblkcnt_t.
139        Comment cleanups.
140
1412009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * support/include/tmacros.h: Add PRIxrtems_task_priority,
144        PRIxrtems_task_priority, PRIxrtems_signal_set.
145
1462009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * support/include/tmacros.h: Add PRIxpthread_t.
149        * support/include/tmacros.h: Add PRIxrtems_event_set.
150        (fatal_posix_service_status_errno) Add local "long" var "statx".
151
1522009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
155        Add PRIdrtems_task_argument.
156
1572009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
160        Add PRIdrtems_interval.
161
1622009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * support/include/tmacros.h: Add PRIdPriority_Control.
165        Change PRIdrtems_task_priority to using PRIdPriority_Control.
166
1672009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * support/include/tmacros.h: Add PRIdrtems_task_priority.
170
1712009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * support/include/tmacros.h: Add PRIxrtems_id.
174
1752009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * support/include/tmacros.h: Add PRItime_t.
178
1792009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
182
1832009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * support/include/test_support.h: Add missing prototypes.
186        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
187        outside of check_dispatch_disable_level.
188
1892009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * support/src/test_support.c: Add missing prototypes.
192        * support/include/tmacros.h: Include <inttypes.h>.
193        Move extern "C".
194        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
195
1962009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Add support/include/test_support.h.
199
2002009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * automake/compile.am: Add *.ralf to clean-local.
203
2042009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
207
2082009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
211
2122009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * aclocal/canonical-target-name.m4:
215        Remove posix/unix simulator.
216
2172009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
218
219        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
220        case for nanosleep of a very small delay which mathematically is less
221        than a clock tick.
222
2232009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * configure.ac: Some POSIX tests exercise functionality which is
226        enabled when the POSIX threading is disabled. So build this suite all
227        the time and let the psxtests select the specific tests to build.
228
2292009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
232        and get_ticks_per_second() in favor of new
233        rtems_clock_get_ticks_per_second().
234
2352009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
236
237        * support/src/test_support.c: Tinker with longest valid name.
238
2392009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * support/include/buffer_test_io.h: Use printk on AVR by default.
242
2432009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
244
245        * support/src/tmtests_empty_function.c: Fix warnings.
246
2472009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
250          toolchains.
251
2522008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * aclocal/canonical-target-name.m4: Remove tic4x.
255
2562008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
257
258        * aclocal/version.m4: Bump RTEMS_API to 4.10.
259        Bump _RTEMS_VERSION to 4.9.99.0.
260
2612008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
262
263        * support/src/test_support.c: Convert to "bool".
264
2652008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * support/src/tmtests_empty_function.c: New file.
268
2692008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
272        AC_PREREQ(2.62).
273
2742008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
275
276        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
277
2782008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
279
280        * support/include/test_support.h, support/src/test_support.c: New files.
281
2822008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
283
284        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
285        tmacros.h available to all POSIX tests. Add a clock_settime case for
286        < 1988.
287
2882008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * support/include/tmacros.h: Fix put_name to handle unprintable names.
291
2922008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
293
294        * support/include/tmacros.h: Add new rtems_test_assert() which exits
295        rather than calling fatal error.
296
2972007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
298
299        * support/include/tmacros.h: Add new helper for POSIX tests.
300
3012007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
302
303        * aclocal/version.m4: Bump RTEMS_API to 4.9.
304        Bump RTEMS_VERSION to 4.8.99.0.
305
3062007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
307
308        * support/include/buffer_test_io.h: Add support for using printk for
309        output in tests. This should be followed up by disabling the console
310        driver and other support when the tests are using printk.
311
3122007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
313
314        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
315        rtems/score/cpuopts.h.
316
3172006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * configure.ac: New BUG-REPORT address.
320
3212006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
322
323        * aclocal/rtems-top.m4: Remove RTEMS_API.
324        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
325
3262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
327
328        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
329
3302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
331
332        * aclocal/version.m4: Bump version to 4.7.99.0.
333
3342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
335
336        * configure.ac: Require autoconf-2.60. Require automake-1.10.
337
3382006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
339
340        * samples/fileio/system.h:
341        (PR1118) make use of the new confdefs.h mechanisms
342        for the IDE/ATA interface
343       
3442006-04-18  Joel Sherrill <joel@OARcorp.com>
345
346        * aclocal/version.m4: Updated to rtems-4.6.99.3.
347
3482006-02-01      Joel Sherrill <joel@OARcorp.com>
349
350        PR 855/tests
351        * support/include/tmacros.h: Fix typo.
352
3532005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
354
355        * aclocal/enable-bare.m4: Remove (Unused).
356        * aclocal/env-rtemsbsp.m4, configure.ac:
357        Remove RTEMS_ENABLE_BARE,
358        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
359
3602005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * automake/compile.am: Remove .coff. Remove .obj.
363
3642005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * automake/local.am: Remove depend.
367        * automake/host.am: Remove depend.
368        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
369        * automake/local.am: Remove preinstall-am.
370        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
371        Set rtems_testsdir to $libdir/rtems-4.7/tests.
372        * configure.ac: Remove AMPOLISH3 (Unused).
373        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
374        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
375        Remove ARCH. Remove LINK_LIBS.
376        Extend clean-local to catch most temporary files make-exe is
377        creating.
378        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
379        Remove project_includedir.
380        Add rtems_testsdir.
381        * aclocal/rtems-top.m4: Remove dirstamp.
382
3832005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
384
385        * Makefile.am: Remove preinstall.am
386        * preinstall.am: Remove.
387        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
388
3892005-11-10      Joel Sherrill <joel@OARcorp.com>
390
391        * support/.cvsignore: New file.
392
3932005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * Makefile.am: Don't preinstall support/include headers.
396        * configure.ac: Fix config-variables of conditionally built subdirs.
397
3982005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
401        aclocal/check-networking.m4, aclocal/check-posix.m4,
402        aclocal/check-tests.m4, aclocal/enable-itron.m4,
403        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
404        aclocal/enable-posix.m4: Remove (Unused).
405
4062005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
409        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
410        GCCSPECS.
411        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
412        up temporary CPPFLAGS to compile check cpuopts.h.
413        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
414        --enable-project-root. Remove --with-project-root.
415        Fix --enable-rtems-root.
416        * automake/compile.am, aclocal/env-rtemsbsp.m4:
417        Assume PROJECT_ROOT to contain RTEMS_BSP.
418
4192005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
420
421        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
422        * Makefile.am: Merge-in support/Makefile.am
423        * aclocal/check-cpuopts.m4: Add config.cache support.
424        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
425        OBJS from LINK_FILES.
426        * configure.ac: Add AMPOLISH3. Remove support/.
427
4282005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
429
430        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
431        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
432        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
433        Remove RTEMS_GCC_SPECS.
434        * aclocal/check-multiprocessing.m4: Don't require
435        RTEMS_ENABLE_MULTILIB.
436        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
437        GCCSPECS.
438        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
439        RTEMS_CXXFLAGS.
440        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
441        RTEMS_CFLAGS.
442        * aclocal/check-cpuopts.m4: New.
443        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
444        manually set up GCCSPEC (Now setup from inside configure). Remove
445        RTEMS_RELLDFLAGS (Used).
446        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
447        aclocal/multilib.m4: Remove (Unused).
448        * automake/compile.am: Remove CCAS support.
449
4502005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
451
452        * automake/compile.am: Remove depend.
453        * automake/compile.am: Take contents of amcompile.am.
454        * aclocal/check-posix.m4: Sync with cpukit.
455        * automake/local.am: Remove depend-am.
456        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
457        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
458        Remove.
459        * automake/subdirs.am: Remove depend-recursive.
460        * configure.ac: Sync POSIX and ITRON magic with cpukit.
461        * automake/amcompile.am: New.
462
4632005-09-02      Joel Sherrill <joel@OARcorp.com>
464
465        * aclocal/version.m4: Updated to rtems-4.6.99.2.
466
4672004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
468
469        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
470        is defined.
471        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
472        itron for unix.
473
4742004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
475
476        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
477        * configure.ac, support/configure.ac: Require automake > 1.9.
478
4792004-07-28      Joel Sherrill <joel@OARcorp.com>
480
481        * aclocal/version.m4: Updated to rtems-4.6.99.1.
482
4832004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
484
485        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
486
4872004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
488
489        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
490
4912004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
492
493        * aclocal/rtems-top.m4: Add rtems_rootdir.
494        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
495        $rtems_rootdir.
496        * support/include/tmacros.h: Convert to using c99 fixed size types.
497        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
498        RTEMS_TOP.
499        * aclocal/check-custom-bsp.m4: Fix minor typo.
500        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
501        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
502        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
503        aclocal/enable-tests.m4, aclocal/multilib.m4,
504        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
505        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
506        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
507        Add --enable-rtems-root. Rework RTEMS_ROOT.
508
5092004-03-03      Joel Sherrill <joel@OARcorp.com>
510
511        * support/include/buffer_test_io.h: Correct typo.
512
5132004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/rtems-top.m4: Rework.
516        * aclocal/project-root.m4: Remove obsolete comments.
517        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
518        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
519        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
520
5212004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: Remove subdir tools.
524        * aclocal/target.m4: Remove (Unused).
525
5262004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
527
528        * aclocal/version.m4: 4.6.99.0.
529
5302004-02-03      Joel Sherrill <joel@OARcorp.com>
531
532        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
533        compiler mode.
534
5352004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
536
537        * support/Makefile.am: Add PREINSTALL_DIRS.
538
5392004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
540
541        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
542        PRE/TMPINSTALL_FILES to CLEANFILES.
543
5442004-01-07      Joel Sherrill <joel@OARcorp.com>
545
546        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
547        port more completely covers the MIPS family.
548
5492004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
550
551        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
552        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
553        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
554        Cleanup comments.
555        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
556        Remove build-variants. Hard-code ARCH=o-optimize.
557        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
558        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
559        conditional.
560        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
561        CFLAGS_DEBUG_V.
562        * aclocal/rtems-flags.m4: Remove (Unused).
563        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
564        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
565        (Implicitly handled by automake).
566        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
567        RTEMS_CFLAGS.
568
5692003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
570
571        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
572
5732003-12-17      Joel Sherrill <joel@OARcorp.com>
574
575        * aclocal/version.m4: Updated to rtems-20031217-test.
576
5772003-12-16      Joel Sherrill <joel@OARcorp.com>
578
579        PR 544/tests
580        * support/include/buffer_test_io.h: Various modifications to make
581        tests account for resources and not print at inappropriate times.
582
5832003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
584
585        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
586        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
587
5882003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
589
590        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
591        * automake/compila.am: Remove ARCH.
592        * configure.ac, support/configure.ac: Require automake >= 1.8,
593        autoconf >= 2.59.
594        * support/Makefile.am: Use mkdir_p. Remove dirs from
595        PRE/TMPINSTALL_FILES. Use include_HEADERS.
596        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
597
5982003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
599
600        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
601        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
602        AC_SUBST(dirstamp).
603        * aclocal/lead-dot.m4: New (from automake-1.7f).
604
6052003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
606
607        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
608        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
609        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
610        aclocal/check-networking.m4, aclocal/check-posix.m4,
611        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
612        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
613        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
614        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
615        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
616        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
617        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
618        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
619        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
620        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
621        underquoting to silence automake-1.8.
622
6232003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
624
625        * configure.ac, support/configure.ac: Reflect having moved to
626        testsuites/.
627
6282003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
629
630        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
631        RTEMS Version message.
632
6332003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
634
635        * aclocal/canonical-host.m4: Remove.
636        * configure.ac: Remove RTEMS_CANONICAL_HOST.
637        * aclocal/canonical-target-name.m4: Merge-in
638        aclocal/canonical-host.m4.
639
6402003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
641
642        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
643        * aclocal/bsp_alias.m4: Remove.
644
6452003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
646
647        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
648        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
649        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
650        instead of RTEMS_CHECK_CPU.
651        * aclocal/check-cpu.m4: Remove.
652        * configure.ac: Remove RTEMS_CHECK_CPU.
653
6542003-09-04      Joel Sherrill <joel@OARcorp.com>
655
656        * support/include/tmacros.h: URL for license changed.
657
6582003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
659
660        * aclocal/rtems-top.m4: Add RTEMS_API.
661        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
662
6632003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
664
665        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
666        * aclocal/enable-tests.m4: Change to support
667        --enable-tests=no|yes|samples, default is samples.
668        * configure.ac: Reflect changes above.
669
6702003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
671
672        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
673
6742003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
675
676        * automake/local.am, automake/host.am: Remove "debug".
677        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
678        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
679        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
680        aclocal/check-cxx.m4, aclocal/check-itron.m4,
681        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
682        aclocal/check-posix.m4, aclocal/check-tool.m4,
683        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
684        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
685        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
686        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
687        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
688        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
689        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
690        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
691        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
692        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
693        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
694        (Copied from ../../../aclocal).
695
6962003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
697
698        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
699        * automake/compile.am, automake/host.am, automake/leaf.am
700        automake/local.am, automake/subdirs.am: New (copied from
701        ../../../automake).
702
7032003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
704
705        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
706        bug report email address.
707
7082003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
709
710        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
711
7122003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
713
714        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
715        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
716
7172002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
718
719        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
720        Remove autom4te.cache.
721
7222002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
723
724        * support/configure.ac: Reflect changes above.  Take out unnecessary
725        autoconf macros.
726        * support/include/Makefile.am: Remove.
727        * support/Makefile.am: Merge in former include/Makefile.am.
728
7292002-08-01      Joel Sherrill <joel@OARcorp.com>
730
731        * Per PR47 add support for buffered test output.  This involved
732        adding defines to redirect output to a buffer and dump it when full,
733        at "test pause", and at exit.  To avoid problems when redefining
734        exit(), all tests were modified to call rtems_test_exit(). Some
735        tests, notable psxtests, had to be modified to include  the standard
736        test macro .h file (pmacros.h or tmacros.h) to enable this support.
737        * support/include/buffer_test_io.h: New file.
738
7392002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
740
741        * configure.ac: Remove ENABLE_GCC28.
742
7432002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
744
745        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
746        Remove AUTOMAKE_OPTIONS.
747        * configure.ac, support/configure.ac:
748        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
749        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
750
7512001-11-07      Joel Sherrill <joel@OARcorp.com>
752
753        Tracked as PR72 but related to the object id problem (PR36)
754        reported by Todor.Todorov@barco.com.
755        but discovered independently.
756        * support/include/tmacros.h: Added
757        fatal_directive_check_status_only().
758
7592001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
760
761        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
762        2.52.
763        * configure.ac, support/configure.ac: New file, generated from
764        configure.in by autoupdate.
765        * configure.in, support/configure.in: Remove.
766
7672001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
768
769        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
770        handling.
771
7722001-08-16      Joel Sherrill <joel@OARcorp.com>
773
774        * support/include/tmacros.h: Attempt to print errno as further
775        information.
776
7772001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
778
779        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
780        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
781
7822001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
783
784        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
785
7862001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
787
788        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
789        * support/Makefile.am: Remove stubdr, wrapup.
790        * support/stubdr/Makefile.am, support/stubdr/open.c,
791        support/stubdr/close.c, support/stubdr/init.c,
792        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
793        support/stubdr/.cvsignore, support/stubdr/read.c,
794        support/stubdr/write.c, support/wrapup/Makefile.am,
795        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
796
7972000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
798
799        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
800        in ACLOCAL_AMFLAGS.
801
8022000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
803
804        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
805        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
806        $(RTEMS_TOPdir)/aclocal.
807
8082000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
809
810        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
811        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
812
8132000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
814
815        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
816        compile.am
817
8182000-08-10      Joel Sherrill <joel@OARcorp.com>
819
820        * ChangeLog, support/ChangeLog: New file.
821
Note: See TracBrowser for help on using the repository browser.