source: rtems/testsuites/ChangeLog @ 945f5901

4.104.114.84.95
Last change on this file since 945f5901 was f343bba5, checked in by Joel Sherrill <joel.sherrill@…>, on 11/10/05 at 14:20:09

2005-11-10 Joel Sherrill <joel@…>

  • support/.cvsignore: New file.
  • Property mode set to 100644
File size: 15.3 KB
Line 
12005-11-10      Joel Sherrill <joel@OARcorp.com>
2
3        * support/.cvsignore: New file.
4
52005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Don't preinstall support/include headers.
8        * configure.ac: Fix config-variables of conditionally built subdirs.
9
102005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
13        aclocal/check-networking.m4, aclocal/check-posix.m4,
14        aclocal/check-tests.m4, aclocal/enable-itron.m4,
15        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
16        aclocal/enable-posix.m4: Remove (Unused).
17
182005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
21        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
22        GCCSPECS.
23        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
24        up temporary CPPFLAGS to compile check cpuopts.h.
25        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
26        --enable-project-root. Remove --with-project-root.
27        Fix --enable-rtems-root.
28        * automake/compile.am, aclocal/env-rtemsbsp.m4:
29        Assume PROJECT_ROOT to contain RTEMS_BSP.
30
312005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
34        * Makefile.am: Merge-in support/Makefile.am
35        * aclocal/check-cpuopts.m4: Add config.cache support.
36        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
37        OBJS from LINK_FILES.
38        * configure.ac: Add AMPOLISH3. Remove support/.
39
402005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
43        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
44        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
45        Remove RTEMS_GCC_SPECS.
46        * aclocal/check-multiprocessing.m4: Don't require
47        RTEMS_ENABLE_MULTILIB.
48        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
49        GCCSPECS.
50        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
51        RTEMS_CXXFLAGS.
52        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
53        RTEMS_CFLAGS.
54        * aclocal/check-cpuopts.m4: New.
55        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
56        manually set up GCCSPEC (Now setup from inside configure). Remove
57        RTEMS_RELLDFLAGS (Used).
58        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
59        aclocal/multilib.m4: Remove (Unused).
60        * automake/compile.am: Remove CCAS support.
61
622005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * automake/compile.am: Remove depend.
65        * automake/compile.am: Take contents of amcompile.am.
66        * aclocal/check-posix.m4: Sync with cpukit.
67        * automake/local.am: Remove depend-am.
68        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
69        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
70        Remove.
71        * automake/subdirs.am: Remove depend-recursive.
72        * configure.ac: Sync POSIX and ITRON magic with cpukit.
73        * automake/amcompile.am: New.
74
752005-09-02      Joel Sherrill <joel@OARcorp.com>
76
77        * aclocal/version.m4: Updated to rtems-4.6.99.2.
78
792004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
82        is defined.
83        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
84        itron for unix.
85
862004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
89        * configure.ac, support/configure.ac: Require automake > 1.9.
90
912004-07-28      Joel Sherrill <joel@OARcorp.com>
92
93        * aclocal/version.m4: Updated to rtems-4.6.99.1.
94
952004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
98
992004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
102
1032004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * aclocal/rtems-top.m4: Add rtems_rootdir.
106        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
107        $rtems_rootdir.
108        * support/include/tmacros.h: Convert to using c99 fixed size types.
109        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
110        RTEMS_TOP.
111        * aclocal/check-custom-bsp.m4: Fix minor typo.
112        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
113        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
114        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
115        aclocal/enable-tests.m4, aclocal/multilib.m4,
116        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
117        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
118        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
119        Add --enable-rtems-root. Rework RTEMS_ROOT.
120
1212004-03-03      Joel Sherrill <joel@OARcorp.com>
122
123        * support/include/buffer_test_io.h: Correct typo.
124
1252004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * aclocal/rtems-top.m4: Rework.
128        * aclocal/project-root.m4: Remove obsolete comments.
129        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
130        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
131        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
132
1332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove subdir tools.
136        * aclocal/target.m4: Remove (Unused).
137
1382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * aclocal/version.m4: 4.6.99.0.
141
1422004-02-03      Joel Sherrill <joel@OARcorp.com>
143
144        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
145        compiler mode.
146
1472004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * support/Makefile.am: Add PREINSTALL_DIRS.
150
1512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
154        PRE/TMPINSTALL_FILES to CLEANFILES.
155
1562004-01-07      Joel Sherrill <joel@OARcorp.com>
157
158        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
159        port more completely covers the MIPS family.
160
1612004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
164        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
165        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
166        Cleanup comments.
167        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
168        Remove build-variants. Hard-code ARCH=o-optimize.
169        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
170        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
171        conditional.
172        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
173        CFLAGS_DEBUG_V.
174        * aclocal/rtems-flags.m4: Remove (Unused).
175        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
176        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
177        (Implicitly handled by automake).
178        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
179        RTEMS_CFLAGS.
180
1812003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
184
1852003-12-17      Joel Sherrill <joel@OARcorp.com>
186
187        * aclocal/version.m4: Updated to rtems-20031217-test.
188
1892003-12-16      Joel Sherrill <joel@OARcorp.com>
190
191        PR 544/tests
192        * support/include/buffer_test_io.h: Various modifications to make
193        tests account for resources and not print at inappropriate times.
194
1952003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
198        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
199
2002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
203        * automake/compila.am: Remove ARCH.
204        * configure.ac, support/configure.ac: Require automake >= 1.8,
205        autoconf >= 2.59.
206        * support/Makefile.am: Use mkdir_p. Remove dirs from
207        PRE/TMPINSTALL_FILES. Use include_HEADERS.
208        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
209
2102003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
213        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
214        AC_SUBST(dirstamp).
215        * aclocal/lead-dot.m4: New (from automake-1.7f).
216
2172003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
220        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
221        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
222        aclocal/check-networking.m4, aclocal/check-posix.m4,
223        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
224        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
225        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
226        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
227        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
228        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
229        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
230        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
231        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
232        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
233        underquoting to silence automake-1.8.
234
2352003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac, support/configure.ac: Reflect having moved to
238        testsuites/.
239
2402003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
243        RTEMS Version message.
244
2452003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * aclocal/canonical-host.m4: Remove.
248        * configure.ac: Remove RTEMS_CANONICAL_HOST.
249        * aclocal/canonical-target-name.m4: Merge-in
250        aclocal/canonical-host.m4.
251
2522003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
255        * aclocal/bsp_alias.m4: Remove.
256
2572003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
260        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
261        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
262        instead of RTEMS_CHECK_CPU.
263        * aclocal/check-cpu.m4: Remove.
264        * configure.ac: Remove RTEMS_CHECK_CPU.
265
2662003-09-04      Joel Sherrill <joel@OARcorp.com>
267
268        * support/include/tmacros.h: URL for license changed.
269
2702003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/rtems-top.m4: Add RTEMS_API.
273        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
274
2752003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
278        * aclocal/enable-tests.m4: Change to support
279        --enable-tests=no|yes|samples, default is samples.
280        * configure.ac: Reflect changes above.
281
2822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
285
2862003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * automake/local.am, automake/host.am: Remove "debug".
289        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
290        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
291        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
292        aclocal/check-cxx.m4, aclocal/check-itron.m4,
293        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
294        aclocal/check-posix.m4, aclocal/check-tool.m4,
295        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
296        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
297        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
298        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
299        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
300        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
301        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
302        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
303        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
304        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
305        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
306        (Copied from ../../../aclocal).
307
3082003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
311        * automake/compile.am, automake/host.am, automake/leaf.am
312        automake/local.am, automake/subdirs.am: New (copied from
313        ../../../automake).
314
3152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
318        bug report email address.
319
3202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
323
3242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
327        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
328
3292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
332        Remove autom4te.cache.
333
3342002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * support/configure.ac: Reflect changes above.  Take out unnecessary
337        autoconf macros.
338        * support/include/Makefile.am: Remove.
339        * support/Makefile.am: Merge in former include/Makefile.am.
340
3412002-08-01      Joel Sherrill <joel@OARcorp.com>
342
343        * Per PR47 add support for buffered test output.  This involved
344        adding defines to redirect output to a buffer and dump it when full,
345        at "test pause", and at exit.  To avoid problems when redefining
346        exit(), all tests were modified to call rtems_test_exit(). Some
347        tests, notable psxtests, had to be modified to include  the standard
348        test macro .h file (pmacros.h or tmacros.h) to enable this support.
349        * support/include/buffer_test_io.h: New file.
350
3512002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Remove ENABLE_GCC28.
354
3552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
358        Remove AUTOMAKE_OPTIONS.
359        * configure.ac, support/configure.ac:
360        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
361        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
362
3632001-11-07      Joel Sherrill <joel@OARcorp.com>
364
365        Tracked as PR72 but related to the object id problem (PR36)
366        reported by Todor.Todorov@barco.com.
367        but discovered independently.
368        * support/include/tmacros.h: Added
369        fatal_directive_check_status_only().
370
3712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
374        2.52.
375        * configure.ac, support/configure.ac: New file, generated from
376        configure.in by autoupdate.
377        * configure.in, support/configure.in: Remove.
378
3792001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
382        handling.
383
3842001-08-16      Joel Sherrill <joel@OARcorp.com>
385
386        * support/include/tmacros.h: Attempt to print errno as further
387        information.
388
3892001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
392        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
393
3942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
395
396        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
397
3982001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
401        * support/Makefile.am: Remove stubdr, wrapup.
402        * support/stubdr/Makefile.am, support/stubdr/open.c,
403        support/stubdr/close.c, support/stubdr/init.c,
404        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
405        support/stubdr/.cvsignore, support/stubdr/read.c,
406        support/stubdr/write.c, support/wrapup/Makefile.am,
407        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
408
4092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
412        in ACLOCAL_AMFLAGS.
413
4142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
417        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
418        $(RTEMS_TOPdir)/aclocal.
419
4202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
423        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
424
4252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
428        compile.am
429
4302000-08-10      Joel Sherrill <joel@OARcorp.com>
431
432        * ChangeLog, support/ChangeLog: New file.
433
Note: See TracBrowser for help on using the repository browser.