source: rtems/ChangeLog @ 13597a72

4.104.114.84.95
Last change on this file since 13597a72 was 022fcc07, checked in by Eric Norum <WENorum@…>, on 11/01/02 at 18:43:09

Till Straumann's patch to:

use bootp option 129 to get command line string
change inet_ntoa->inet_ntop

  • Property mode set to 100644
File size: 26.0 KB
Line 
12002-11-01      Eric Norum <eric.norum@usask.ca>
2    * cpukit/libnetworking/nfs/bootp_subr.c
3    * cpukit/libnetworking/rtems/rtems_bsdnet.h
4    * cpukit/libnetworking/rtems/rtems_glue.c
5      Till Straumann's patch to use bootp option 129 to get command line string.
6      Till Straumann's patch to change inet_ntoa->inet_ntop.
7
82002-10-31      Eric Norum <eric.norum@usask.ca>
9    * cpukit/libcsupport/include/rtems/libio.h
10    * cpukit/libcsupport/include/rtems/libio_.h
11    * cpukit/score/include/rtems/score/thread.h
12    * cpukit/score/src/threadinitialize.c
13        Infrastructure changes to prepare for new BSD scheduling code.
14        New sleep/wakeup structure in task control block.
15        Added function pointer in libio structure.
16
172002-10-30      Eric Norum <eric.norum@usask.ca>
18    * cpukit/posix/src/psignal.c: Reflect changes to signal names in newlib
19
202002-10-30      Eric Norum <eric.norum@usask.ca>
21
22    * cpukit/include/rtems/bspIo.h cpukit/libcsupport/src/printk.c:
23        Add vprintk function for kernel printing from routines
24        which have already obtained the va_list pointer.
25
262002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * bootstrap: Add generate_bspdir_acinclude to automatically update
29        c/src/lib/libbsp/<cpu>/acinclude.m4.
30        Use #! /bin/sh instead of #!/bin/sh.
31        Remove autom4te*.cache during ./bootstrap --clean.
32
332002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
36        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
37        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
38        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
39        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
40        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
41        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
42        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
43        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
44        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
45        (autoconf > 2.54 seems to have problems with the old form of
46        quoting).
47
482002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
51        (autoconf > 2.54 complains about).
52
532002-10-21      Joel Sherrill <joel@OARcorp.com>
54
55        * VERSION: Updated to rtems-20021021-test.
56
572002-10-21      Joel Sherrill <joel@OARcorp.com>
58
59        * aclocal/version.m4: Updated to rtems-20021021-test.
60
612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * .cvsignore: Reformat.
64        Add autom4te*cache.
65        Remove autom4te.cache.
66
672002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
70
712002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
74        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
75
762002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * bootstrap: Add autoconf/automake version checks by popular demand.
79        [FWIW: I dislike this.]
80
812002-10-07      Joel Sherrill <joel@OARcorp.com>
82
83        * VERSION: Updated to rtems-ss-20021007.
84
852002-10-07      Joel Sherrill <joel@OARcorp.com>
86
87        * aclocal/version.m4: Updated to rtems-ss-20021007.
88
892002-10-04      Joel Sherrill <joel@OARcorp.com>
90
91        * VERSION: Updated to rtems-JUNK.
92
932002-10-04      Joel Sherrill <joel@OARcorp.com>
94
95        * aclocal/version.m4: Updated to rtems-JUNK.
96
972002-10-04      Joel Sherrill <joel@OARcorp.com>
98
99        * VERSION: Updated to rtems-ss-20021004.
100
1012002-10-04      Joel Sherrill <joel@OARcorp.com>
102
103        * aclocal/version.m4: Updated to rtems-ss-20021004.
104
1052002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
108        autoconf-2.53 PACKAGE crap.
109
1102002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * aclocal/prog-gnat.m4: New.
113
1142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * aclocal/bsp-configure.m4: Fix small typo in comment.
117
1182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
121
1222002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
125        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
126        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
127
1282002-08-07      Joel Sherrill <joel@OARcorp.com>
129
130        * aclocal/version.m4: Updated to rtems-ss-20020807.
131
1322002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
135
1362002-07-31      Joel Sherrill <joel@OARcorp.com>
137
138        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
139        was just a stub and only the OR32 port is getting worked on.
140
1412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * aclocal/subdirs.m4: Remove.
144        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
145
1462002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
149        exec/score/cpu.
150
1512002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
154        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
155        compilation rules (Work-around to an automake bug).
156        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
157        make-library.
158
1592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Activate cpukit. Remove references to c/src/exec.
162
1632002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
166
1672002-07-17      Joel Sherrill <joel@OARcorp.com>
168
169        * aclocal/version.m4: Updated to rtems-ss-20020717.
170
1712002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * config-ml.in: Imported from gcc-3.1.
174        Change to match c/src/config-ml.in.
175
1762002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * aclocal/check-multiprocessing.m4: Reworked.
179        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
180
1812002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * automake/multilib.am: Remove.
184        * Makefile.am: Reflect change above.
185
1862002-06-28      Joel Sherrill <joel@OARcorp.com>
187
188        * aclocal/version.m4: Updated to rtems-ss-20020628.
189
1902002-06-27      Joel Sherrill <joel@OARcorp.com>
191
192        * tools/Makefile.am: Build the cpu dependent tools as well.
193
1942002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * aclocal/env-rtemscpu.m4: Remove.
197        * aclocal/multi.m4: Remove.
198        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
199
2002002-05-28      Joel Sherrill <joel@OARcorp.com>
201
202        * aclocal/version.m4: Updated to rtems-ss-20020528.
203
2042002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * aclocal/prog-cc.m4: Remove GCC272 support.
207        Remove ENABLE_LIBCDIR.
208        * aclocal/prog-cxx.m4: Ditto.
209        * aclocal/enable-gcc28.m4: Remove.
210        * aclocal/enable-libcdir.m4: Ditto.
211
2122002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
215        ENABLE_GCC28.
216
2172002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * automake/compile.am: Remove GCC272 support.
220        Remove *.sh rule (unused).
221        * configure.ac: Remove ENABLE_GCC28.
222        Remove ENABLE_LIBCDIR.
223
2242002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * .cvsignore: Added mdate-sh and texinfo.tex.
227
2282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * aclocal/version.m4: New file.
231        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
232        aclocal/version.m4.
233        * bootstrap: Use aclocal/version.m4 instead of VERSION.
234        * configure.ac: Use aclocal/version.m4 instead of VERSION.
235
2362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac:
239        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
240        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
241        * Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
243
2442002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
247        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
248
2492002-03-08      Joel Sherrill <joel@OARcorp.com>
250
251        * VERSION: Updated to rtems-mg5-20020808.
252
2532002-03-01      Joel Sherrill <joel@OARcorp.com>
254
255        * VERSION: Updated to rtems-ss-20020301.
256
2572002-02-15      Joel Sherrill <joel@OARcorp.com>
258
259        * VERSION: Updated to rtems-ss-20020215.
260
2612002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * aclocal/subdirs.m4: Propagate the current $prefix to the
264        sub-configures.
265
2662002-02-05      Joel Sherrill <joel@OARcorp.com>
267
268        * VERSION: Updated to rtems-ss-20020205.
269
2702002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
273        compatibility.
274        * bootstrap: Let --clean remove texinfo.tex.
275
2762002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
279
2802002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Add --enable-docs support. Add
283        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
284        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
285        hard-coded SUBDIRS.
286        * README.configure: Added a bit of information on this new option.
287
2882002-01-18      Joel Sherrill <joel@OARcorp.com>
289
290        * VERSION: Updated to rtems-ss-20020118.
291
2922002-01-18      Joel Sherrill <joel@OARcorp.com>
293
294        * VERSION: Updated to rtems-20020118.
295
2962002-01-17      Joel Sherrill <joel@OARcorp.com>
297
298        * VERSION: Updated to rtems-ss-20020717.
299
3002002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
303        check upon host_alias != build_alias.
304
3052002-01-07      Joel Sherrill <joel@OARcorp.com>
306
307        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
308        last line to eliminate 100's of warnings.
309
3102002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * aclocal/check-newlib.m4: Apply AS_IF.
313        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
314        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
315        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
316        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
317        changes.
318        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
319        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
320        * automake/compile.am: Remove librtemsall from LINK_FILES.
321
3222001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
325        * aclocal/subdirs.m4: New file.
326        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
327        modifications.
328        * aclocal/check-posix.m4: Apply AS_IF.
329        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
330        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
331        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
332        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
333        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
334        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
335        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
336        OUTPUT_COMMANDS.
337        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
338        * aclocal/rtems-debug.m4: Minor cleanups.
339        * aclocal/rtems-top.m4: Minor cleanups.
340        * automake/compile.am: Further steps towards automake's rules.
341
3422001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
345        * automake/lib.am: Add MULTISUBDIR.
346
3472001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * bootstrap: Run autoheader when configure.ac contains
350        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
351
3522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * aclocal/bsp-configure.m4: New file.
355        * Makefile.am: Add aclocal/bsp-configure.m4.
356
3572001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Add automake/force-preinstall.am,
360        aclocal/ppc.am, remove ACLOCAL_M4.
361
3622001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * aclocal/bsp-alias.m4: Remove score603e_g1.
365        * aclocal/check-bsps.m4: Remove score603e_g1.
366        * aclocal/prog-cc.m4: Apply m4_if.
367
368
3692001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * automake/force-preinstall.am: New file.
372        * aclocal/ppc.m4: New file.
373
3742001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * aclocal/check-bsps.m4: Reworked.
377        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
378
3792001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * aclocal/bspopts.m4: New file.
382
3832001-11-13      Joel Sherrill <joel@OARcorp.com>
384
385        * COPYING: Test of $Id$ -> $RTEMS$.
386
3872001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
388
389        This modification is part of the submitted modifications necessary to
390        support the IBM PPC405 family.  This submission was reviewed by
391        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
392        not negatively impact the ppc403 BSPs.  The submission and tracking
393        process was captured as PR50.
394        * README.configure: Added gen405 BSP.
395
3962001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Adopt more automake rules:
399        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
400        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
401        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
402        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
403        CXXLINK_APP in make-cxx-exe.
404        * automake/lib.am: Add ARFLAGS.
405
4062001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
409        config.cache's which prevented powerpc targets librdbg from building.
410
4112001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
414        add 2nd arg to _RTEMS_CPU_SUBDIR.
415        * aclocal/target.m4: Replace ac_configure_args with
416        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
417        * Makefile.am: Require automake-1.5.
418
4192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
422        * configure.in: Remove.
423        * configure.ac: New file, generated from configure.in by autoupdate.
424
4252001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * aclocal/rtems-cpu-subdirs.m4: New file.
428
4292001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * automake/compile.am: Fundamentally reworked compilation rules for
432        closer adaptation to automake's behavior.
433
4342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * automake/lib.am: Comment out LD.
437        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
438        automake/leaf.am to AUTOMAKE_FILES.
439
4402001-09-27      Joel Sherrill <joel@OARcorp.com>
441
442        * config.guess: No longer in CVS since installed by bootstrap.
443
4442001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * bootstrap: remove/add automake added files.
447        * .cvsignore: reflect changes to bootstrap.
448
4492001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * automake/leaf.am: New file.
452
4532001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
456        of AC_CANONICAL_SYSTEM.
457        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
458        mkinstalldirs and mkdir.
459        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
460        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
461        _RTEMS_OUTPUT_BUILD_SUBDIRS.
462       
4632001-09-13      Joel Sherrill <joel@OARcorp.com>
464
465        * missing: Updated to latest version.
466
4672001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.in: autoupdate to autoconf-2.52.
470        * bootstrap: Add handling for configure.ac, make autoheader verbose,
471        fix auto*tool invocation order.
472        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
473        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
474        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
475        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
476        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
477        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
478        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
479        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
480        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
481        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
482        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
483        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
484        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
485        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
486        RTEMS_CONFIG_PER_BSP conditional.
487        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
488        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
489        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
490
4912001-05-25      Joel Sherrill <joel@OARcorp.com>
492
493        * README.configure: Corrected the name of the MRM332 BSP.
494        Strengthened the distinction between what the target
495        and the BSP each select.  Added more targets to list.
496
4972001-05-25      Joel Sherrill <joel@OARcorp.com>
498
499        * README.configure: Updated the list of BSPs.
500
5012001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
504        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
505        Add support for DOS-drive-letters.
506
5072001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
510        RTEMS_PROG_CC_FOR_TARGET.
511
5122001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * README.cdn-X: Update.
515        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
516        @CPPFLAGS@ to CPPFLAGS.
517
5182001-04-20      Eric Valette <valette@crf.canon.fr>
519
520        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
521        BSPs support the new exception processing model and
522        consequently, librdbg.
523
5242001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.in: Reworked for Canadian Cross support.
527        * Makefile.am: Reflect changes to configure.in.
528        * config.guess, config.sub: Update from subversions.gnu.org.
529        * README.cdn-X: New file.
530        * tools/Makefile.am: Remove build, tools from SUBDIRS.
531
5322001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
535        TARGET_CONFIG_SUBDIRS.
536        * aclocal/enable-bsp.m4: fix quoting.
537        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
538
5392001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * aclocal/config-subdirs.m4: New file.
542        * aclocal/target.m4: Use macros from config-subdirs.m4.
543
5442001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
547        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
548
5492001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.in: Fix AM_INIT_AUTOMAKE.
552        * aclocal/bsp-arg-enable.m4: Extend comments.
553        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
554        the default clause.
555
5562001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
559        RTEMS_ENV_RTEMSCPU.
560        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
561        special treatment for GCC_SPECS.
562        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
563        special treatment for GCC_SPECS.
564        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
565        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
566        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
567        instead of $(shell ..) for LIBC_LIB*.
568
5692001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
572        simsh7045.
573
5742001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
575
576        * automake/compile.am: Add LD.
577
5782000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * config.guess, config.sub: Update from CVS-autoconf to pick
581        up new features (e.g. CC_FOR_BUILD in config.guess) but is
582        necessary anyway to use autoconf-versions > 2.13.
583
5842000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
587        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
588        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
589        help string.
590        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
591
5922000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
593
594        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
595        Modified to reflect addition of LEON BSPs as well as the
596        no-FP ERC32 variant.
597
5982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
601        standard).
602        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
603        standard).
604        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
605        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
606        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
607        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
608
6092000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
612        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
613        $host instead of $target (BUG-FIX).
614        * configure.in: Use $target and $host instead of $target_alias and
615        $host_alias (autoconf-2.49b).
616        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
617        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
618
619        NOTES:
620        * autoconf-2.49b depredicates using changequotes.
621        * The changes to configure.in are due to cleanups in
622        autoconf-2.49b's implemention of canonicalization. With
623        autoconf-2.1x it wasn't always clear, when to use $xxx or
624        $xxx_alias. Now this is clear.
625
6262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
629
6302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
633        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
634        with an RTEMS specific but more restrictive autoconf macro.
635
6362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * automake/lib.am: Add LD.
639
6402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
643        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
644
6452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646 
647        * aclocal/*: Replace with contents of macros/*.m4
648        * macros/: Remove.
649        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
650        * Makefile.am: Reflect changes to aclocal/ and macros/.
651
6522000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * configure.in: New, Cygnus/GNU style configuration.
655        * Makefile.am: Add macros/, reflect new configure.in,
656        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
657        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
658        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
659        * macros/tool-prefix.m4: Remove.
660        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
661        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
662        RTEMS_ROOT.
663        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
664        * macros/multilib.m4: Various minor fixes.
665        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
666        PROJECT_ROOT, RTEMS_ROOT.
667        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
668        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
669
6702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * automake/multilib.am: New file.
673        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
674        the automake/ directory.
675
6762000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * macros/enable-hwapi.m4: Removed.
679        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
680        A small cleanup step towards gnu-canonicalization.
681
6822000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * macros: New directory.
685        * macros/bsp-alias.m4: new file.
686        * macros/canonical-host.m4: new file.
687        * macros/canonical-target-name.m4: new file.
688        * macros/canonicalize-tools.m4: new file.
689        * macros/check-bsp-cache.m4: new file.
690        * macros/check-bsps.m4: new file.
691        * macros/check-cpu.m4: new file.
692        * macros/rtems-debug.m4: new file.
693        * macros/check-cxx.m4: new file.
694        * macros/check-itron.m4: new file.
695        * macros/check-multiprocessing.m4: new file.
696        * macros/check-networking.m4: new file.
697        * macros/check-newlib.m4: new file.
698        * macros/check-posix.m4: new file.
699        * macros/check-rdbg.m4: new file.
700        * macros/enable-bare.m4: new file.
701        * macros/enable-cxx.m4: new file.
702        * macros/enable-gcc28.m4: new file.
703        * macros/enable-inlines.m4: new file.
704        * macros/enable-itron.m4: new file.
705        * macros/enable-libcdir.m4: new file.
706        * macros/enable-multiprocessing.m4: new file.
707        * macros/enable-networking.m4: new file.
708        * macros/enable-posix.m4: new file.
709        * macros/enable-rdbg.m4: new file.
710        * macros/enable-rtemsbsp.m4: new file.
711        * macros/enable-tests.m4: new file.
712        * macros/gcc-pipe.m4: new file.
713        * macros/gcc-specs.m4: new file.
714        * macros/i386-gas-code16.m4: new file.
715        * macros/path-ksh.m4: new file.
716        * macros/path-perl.m4: new file.
717        * macros/prog-cc.m4: new file.
718        * macros/prog-cxx.m4: new file.
719        * macros/project-root.m4: new file.
720        * macros/rtems-top.m4: new file.
721        * macros/sysv-ipc.m4: new file.
722        * macros/target.m4: new file.
723        * macros/rtems-test-no-pause.m4: new file.
724        * macros/multilib.m4: new file.
725        * macros/tool-paths.m4: new file.
726        * macros/tool-prefix.m4: new file.
727
7282000-09-14      Joel Sherrill <joel@OARcorp.com>
729
730        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
731
7322000-09-14      Joel Sherrill <joel@OARcorp.com>
733
734        * aclocal/enable-hwapi.m4: Now longer used and removed.
735
7362000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * automake/lib.am: Remove leaf.cfg.
739
7402000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * aclocal/rtems-top.m4: Add ENDIF-hack.
743        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
744
7452000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
748        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
749        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
750        * automake/compile.am: Replaced.
751        * automake/local.am: Remove building variant handling.
752
7532000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
756        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
757        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
758        * aclocal/target.m4: Cleanup comments
759        * Automake/compile.am: Add DEFS support to keep building happy.
760
7612000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
764
7652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * automake/compile.am: New file
768        * ChangeLog: Fix email addresses
769
7702000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * LICENSE.NET, README, README.configure: Spelling corrections.
773
7742000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
777
7782000-08-30      Joel Sherrill <joel@OARcorp.com>
779
780        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
781
7822000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
783
784        * ChangeLog: Moved incorrect entries to make/ChangeLog.
785
7862000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * aclocal/check-bsps.h:
789          - Add pck6-BSP
790          - Exclude ChangeLog from being picked up as BSP
791        * aclocal/bsp-alias.m4: Add pck6-BSP
792
7932000-08-10      Joel Sherrill <joel@OARcorp.com>
794
795        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.