source: rtems/testsuites/ChangeLog @ d504e48

4.115
Last change on this file since d504e48 was d504e48, checked in by Jennifer Averett <Jennifer.Averett@…>, on 07/01/11 at 14:28:03

2011-07-01 Jennifer Averett <Jennifer.Averett@…>

  • support/include/tmacros.h: Disable the check for dispatch disable level for SMP tests. Another CPU may be inside RTEMS by the time these checks are being done which would result in false failures.
  • Property mode set to 100644
File size: 27.2 KB
RevLine 
[d504e48]12011-07-01      Jennifer Averett <Jennifer.Averett@OARcorp.com>
2
3        * support/include/tmacros.h: Disable the check for dispatch disable
4        level for SMP tests. Another CPU may be inside RTEMS by the time
5        these checks are being done which would result in false failures.
6
[152a2841]72011-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * configure.ac, support/include/test_support.h:
10        * support/src/locked_print.c: New file.
11
[15cf2cb]122011-04-27      Jennifer Averett <Jennifer.Averett@OARcorp.com>
13
14        PR 1784
15        * sptests/spsize/size.c: Split bspsmp.h into two files smp.h and
16        bspsmp.h
17
[1c95d94]182011-04-21      Jennifer Averett <Jennifer.Averett@OARcorp.com
19
20        PR 1777/cpukit
21        * support/include/tmacros.h, tmtests/tm26/task1.c,
22        tmtests/tm27/task1.c: Consolidated access to
23        _Thread_Dispatch_disable_level.
24
[0e89af8]252011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * configure.ac: Add fstests.
28
[8179916]292011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
32        Rename RTEMS_API into _RTEMS_API.
33
[38d1150]342011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * aclocal/canonical-target-name.m4:
37        Stop pretending no_cpu* was buildable.
38        Derive RTEMS_CPU from "$host_cpu".
39        Error out if "$host" doesn't match "*-*-rtems*".
40
[9fa8d0ee]412011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * support/src/tmtests_support.c:
44        loop_overhead and end_time are uint32_t's.
45
[9c2d861b]462011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * support/src/spin.c, support/src/test_support.c,
49        support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
50        Add HAVE_CONFIG_H.
51
[5aa9263]522011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
55
[8ee3775]562011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Require autoconf-2.68, automake-1.11.1.
59
[4b0ac2c]602010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * configure.ac: Add initial small set of POSIX Timing Tests.
63
[db9b700]642010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        PR 1708/build:
67        * aclocal/check-cpuopts.m4: Fix m4-quoting.
68
[9e16ae2a]692010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
72
[4d8cd22]732010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * automake/compile.am: Remove clean-local:.
76        Use CLEANFILES for cleaning up make-exe by-products.
77
[f79bc77]782010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        PR 1532/testing
81        * aclocal/project-root.m4: Add initial tests for untar capabilities.
82
[be8bdff]832010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * support/include/test_support.h, support/src/test_support.c: Add
86        Allocate_majority_of_heap().
87
[d04a7e93]882010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
89
90        * support/src/tmtests_support.c: Fix warning.
91
[82fbd35]922010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * support/include/test_support.h, support/src/tmtests_empty_function.c:
95        Add helper so it is easier to write a basic repeated operation
96        tmtest.
97        * support/src/tmtests_support.c: New file.
98
[bce989a9]992010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * configure.ac: Remove itron.
102
[ba021d5c]1032010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * aclocal/version.m4: Bump RTEMS_API to 4.11.
106        Bump _RTEMS_VERSION to 4.10.99.0.
107
[45215d2]1082010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * support/include/tmacros.h: Remove PRIdoff_t.
111
[6196ded]1122010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
113
114        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
115        treat all non-zero values of _Thread_Dispatch_disable_level equally.
116
[6cc1c29]1172009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
118
119        * support/include/test_support.h, support/include/tmacros.h,
120        support/src/test_support.c: Added support functions to spin for a
121        number of ticks and to spin until the next tick.
122        * support/src/spin.c: New file.
123
[0654c588]1242009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * support/include/tmacros.h: Use rtems_test_assert() consistently
127        instead of system assert(). rtems_test_assert() is designed to
128        integrate into the RTEMS test suite infrastructure.
129
[1369978]1302009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * support/include/tmacros.h: Add service to check status returned by
133        POSIX methods which return a pointer which is -1 on error. This
134        eliminated some casts.
135
[f62c4673]1362009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * support/include/tmacros.h: Include rtems/score/thread.h.
139        Remove _Thread_Dispatch_disable_level.
140
[9158114]1412009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
144        PRIxblksize_t, PRIxblkcnt_t.
145        Comment cleanups.
146
[f22a8260]1472009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * support/include/tmacros.h: Add PRIxrtems_task_priority,
150        PRIxrtems_task_priority, PRIxrtems_signal_set.
151
[d0f47c22]1522009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
153
[b3acedb5]154        * support/include/tmacros.h: Add PRIxpthread_t.
[d0f47c22]155        * support/include/tmacros.h: Add PRIxrtems_event_set.
156        (fatal_posix_service_status_errno) Add local "long" var "statx".
157
[7354b34]1582009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
161        Add PRIdrtems_task_argument.
162
[e693be45]1632009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
166        Add PRIdrtems_interval.
167
[ddff7ef]1682009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * support/include/tmacros.h: Add PRIdPriority_Control.
171        Change PRIdrtems_task_priority to using PRIdPriority_Control.
172
[f5c70d3]1732009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * support/include/tmacros.h: Add PRIdrtems_task_priority.
176
[e71c81b3]1772009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * support/include/tmacros.h: Add PRIxrtems_id.
180
[b701261]1812009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * support/include/tmacros.h: Add PRItime_t.
184
[88f692da]1852009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
188
[f440089]1892009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
190
[aea32337]191        * support/include/test_support.h: Add missing prototypes.
[f440089]192        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
193        outside of check_dispatch_disable_level.
194
[7eb9ea6]1952009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
196
[a00d2e5f]197        * support/src/test_support.c: Add missing prototypes.
[7eb9ea6]198        * support/include/tmacros.h: Include <inttypes.h>.
199        Move extern "C".
200        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
201
2022009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
[0b74b13f]203
204        * Makefile.am: Add support/include/test_support.h.
205
[7eb9ea6]2062009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
[8f53ef7]207
208        * automake/compile.am: Add *.ralf to clean-local.
209
[7eb9ea6]2102009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
[4f8237f]211
212        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
213
[7eb9ea6]2142009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
[29d4ee9]215
216        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
217
[7eb9ea6]2182009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
[6e4787a]219
220        * aclocal/canonical-target-name.m4:
221        Remove posix/unix simulator.
222
[ab2422c]2232009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
226        case for nanosleep of a very small delay which mathematically is less
227        than a clock tick.
228
[46605724]2292009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * configure.ac: Some POSIX tests exercise functionality which is
232        enabled when the POSIX threading is disabled. So build this suite all
233        the time and let the psxtests select the specific tests to build.
234
[4e76c71]2352009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
238        and get_ticks_per_second() in favor of new
239        rtems_clock_get_ticks_per_second().
240
[288f8498]2412009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
242
243        * support/src/test_support.c: Tinker with longest valid name.
244
[cba16514]2452009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * support/include/buffer_test_io.h: Use printk on AVR by default.
248
[072d2a09]2492009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
250
251        * support/src/tmtests_empty_function.c: Fix warnings.
252
[dea3a9ca]2532009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
256          toolchains.
257
[fd9d071]2582008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * aclocal/canonical-target-name.m4: Remove tic4x.
261
[f8f2e41]2622008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * aclocal/version.m4: Bump RTEMS_API to 4.10.
265        Bump _RTEMS_VERSION to 4.9.99.0.
266
[0422fde5]2672008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * support/src/test_support.c: Convert to "bool".
270
[35eb543d]2712008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
272
273        * support/src/tmtests_empty_function.c: New file.
274
[e03da15]2752008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
276
277        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
278        AC_PREREQ(2.62).
279
[7bb36b05]2802008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
283
[ccc4203]2842008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
285
286        * support/include/test_support.h, support/src/test_support.c: New files.
287
[d5a36d3]2882008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
291        tmacros.h available to all POSIX tests. Add a clock_settime case for
292        < 1988.
293
[1dd2318]2942008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
295
296        * support/include/tmacros.h: Fix put_name to handle unprintable names.
297
[83a66aa]2982008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
299
300        * support/include/tmacros.h: Add new rtems_test_assert() which exits
301        rather than calling fatal error.
302
[81be799]3032007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
304
305        * support/include/tmacros.h: Add new helper for POSIX tests.
306
[90a51d8a]3072007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * aclocal/version.m4: Bump RTEMS_API to 4.9.
310        Bump RTEMS_VERSION to 4.8.99.0.
311
[71531a6]3122007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * support/include/buffer_test_io.h: Add support for using printk for
315        output in tests. This should be followed up by disabling the console
316        driver and other support when the tests are using printk.
317
[ffabba3]3182007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
319
320        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
321        rtems/score/cpuopts.h.
322
[fcb0cd46]3232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * configure.ac: New BUG-REPORT address.
326
[9b5e72b]3272006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * aclocal/rtems-top.m4: Remove RTEMS_API.
330        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
331
[d6a6cff2]3322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
335
[2e28876]3362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
337
338        * aclocal/version.m4: Bump version to 4.7.99.0.
339
[ba2c04f]3402006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
341
342        * configure.ac: Require autoconf-2.60. Require automake-1.10.
343
[8eb78a20]3442006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
345
346        * samples/fileio/system.h:
347        (PR1118) make use of the new confdefs.h mechanisms
348        for the IDE/ATA interface
349       
[c5a67176]3502006-04-18  Joel Sherrill <joel@OARcorp.com>
351
[84c86f2]352        * aclocal/version.m4: Updated to rtems-4.6.99.3.
[c5a67176]353
[104c492]3542006-02-01      Joel Sherrill <joel@OARcorp.com>
355
356        PR 855/tests
357        * support/include/tmacros.h: Fix typo.
358
[7eb9ea6]3592005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
[1fd1595]360
[bcf2752c]361        * aclocal/enable-bare.m4: Remove (Unused).
[e6c977e3]362        * aclocal/env-rtemsbsp.m4, configure.ac:
363        Remove RTEMS_ENABLE_BARE,
[1fd1595]364        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
365
[7eb9ea6]3662005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
[ee844b4]367
[8cd556a]368        * automake/compile.am: Remove .coff. Remove .obj.
[ee844b4]369
[7eb9ea6]3702005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
[d6a83a46]371
[780d010]372        * automake/local.am: Remove depend.
373        * automake/host.am: Remove depend.
[cbbf31a]374        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
375        * automake/local.am: Remove preinstall-am.
[8cf8799d]376        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
377        Set rtems_testsdir to $libdir/rtems-4.7/tests.
[ae097c0]378        * configure.ac: Remove AMPOLISH3 (Unused).
[5036495]379        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
[e3f801eb]380        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
381        Remove ARCH. Remove LINK_LIBS.
382        Extend clean-local to catch most temporary files make-exe is
383        creating.
[955ea2c]384        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
385        Remove project_includedir.
386        Add rtems_testsdir.
[d6a83a46]387        * aclocal/rtems-top.m4: Remove dirstamp.
388
[7eb9ea6]3892005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
[8601baed]390
[f7abc85]391        * Makefile.am: Remove preinstall.am
392        * preinstall.am: Remove.
[8601baed]393        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
394
[f343bba5]3952005-11-10      Joel Sherrill <joel@OARcorp.com>
396
397        * support/.cvsignore: New file.
398
[7eb9ea6]3992005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
[fbe6a00]400
[5ddf9698]401        * Makefile.am: Don't preinstall support/include headers.
[fbe6a00]402        * configure.ac: Fix config-variables of conditionally built subdirs.
403
[7eb9ea6]4042005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
[a3ae8a98]405
406        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
407        aclocal/check-networking.m4, aclocal/check-posix.m4,
408        aclocal/check-tests.m4, aclocal/enable-itron.m4,
409        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
410        aclocal/enable-posix.m4: Remove (Unused).
411
[7eb9ea6]4122005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
[c5ff2470]413
[44502ae]414        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[f28d5a46]415        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
416        GCCSPECS.
[6056475]417        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
418        up temporary CPPFLAGS to compile check cpuopts.h.
[b74d63c]419        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
420        --enable-project-root. Remove --with-project-root.
421        Fix --enable-rtems-root.
[c5ff2470]422        * automake/compile.am, aclocal/env-rtemsbsp.m4:
423        Assume PROJECT_ROOT to contain RTEMS_BSP.
424
[7eb9ea6]4252005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
[146bfee4]426
[7cbc7cc]427        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
[146bfee4]428        * Makefile.am: Merge-in support/Makefile.am
[eacd7f8c]429        * aclocal/check-cpuopts.m4: Add config.cache support.
[7cbc7cc]430        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
431        OBJS from LINK_FILES.
432        * configure.ac: Add AMPOLISH3. Remove support/.
[eacd7f8c]433
[7eb9ea6]4342005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
[07aef0b]435
[7cbc7cc]436        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
[07aef0b]437        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
[7cbc7cc]438        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
439        Remove RTEMS_GCC_SPECS.
[5dbe362]440        * aclocal/check-multiprocessing.m4: Don't require
441        RTEMS_ENABLE_MULTILIB.
[7cbc7cc]442        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
443        GCCSPECS.
444        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
445        RTEMS_CXXFLAGS.
446        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
447        RTEMS_CFLAGS.
448        * aclocal/check-cpuopts.m4: New.
449        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
450        manually set up GCCSPEC (Now setup from inside configure). Remove
451        RTEMS_RELLDFLAGS (Used).
452        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
453        aclocal/multilib.m4: Remove (Unused).
454        * automake/compile.am: Remove CCAS support.
[2127da14]455
[7eb9ea6]4562005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
[f6d9b6f]457
[1306582]458        * automake/compile.am: Remove depend.
[7cbc7cc]459        * automake/compile.am: Take contents of amcompile.am.
460        * aclocal/check-posix.m4: Sync with cpukit.
[1306582]461        * automake/local.am: Remove depend-am.
[7cbc7cc]462        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
463        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
464        Remove.
[c65f30c3]465        * automake/subdirs.am: Remove depend-recursive.
[7cbc7cc]466        * configure.ac: Sync POSIX and ITRON magic with cpukit.
[91c0a83]467        * automake/amcompile.am: New.
[e698e68]468
[7cbc7cc]4692005-09-02      Joel Sherrill <joel@OARcorp.com>
[1a8f056c]470
[086c1c3]471        * aclocal/version.m4: Updated to rtems-4.6.99.2.
[1a8f056c]472
[7eb9ea6]4732004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
[713791a1]474
[7cbc7cc]475        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
476        is defined.
477        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
478        itron for unix.
[97891e5e]479
[7eb9ea6]4802004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
[7129fae]481
482        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
[7cbc7cc]483        * configure.ac, support/configure.ac: Require automake > 1.9.
[7129fae]484
[7cbc7cc]4852004-07-28      Joel Sherrill <joel@OARcorp.com>
[90a33a8]486
[7cbc7cc]487        * aclocal/version.m4: Updated to rtems-4.6.99.1.
[90a33a8]488
[7eb9ea6]4892004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
[0d0528d3]490
491        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
492
[7eb9ea6]4932004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
[c50e978]494
495        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
496
[7eb9ea6]4972004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[d04abc83]498
499        * aclocal/rtems-top.m4: Add rtems_rootdir.
[7cbc7cc]500        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
501        $rtems_rootdir.
502        * support/include/tmacros.h: Convert to using c99 fixed size types.
503        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
504        RTEMS_TOP.
505        * aclocal/check-custom-bsp.m4: Fix minor typo.
[e84c2a46]506        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
507        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
508        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
509        aclocal/enable-tests.m4, aclocal/multilib.m4,
510        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
[7cbc7cc]511        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
512        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
513        Add --enable-rtems-root. Rework RTEMS_ROOT.
[e84c2a46]514
[7cbc7cc]5152004-03-03      Joel Sherrill <joel@OARcorp.com>
[7c48a2e8]516
[7cbc7cc]517        * support/include/buffer_test_io.h: Correct typo.
[7c48a2e8]518
[7eb9ea6]5192004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[17ad82c]520
[7cbc7cc]521        * aclocal/rtems-top.m4: Rework.
[17ad82c]522        * aclocal/project-root.m4: Remove obsolete comments.
523        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
[7cbc7cc]524        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
525        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
[17ad82c]526
[7eb9ea6]5272004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7974c4b]528
529        * configure.ac: Remove subdir tools.
[20b80be]530        * aclocal/target.m4: Remove (Unused).
531
[7eb9ea6]5322004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[31ffd58]533
534        * aclocal/version.m4: 4.6.99.0.
535
[7cbc7cc]5362004-02-03      Joel Sherrill <joel@OARcorp.com>
537
538        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
539        compiler mode.
540
[7eb9ea6]5412004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]542
543        * support/Makefile.am: Add PREINSTALL_DIRS.
544
[7eb9ea6]5452004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]546
547        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
548        PRE/TMPINSTALL_FILES to CLEANFILES.
549
[6416628]5502004-01-07      Joel Sherrill <joel@OARcorp.com>
551
[7cbc7cc]552        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
553        port more completely covers the MIPS family.
[6416628]554
[7eb9ea6]5552004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
[44652f8]556
[7cbc7cc]557        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
558        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
559        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
560        Cleanup comments.
561        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
562        Remove build-variants. Hard-code ARCH=o-optimize.
563        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
564        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
565        conditional.
566        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
567        CFLAGS_DEBUG_V.
568        * aclocal/rtems-flags.m4: Remove (Unused).
569        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
570        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
571        (Implicitly handled by automake).
572        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
573        RTEMS_CFLAGS.
[44652f8]574
[7eb9ea6]5752003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[4470b40a]576
577        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
578
[7cbc7cc]5792003-12-17      Joel Sherrill <joel@OARcorp.com>
[d7e0507]580
[7cbc7cc]581        * aclocal/version.m4: Updated to rtems-20031217-test.
[d7e0507]582
[7cbc7cc]5832003-12-16      Joel Sherrill <joel@OARcorp.com>
[55f441e3]584
[7cbc7cc]585        PR 544/tests
586        * support/include/buffer_test_io.h: Various modifications to make
587        tests account for resources and not print at inappropriate times.
[55f441e3]588
[7eb9ea6]5892003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[3d02fadb]590
[7cbc7cc]591        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
592        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[3d02fadb]593
[7eb9ea6]5942003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[810720b6]595
[7cbc7cc]596        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
597        * automake/compila.am: Remove ARCH.
598        * configure.ac, support/configure.ac: Require automake >= 1.8,
599        autoconf >= 2.59.
600        * support/Makefile.am: Use mkdir_p. Remove dirs from
601        PRE/TMPINSTALL_FILES. Use include_HEADERS.
602        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
[810720b6]603
[7eb9ea6]6042003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[c17ed71]605
606        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[7cbc7cc]607        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
608        AC_SUBST(dirstamp).
[c17ed71]609        * aclocal/lead-dot.m4: New (from automake-1.7f).
610
[7eb9ea6]6112003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[0e8262cf]612
613        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
614        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
615        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
616        aclocal/check-networking.m4, aclocal/check-posix.m4,
617        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
618        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
619        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
620        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
621        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
622        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
[7cbc7cc]623        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
624        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
[0e8262cf]625        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
[7cbc7cc]626        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
627        underquoting to silence automake-1.8.
[0e8262cf]628
[7eb9ea6]6292003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[5f52d1f]630
[7cbc7cc]631        * configure.ac, support/configure.ac: Reflect having moved to
632        testsuites/.
[5f52d1f]633
[7eb9ea6]6342003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[c3643e7]635
[7cbc7cc]636        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
637        RTEMS Version message.
[c3643e7]638
[7eb9ea6]6392003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[5f7d7640]640
641        * aclocal/canonical-host.m4: Remove.
[6a8a114]642        * configure.ac: Remove RTEMS_CANONICAL_HOST.
[7cbc7cc]643        * aclocal/canonical-target-name.m4: Merge-in
644        aclocal/canonical-host.m4.
[6a8a114]645
[7eb9ea6]6462003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[6c3e328]647
648        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
649        * aclocal/bsp_alias.m4: Remove.
650
[7eb9ea6]6512003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[98e88aa3]652
653        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
654        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
[7cbc7cc]655        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
656        instead of RTEMS_CHECK_CPU.
657        * aclocal/check-cpu.m4: Remove.
658        * configure.ac: Remove RTEMS_CHECK_CPU.
659
6602003-09-04      Joel Sherrill <joel@OARcorp.com>
661
662        * support/include/tmacros.h: URL for license changed.
[98e88aa3]663
[7eb9ea6]6642003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[ac3786b]665
666        * aclocal/rtems-top.m4: Add RTEMS_API.
667        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
668
[7eb9ea6]6692003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[e41e3fe7]670
[a5e62aba]671        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
[e41e3fe7]672        * aclocal/enable-tests.m4: Change to support
673        --enable-tests=no|yes|samples, default is samples.
674        * configure.ac: Reflect changes above.
675
[7eb9ea6]6762003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7862f888]677
[7cbc7cc]678        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
[3c69a774]679
[7eb9ea6]6802003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[94e18016]681
682        * automake/local.am, automake/host.am: Remove "debug".
[7cbc7cc]683        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
684        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
685        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
686        aclocal/check-cxx.m4, aclocal/check-itron.m4,
687        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
688        aclocal/check-posix.m4, aclocal/check-tool.m4,
689        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
690        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
691        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
692        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
693        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
694        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
695        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
696        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
697        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
698        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
699        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
700        (Copied from ../../../aclocal).
[94e18016]701
[7eb9ea6]7022003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[e3e310f7]703
[7cbc7cc]704        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
[4cd2df9]705        * automake/compile.am, automake/host.am, automake/leaf.am
706        automake/local.am, automake/subdirs.am: New (copied from
707        ../../../automake).
708
[7eb9ea6]7092003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7dcc3fe]710
[7cbc7cc]711        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
712        bug report email address.
[7dcc3fe]713
[7eb9ea6]7142003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[3c55718]715
[7cbc7cc]716        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
[3c55718]717
[7eb9ea6]7182003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[ccd81b60]719
[7cbc7cc]720        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
721        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
[9b5c258]722
[7eb9ea6]7232002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[8730f45]724
[7cbc7cc]725        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
[8730f45]726        Remove autom4te.cache.
727
[7eb9ea6]7282002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]729
730        * support/configure.ac: Reflect changes above.  Take out unnecessary
731        autoconf macros.
732        * support/include/Makefile.am: Remove.
733        * support/Makefile.am: Merge in former include/Makefile.am.
734
7352002-08-01      Joel Sherrill <joel@OARcorp.com>
736
737        * Per PR47 add support for buffered test output.  This involved
738        adding defines to redirect output to a buffer and dump it when full,
739        at "test pause", and at exit.  To avoid problems when redefining
740        exit(), all tests were modified to call rtems_test_exit(). Some
741        tests, notable psxtests, had to be modified to include  the standard
742        test macro .h file (pmacros.h or tmacros.h) to enable this support.
743        * support/include/buffer_test_io.h: New file.
744
[7eb9ea6]7452002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[cb9b2bfc]746
747        * configure.ac: Remove ENABLE_GCC28.
748
[7eb9ea6]7492002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7273b6e]750
[7cbc7cc]751        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
752        Remove AUTOMAKE_OPTIONS.
753        * configure.ac, support/configure.ac:
[7273b6e]754        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
755        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
[7cbc7cc]756
7572001-11-07      Joel Sherrill <joel@OARcorp.com>
758
759        Tracked as PR72 but related to the object id problem (PR36)
760        reported by Todor.Todorov@barco.com.
761        but discovered independently.
762        * support/include/tmacros.h: Added
763        fatal_directive_check_status_only().
[7273b6e]764
[7eb9ea6]7652001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[df25c998]766
[7cbc7cc]767        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
768        2.52.
769        * configure.ac, support/configure.ac: New file, generated from
770        configure.in by autoupdate.
771        * configure.in, support/configure.in: Remove.
[df25c998]772
[7eb9ea6]7732001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[a3ac20f]774
775        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
776        handling.
777
[7cbc7cc]7782001-08-16      Joel Sherrill <joel@OARcorp.com>
779
780        * support/include/tmacros.h: Attempt to print errno as further
781        information.
782
[7eb9ea6]7832001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[9c0bd65]784
785        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
786        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
787
[7eb9ea6]7882001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]789
790        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
791
[7eb9ea6]7922001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]793
794        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
795        * support/Makefile.am: Remove stubdr, wrapup.
796        * support/stubdr/Makefile.am, support/stubdr/open.c,
797        support/stubdr/close.c, support/stubdr/init.c,
798        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
799        support/stubdr/.cvsignore, support/stubdr/read.c,
800        support/stubdr/write.c, support/wrapup/Makefile.am,
801        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
802
[7eb9ea6]8032000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[feead226]804
[7cbc7cc]805        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
806        in ACLOCAL_AMFLAGS.
[feead226]807
[7eb9ea6]8082000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[a314d3b4]809
[7cbc7cc]810        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
811        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
812        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]813
[7eb9ea6]8142000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[ae1cce4e]815
[7cbc7cc]816        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
817        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
818
[7eb9ea6]8192000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]820
821        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
822        compile.am
[ae1cce4e]823
[e94ad1fe]8242000-08-10      Joel Sherrill <joel@OARcorp.com>
825
[7cbc7cc]826        * ChangeLog, support/ChangeLog: New file.
827
Note: See TracBrowser for help on using the repository browser.