source: rtems/ChangeLog @ 4812b65b

4.104.114.84.95
Last change on this file since 4812b65b was 4812b65b, checked in by Joel Sherrill <joel.sherrill@…>, on 11/14/01 at 00:04:32

2001-11-13 Joel Sherrill <joel@…>

  • COPYING: Test of $Id$ -> $RTEMS$.
  • Property mode set to 100644
File size: 14.3 KB
Line 
12001-11-13      Joel Sherrill <joel@OARcorp.com>
2
3        * COPYING: Test of $Id$ -> $RTEMS$.
4
52001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
6
7        This modification is part of the submitted modifications necessary to
8        support the IBM PPC405 family.  This submission was reviewed by
9        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
10        not negatively impact the ppc403 BSPs.  The submission and tracking
11        process was captured as PR50.
12        * README.configure: Added gen405 BSP.
13
142001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Adopt more automake rules:
17        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
18        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
19        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
20        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
21        CXXLINK_APP in make-cxx-exe.
22        * automake/lib.am: Add ARFLAGS.
23
242001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
27        config.cache's which prevented powerpc targets librdbg from building.
28
292001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
32        add 2nd arg to _RTEMS_CPU_SUBDIR.
33        * aclocal/target.m4: Replace ac_configure_args with
34        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
35        * Makefile.am: Require automake-1.5.
36
372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
40        * configure.in: Remove.
41        * configure.ac: New file, generated from configure.in by autoupdate.
42
432001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * aclocal/rtems-cpu-subdirs.m4: New file.
46
472001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * automake/compile.am: Fundamentally reworked compilation rules for
50        closer adaptation to automake's behavior.
51
522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * automake/lib.am: Comment out LD.
55        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
56        automake/leaf.am to AUTOMAKE_FILES.
57
582001-09-27      Joel Sherrill <joel@OARcorp.com>
59
60        * config.guess: No longer in CVS since installed by bootstrap.
61
622001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * bootstrap: remove/add automake added files.
65        * .cvsignore: reflect changes to bootstrap.
66
672001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * automake/leaf.am: New file.
70
712001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
74        of AC_CANONICAL_SYSTEM.
75        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
76        mkinstalldirs and mkdir.
77        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
78        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
79        _RTEMS_OUTPUT_BUILD_SUBDIRS.
80       
812001-09-13      Joel Sherrill <joel@OARcorp.com>
82
83        * missing: Updated to latest version.
84
852001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.in: autoupdate to autoconf-2.52.
88        * bootstrap: Add handling for configure.ac, make autoheader verbose,
89        fix auto*tool invocation order.
90        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
91        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
92        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
93        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
94        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
95        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
96        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
97        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
98        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
99        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
100        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
101        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
102        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
103        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
104        RTEMS_CONFIG_PER_BSP conditional.
105        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
106        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
107        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
108
1092001-05-25      Joel Sherrill <joel@OARcorp.com>
110
111        * README.configure: Corrected the name of the MRM332 BSP.
112        Strengthened the distinction between what the target
113        and the BSP each select.  Added more targets to list.
114
1152001-05-25      Joel Sherrill <joel@OARcorp.com>
116
117        * README.configure: Updated the list of BSPs.
118
1192001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
122        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
123        Add support for DOS-drive-letters.
124
1252001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
128        RTEMS_PROG_CC_FOR_TARGET.
129
1302001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * README.cdn-X: Update.
133        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
134        @CPPFLAGS@ to CPPFLAGS.
135
1362001-04-20      Eric Valette <valette@crf.canon.fr>
137
138        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
139        BSPs support the new exception processing model and
140        consequently, librdbg.
141
1422001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Reworked for Canadian Cross support.
145        * Makefile.am: Reflect changes to configure.in.
146        * config.guess, config.sub: Update from subversions.gnu.org.
147        * README.cdn-X: New file.
148        * tools/Makefile.am: Remove build, tools from SUBDIRS.
149
1502001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
153        TARGET_CONFIG_SUBDIRS.
154        * aclocal/enable-bsp.m4: fix quoting.
155        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
156
1572001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * aclocal/config-subdirs.m4: New file.
160        * aclocal/target.m4: Use macros from config-subdirs.m4.
161
1622001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
165        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
166
1672001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.in: Fix AM_INIT_AUTOMAKE.
170        * aclocal/bsp-arg-enable.m4: Extend comments.
171        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
172        the default clause.
173
1742001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
177        RTEMS_ENV_RTEMSCPU.
178        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
179        special treatment for GCC_SPECS.
180        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
181        special treatment for GCC_SPECS.
182        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
183        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
184        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
185        instead of $(shell ..) for LIBC_LIB*.
186
1872001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
190        simsh7045.
191
1922001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
193
194        * automake/compile.am: Add LD.
195
1962000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * config.guess, config.sub: Update from CVS-autoconf to pick
199        up new features (e.g. CC_FOR_BUILD in config.guess) but is
200        necessary anyway to use autoconf-versions > 2.13.
201
2022000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
205        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
206        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
207        help string.
208        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
209
2102000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
211
212        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
213        Modified to reflect addition of LEON BSPs as well as the
214        no-FP ERC32 variant.
215
2162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
219        standard).
220        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
221        standard).
222        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
223        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
224        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
225        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
226
2272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
230        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
231        $host instead of $target (BUG-FIX).
232        * configure.in: Use $target and $host instead of $target_alias and
233        $host_alias (autoconf-2.49b).
234        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
235        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
236
237        NOTES:
238        * autoconf-2.49b depredicates using changequotes.
239        * The changes to configure.in are due to cleanups in
240        autoconf-2.49b's implemention of canonicalization. With
241        autoconf-2.1x it wasn't always clear, when to use $xxx or
242        $xxx_alias. Now this is clear.
243
2442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
247
2482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
251        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
252        with an RTEMS specific but more restrictive autoconf macro.
253
2542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * automake/lib.am: Add LD.
257
2582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
261        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
262
2632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264 
265        * aclocal/*: Replace with contents of macros/*.m4
266        * macros/: Remove.
267        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
268        * Makefile.am: Reflect changes to aclocal/ and macros/.
269
2702000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.in: New, Cygnus/GNU style configuration.
273        * Makefile.am: Add macros/, reflect new configure.in,
274        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
275        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
276        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
277        * macros/tool-prefix.m4: Remove.
278        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
279        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
280        RTEMS_ROOT.
281        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
282        * macros/multilib.m4: Various minor fixes.
283        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
284        PROJECT_ROOT, RTEMS_ROOT.
285        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
286        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
287
2882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * automake/multilib.am: New file.
291        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
292        the automake/ directory.
293
2942000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * macros/enable-hwapi.m4: Removed.
297        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
298        A small cleanup step towards gnu-canonicalization.
299
3002000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * macros: New directory.
303        * macros/bsp-alias.m4: new file.
304        * macros/canonical-host.m4: new file.
305        * macros/canonical-target-name.m4: new file.
306        * macros/canonicalize-tools.m4: new file.
307        * macros/check-bsp-cache.m4: new file.
308        * macros/check-bsps.m4: new file.
309        * macros/check-cpu.m4: new file.
310        * macros/rtems-debug.m4: new file.
311        * macros/check-cxx.m4: new file.
312        * macros/check-itron.m4: new file.
313        * macros/check-multiprocessing.m4: new file.
314        * macros/check-networking.m4: new file.
315        * macros/check-newlib.m4: new file.
316        * macros/check-posix.m4: new file.
317        * macros/check-rdbg.m4: new file.
318        * macros/enable-bare.m4: new file.
319        * macros/enable-cxx.m4: new file.
320        * macros/enable-gcc28.m4: new file.
321        * macros/enable-inlines.m4: new file.
322        * macros/enable-itron.m4: new file.
323        * macros/enable-libcdir.m4: new file.
324        * macros/enable-multiprocessing.m4: new file.
325        * macros/enable-networking.m4: new file.
326        * macros/enable-posix.m4: new file.
327        * macros/enable-rdbg.m4: new file.
328        * macros/enable-rtemsbsp.m4: new file.
329        * macros/enable-tests.m4: new file.
330        * macros/gcc-pipe.m4: new file.
331        * macros/gcc-specs.m4: new file.
332        * macros/i386-gas-code16.m4: new file.
333        * macros/path-ksh.m4: new file.
334        * macros/path-perl.m4: new file.
335        * macros/prog-cc.m4: new file.
336        * macros/prog-cxx.m4: new file.
337        * macros/project-root.m4: new file.
338        * macros/rtems-top.m4: new file.
339        * macros/sysv-ipc.m4: new file.
340        * macros/target.m4: new file.
341        * macros/rtems-test-no-pause.m4: new file.
342        * macros/multilib.m4: new file.
343        * macros/tool-paths.m4: new file.
344        * macros/tool-prefix.m4: new file.
345
3462000-09-14      Joel Sherrill <joel@OARcorp.com>
347
348        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
349
3502000-09-14      Joel Sherrill <joel@OARcorp.com>
351
352        * aclocal/enable-hwapi.m4: Now longer used and removed.
353
3542000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * automake/lib.am: Remove leaf.cfg.
357
3582000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * aclocal/rtems-top.m4: Add ENDIF-hack.
361        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
362
3632000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
366        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
367        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
368        * automake/compile.am: Replaced.
369        * automake/local.am: Remove building variant handling.
370
3712000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
374        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
375        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
376        * aclocal/target.m4: Cleanup comments
377        * Automake/compile.am: Add DEFS support to keep building happy.
378
3792000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
382
3832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * automake/compile.am: New file
386        * ChangeLog: Fix email addresses
387
3882000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * LICENSE.NET, README, README.configure: Spelling corrections.
391
3922000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
395
3962000-08-30      Joel Sherrill <joel@OARcorp.com>
397
398        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
399
4002000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
401
402        * ChangeLog: Moved incorrect entries to make/ChangeLog.
403
4042000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * aclocal/check-bsps.h:
407          - Add pck6-BSP
408          - Exclude ChangeLog from being picked up as BSP
409        * aclocal/bsp-alias.m4: Add pck6-BSP
410
4112000-08-10      Joel Sherrill <joel@OARcorp.com>
412
413        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.