source: rtems/testsuites/ChangeLog @ 38d1150

4.115
Last change on this file since 38d1150 was 38d1150, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/25/11 at 06:17:36

2011-02-25 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/canonical-target-name.m4: Stop pretending no_cpu* was buildable. Derive RTEMS_CPU from "$host_cpu". Error out if "$host" doesn't match "*-*-rtems*".
  • Property mode set to 100644
File size: 26.2 KB
Line 
12011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/canonical-target-name.m4:
4        Stop pretending no_cpu* was buildable.
5        Derive RTEMS_CPU from "$host_cpu".
6        Error out if "$host" doesn't match "*-*-rtems*".
7
82011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * support/src/tmtests_support.c:
11        loop_overhead and end_time are uint32_t's.
12
132011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * support/src/spin.c, support/src/test_support.c,
16        support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
17        Add HAVE_CONFIG_H.
18
192011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
22
232011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Require autoconf-2.68, automake-1.11.1.
26
272010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * configure.ac: Add initial small set of POSIX Timing Tests.
30
312010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        PR 1708/build:
34        * aclocal/check-cpuopts.m4: Fix m4-quoting.
35
362010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
39
402010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * automake/compile.am: Remove clean-local:.
43        Use CLEANFILES for cleaning up make-exe by-products.
44
452010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        PR 1532/testing
48        * aclocal/project-root.m4: Add initial tests for untar capabilities.
49
502010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * support/include/test_support.h, support/src/test_support.c: Add
53        Allocate_majority_of_heap().
54
552010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
56
57        * support/src/tmtests_support.c: Fix warning.
58
592010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * support/include/test_support.h, support/src/tmtests_empty_function.c:
62        Add helper so it is easier to write a basic repeated operation
63        tmtest.
64        * support/src/tmtests_support.c: New file.
65
662010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * configure.ac: Remove itron.
69
702010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * aclocal/version.m4: Bump RTEMS_API to 4.11.
73        Bump _RTEMS_VERSION to 4.10.99.0.
74
752010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * support/include/tmacros.h: Remove PRIdoff_t.
78
792010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
80
81        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
82        treat all non-zero values of _Thread_Dispatch_disable_level equally.
83
842009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
85
86        * support/include/test_support.h, support/include/tmacros.h,
87        support/src/test_support.c: Added support functions to spin for a
88        number of ticks and to spin until the next tick.
89        * support/src/spin.c: New file.
90
912009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * support/include/tmacros.h: Use rtems_test_assert() consistently
94        instead of system assert(). rtems_test_assert() is designed to
95        integrate into the RTEMS test suite infrastructure.
96
972009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * support/include/tmacros.h: Add service to check status returned by
100        POSIX methods which return a pointer which is -1 on error. This
101        eliminated some casts.
102
1032009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * support/include/tmacros.h: Include rtems/score/thread.h.
106        Remove _Thread_Dispatch_disable_level.
107
1082009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
111        PRIxblksize_t, PRIxblkcnt_t.
112        Comment cleanups.
113
1142009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * support/include/tmacros.h: Add PRIxrtems_task_priority,
117        PRIxrtems_task_priority, PRIxrtems_signal_set.
118
1192009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * support/include/tmacros.h: Add PRIxpthread_t.
122        * support/include/tmacros.h: Add PRIxrtems_event_set.
123        (fatal_posix_service_status_errno) Add local "long" var "statx".
124
1252009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
128        Add PRIdrtems_task_argument.
129
1302009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
133        Add PRIdrtems_interval.
134
1352009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * support/include/tmacros.h: Add PRIdPriority_Control.
138        Change PRIdrtems_task_priority to using PRIdPriority_Control.
139
1402009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * support/include/tmacros.h: Add PRIdrtems_task_priority.
143
1442009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * support/include/tmacros.h: Add PRIxrtems_id.
147
1482009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * support/include/tmacros.h: Add PRItime_t.
151
1522009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
155
1562009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * support/include/test_support.h: Add missing prototypes.
159        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
160        outside of check_dispatch_disable_level.
161
1622009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * support/src/test_support.c: Add missing prototypes.
165        * support/include/tmacros.h: Include <inttypes.h>.
166        Move extern "C".
167        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
168
1692009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Add support/include/test_support.h.
172
1732009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * automake/compile.am: Add *.ralf to clean-local.
176
1772009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
180
1812009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
184
1852009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * aclocal/canonical-target-name.m4:
188        Remove posix/unix simulator.
189
1902009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
193        case for nanosleep of a very small delay which mathematically is less
194        than a clock tick.
195
1962009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
197
198        * configure.ac: Some POSIX tests exercise functionality which is
199        enabled when the POSIX threading is disabled. So build this suite all
200        the time and let the psxtests select the specific tests to build.
201
2022009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
203
204        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
205        and get_ticks_per_second() in favor of new
206        rtems_clock_get_ticks_per_second().
207
2082009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        * support/src/test_support.c: Tinker with longest valid name.
211
2122009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * support/include/buffer_test_io.h: Use printk on AVR by default.
215
2162009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * support/src/tmtests_empty_function.c: Fix warnings.
219
2202009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
223          toolchains.
224
2252008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * aclocal/canonical-target-name.m4: Remove tic4x.
228
2292008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * aclocal/version.m4: Bump RTEMS_API to 4.10.
232        Bump _RTEMS_VERSION to 4.9.99.0.
233
2342008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * support/src/test_support.c: Convert to "bool".
237
2382008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * support/src/tmtests_empty_function.c: New file.
241
2422008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
245        AC_PREREQ(2.62).
246
2472008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
250
2512008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
252
253        * support/include/test_support.h, support/src/test_support.c: New files.
254
2552008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
256
257        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
258        tmacros.h available to all POSIX tests. Add a clock_settime case for
259        < 1988.
260
2612008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * support/include/tmacros.h: Fix put_name to handle unprintable names.
264
2652008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
266
267        * support/include/tmacros.h: Add new rtems_test_assert() which exits
268        rather than calling fatal error.
269
2702007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
271
272        * support/include/tmacros.h: Add new helper for POSIX tests.
273
2742007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
275
276        * aclocal/version.m4: Bump RTEMS_API to 4.9.
277        Bump RTEMS_VERSION to 4.8.99.0.
278
2792007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * support/include/buffer_test_io.h: Add support for using printk for
282        output in tests. This should be followed up by disabling the console
283        driver and other support when the tests are using printk.
284
2852007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
288        rtems/score/cpuopts.h.
289
2902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * configure.ac: New BUG-REPORT address.
293
2942006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * aclocal/rtems-top.m4: Remove RTEMS_API.
297        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
298
2992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
302
3032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
304
305        * aclocal/version.m4: Bump version to 4.7.99.0.
306
3072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * configure.ac: Require autoconf-2.60. Require automake-1.10.
310
3112006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
312
313        * samples/fileio/system.h:
314        (PR1118) make use of the new confdefs.h mechanisms
315        for the IDE/ATA interface
316       
3172006-04-18  Joel Sherrill <joel@OARcorp.com>
318
319        * aclocal/version.m4: Updated to rtems-4.6.99.3.
320
3212006-02-01      Joel Sherrill <joel@OARcorp.com>
322
323        PR 855/tests
324        * support/include/tmacros.h: Fix typo.
325
3262005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
327
328        * aclocal/enable-bare.m4: Remove (Unused).
329        * aclocal/env-rtemsbsp.m4, configure.ac:
330        Remove RTEMS_ENABLE_BARE,
331        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
332
3332005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
334
335        * automake/compile.am: Remove .coff. Remove .obj.
336
3372005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * automake/local.am: Remove depend.
340        * automake/host.am: Remove depend.
341        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
342        * automake/local.am: Remove preinstall-am.
343        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
344        Set rtems_testsdir to $libdir/rtems-4.7/tests.
345        * configure.ac: Remove AMPOLISH3 (Unused).
346        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
347        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
348        Remove ARCH. Remove LINK_LIBS.
349        Extend clean-local to catch most temporary files make-exe is
350        creating.
351        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
352        Remove project_includedir.
353        Add rtems_testsdir.
354        * aclocal/rtems-top.m4: Remove dirstamp.
355
3562005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
357
358        * Makefile.am: Remove preinstall.am
359        * preinstall.am: Remove.
360        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
361
3622005-11-10      Joel Sherrill <joel@OARcorp.com>
363
364        * support/.cvsignore: New file.
365
3662005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
367
368        * Makefile.am: Don't preinstall support/include headers.
369        * configure.ac: Fix config-variables of conditionally built subdirs.
370
3712005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
374        aclocal/check-networking.m4, aclocal/check-posix.m4,
375        aclocal/check-tests.m4, aclocal/enable-itron.m4,
376        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
377        aclocal/enable-posix.m4: Remove (Unused).
378
3792005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
380
381        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
382        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
383        GCCSPECS.
384        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
385        up temporary CPPFLAGS to compile check cpuopts.h.
386        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
387        --enable-project-root. Remove --with-project-root.
388        Fix --enable-rtems-root.
389        * automake/compile.am, aclocal/env-rtemsbsp.m4:
390        Assume PROJECT_ROOT to contain RTEMS_BSP.
391
3922005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
393
394        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
395        * Makefile.am: Merge-in support/Makefile.am
396        * aclocal/check-cpuopts.m4: Add config.cache support.
397        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
398        OBJS from LINK_FILES.
399        * configure.ac: Add AMPOLISH3. Remove support/.
400
4012005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
404        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
405        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
406        Remove RTEMS_GCC_SPECS.
407        * aclocal/check-multiprocessing.m4: Don't require
408        RTEMS_ENABLE_MULTILIB.
409        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
410        GCCSPECS.
411        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
412        RTEMS_CXXFLAGS.
413        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
414        RTEMS_CFLAGS.
415        * aclocal/check-cpuopts.m4: New.
416        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
417        manually set up GCCSPEC (Now setup from inside configure). Remove
418        RTEMS_RELLDFLAGS (Used).
419        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
420        aclocal/multilib.m4: Remove (Unused).
421        * automake/compile.am: Remove CCAS support.
422
4232005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
424
425        * automake/compile.am: Remove depend.
426        * automake/compile.am: Take contents of amcompile.am.
427        * aclocal/check-posix.m4: Sync with cpukit.
428        * automake/local.am: Remove depend-am.
429        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
430        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
431        Remove.
432        * automake/subdirs.am: Remove depend-recursive.
433        * configure.ac: Sync POSIX and ITRON magic with cpukit.
434        * automake/amcompile.am: New.
435
4362005-09-02      Joel Sherrill <joel@OARcorp.com>
437
438        * aclocal/version.m4: Updated to rtems-4.6.99.2.
439
4402004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
441
442        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
443        is defined.
444        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
445        itron for unix.
446
4472004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
448
449        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
450        * configure.ac, support/configure.ac: Require automake > 1.9.
451
4522004-07-28      Joel Sherrill <joel@OARcorp.com>
453
454        * aclocal/version.m4: Updated to rtems-4.6.99.1.
455
4562004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
457
458        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
459
4602004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
461
462        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
463
4642004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
465
466        * aclocal/rtems-top.m4: Add rtems_rootdir.
467        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
468        $rtems_rootdir.
469        * support/include/tmacros.h: Convert to using c99 fixed size types.
470        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
471        RTEMS_TOP.
472        * aclocal/check-custom-bsp.m4: Fix minor typo.
473        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
474        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
475        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
476        aclocal/enable-tests.m4, aclocal/multilib.m4,
477        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
478        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
479        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
480        Add --enable-rtems-root. Rework RTEMS_ROOT.
481
4822004-03-03      Joel Sherrill <joel@OARcorp.com>
483
484        * support/include/buffer_test_io.h: Correct typo.
485
4862004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
487
488        * aclocal/rtems-top.m4: Rework.
489        * aclocal/project-root.m4: Remove obsolete comments.
490        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
491        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
492        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
493
4942004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: Remove subdir tools.
497        * aclocal/target.m4: Remove (Unused).
498
4992004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
500
501        * aclocal/version.m4: 4.6.99.0.
502
5032004-02-03      Joel Sherrill <joel@OARcorp.com>
504
505        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
506        compiler mode.
507
5082004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
509
510        * support/Makefile.am: Add PREINSTALL_DIRS.
511
5122004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
513
514        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
515        PRE/TMPINSTALL_FILES to CLEANFILES.
516
5172004-01-07      Joel Sherrill <joel@OARcorp.com>
518
519        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
520        port more completely covers the MIPS family.
521
5222004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
523
524        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
525        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
526        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
527        Cleanup comments.
528        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
529        Remove build-variants. Hard-code ARCH=o-optimize.
530        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
531        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
532        conditional.
533        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
534        CFLAGS_DEBUG_V.
535        * aclocal/rtems-flags.m4: Remove (Unused).
536        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
537        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
538        (Implicitly handled by automake).
539        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
540        RTEMS_CFLAGS.
541
5422003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
543
544        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
545
5462003-12-17      Joel Sherrill <joel@OARcorp.com>
547
548        * aclocal/version.m4: Updated to rtems-20031217-test.
549
5502003-12-16      Joel Sherrill <joel@OARcorp.com>
551
552        PR 544/tests
553        * support/include/buffer_test_io.h: Various modifications to make
554        tests account for resources and not print at inappropriate times.
555
5562003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
557
558        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
559        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
560
5612003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
562
563        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
564        * automake/compila.am: Remove ARCH.
565        * configure.ac, support/configure.ac: Require automake >= 1.8,
566        autoconf >= 2.59.
567        * support/Makefile.am: Use mkdir_p. Remove dirs from
568        PRE/TMPINSTALL_FILES. Use include_HEADERS.
569        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
570
5712003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
572
573        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
574        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
575        AC_SUBST(dirstamp).
576        * aclocal/lead-dot.m4: New (from automake-1.7f).
577
5782003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
579
580        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
581        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
582        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
583        aclocal/check-networking.m4, aclocal/check-posix.m4,
584        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
585        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
586        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
587        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
588        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
589        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
590        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
591        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
592        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
593        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
594        underquoting to silence automake-1.8.
595
5962003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
597
598        * configure.ac, support/configure.ac: Reflect having moved to
599        testsuites/.
600
6012003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
602
603        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
604        RTEMS Version message.
605
6062003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
607
608        * aclocal/canonical-host.m4: Remove.
609        * configure.ac: Remove RTEMS_CANONICAL_HOST.
610        * aclocal/canonical-target-name.m4: Merge-in
611        aclocal/canonical-host.m4.
612
6132003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
614
615        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
616        * aclocal/bsp_alias.m4: Remove.
617
6182003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
619
620        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
621        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
622        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
623        instead of RTEMS_CHECK_CPU.
624        * aclocal/check-cpu.m4: Remove.
625        * configure.ac: Remove RTEMS_CHECK_CPU.
626
6272003-09-04      Joel Sherrill <joel@OARcorp.com>
628
629        * support/include/tmacros.h: URL for license changed.
630
6312003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
632
633        * aclocal/rtems-top.m4: Add RTEMS_API.
634        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
635
6362003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
637
638        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
639        * aclocal/enable-tests.m4: Change to support
640        --enable-tests=no|yes|samples, default is samples.
641        * configure.ac: Reflect changes above.
642
6432003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
644
645        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
646
6472003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
648
649        * automake/local.am, automake/host.am: Remove "debug".
650        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
651        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
652        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
653        aclocal/check-cxx.m4, aclocal/check-itron.m4,
654        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
655        aclocal/check-posix.m4, aclocal/check-tool.m4,
656        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
657        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
658        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
659        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
660        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
661        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
662        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
663        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
664        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
665        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
666        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
667        (Copied from ../../../aclocal).
668
6692003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
670
671        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
672        * automake/compile.am, automake/host.am, automake/leaf.am
673        automake/local.am, automake/subdirs.am: New (copied from
674        ../../../automake).
675
6762003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
677
678        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
679        bug report email address.
680
6812003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
682
683        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
684
6852003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
686
687        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
688        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
689
6902002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
691
692        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
693        Remove autom4te.cache.
694
6952002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
696
697        * support/configure.ac: Reflect changes above.  Take out unnecessary
698        autoconf macros.
699        * support/include/Makefile.am: Remove.
700        * support/Makefile.am: Merge in former include/Makefile.am.
701
7022002-08-01      Joel Sherrill <joel@OARcorp.com>
703
704        * Per PR47 add support for buffered test output.  This involved
705        adding defines to redirect output to a buffer and dump it when full,
706        at "test pause", and at exit.  To avoid problems when redefining
707        exit(), all tests were modified to call rtems_test_exit(). Some
708        tests, notable psxtests, had to be modified to include  the standard
709        test macro .h file (pmacros.h or tmacros.h) to enable this support.
710        * support/include/buffer_test_io.h: New file.
711
7122002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
713
714        * configure.ac: Remove ENABLE_GCC28.
715
7162002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
717
718        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
719        Remove AUTOMAKE_OPTIONS.
720        * configure.ac, support/configure.ac:
721        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
722        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
723
7242001-11-07      Joel Sherrill <joel@OARcorp.com>
725
726        Tracked as PR72 but related to the object id problem (PR36)
727        reported by Todor.Todorov@barco.com.
728        but discovered independently.
729        * support/include/tmacros.h: Added
730        fatal_directive_check_status_only().
731
7322001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
733
734        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
735        2.52.
736        * configure.ac, support/configure.ac: New file, generated from
737        configure.in by autoupdate.
738        * configure.in, support/configure.in: Remove.
739
7402001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
741
742        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
743        handling.
744
7452001-08-16      Joel Sherrill <joel@OARcorp.com>
746
747        * support/include/tmacros.h: Attempt to print errno as further
748        information.
749
7502001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
751
752        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
753        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
754
7552001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
756
757        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
758
7592001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
760
761        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
762        * support/Makefile.am: Remove stubdr, wrapup.
763        * support/stubdr/Makefile.am, support/stubdr/open.c,
764        support/stubdr/close.c, support/stubdr/init.c,
765        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
766        support/stubdr/.cvsignore, support/stubdr/read.c,
767        support/stubdr/write.c, support/wrapup/Makefile.am,
768        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
769
7702000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
771
772        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
773        in ACLOCAL_AMFLAGS.
774
7752000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
776
777        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
778        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
779        $(RTEMS_TOPdir)/aclocal.
780
7812000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
782
783        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
784        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
785
7862000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
787
788        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
789        compile.am
790
7912000-08-10      Joel Sherrill <joel@OARcorp.com>
792
793        * ChangeLog, support/ChangeLog: New file.
794
Note: See TracBrowser for help on using the repository browser.