source: rtems/cpukit/ChangeLog @ ed4b894

4.104.114.84.95
Last change on this file since ed4b894 was ed4b894, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/03 at 15:17:21

2003-10-21 Ralf Corsepius <corsepiu@…>

  • aclocal/check-posix.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
  • aclocal/canonical-host.m4: Remove.
  • configure.ac: Remove RTEMS_CANONICAL_HOST.
  • aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
  • aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of AC_CANONICAL_TARGET. Use $host instead of $target.
  • Property mode set to 100644
File size: 24.6 KB
Line 
12003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/check-posix.m4: Add m4-quotes.
4        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
5        * aclocal/canonical-host.m4: Remove.
6        * configure.ac: Remove RTEMS_CANONICAL_HOST.
7        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
8        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
9        AC_CANONICAL_TARGET. Use $host instead of $target.
10
112003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/check-multiprocessing.m4: Add m4-quotes.
14        Remove RTEMS_CHECK_CPU.
15        * aclocal/check-itron.m4: Add m4-quotes.
16        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
17        * aclocal/check-networking.m4: Add m4-quotes.
18        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
19        * aclocal/check-cpu.m4: Remove.
20        * aclocal/canonical-target-name.m4: Add m4-quotes.
21        * configure.ac: Merge-in former aclocal/check-cpu.m4.
22
232003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Check for sys/cdefs.h.
26        * aclocal/env-rtems-cpu.m4: Add project_includedir.
27        Deprecate PROJECT_INCLUDE.  Change project_includedir to
28        $(PROJECT_ROOT)/include for multilibs.
29
302003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Merge-in include/Makefile.am.
33        * include/Makefile.am: Remove.
34        * configure.ac: Reflect having removed include/Makefile.am and
35        librpc/include/Makefile.am.
36
372003-09-04      Joel Sherrill <joel@OARcorp.com>
38
39        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
40        URL for license changed.
41
422003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * aclocal/rtems-top.m4: Add RTEMS_API.
45        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
46
472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * aclocal/rtems-debug.m4: Remove.
50        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
51        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
52
532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * automake/local.am: Remove "debug".
56
572003-08-11      Joel Sherrill <joel@OARcorp.com>
58
59        * configure.ac: Removed duplicate entry.
60
612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
64
652003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Add libmisc/fsmount/Makefile.
68
692003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
72
732003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
76
772003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Merge-in librpc/configure.ac.
80        * Makefile.am: Add librpc to SUBDIRS.
81        Remove @subdirs@.
82
832003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Merge-in libcsupport/configure.ac.
86        * Makefile.am: Add libcsupport to SUBDIRS.
87
882003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Merge-in posix/configure.ac.
91        Merge-in itron/configure.ac.
92        Misc. cosmetical changes.
93        * Makefile.am: Add posix, itron to SUBDIRS.
94
952003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Merge-in libnetworking/configure.ac.
98        Remove "rtems-" from RTEMS_VERSION.
99        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
100        * Makefile.am: Add libmisc to SUBDIRS.
101
1022003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Merge-in libmisc/configure.ac.
105        * Makefile.am: Add libmisc to SUBDIRS.
106
1072003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Merge-in libfs/configure.ac.
110        * Makefile.am: Add libfs to SUBDIRS.
111
1122003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Merge-in libblock/configure.ac.
115        * Makefile.am: Add libblock to SUBDIRS.
116
1172003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Merge-in ada/configure.ac.
120        * Makefile.am: Add ada to SUBDIRS.
121
1222003-07-03      Joel Sherrill <joel@OARcorp.com>
123
124        * aclocal/version.m4: Updated to rtems-ss-20030703.
125
1262003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        PR 409:
129        * include/Makefile.am: Add rtems/stdint.h
130        * include/rtems/stdint.h: New.
131
1322003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        PR 321:
135        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
136        * automake/compile.am: Ditto.
137        * automake/local.am: Ditto.
138
1392003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
142
1432003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
146        * aclocal/env-rtemsbsp.m4: Remove.
147        * aclocal/enable-rtemsbsp.m4: Remove.
148
1492003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
152        project_libdir.
153
1542003-04-17      Joel Sherrill <joel@OARcorp.com>
155
156        * aclocal/version.m4: Updated to rtems-ss-20030417.
157
1582003-04-11      Joel Sherrill <joel@OARcorp.com>
159
160        * aclocal/version.m4: Updated to rtems-ss-20030411.
161
1622003-04-11      Joel Sherrill <joel@OARcorp.com>
163
164        * aclocal/version.m4: Updated to rtems-ss-20020411.
165
1662003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
169        Cygwin mistreating paths.
170
1712003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * wrapup/Makefile.am: Reflect changes to project_libdir.
174
1752003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
178        Add MULTISUBDIR to project_libdir.
179
1802003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
183        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
184        Remove RTEMS_PROJECT_ROOT (Unused).
185        * aclocal/tool-paths.m4: Delete.
186
1872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Remove AC_CONFIG_AUX_DIR.
190        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
191
1922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: AC_PREREQ(2.57).
195
1962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Remove sptables.h.in.
199
2002003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
203        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
204
2052003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
208
2092003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * aclocal/gcc-isystem.m4: New.
212        * aclocal/gcc-specs.m4: Remove.
213        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
214        Add RTEMS_GCC_ISYSTEM.
215        Reformat setting up RTEMS_CPPFLAGS.
216
2172003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * automake/local.am: Introduce depend-gcc.
220        Remove ${ARCH}.
221        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
222        CPP. Add ${ARCH}. depend-gcc.
223        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
224        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
225        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
226
2272003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
230
2312003-01-28      Joel Sherrill <joel@OARcorp.com>
232
233        * aclocal/version.m4: Updated to rtems-ss-20030128.
234
2352003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * automake/local.am: Remove distclean-local.
238        Remove PROJECT_TOOLS.
239
2402003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
243        Remove CLOBBER_DEPEND (Unused).
244
2452002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
248
2492002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
251        from the 2002-12-12 patch).
252
2532002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Fix typo in yesterday's patch.
256
2572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Don't create $ARCH.
260        Use install-data-local to install librtemscpu.a
261
2622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Add libmisc.
265
2662002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
269
2702002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
273        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
274        * aclocal/check-bsps.m4: Remove.
275
2762002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
279        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
280
2812002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Reflect changes to score/.
284        * configure.ac: Reflect changes to score/.
285
2862002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Reflect changes to sapi/.
289        * configure.ac: Reflect changes to sapi/.
290
2912002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Add AC_SUBST(INLINEdir).
294
2952002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * wrapup/Makefile.am: Reflect changes to rtems/.
298        * configure.ac: Reflect changes to rtems/.
299
3002002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Reflect changes to posix/.
303        Reflect changes to itron/.
304
3052002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
308
3092002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
312        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
313        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
314        CFLAGS_PROFILE_V.
315        Hard-code RTEMS_CFLAGS_PROFILE = -pg
316        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
317        Remove GCCSED.
318        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
319        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
320
3212002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * aclocal/rtems-flags.m4: New.
324
3252002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
328
3292002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
332        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
333
3342002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * include/rtems/libio_.h: Remove.
337
3382002-11-18      Joel Sherrill <joel@OARcorp.com>
339
340        * aclocal/version.m4: Updated to rtems-ss-20021118.
341
3422002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * include/rtems/userenv.h: Rely upon <limits.h> for
345        _POSIX_LOGIN_NAME_MAX.
346
3472002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
350        * automake/compile.am: Acknowledge configuration-time CFLAGS.
351        Remove CFLAGS_DEFAULT.
352
3532002-11-11      Joel Sherrill <joel@OARcorp.com>
354
355        * aclocal/version.m4: Updated to rtems-ss-20021111.
356
3572002-11-11      Joel Sherrill <joel@OARcorp.com>
358
359        * aclocal/version.m4: Updated to rtems-ss-20021111.
360
3612002-11-01      Joel Sherrill <joel@OARcorp.com>
362
363        * ChangeLog: Corrected.
364
3652002-10-30      Eric Norum <eric.norum@usask.ca>
366
367        * include/rtems/bspIo.h: Add vprintk function for kernel printing
368        from routines which have already obtained the va_list pointer.
369
3702002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * aclocal/check-bsp-cache.m4: Remove.
373
3742002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
377
3782002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
381
3822002-10-21      Joel Sherrill <joel@OARcorp.com>
383
384        * aclocal/version.m4: Updated to rtems-20021021-test.
385
3862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * .cvsignore: Reformat.
389        Add autom4te*cache.
390        Remove autom4te.cache.
391
3922002-10-07      Joel Sherrill <joel@OARcorp.com>
393
394        * aclocal/version.m4: Updated to rtems-ss-20021007.
395
3962002-10-04      Joel Sherrill <joel@OARcorp.com>
397
398        * aclocal/version.m4: Updated to rtems-JUNK.
399
4002002-10-04      Joel Sherrill <joel@OARcorp.com>
401
402        * aclocal/version.m4: Updated to rtems-ss-20021004.
403
4042002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * score/include/Makefile.am: Remove cpuopt.h generation.
407        * configure.ac: Correct package name.
408        Don't build ada if POSIX is disabled.
409        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
410
4112002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/prog-gnat.m4: New.
414        * configure.ac: Add ada subdir handling.
415
4162002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * aclocal/bsp-alias.m4: Remove.
419
4202002-08-07      Joel Sherrill <joel@OARcorp.com>
421
422        * aclocal/version.m4: Updated to rtems-ss-20020807.
423
4242002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Add missing ',' to librpc activation.
427        Add AC_MSG_CHECKING/AC_MSG_RESULT.
428        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
429
4302002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Fix bug in librpc activation, having introduced by
433        yesterday's patch.
434
4352002-08-06      Joel Sherrill <joel@OARcorp.com>
436
437        * configure.ac: or32 does not currently support librpc.
438
4392002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
442
4432002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
446        Use AS_IF instead of if/then/else/fi.
447
4482002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * wrapup/Makefile.am: Use librtems.a.
451        * wrapup/Makefile.am: Use libsapi.a.
452
4532002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * wrapup/Makefile.am: Use libscore.a.
456
4572002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * aclocal/canonicalize-tools.m4: Remove LD.
460        * automake/lib.am: Remove LD.
461        * Makefile.am: Put preinstall-stamp into CLEANFILES.
462
4632002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
466        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
467
4682002-07-31      Joel Sherrill <joel@OARcorp.com>
469
470        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
471        was just a stub and only the OR32 port is getting worked on.
472
4732002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
476
4772002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * automake/compile.am: Use .$(OBJEXT) instead of .o.
480
4812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
484
4852002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * wrapup/Makefile.am: Use project_libdir instead of
488        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
489        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
490
4912002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * automake/lib.am: Use project_libdir instead of
494        $(PROJECT_RELEASE)/lib.
495
4962002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
499        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
500        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
501        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
502        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
503        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
504        references to bsp_specs. Use project_libdir instead of
505        $(PROJECT_RELEASE)/lib.
506
5072002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
510        * aclocal/check-cpu.m4: Ditto.
511        * aclocal/check-bsps.m4: Ditto.
512
5132002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * automake/multilib.am: Add install-multi.
516        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
517        version.m4.
518        Add --with-project-root.
519        Reflect --with-project-root to setting up PROJECT_ROOT.
520        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
521        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
522        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
523
5242002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: RTEMS_TOP(..).
527
5282002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
531
5322002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
535
5362002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Remove RTEMS_PROJECT_ROOT.
539        * aclocal/project-root.m4: Remove.
540
5412002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * aclocal/enable-multiprocessing.m4: Fix typo.
544        * aclocal/prog-cc.m4: Remove obsolete comments.
545        Comment out GCCSED.
546
5472002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * aclocal/prog-ccas.m4: New.
550        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
551        RTEMS_GCC_PRINT
552        * aclocal/check-multiprocessing.m4: Fix typo.
553        * automake/compile.am: Remove CXX support.
554        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
555
5562002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
559
5602002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * configure.ac: Remove references to RTEMS_BSP.
563        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
564        Allow building w/ --enable-multiprocessing --enable-multilib.
565        * aclocal/enable-multiprocessing.m4:
566        Eliminate RTEMS_HAS_MULTIPROCESSING.
567
5682002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * wrapup/Makefile.am: Fix stupid typo in previous patch.
571
5722002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * configure.ac: Add librpc. AC_PROG_RANLIB.
575        * wrapup/Makefile.am: Add librpc.
576        Use relative path to lib*.a for
577        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
578
5792002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * aclocal/subdirs.m4: Remove.
582
5832002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * wrapup/Makefile.am: Use relative path to lib*.a for
586        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
587
5882002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * Makefile.am: Include $(top_srcdir)/automake/*.am.
591        Use aclocal.
592        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
593        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
594        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
595        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
596        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
597        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
598        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
599        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
600        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
601        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
602        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
603        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
604        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
605        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
606        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
607        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
608        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
609        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
610
6112002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * aclocal/bsp-alias.m4: Copied over from aclocal/.
614        * aclocal/canonical-host.m4: Ditto.
615        * aclocal/canonical-target-name.m4: Ditto.
616        * aclocal/canonicalize-tools.m4: Ditto.
617        * aclocal/check-bsp-cache.m4: Ditto.
618        * aclocal/check-bsps.m4: Ditto.
619        * aclocal/check-cpu.m4: Ditto.
620        * aclocal/check-itron.m4: Ditto.
621        * aclocal/check-multiprocessing.m4: Ditto.
622        * aclocal/check-networking.m4: Ditto.
623        * aclocal/check-newlib.m4: Ditto.
624        * aclocal/check-posix.m4: Ditto.
625        * aclocal/check-tool.m4: Ditto.
626        * aclocal/enable-bare.m4: Ditto.
627        * aclocal/enable-inlines.m4: Ditto.
628        * aclocal/enable-itron.m4: Ditto.
629        * aclocal/enable-multiprocessing.m4: Ditto.
630        * aclocal/enable-networking.m4: Ditto.
631        * aclocal/enable-posix.m4: Ditto.
632        * aclocal/enable-rtemsbsp.m4: Ditto.
633        * aclocal/env-rtemsbsp.m4: Ditto.
634        * aclocal/env-rtemscpu.m4: Ditto.
635        * aclocal/gcc-pipe.m4: Ditto.
636        * aclocal/gcc-specs.m4: Ditto.
637        * aclocal/multi.m4: Ditto.
638        * aclocal/multilib.m4: Ditto.
639        * aclocal/prog-cc.m4: Ditto.
640        * aclocal/project-root.m4: Ditto.
641        * aclocal/rtems-cpu-subdirs.m4: Ditto.
642        * aclocal/rtems-debug.m4: Ditto.
643        * aclocal/rtems-top.m4: Ditto.
644        * aclocal/subdirs.m4: Ditto.
645        * aclocal/sysv-ipc.m4: Ditto.
646        * aclocal/tool-paths.m4: Ditto.
647        * aclocal/version.m4: Ditto.
648
6492002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * automake/compile.am: Copied over from automake/.
652        * automake/lib.am: Copied over from automake/.
653        * automake/local.am: Copied over from automake/.
654        * automake/multilib.am: Copied over from automake/.
655        * automake/subdirs.am: Copied over from automake/.
656        * Makefile.am: Add automake/*.am.
657
6582002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * configure.ac: Add libnetworking.
661        * wrapup/Makefile.am: Ditto.
662
6632002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
666        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
667
6682002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * configure.ac: Add libcsupport.
671        * wrapup/Makefile.am: Ditto.
672
6732002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * Makefile.am: Add preinstall-stamp.
676
6772002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * configure.ac: Remove ENABLE_GCC28.
680
6812002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
684
6852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * configure.ac:
688        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
689        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
690        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
691        * Makefile.am: Remove AUTOMAKE_OPTIONS.
692        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
693
6942001-01-17      Joel Sherrill <joel@OARcorp.com>
695
696        * ChangeLog: Deleted duplicate blank line.
697
6982002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
701        ITRON_SUBDIRS.
702        * configure.ac: Rework enable_unixlib handling.
703        Add RTEMS_MULTILIBS to cpuopts.h.
704        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
705        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
706
7072002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * wrapup/Makefile.am: Add install-hook.
710        Remove SIZE_RTEMS.
711        * include/rtems/fs.h: New, extracted from libio_.h.
712        * include/rtems/userenv.h: New. extracted from libio_.h.
713
7142002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * Makefile.am: Readded reference to wrapup.
717
7182002-01-06      Joel Sherrill <joel@OARcorp.com>
719
720        * wrapup/.cvsignore: Readded.
721        * include/.cvsignore: New file.
722
7232002-01-04      Joel Sherrill <joel@OARcorp.com>
724
725        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
726
7272001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
728
729        * configure.ac: Use AS_IF instead of if/then/else.
730        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
731        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
732        Add include/Makefile to CONFIG_FILES.
733        Add AC_ENABLE_MULITLIB.
734        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
735        Remove */optman/Makefile from CONFIG_FILES.
736        * Makefile.am: Add include to SUBDIRS.
737        * rtems/Makefile.am: Remove optman from SUBDIRS.
738        * sapi/Makefile.am: Remove optman from SUBDIRS.
739        * include/Makefile.am: New file.
740        * include/rtems/bspIo.h: Relocated from lib/include.
741        * include/rtems/libio_.h: Relocated from lib/include.
742
7432001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * wrapup/posix/Makefile.am: Add multilib support.
746        * wrapup/itron/Makefile.am: Add multilib support.
747        * wrapup/rtems/Makefile.am: Add multilib support.
748        * Makefile.am: Add multilib support.
749
7502001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
753
7542001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
757        Reflect changes to configuration of rtems, score and sapi subdirs.
758        * Makefile.am: require automake-1.5.
759
7602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
763        * configure.in: Remove.
764        * configure.ac: New file, generated from configure.in by autoupdate.
765
7662001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
769
7702001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
773
7742001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
777
7782000-12-01      Joel Sherrill <joel@OARcorp.com>
779
780        * configure.in: Removed error check for enabling macros with
781        either POSIX or ITRON API.
782
7832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
786
7872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
788
789        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
790
7912000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
794        Switch to GNU canonicalization.
795
7962000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
797
798        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
799
8002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
803        wrapup/rtems/Makefile.am: Include compile.am
804
8052000-08-10      Joel Sherrill <joel@OARcorp.com>
806
807        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.