source: rtems/testsuites/ChangeLog @ 83a66aa

4.104.114.95
Last change on this file since 83a66aa was 83a66aa, checked in by Joel Sherrill <joel.sherrill@…>, on 01/29/08 at 21:53:40

2008-01-29 Joel Sherrill <joel.sherrill@…>

  • support/include/tmacros.h: Add new rtems_test_assert() which exits rather than calling fatal error.
  • Property mode set to 100644
File size: 18.2 KB
Line 
12008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * support/include/tmacros.h: Add new rtems_test_assert() which exits
4        rather than calling fatal error.
5
62007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * support/include/tmacros.h: Add new helper for POSIX tests.
9
102007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * aclocal/version.m4: Bump RTEMS_API to 4.9.
13        Bump RTEMS_VERSION to 4.8.99.0.
14
152007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * support/include/buffer_test_io.h: Add support for using printk for
18        output in tests. This should be followed up by disabling the console
19        driver and other support when the tests are using printk.
20
212007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
24        rtems/score/cpuopts.h.
25
262006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: New BUG-REPORT address.
29
302006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * aclocal/rtems-top.m4: Remove RTEMS_API.
33        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
34
352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
38
392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * aclocal/version.m4: Bump version to 4.7.99.0.
42
432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Require autoconf-2.60. Require automake-1.10.
46
472006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
48
49        * samples/fileio/system.h:
50        (PR1118) make use of the new confdefs.h mechanisms
51        for the IDE/ATA interface
52       
532006-04-18  Joel Sherrill <joel@OARcorp.com>
54
55        * aclocal/version.m4: Updated to rtems-4.6.99.3.
56
572006-02-01      Joel Sherrill <joel@OARcorp.com>
58
59        PR 855/tests
60        * support/include/tmacros.h: Fix typo.
61
622005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * aclocal/enable-bare.m4: Remove (Unused).
65        * aclocal/env-rtemsbsp.m4, configure.ac:
66        Remove RTEMS_ENABLE_BARE,
67        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
68
692005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * automake/compile.am: Remove .coff. Remove .obj.
72
732005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * automake/local.am: Remove depend.
76        * automake/host.am: Remove depend.
77        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
78        * automake/local.am: Remove preinstall-am.
79        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
80        Set rtems_testsdir to $libdir/rtems-4.7/tests.
81        * configure.ac: Remove AMPOLISH3 (Unused).
82        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
83        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
84        Remove ARCH. Remove LINK_LIBS.
85        Extend clean-local to catch most temporary files make-exe is
86        creating.
87        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
88        Remove project_includedir.
89        Add rtems_testsdir.
90        * aclocal/rtems-top.m4: Remove dirstamp.
91
922005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Remove preinstall.am
95        * preinstall.am: Remove.
96        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
97
982005-11-10      Joel Sherrill <joel@OARcorp.com>
99
100        * support/.cvsignore: New file.
101
1022005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * Makefile.am: Don't preinstall support/include headers.
105        * configure.ac: Fix config-variables of conditionally built subdirs.
106
1072005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
110        aclocal/check-networking.m4, aclocal/check-posix.m4,
111        aclocal/check-tests.m4, aclocal/enable-itron.m4,
112        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
113        aclocal/enable-posix.m4: Remove (Unused).
114
1152005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
118        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
119        GCCSPECS.
120        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
121        up temporary CPPFLAGS to compile check cpuopts.h.
122        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
123        --enable-project-root. Remove --with-project-root.
124        Fix --enable-rtems-root.
125        * automake/compile.am, aclocal/env-rtemsbsp.m4:
126        Assume PROJECT_ROOT to contain RTEMS_BSP.
127
1282005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
131        * Makefile.am: Merge-in support/Makefile.am
132        * aclocal/check-cpuopts.m4: Add config.cache support.
133        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
134        OBJS from LINK_FILES.
135        * configure.ac: Add AMPOLISH3. Remove support/.
136
1372005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
140        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
141        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
142        Remove RTEMS_GCC_SPECS.
143        * aclocal/check-multiprocessing.m4: Don't require
144        RTEMS_ENABLE_MULTILIB.
145        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
146        GCCSPECS.
147        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
148        RTEMS_CXXFLAGS.
149        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
150        RTEMS_CFLAGS.
151        * aclocal/check-cpuopts.m4: New.
152        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
153        manually set up GCCSPEC (Now setup from inside configure). Remove
154        RTEMS_RELLDFLAGS (Used).
155        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
156        aclocal/multilib.m4: Remove (Unused).
157        * automake/compile.am: Remove CCAS support.
158
1592005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * automake/compile.am: Remove depend.
162        * automake/compile.am: Take contents of amcompile.am.
163        * aclocal/check-posix.m4: Sync with cpukit.
164        * automake/local.am: Remove depend-am.
165        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
166        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
167        Remove.
168        * automake/subdirs.am: Remove depend-recursive.
169        * configure.ac: Sync POSIX and ITRON magic with cpukit.
170        * automake/amcompile.am: New.
171
1722005-09-02      Joel Sherrill <joel@OARcorp.com>
173
174        * aclocal/version.m4: Updated to rtems-4.6.99.2.
175
1762004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
179        is defined.
180        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
181        itron for unix.
182
1832004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
186        * configure.ac, support/configure.ac: Require automake > 1.9.
187
1882004-07-28      Joel Sherrill <joel@OARcorp.com>
189
190        * aclocal/version.m4: Updated to rtems-4.6.99.1.
191
1922004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
195
1962004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
199
2002004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * aclocal/rtems-top.m4: Add rtems_rootdir.
203        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
204        $rtems_rootdir.
205        * support/include/tmacros.h: Convert to using c99 fixed size types.
206        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
207        RTEMS_TOP.
208        * aclocal/check-custom-bsp.m4: Fix minor typo.
209        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
210        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
211        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
212        aclocal/enable-tests.m4, aclocal/multilib.m4,
213        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
214        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
215        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
216        Add --enable-rtems-root. Rework RTEMS_ROOT.
217
2182004-03-03      Joel Sherrill <joel@OARcorp.com>
219
220        * support/include/buffer_test_io.h: Correct typo.
221
2222004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * aclocal/rtems-top.m4: Rework.
225        * aclocal/project-root.m4: Remove obsolete comments.
226        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
227        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
228        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
229
2302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Remove subdir tools.
233        * aclocal/target.m4: Remove (Unused).
234
2352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * aclocal/version.m4: 4.6.99.0.
238
2392004-02-03      Joel Sherrill <joel@OARcorp.com>
240
241        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
242        compiler mode.
243
2442004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * support/Makefile.am: Add PREINSTALL_DIRS.
247
2482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
251        PRE/TMPINSTALL_FILES to CLEANFILES.
252
2532004-01-07      Joel Sherrill <joel@OARcorp.com>
254
255        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
256        port more completely covers the MIPS family.
257
2582004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
261        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
262        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
263        Cleanup comments.
264        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
265        Remove build-variants. Hard-code ARCH=o-optimize.
266        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
267        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
268        conditional.
269        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
270        CFLAGS_DEBUG_V.
271        * aclocal/rtems-flags.m4: Remove (Unused).
272        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
273        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
274        (Implicitly handled by automake).
275        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
276        RTEMS_CFLAGS.
277
2782003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
281
2822003-12-17      Joel Sherrill <joel@OARcorp.com>
283
284        * aclocal/version.m4: Updated to rtems-20031217-test.
285
2862003-12-16      Joel Sherrill <joel@OARcorp.com>
287
288        PR 544/tests
289        * support/include/buffer_test_io.h: Various modifications to make
290        tests account for resources and not print at inappropriate times.
291
2922003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
295        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
296
2972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
300        * automake/compila.am: Remove ARCH.
301        * configure.ac, support/configure.ac: Require automake >= 1.8,
302        autoconf >= 2.59.
303        * support/Makefile.am: Use mkdir_p. Remove dirs from
304        PRE/TMPINSTALL_FILES. Use include_HEADERS.
305        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
306
3072003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
310        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
311        AC_SUBST(dirstamp).
312        * aclocal/lead-dot.m4: New (from automake-1.7f).
313
3142003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
317        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
318        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
319        aclocal/check-networking.m4, aclocal/check-posix.m4,
320        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
321        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
322        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
323        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
324        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
325        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
326        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
327        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
328        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
329        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
330        underquoting to silence automake-1.8.
331
3322003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac, support/configure.ac: Reflect having moved to
335        testsuites/.
336
3372003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
340        RTEMS Version message.
341
3422003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * aclocal/canonical-host.m4: Remove.
345        * configure.ac: Remove RTEMS_CANONICAL_HOST.
346        * aclocal/canonical-target-name.m4: Merge-in
347        aclocal/canonical-host.m4.
348
3492003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
352        * aclocal/bsp_alias.m4: Remove.
353
3542003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
357        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
358        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
359        instead of RTEMS_CHECK_CPU.
360        * aclocal/check-cpu.m4: Remove.
361        * configure.ac: Remove RTEMS_CHECK_CPU.
362
3632003-09-04      Joel Sherrill <joel@OARcorp.com>
364
365        * support/include/tmacros.h: URL for license changed.
366
3672003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * aclocal/rtems-top.m4: Add RTEMS_API.
370        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
371
3722003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
375        * aclocal/enable-tests.m4: Change to support
376        --enable-tests=no|yes|samples, default is samples.
377        * configure.ac: Reflect changes above.
378
3792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
382
3832003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * automake/local.am, automake/host.am: Remove "debug".
386        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
387        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
388        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
389        aclocal/check-cxx.m4, aclocal/check-itron.m4,
390        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
391        aclocal/check-posix.m4, aclocal/check-tool.m4,
392        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
393        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
394        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
395        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
396        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
397        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
398        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
399        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
400        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
401        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
402        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
403        (Copied from ../../../aclocal).
404
4052003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
408        * automake/compile.am, automake/host.am, automake/leaf.am
409        automake/local.am, automake/subdirs.am: New (copied from
410        ../../../automake).
411
4122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
415        bug report email address.
416
4172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
420
4212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
424        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
425
4262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
429        Remove autom4te.cache.
430
4312002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * support/configure.ac: Reflect changes above.  Take out unnecessary
434        autoconf macros.
435        * support/include/Makefile.am: Remove.
436        * support/Makefile.am: Merge in former include/Makefile.am.
437
4382002-08-01      Joel Sherrill <joel@OARcorp.com>
439
440        * Per PR47 add support for buffered test output.  This involved
441        adding defines to redirect output to a buffer and dump it when full,
442        at "test pause", and at exit.  To avoid problems when redefining
443        exit(), all tests were modified to call rtems_test_exit(). Some
444        tests, notable psxtests, had to be modified to include  the standard
445        test macro .h file (pmacros.h or tmacros.h) to enable this support.
446        * support/include/buffer_test_io.h: New file.
447
4482002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: Remove ENABLE_GCC28.
451
4522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
455        Remove AUTOMAKE_OPTIONS.
456        * configure.ac, support/configure.ac:
457        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
458        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
459
4602001-11-07      Joel Sherrill <joel@OARcorp.com>
461
462        Tracked as PR72 but related to the object id problem (PR36)
463        reported by Todor.Todorov@barco.com.
464        but discovered independently.
465        * support/include/tmacros.h: Added
466        fatal_directive_check_status_only().
467
4682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
471        2.52.
472        * configure.ac, support/configure.ac: New file, generated from
473        configure.in by autoupdate.
474        * configure.in, support/configure.in: Remove.
475
4762001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
479        handling.
480
4812001-08-16      Joel Sherrill <joel@OARcorp.com>
482
483        * support/include/tmacros.h: Attempt to print errno as further
484        information.
485
4862001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
489        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
490
4912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
492
493        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
494
4952001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
498        * support/Makefile.am: Remove stubdr, wrapup.
499        * support/stubdr/Makefile.am, support/stubdr/open.c,
500        support/stubdr/close.c, support/stubdr/init.c,
501        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
502        support/stubdr/.cvsignore, support/stubdr/read.c,
503        support/stubdr/write.c, support/wrapup/Makefile.am,
504        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
505
5062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
509        in ACLOCAL_AMFLAGS.
510
5112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
514        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
515        $(RTEMS_TOPdir)/aclocal.
516
5172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
520        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
521
5222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
525        compile.am
526
5272000-08-10      Joel Sherrill <joel@OARcorp.com>
528
529        * ChangeLog, support/ChangeLog: New file.
530
Note: See TracBrowser for help on using the repository browser.