source: rtems/cpukit/ChangeLog @ 62f0829

4.104.114.84.95
Last change on this file since 62f0829 was 62f0829, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/03 at 08:17:55

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

  • configure.ac: Check for sys/cdefs.h.
  • aclocal/env-rtems-cpu.m4: Add project_includedir. Deprecate PROJECT_INCLUDE. Change project_includedir to $(PROJECT_ROOT)/include for multilibs.
  • Property mode set to 100644
File size: 23.7 KB
Line 
12003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Check for sys/cdefs.h.
4        * aclocal/env-rtems-cpu.m4: Add project_includedir.
5        Deprecate PROJECT_INCLUDE.  Change project_includedir to
6        $(PROJECT_ROOT)/include for multilibs.
7
82003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Merge-in include/Makefile.am.
11        * include/Makefile.am: Remove.
12        * configure.ac: Reflect having removed include/Makefile.am and
13        librpc/include/Makefile.am.
14
152003-09-04      Joel Sherrill <joel@OARcorp.com>
16
17        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
18        URL for license changed.
19
202003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * aclocal/rtems-top.m4: Add RTEMS_API.
23        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
24
252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * aclocal/rtems-debug.m4: Remove.
28        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
29        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
30
312003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * automake/local.am: Remove "debug".
34
352003-08-11      Joel Sherrill <joel@OARcorp.com>
36
37        * configure.ac: Removed duplicate entry.
38
392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
42
432003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Add libmisc/fsmount/Makefile.
46
472003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
50
512003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
54
552003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Merge-in librpc/configure.ac.
58        * Makefile.am: Add librpc to SUBDIRS.
59        Remove @subdirs@.
60
612003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Merge-in libcsupport/configure.ac.
64        * Makefile.am: Add libcsupport to SUBDIRS.
65
662003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Merge-in posix/configure.ac.
69        Merge-in itron/configure.ac.
70        Misc. cosmetical changes.
71        * Makefile.am: Add posix, itron to SUBDIRS.
72
732003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Merge-in libnetworking/configure.ac.
76        Remove "rtems-" from RTEMS_VERSION.
77        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
78        * Makefile.am: Add libmisc to SUBDIRS.
79
802003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Merge-in libmisc/configure.ac.
83        * Makefile.am: Add libmisc to SUBDIRS.
84
852003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Merge-in libfs/configure.ac.
88        * Makefile.am: Add libfs to SUBDIRS.
89
902003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Merge-in libblock/configure.ac.
93        * Makefile.am: Add libblock to SUBDIRS.
94
952003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Merge-in ada/configure.ac.
98        * Makefile.am: Add ada to SUBDIRS.
99
1002003-07-03      Joel Sherrill <joel@OARcorp.com>
101
102        * aclocal/version.m4: Updated to rtems-ss-20030703.
103
1042003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        PR 409:
107        * include/Makefile.am: Add rtems/stdint.h
108        * include/rtems/stdint.h: New.
109
1102003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        PR 321:
113        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
114        * automake/compile.am: Ditto.
115        * automake/local.am: Ditto.
116
1172003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
120
1212003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
124        * aclocal/env-rtemsbsp.m4: Remove.
125        * aclocal/enable-rtemsbsp.m4: Remove.
126
1272003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
130        project_libdir.
131
1322003-04-17      Joel Sherrill <joel@OARcorp.com>
133
134        * aclocal/version.m4: Updated to rtems-ss-20030417.
135
1362003-04-11      Joel Sherrill <joel@OARcorp.com>
137
138        * aclocal/version.m4: Updated to rtems-ss-20030411.
139
1402003-04-11      Joel Sherrill <joel@OARcorp.com>
141
142        * aclocal/version.m4: Updated to rtems-ss-20020411.
143
1442003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
147        Cygwin mistreating paths.
148
1492003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * wrapup/Makefile.am: Reflect changes to project_libdir.
152
1532003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
156        Add MULTISUBDIR to project_libdir.
157
1582003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
161        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
162        Remove RTEMS_PROJECT_ROOT (Unused).
163        * aclocal/tool-paths.m4: Delete.
164
1652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Remove AC_CONFIG_AUX_DIR.
168        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
169
1702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: AC_PREREQ(2.57).
173
1742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove sptables.h.in.
177
1782003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
181        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
182
1832003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
186
1872003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/gcc-isystem.m4: New.
190        * aclocal/gcc-specs.m4: Remove.
191        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
192        Add RTEMS_GCC_ISYSTEM.
193        Reformat setting up RTEMS_CPPFLAGS.
194
1952003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * automake/local.am: Introduce depend-gcc.
198        Remove ${ARCH}.
199        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
200        CPP. Add ${ARCH}. depend-gcc.
201        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
202        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
203        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
204
2052003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
208
2092003-01-28      Joel Sherrill <joel@OARcorp.com>
210
211        * aclocal/version.m4: Updated to rtems-ss-20030128.
212
2132003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * automake/local.am: Remove distclean-local.
216        Remove PROJECT_TOOLS.
217
2182003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
221        Remove CLOBBER_DEPEND (Unused).
222
2232002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
226
2272002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
229        from the 2002-12-12 patch).
230
2312002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * wrapup/Makefile.am: Fix typo in yesterday's patch.
234
2352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Don't create $ARCH.
238        Use install-data-local to install librtemscpu.a
239
2402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Add libmisc.
243
2442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
247
2482002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
251        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
252        * aclocal/check-bsps.m4: Remove.
253
2542002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
257        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
258
2592002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Reflect changes to score/.
262        * configure.ac: Reflect changes to score/.
263
2642002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Reflect changes to sapi/.
267        * configure.ac: Reflect changes to sapi/.
268
2692002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Add AC_SUBST(INLINEdir).
272
2732002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Reflect changes to rtems/.
276        * configure.ac: Reflect changes to rtems/.
277
2782002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Reflect changes to posix/.
281        Reflect changes to itron/.
282
2832002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
286
2872002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
290        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
291        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
292        CFLAGS_PROFILE_V.
293        Hard-code RTEMS_CFLAGS_PROFILE = -pg
294        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
295        Remove GCCSED.
296        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
297        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
298
2992002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * aclocal/rtems-flags.m4: New.
302
3032002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
306
3072002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
310        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
311
3122002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * include/rtems/libio_.h: Remove.
315
3162002-11-18      Joel Sherrill <joel@OARcorp.com>
317
318        * aclocal/version.m4: Updated to rtems-ss-20021118.
319
3202002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * include/rtems/userenv.h: Rely upon <limits.h> for
323        _POSIX_LOGIN_NAME_MAX.
324
3252002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
328        * automake/compile.am: Acknowledge configuration-time CFLAGS.
329        Remove CFLAGS_DEFAULT.
330
3312002-11-11      Joel Sherrill <joel@OARcorp.com>
332
333        * aclocal/version.m4: Updated to rtems-ss-20021111.
334
3352002-11-11      Joel Sherrill <joel@OARcorp.com>
336
337        * aclocal/version.m4: Updated to rtems-ss-20021111.
338
3392002-11-01      Joel Sherrill <joel@OARcorp.com>
340
341        * ChangeLog: Corrected.
342
3432002-10-30      Eric Norum <eric.norum@usask.ca>
344
345        * include/rtems/bspIo.h: Add vprintk function for kernel printing
346        from routines which have already obtained the va_list pointer.
347
3482002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * aclocal/check-bsp-cache.m4: Remove.
351
3522002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
355
3562002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
359
3602002-10-21      Joel Sherrill <joel@OARcorp.com>
361
362        * aclocal/version.m4: Updated to rtems-20021021-test.
363
3642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * .cvsignore: Reformat.
367        Add autom4te*cache.
368        Remove autom4te.cache.
369
3702002-10-07      Joel Sherrill <joel@OARcorp.com>
371
372        * aclocal/version.m4: Updated to rtems-ss-20021007.
373
3742002-10-04      Joel Sherrill <joel@OARcorp.com>
375
376        * aclocal/version.m4: Updated to rtems-JUNK.
377
3782002-10-04      Joel Sherrill <joel@OARcorp.com>
379
380        * aclocal/version.m4: Updated to rtems-ss-20021004.
381
3822002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * score/include/Makefile.am: Remove cpuopt.h generation.
385        * configure.ac: Correct package name.
386        Don't build ada if POSIX is disabled.
387        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
388
3892002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * aclocal/prog-gnat.m4: New.
392        * configure.ac: Add ada subdir handling.
393
3942002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * aclocal/bsp-alias.m4: Remove.
397
3982002-08-07      Joel Sherrill <joel@OARcorp.com>
399
400        * aclocal/version.m4: Updated to rtems-ss-20020807.
401
4022002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Add missing ',' to librpc activation.
405        Add AC_MSG_CHECKING/AC_MSG_RESULT.
406        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
407
4082002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Fix bug in librpc activation, having introduced by
411        yesterday's patch.
412
4132002-08-06      Joel Sherrill <joel@OARcorp.com>
414
415        * configure.ac: or32 does not currently support librpc.
416
4172002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
420
4212002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
424        Use AS_IF instead of if/then/else/fi.
425
4262002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * wrapup/Makefile.am: Use librtems.a.
429        * wrapup/Makefile.am: Use libsapi.a.
430
4312002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * wrapup/Makefile.am: Use libscore.a.
434
4352002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * aclocal/canonicalize-tools.m4: Remove LD.
438        * automake/lib.am: Remove LD.
439        * Makefile.am: Put preinstall-stamp into CLEANFILES.
440
4412002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
444        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
445
4462002-07-31      Joel Sherrill <joel@OARcorp.com>
447
448        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
449        was just a stub and only the OR32 port is getting worked on.
450
4512002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
454
4552002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * automake/compile.am: Use .$(OBJEXT) instead of .o.
458
4592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
462
4632002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * wrapup/Makefile.am: Use project_libdir instead of
466        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
467        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
468
4692002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * automake/lib.am: Use project_libdir instead of
472        $(PROJECT_RELEASE)/lib.
473
4742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
477        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
478        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
479        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
480        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
481        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
482        references to bsp_specs. Use project_libdir instead of
483        $(PROJECT_RELEASE)/lib.
484
4852002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
488        * aclocal/check-cpu.m4: Ditto.
489        * aclocal/check-bsps.m4: Ditto.
490
4912002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * automake/multilib.am: Add install-multi.
494        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
495        version.m4.
496        Add --with-project-root.
497        Reflect --with-project-root to setting up PROJECT_ROOT.
498        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
499        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
500        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
501
5022002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: RTEMS_TOP(..).
505
5062002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
509
5102002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
513
5142002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Remove RTEMS_PROJECT_ROOT.
517        * aclocal/project-root.m4: Remove.
518
5192002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * aclocal/enable-multiprocessing.m4: Fix typo.
522        * aclocal/prog-cc.m4: Remove obsolete comments.
523        Comment out GCCSED.
524
5252002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * aclocal/prog-ccas.m4: New.
528        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
529        RTEMS_GCC_PRINT
530        * aclocal/check-multiprocessing.m4: Fix typo.
531        * automake/compile.am: Remove CXX support.
532        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
533
5342002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
537
5382002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Remove references to RTEMS_BSP.
541        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
542        Allow building w/ --enable-multiprocessing --enable-multilib.
543        * aclocal/enable-multiprocessing.m4:
544        Eliminate RTEMS_HAS_MULTIPROCESSING.
545
5462002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * wrapup/Makefile.am: Fix stupid typo in previous patch.
549
5502002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * configure.ac: Add librpc. AC_PROG_RANLIB.
553        * wrapup/Makefile.am: Add librpc.
554        Use relative path to lib*.a for
555        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
556
5572002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * aclocal/subdirs.m4: Remove.
560
5612002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * wrapup/Makefile.am: Use relative path to lib*.a for
564        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
565
5662002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * Makefile.am: Include $(top_srcdir)/automake/*.am.
569        Use aclocal.
570        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
571        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
572        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
573        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
574        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
575        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
576        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
577        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
578        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
579        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
580        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
581        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
582        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
583        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
584        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
585        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
586        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
587        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
588
5892002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * aclocal/bsp-alias.m4: Copied over from aclocal/.
592        * aclocal/canonical-host.m4: Ditto.
593        * aclocal/canonical-target-name.m4: Ditto.
594        * aclocal/canonicalize-tools.m4: Ditto.
595        * aclocal/check-bsp-cache.m4: Ditto.
596        * aclocal/check-bsps.m4: Ditto.
597        * aclocal/check-cpu.m4: Ditto.
598        * aclocal/check-itron.m4: Ditto.
599        * aclocal/check-multiprocessing.m4: Ditto.
600        * aclocal/check-networking.m4: Ditto.
601        * aclocal/check-newlib.m4: Ditto.
602        * aclocal/check-posix.m4: Ditto.
603        * aclocal/check-tool.m4: Ditto.
604        * aclocal/enable-bare.m4: Ditto.
605        * aclocal/enable-inlines.m4: Ditto.
606        * aclocal/enable-itron.m4: Ditto.
607        * aclocal/enable-multiprocessing.m4: Ditto.
608        * aclocal/enable-networking.m4: Ditto.
609        * aclocal/enable-posix.m4: Ditto.
610        * aclocal/enable-rtemsbsp.m4: Ditto.
611        * aclocal/env-rtemsbsp.m4: Ditto.
612        * aclocal/env-rtemscpu.m4: Ditto.
613        * aclocal/gcc-pipe.m4: Ditto.
614        * aclocal/gcc-specs.m4: Ditto.
615        * aclocal/multi.m4: Ditto.
616        * aclocal/multilib.m4: Ditto.
617        * aclocal/prog-cc.m4: Ditto.
618        * aclocal/project-root.m4: Ditto.
619        * aclocal/rtems-cpu-subdirs.m4: Ditto.
620        * aclocal/rtems-debug.m4: Ditto.
621        * aclocal/rtems-top.m4: Ditto.
622        * aclocal/subdirs.m4: Ditto.
623        * aclocal/sysv-ipc.m4: Ditto.
624        * aclocal/tool-paths.m4: Ditto.
625        * aclocal/version.m4: Ditto.
626
6272002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * automake/compile.am: Copied over from automake/.
630        * automake/lib.am: Copied over from automake/.
631        * automake/local.am: Copied over from automake/.
632        * automake/multilib.am: Copied over from automake/.
633        * automake/subdirs.am: Copied over from automake/.
634        * Makefile.am: Add automake/*.am.
635
6362002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * configure.ac: Add libnetworking.
639        * wrapup/Makefile.am: Ditto.
640
6412002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
644        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
645
6462002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * configure.ac: Add libcsupport.
649        * wrapup/Makefile.am: Ditto.
650
6512002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * Makefile.am: Add preinstall-stamp.
654
6552002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * configure.ac: Remove ENABLE_GCC28.
658
6592002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
662
6632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * configure.ac:
666        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
667        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
668        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
669        * Makefile.am: Remove AUTOMAKE_OPTIONS.
670        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
671
6722001-01-17      Joel Sherrill <joel@OARcorp.com>
673
674        * ChangeLog: Deleted duplicate blank line.
675
6762002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
679        ITRON_SUBDIRS.
680        * configure.ac: Rework enable_unixlib handling.
681        Add RTEMS_MULTILIBS to cpuopts.h.
682        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
683        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
684
6852002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * wrapup/Makefile.am: Add install-hook.
688        Remove SIZE_RTEMS.
689        * include/rtems/fs.h: New, extracted from libio_.h.
690        * include/rtems/userenv.h: New. extracted from libio_.h.
691
6922002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
693
694        * Makefile.am: Readded reference to wrapup.
695
6962002-01-06      Joel Sherrill <joel@OARcorp.com>
697
698        * wrapup/.cvsignore: Readded.
699        * include/.cvsignore: New file.
700
7012002-01-04      Joel Sherrill <joel@OARcorp.com>
702
703        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
704
7052001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * configure.ac: Use AS_IF instead of if/then/else.
708        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
709        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
710        Add include/Makefile to CONFIG_FILES.
711        Add AC_ENABLE_MULITLIB.
712        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
713        Remove */optman/Makefile from CONFIG_FILES.
714        * Makefile.am: Add include to SUBDIRS.
715        * rtems/Makefile.am: Remove optman from SUBDIRS.
716        * sapi/Makefile.am: Remove optman from SUBDIRS.
717        * include/Makefile.am: New file.
718        * include/rtems/bspIo.h: Relocated from lib/include.
719        * include/rtems/libio_.h: Relocated from lib/include.
720
7212001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * wrapup/posix/Makefile.am: Add multilib support.
724        * wrapup/itron/Makefile.am: Add multilib support.
725        * wrapup/rtems/Makefile.am: Add multilib support.
726        * Makefile.am: Add multilib support.
727
7282001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
731
7322001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
735        Reflect changes to configuration of rtems, score and sapi subdirs.
736        * Makefile.am: require automake-1.5.
737
7382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
741        * configure.in: Remove.
742        * configure.ac: New file, generated from configure.in by autoupdate.
743
7442001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
747
7482001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
751
7522001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
755
7562000-12-01      Joel Sherrill <joel@OARcorp.com>
757
758        * configure.in: Removed error check for enabling macros with
759        either POSIX or ITRON API.
760
7612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
764
7652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
768
7692000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
772        Switch to GNU canonicalization.
773
7742000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
777
7782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
781        wrapup/rtems/Makefile.am: Include compile.am
782
7832000-08-10      Joel Sherrill <joel@OARcorp.com>
784
785        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.