source: rtems/testsuites/ChangeLog @ 6056475

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

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

  • aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set up temporary CPPFLAGS to compile check cpuopts.h.
  • Property mode set to 100644
File size: 14.6 KB
Line 
12005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
4        up temporary CPPFLAGS to compile check cpuopts.h.
5        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
6        --enable-project-root. Remove --with-project-root.
7        Fix --enable-rtems-root.
8        * automake/compile.am, aclocal/env-rtemsbsp.m4:
9        Assume PROJECT_ROOT to contain RTEMS_BSP.
10
112005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
14        * Makefile.am: Merge-in support/Makefile.am
15        * aclocal/check-cpuopts.m4: Add config.cache support.
16        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
17        OBJS from LINK_FILES.
18        * configure.ac: Add AMPOLISH3. Remove support/.
19
202005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
23        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
24        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
25        Remove RTEMS_GCC_SPECS.
26        * aclocal/check-multiprocessing.m4: Don't require
27        RTEMS_ENABLE_MULTILIB.
28        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
29        GCCSPECS.
30        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
31        RTEMS_CXXFLAGS.
32        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
33        RTEMS_CFLAGS.
34        * aclocal/check-cpuopts.m4: New.
35        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
36        manually set up GCCSPEC (Now setup from inside configure). Remove
37        RTEMS_RELLDFLAGS (Used).
38        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
39        aclocal/multilib.m4: Remove (Unused).
40        * automake/compile.am: Remove CCAS support.
41
422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * automake/compile.am: Remove depend.
45        * automake/compile.am: Take contents of amcompile.am.
46        * aclocal/check-posix.m4: Sync with cpukit.
47        * automake/local.am: Remove depend-am.
48        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
49        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
50        Remove.
51        * automake/subdirs.am: Remove depend-recursive.
52        * configure.ac: Sync POSIX and ITRON magic with cpukit.
53        * automake/amcompile.am: New.
54
552005-09-02      Joel Sherrill <joel@OARcorp.com>
56
57        * aclocal/version.m4: Updated to rtems-4.6.99.2.
58
592004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
62        is defined.
63        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
64        itron for unix.
65
662004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
69        * configure.ac, support/configure.ac: Require automake > 1.9.
70
712004-07-28      Joel Sherrill <joel@OARcorp.com>
72
73        * aclocal/version.m4: Updated to rtems-4.6.99.1.
74
752004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
78
792004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
82
832004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * aclocal/rtems-top.m4: Add rtems_rootdir.
86        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
87        $rtems_rootdir.
88        * support/include/tmacros.h: Convert to using c99 fixed size types.
89        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
90        RTEMS_TOP.
91        * aclocal/check-custom-bsp.m4: Fix minor typo.
92        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
93        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
94        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
95        aclocal/enable-tests.m4, aclocal/multilib.m4,
96        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
97        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
98        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
99        Add --enable-rtems-root. Rework RTEMS_ROOT.
100
1012004-03-03      Joel Sherrill <joel@OARcorp.com>
102
103        * support/include/buffer_test_io.h: Correct typo.
104
1052004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/rtems-top.m4: Rework.
108        * aclocal/project-root.m4: Remove obsolete comments.
109        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
110        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
111        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
112
1132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove subdir tools.
116        * aclocal/target.m4: Remove (Unused).
117
1182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * aclocal/version.m4: 4.6.99.0.
121
1222004-02-03      Joel Sherrill <joel@OARcorp.com>
123
124        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
125        compiler mode.
126
1272004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * support/Makefile.am: Add PREINSTALL_DIRS.
130
1312004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
134        PRE/TMPINSTALL_FILES to CLEANFILES.
135
1362004-01-07      Joel Sherrill <joel@OARcorp.com>
137
138        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
139        port more completely covers the MIPS family.
140
1412004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
144        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
145        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
146        Cleanup comments.
147        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
148        Remove build-variants. Hard-code ARCH=o-optimize.
149        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
150        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
151        conditional.
152        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
153        CFLAGS_DEBUG_V.
154        * aclocal/rtems-flags.m4: Remove (Unused).
155        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
156        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
157        (Implicitly handled by automake).
158        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
159        RTEMS_CFLAGS.
160
1612003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
164
1652003-12-17      Joel Sherrill <joel@OARcorp.com>
166
167        * aclocal/version.m4: Updated to rtems-20031217-test.
168
1692003-12-16      Joel Sherrill <joel@OARcorp.com>
170
171        PR 544/tests
172        * support/include/buffer_test_io.h: Various modifications to make
173        tests account for resources and not print at inappropriate times.
174
1752003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
178        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
179
1802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
183        * automake/compila.am: Remove ARCH.
184        * configure.ac, support/configure.ac: Require automake >= 1.8,
185        autoconf >= 2.59.
186        * support/Makefile.am: Use mkdir_p. Remove dirs from
187        PRE/TMPINSTALL_FILES. Use include_HEADERS.
188        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
189
1902003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
193        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
194        AC_SUBST(dirstamp).
195        * aclocal/lead-dot.m4: New (from automake-1.7f).
196
1972003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
200        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
201        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
202        aclocal/check-networking.m4, aclocal/check-posix.m4,
203        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
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-rtemsbsp.m4, aclocal/enable-tests.m4,
208        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
209        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
210        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
211        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
212        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
213        underquoting to silence automake-1.8.
214
2152003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac, support/configure.ac: Reflect having moved to
218        testsuites/.
219
2202003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
223        RTEMS Version message.
224
2252003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * aclocal/canonical-host.m4: Remove.
228        * configure.ac: Remove RTEMS_CANONICAL_HOST.
229        * aclocal/canonical-target-name.m4: Merge-in
230        aclocal/canonical-host.m4.
231
2322003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
235        * aclocal/bsp_alias.m4: Remove.
236
2372003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
240        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
241        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
242        instead of RTEMS_CHECK_CPU.
243        * aclocal/check-cpu.m4: Remove.
244        * configure.ac: Remove RTEMS_CHECK_CPU.
245
2462003-09-04      Joel Sherrill <joel@OARcorp.com>
247
248        * support/include/tmacros.h: URL for license changed.
249
2502003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * aclocal/rtems-top.m4: Add RTEMS_API.
253        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
254
2552003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
258        * aclocal/enable-tests.m4: Change to support
259        --enable-tests=no|yes|samples, default is samples.
260        * configure.ac: Reflect changes above.
261
2622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
265
2662003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * automake/local.am, automake/host.am: Remove "debug".
269        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
270        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
271        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
272        aclocal/check-cxx.m4, aclocal/check-itron.m4,
273        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
274        aclocal/check-posix.m4, aclocal/check-tool.m4,
275        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
276        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
277        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
278        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
279        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
280        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
281        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
282        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
283        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
284        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
285        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
286        (Copied from ../../../aclocal).
287
2882003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
291        * automake/compile.am, automake/host.am, automake/leaf.am
292        automake/local.am, automake/subdirs.am: New (copied from
293        ../../../automake).
294
2952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
298        bug report email address.
299
3002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
303
3042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
307        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
308
3092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
312        Remove autom4te.cache.
313
3142002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * support/configure.ac: Reflect changes above.  Take out unnecessary
317        autoconf macros.
318        * support/include/Makefile.am: Remove.
319        * support/Makefile.am: Merge in former include/Makefile.am.
320
3212002-08-01      Joel Sherrill <joel@OARcorp.com>
322
323        * Per PR47 add support for buffered test output.  This involved
324        adding defines to redirect output to a buffer and dump it when full,
325        at "test pause", and at exit.  To avoid problems when redefining
326        exit(), all tests were modified to call rtems_test_exit(). Some
327        tests, notable psxtests, had to be modified to include  the standard
328        test macro .h file (pmacros.h or tmacros.h) to enable this support.
329        * support/include/buffer_test_io.h: New file.
330
3312002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Remove ENABLE_GCC28.
334
3352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
338        Remove AUTOMAKE_OPTIONS.
339        * configure.ac, support/configure.ac:
340        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
341        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
342
3432001-11-07      Joel Sherrill <joel@OARcorp.com>
344
345        Tracked as PR72 but related to the object id problem (PR36)
346        reported by Todor.Todorov@barco.com.
347        but discovered independently.
348        * support/include/tmacros.h: Added
349        fatal_directive_check_status_only().
350
3512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
354        2.52.
355        * configure.ac, support/configure.ac: New file, generated from
356        configure.in by autoupdate.
357        * configure.in, support/configure.in: Remove.
358
3592001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
362        handling.
363
3642001-08-16      Joel Sherrill <joel@OARcorp.com>
365
366        * support/include/tmacros.h: Attempt to print errno as further
367        information.
368
3692001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
372        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
373
3742001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
375
376        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
377
3782001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
381        * support/Makefile.am: Remove stubdr, wrapup.
382        * support/stubdr/Makefile.am, support/stubdr/open.c,
383        support/stubdr/close.c, support/stubdr/init.c,
384        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
385        support/stubdr/.cvsignore, support/stubdr/read.c,
386        support/stubdr/write.c, support/wrapup/Makefile.am,
387        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
388
3892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
392        in ACLOCAL_AMFLAGS.
393
3942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
397        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
398        $(RTEMS_TOPdir)/aclocal.
399
4002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
403        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
404
4052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
408        compile.am
409
4102000-08-10      Joel Sherrill <joel@OARcorp.com>
411
412        * ChangeLog, support/ChangeLog: New file.
413
Note: See TracBrowser for help on using the repository browser.