source: rtems/testsuites/ChangeLog @ b74d63c

4.104.114.84.95
Last change on this file since b74d63c was b74d63c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 09:33:52

2005-11-09 Ralf Corsepius <ralf.corsepius@…>

  • aclocal/rtems-top.m4: Add --enable-cpukit-root, --enable-project-root. Remove --with-project-root. Fix --enable-rtems-root.
  • Property mode set to 100644
File size: 14.5 KB
Line 
12005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
4        --enable-project-root. Remove --with-project-root.
5        Fix --enable-rtems-root.
6        * automake/compile.am, aclocal/env-rtemsbsp.m4:
7        Assume PROJECT_ROOT to contain RTEMS_BSP.
8
92005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
12        * Makefile.am: Merge-in support/Makefile.am
13        * aclocal/check-cpuopts.m4: Add config.cache support.
14        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
15        OBJS from LINK_FILES.
16        * configure.ac: Add AMPOLISH3. Remove support/.
17
182005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
21        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
22        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
23        Remove RTEMS_GCC_SPECS.
24        * aclocal/check-multiprocessing.m4: Don't require
25        RTEMS_ENABLE_MULTILIB.
26        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
27        GCCSPECS.
28        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
29        RTEMS_CXXFLAGS.
30        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
31        RTEMS_CFLAGS.
32        * aclocal/check-cpuopts.m4: New.
33        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
34        manually set up GCCSPEC (Now setup from inside configure). Remove
35        RTEMS_RELLDFLAGS (Used).
36        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
37        aclocal/multilib.m4: Remove (Unused).
38        * automake/compile.am: Remove CCAS support.
39
402005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * automake/compile.am: Remove depend.
43        * automake/compile.am: Take contents of amcompile.am.
44        * aclocal/check-posix.m4: Sync with cpukit.
45        * automake/local.am: Remove depend-am.
46        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
47        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
48        Remove.
49        * automake/subdirs.am: Remove depend-recursive.
50        * configure.ac: Sync POSIX and ITRON magic with cpukit.
51        * automake/amcompile.am: New.
52
532005-09-02      Joel Sherrill <joel@OARcorp.com>
54
55        * aclocal/version.m4: Updated to rtems-4.6.99.2.
56
572004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
60        is defined.
61        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
62        itron for unix.
63
642004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
67        * configure.ac, support/configure.ac: Require automake > 1.9.
68
692004-07-28      Joel Sherrill <joel@OARcorp.com>
70
71        * aclocal/version.m4: Updated to rtems-4.6.99.1.
72
732004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
76
772004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
80
812004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * aclocal/rtems-top.m4: Add rtems_rootdir.
84        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
85        $rtems_rootdir.
86        * support/include/tmacros.h: Convert to using c99 fixed size types.
87        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
88        RTEMS_TOP.
89        * aclocal/check-custom-bsp.m4: Fix minor typo.
90        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
91        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
92        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
93        aclocal/enable-tests.m4, aclocal/multilib.m4,
94        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
95        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
96        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
97        Add --enable-rtems-root. Rework RTEMS_ROOT.
98
992004-03-03      Joel Sherrill <joel@OARcorp.com>
100
101        * support/include/buffer_test_io.h: Correct typo.
102
1032004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * aclocal/rtems-top.m4: Rework.
106        * aclocal/project-root.m4: Remove obsolete comments.
107        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
108        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
109        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
110
1112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Remove subdir tools.
114        * aclocal/target.m4: Remove (Unused).
115
1162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * aclocal/version.m4: 4.6.99.0.
119
1202004-02-03      Joel Sherrill <joel@OARcorp.com>
121
122        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
123        compiler mode.
124
1252004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * support/Makefile.am: Add PREINSTALL_DIRS.
128
1292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
132        PRE/TMPINSTALL_FILES to CLEANFILES.
133
1342004-01-07      Joel Sherrill <joel@OARcorp.com>
135
136        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
137        port more completely covers the MIPS family.
138
1392004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
142        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
143        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
144        Cleanup comments.
145        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
146        Remove build-variants. Hard-code ARCH=o-optimize.
147        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
148        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
149        conditional.
150        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
151        CFLAGS_DEBUG_V.
152        * aclocal/rtems-flags.m4: Remove (Unused).
153        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
154        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
155        (Implicitly handled by automake).
156        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
157        RTEMS_CFLAGS.
158
1592003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
162
1632003-12-17      Joel Sherrill <joel@OARcorp.com>
164
165        * aclocal/version.m4: Updated to rtems-20031217-test.
166
1672003-12-16      Joel Sherrill <joel@OARcorp.com>
168
169        PR 544/tests
170        * support/include/buffer_test_io.h: Various modifications to make
171        tests account for resources and not print at inappropriate times.
172
1732003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
176        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
177
1782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
181        * automake/compila.am: Remove ARCH.
182        * configure.ac, support/configure.ac: Require automake >= 1.8,
183        autoconf >= 2.59.
184        * support/Makefile.am: Use mkdir_p. Remove dirs from
185        PRE/TMPINSTALL_FILES. Use include_HEADERS.
186        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
187
1882003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
191        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
192        AC_SUBST(dirstamp).
193        * aclocal/lead-dot.m4: New (from automake-1.7f).
194
1952003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
198        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
199        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
200        aclocal/check-networking.m4, aclocal/check-posix.m4,
201        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
202        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
203        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
204        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
205        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
206        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
207        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
208        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
209        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
210        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
211        underquoting to silence automake-1.8.
212
2132003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac, support/configure.ac: Reflect having moved to
216        testsuites/.
217
2182003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
221        RTEMS Version message.
222
2232003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * aclocal/canonical-host.m4: Remove.
226        * configure.ac: Remove RTEMS_CANONICAL_HOST.
227        * aclocal/canonical-target-name.m4: Merge-in
228        aclocal/canonical-host.m4.
229
2302003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
233        * aclocal/bsp_alias.m4: Remove.
234
2352003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
238        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
239        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
240        instead of RTEMS_CHECK_CPU.
241        * aclocal/check-cpu.m4: Remove.
242        * configure.ac: Remove RTEMS_CHECK_CPU.
243
2442003-09-04      Joel Sherrill <joel@OARcorp.com>
245
246        * support/include/tmacros.h: URL for license changed.
247
2482003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * aclocal/rtems-top.m4: Add RTEMS_API.
251        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
252
2532003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
256        * aclocal/enable-tests.m4: Change to support
257        --enable-tests=no|yes|samples, default is samples.
258        * configure.ac: Reflect changes above.
259
2602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
263
2642003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * automake/local.am, automake/host.am: Remove "debug".
267        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
268        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
269        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
270        aclocal/check-cxx.m4, aclocal/check-itron.m4,
271        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
272        aclocal/check-posix.m4, aclocal/check-tool.m4,
273        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
274        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
275        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
276        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
277        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
278        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
279        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
280        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
281        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
282        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
283        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
284        (Copied from ../../../aclocal).
285
2862003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
289        * automake/compile.am, automake/host.am, automake/leaf.am
290        automake/local.am, automake/subdirs.am: New (copied from
291        ../../../automake).
292
2932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
296        bug report email address.
297
2982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
301
3022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
305        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
306
3072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
310        Remove autom4te.cache.
311
3122002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * support/configure.ac: Reflect changes above.  Take out unnecessary
315        autoconf macros.
316        * support/include/Makefile.am: Remove.
317        * support/Makefile.am: Merge in former include/Makefile.am.
318
3192002-08-01      Joel Sherrill <joel@OARcorp.com>
320
321        * Per PR47 add support for buffered test output.  This involved
322        adding defines to redirect output to a buffer and dump it when full,
323        at "test pause", and at exit.  To avoid problems when redefining
324        exit(), all tests were modified to call rtems_test_exit(). Some
325        tests, notable psxtests, had to be modified to include  the standard
326        test macro .h file (pmacros.h or tmacros.h) to enable this support.
327        * support/include/buffer_test_io.h: New file.
328
3292002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Remove ENABLE_GCC28.
332
3332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
336        Remove AUTOMAKE_OPTIONS.
337        * configure.ac, support/configure.ac:
338        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
339        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
340
3412001-11-07      Joel Sherrill <joel@OARcorp.com>
342
343        Tracked as PR72 but related to the object id problem (PR36)
344        reported by Todor.Todorov@barco.com.
345        but discovered independently.
346        * support/include/tmacros.h: Added
347        fatal_directive_check_status_only().
348
3492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
352        2.52.
353        * configure.ac, support/configure.ac: New file, generated from
354        configure.in by autoupdate.
355        * configure.in, support/configure.in: Remove.
356
3572001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
360        handling.
361
3622001-08-16      Joel Sherrill <joel@OARcorp.com>
363
364        * support/include/tmacros.h: Attempt to print errno as further
365        information.
366
3672001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
370        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
371
3722001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
373
374        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
375
3762001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
379        * support/Makefile.am: Remove stubdr, wrapup.
380        * support/stubdr/Makefile.am, support/stubdr/open.c,
381        support/stubdr/close.c, support/stubdr/init.c,
382        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
383        support/stubdr/.cvsignore, support/stubdr/read.c,
384        support/stubdr/write.c, support/wrapup/Makefile.am,
385        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
386
3872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
390        in ACLOCAL_AMFLAGS.
391
3922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
395        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
396        $(RTEMS_TOPdir)/aclocal.
397
3982000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
401        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
402
4032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
406        compile.am
407
4082000-08-10      Joel Sherrill <joel@OARcorp.com>
409
410        * ChangeLog, support/ChangeLog: New file.
411
Note: See TracBrowser for help on using the repository browser.