source: rtems/testsuites/ChangeLog @ 81be799

4.104.114.95
Last change on this file since 81be799 was 81be799, checked in by Joel Sherrill <joel.sherrill@…>, on 12/17/07 at 16:08:17

2007-12-17 Joel Sherrill <joel.sherrill@…>

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