source: rtems/cpukit/ChangeLog @ 9414746c

4.104.114.84.95
Last change on this file since 9414746c was 73defea0, checked in by Joel Sherrill <joel.sherrill@…>, on 07/03/03 at 14:17:35

2003-07-03 Joel Sherrill <joel@…>

  • aclocal/version.m4: Updated to rtems-ss-20030703.
  • Property mode set to 100644
File size: 20.9 KB
Line 
12003-07-03      Joel Sherrill <joel@OARcorp.com>
2
3        * aclocal/version.m4: Updated to rtems-ss-20030703.
4
52003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 409:
8        * include/Makefile.am: Add rtems/stdint.h
9        * include/rtems/stdint.h: New.
10
112003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        PR 321:
14        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
15        * automake/compile.am: Ditto.
16        * automake/local.am: Ditto.
17
182003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
21
222003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
25        * aclocal/env-rtemsbsp.m4: Remove.
26        * aclocal/enable-rtemsbsp.m4: Remove.
27
282003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
31        project_libdir.
32
332003-04-17      Joel Sherrill <joel@OARcorp.com>
34
35        * aclocal/version.m4: Updated to rtems-ss-20030417.
36
372003-04-11      Joel Sherrill <joel@OARcorp.com>
38
39        * aclocal/version.m4: Updated to rtems-ss-20030411.
40
412003-04-11      Joel Sherrill <joel@OARcorp.com>
42
43        * aclocal/version.m4: Updated to rtems-ss-20020411.
44
452003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
48        Cygwin mistreating paths.
49
502003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: Reflect changes to project_libdir.
53
542003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
57        Add MULTISUBDIR to project_libdir.
58
592003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
62        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
63        Remove RTEMS_PROJECT_ROOT (Unused).
64        * aclocal/tool-paths.m4: Delete.
65
662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove AC_CONFIG_AUX_DIR.
69        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
70
712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: AC_PREREQ(2.57).
74
752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Remove sptables.h.in.
78
792003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
82        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
83
842003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
87
882003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * aclocal/gcc-isystem.m4: New.
91        * aclocal/gcc-specs.m4: Remove.
92        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
93        Add RTEMS_GCC_ISYSTEM.
94        Reformat setting up RTEMS_CPPFLAGS.
95
962003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * automake/local.am: Introduce depend-gcc.
99        Remove ${ARCH}.
100        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
101        CPP. Add ${ARCH}. depend-gcc.
102        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
103        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
104        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
105
1062003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
109
1102003-01-28      Joel Sherrill <joel@OARcorp.com>
111
112        * aclocal/version.m4: Updated to rtems-ss-20030128.
113
1142003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * automake/local.am: Remove distclean-local.
117        Remove PROJECT_TOOLS.
118
1192003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
122        Remove CLOBBER_DEPEND (Unused).
123
1242002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
127
1282002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
130        from the 2002-12-12 patch).
131
1322002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * wrapup/Makefile.am: Fix typo in yesterday's patch.
135
1362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * wrapup/Makefile.am: Don't create $ARCH.
139        Use install-data-local to install librtemscpu.a
140
1412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Add libmisc.
144
1452002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
148
1492002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
152        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
153        * aclocal/check-bsps.m4: Remove.
154
1552002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
158        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
159
1602002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * wrapup/Makefile.am: Reflect changes to score/.
163        * configure.ac: Reflect changes to score/.
164
1652002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * wrapup/Makefile.am: Reflect changes to sapi/.
168        * configure.ac: Reflect changes to sapi/.
169
1702002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Add AC_SUBST(INLINEdir).
173
1742002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * wrapup/Makefile.am: Reflect changes to rtems/.
177        * configure.ac: Reflect changes to rtems/.
178
1792002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * wrapup/Makefile.am: Reflect changes to posix/.
182        Reflect changes to itron/.
183
1842002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
187
1882002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
191        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
192        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
193        CFLAGS_PROFILE_V.
194        Hard-code RTEMS_CFLAGS_PROFILE = -pg
195        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
196        Remove GCCSED.
197        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
198        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
199
2002002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * aclocal/rtems-flags.m4: New.
203
2042002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
207
2082002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
211        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
212
2132002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * include/rtems/libio_.h: Remove.
216
2172002-11-18      Joel Sherrill <joel@OARcorp.com>
218
219        * aclocal/version.m4: Updated to rtems-ss-20021118.
220
2212002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * include/rtems/userenv.h: Rely upon <limits.h> for
224        _POSIX_LOGIN_NAME_MAX.
225
2262002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
229        * automake/compile.am: Acknowledge configuration-time CFLAGS.
230        Remove CFLAGS_DEFAULT.
231
2322002-11-11      Joel Sherrill <joel@OARcorp.com>
233
234        * aclocal/version.m4: Updated to rtems-ss-20021111.
235
2362002-11-11      Joel Sherrill <joel@OARcorp.com>
237
238        * aclocal/version.m4: Updated to rtems-ss-20021111.
239
2402002-11-01      Joel Sherrill <joel@OARcorp.com>
241
242        * ChangeLog: Corrected.
243
2442002-10-30      Eric Norum <eric.norum@usask.ca>
245
246        * include/rtems/bspIo.h: Add vprintk function for kernel printing
247        from routines which have already obtained the va_list pointer.
248
2492002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * aclocal/check-bsp-cache.m4: Remove.
252
2532002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
256
2572002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
260
2612002-10-21      Joel Sherrill <joel@OARcorp.com>
262
263        * aclocal/version.m4: Updated to rtems-20021021-test.
264
2652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * .cvsignore: Reformat.
268        Add autom4te*cache.
269        Remove autom4te.cache.
270
2712002-10-07      Joel Sherrill <joel@OARcorp.com>
272
273        * aclocal/version.m4: Updated to rtems-ss-20021007.
274
2752002-10-04      Joel Sherrill <joel@OARcorp.com>
276
277        * aclocal/version.m4: Updated to rtems-JUNK.
278
2792002-10-04      Joel Sherrill <joel@OARcorp.com>
280
281        * aclocal/version.m4: Updated to rtems-ss-20021004.
282
2832002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * score/include/Makefile.am: Remove cpuopt.h generation.
286        * configure.ac: Correct package name.
287        Don't build ada if POSIX is disabled.
288        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
289
2902002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * aclocal/prog-gnat.m4: New.
293        * configure.ac: Add ada subdir handling.
294
2952002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * aclocal/bsp-alias.m4: Remove.
298
2992002-08-07      Joel Sherrill <joel@OARcorp.com>
300
301        * aclocal/version.m4: Updated to rtems-ss-20020807.
302
3032002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Add missing ',' to librpc activation.
306        Add AC_MSG_CHECKING/AC_MSG_RESULT.
307        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
308
3092002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Fix bug in librpc activation, having introduced by
312        yesterday's patch.
313
3142002-08-06      Joel Sherrill <joel@OARcorp.com>
315
316        * configure.ac: or32 does not currently support librpc.
317
3182002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
321
3222002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
325        Use AS_IF instead of if/then/else/fi.
326
3272002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * wrapup/Makefile.am: Use librtems.a.
330        * wrapup/Makefile.am: Use libsapi.a.
331
3322002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * wrapup/Makefile.am: Use libscore.a.
335
3362002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * aclocal/canonicalize-tools.m4: Remove LD.
339        * automake/lib.am: Remove LD.
340        * Makefile.am: Put preinstall-stamp into CLEANFILES.
341
3422002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
345        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
346
3472002-07-31      Joel Sherrill <joel@OARcorp.com>
348
349        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
350        was just a stub and only the OR32 port is getting worked on.
351
3522002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
355
3562002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * automake/compile.am: Use .$(OBJEXT) instead of .o.
359
3602002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
363
3642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * wrapup/Makefile.am: Use project_libdir instead of
367        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
368        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
369
3702002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * automake/lib.am: Use project_libdir instead of
373        $(PROJECT_RELEASE)/lib.
374
3752002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
378        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
379        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
380        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
381        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
382        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
383        references to bsp_specs. Use project_libdir instead of
384        $(PROJECT_RELEASE)/lib.
385
3862002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
389        * aclocal/check-cpu.m4: Ditto.
390        * aclocal/check-bsps.m4: Ditto.
391
3922002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * automake/multilib.am: Add install-multi.
395        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
396        version.m4.
397        Add --with-project-root.
398        Reflect --with-project-root to setting up PROJECT_ROOT.
399        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
400        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
401        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
402
4032002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: RTEMS_TOP(..).
406
4072002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
410
4112002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
414
4152002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.ac: Remove RTEMS_PROJECT_ROOT.
418        * aclocal/project-root.m4: Remove.
419
4202002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * aclocal/enable-multiprocessing.m4: Fix typo.
423        * aclocal/prog-cc.m4: Remove obsolete comments.
424        Comment out GCCSED.
425
4262002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * aclocal/prog-ccas.m4: New.
429        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
430        RTEMS_GCC_PRINT
431        * aclocal/check-multiprocessing.m4: Fix typo.
432        * automake/compile.am: Remove CXX support.
433        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
434
4352002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
438
4392002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Remove references to RTEMS_BSP.
442        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
443        Allow building w/ --enable-multiprocessing --enable-multilib.
444        * aclocal/enable-multiprocessing.m4:
445        Eliminate RTEMS_HAS_MULTIPROCESSING.
446
4472002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * wrapup/Makefile.am: Fix stupid typo in previous patch.
450
4512002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac: Add librpc. AC_PROG_RANLIB.
454        * wrapup/Makefile.am: Add librpc.
455        Use relative path to lib*.a for
456        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
457
4582002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * aclocal/subdirs.m4: Remove.
461
4622002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * wrapup/Makefile.am: Use relative path to lib*.a for
465        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
466
4672002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * Makefile.am: Include $(top_srcdir)/automake/*.am.
470        Use aclocal.
471        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
472        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
473        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
474        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
475        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
476        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
477        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
478        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
479        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
480        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
481        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
482        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
483        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
484        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
485        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
486        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
487        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
488        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
489
4902002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * aclocal/bsp-alias.m4: Copied over from aclocal/.
493        * aclocal/canonical-host.m4: Ditto.
494        * aclocal/canonical-target-name.m4: Ditto.
495        * aclocal/canonicalize-tools.m4: Ditto.
496        * aclocal/check-bsp-cache.m4: Ditto.
497        * aclocal/check-bsps.m4: Ditto.
498        * aclocal/check-cpu.m4: Ditto.
499        * aclocal/check-itron.m4: Ditto.
500        * aclocal/check-multiprocessing.m4: Ditto.
501        * aclocal/check-networking.m4: Ditto.
502        * aclocal/check-newlib.m4: Ditto.
503        * aclocal/check-posix.m4: Ditto.
504        * aclocal/check-tool.m4: Ditto.
505        * aclocal/enable-bare.m4: Ditto.
506        * aclocal/enable-inlines.m4: Ditto.
507        * aclocal/enable-itron.m4: Ditto.
508        * aclocal/enable-multiprocessing.m4: Ditto.
509        * aclocal/enable-networking.m4: Ditto.
510        * aclocal/enable-posix.m4: Ditto.
511        * aclocal/enable-rtemsbsp.m4: Ditto.
512        * aclocal/env-rtemsbsp.m4: Ditto.
513        * aclocal/env-rtemscpu.m4: Ditto.
514        * aclocal/gcc-pipe.m4: Ditto.
515        * aclocal/gcc-specs.m4: Ditto.
516        * aclocal/multi.m4: Ditto.
517        * aclocal/multilib.m4: Ditto.
518        * aclocal/prog-cc.m4: Ditto.
519        * aclocal/project-root.m4: Ditto.
520        * aclocal/rtems-cpu-subdirs.m4: Ditto.
521        * aclocal/rtems-debug.m4: Ditto.
522        * aclocal/rtems-top.m4: Ditto.
523        * aclocal/subdirs.m4: Ditto.
524        * aclocal/sysv-ipc.m4: Ditto.
525        * aclocal/tool-paths.m4: Ditto.
526        * aclocal/version.m4: Ditto.
527
5282002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * automake/compile.am: Copied over from automake/.
531        * automake/lib.am: Copied over from automake/.
532        * automake/local.am: Copied over from automake/.
533        * automake/multilib.am: Copied over from automake/.
534        * automake/subdirs.am: Copied over from automake/.
535        * Makefile.am: Add automake/*.am.
536
5372002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * configure.ac: Add libnetworking.
540        * wrapup/Makefile.am: Ditto.
541
5422002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
545        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
546
5472002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * configure.ac: Add libcsupport.
550        * wrapup/Makefile.am: Ditto.
551
5522002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Add preinstall-stamp.
555
5562002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.ac: Remove ENABLE_GCC28.
559
5602002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
563
5642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * configure.ac:
567        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
568        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
569        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
570        * Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
572
5732001-01-17      Joel Sherrill <joel@OARcorp.com>
574
575        * ChangeLog: Deleted duplicate blank line.
576
5772002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
580        ITRON_SUBDIRS.
581        * configure.ac: Rework enable_unixlib handling.
582        Add RTEMS_MULTILIBS to cpuopts.h.
583        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
584        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
585
5862002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * wrapup/Makefile.am: Add install-hook.
589        Remove SIZE_RTEMS.
590        * include/rtems/fs.h: New, extracted from libio_.h.
591        * include/rtems/userenv.h: New. extracted from libio_.h.
592
5932002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * Makefile.am: Readded reference to wrapup.
596
5972002-01-06      Joel Sherrill <joel@OARcorp.com>
598
599        * wrapup/.cvsignore: Readded.
600        * include/.cvsignore: New file.
601
6022002-01-04      Joel Sherrill <joel@OARcorp.com>
603
604        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
605
6062001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.ac: Use AS_IF instead of if/then/else.
609        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
610        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
611        Add include/Makefile to CONFIG_FILES.
612        Add AC_ENABLE_MULITLIB.
613        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
614        Remove */optman/Makefile from CONFIG_FILES.
615        * Makefile.am: Add include to SUBDIRS.
616        * rtems/Makefile.am: Remove optman from SUBDIRS.
617        * sapi/Makefile.am: Remove optman from SUBDIRS.
618        * include/Makefile.am: New file.
619        * include/rtems/bspIo.h: Relocated from lib/include.
620        * include/rtems/libio_.h: Relocated from lib/include.
621
6222001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * wrapup/posix/Makefile.am: Add multilib support.
625        * wrapup/itron/Makefile.am: Add multilib support.
626        * wrapup/rtems/Makefile.am: Add multilib support.
627        * Makefile.am: Add multilib support.
628
6292001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
632
6332001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
636        Reflect changes to configuration of rtems, score and sapi subdirs.
637        * Makefile.am: require automake-1.5.
638
6392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
642        * configure.in: Remove.
643        * configure.ac: New file, generated from configure.in by autoupdate.
644
6452001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
648
6492001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
652
6532001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
656
6572000-12-01      Joel Sherrill <joel@OARcorp.com>
658
659        * configure.in: Removed error check for enabling macros with
660        either POSIX or ITRON API.
661
6622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
665
6662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
669
6702000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
673        Switch to GNU canonicalization.
674
6752000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
678
6792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
682        wrapup/rtems/Makefile.am: Include compile.am
683
6842000-08-10      Joel Sherrill <joel@OARcorp.com>
685
686        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.