source: rtems/cpukit/ChangeLog @ 5ee5c331

Last change on this file since 5ee5c331 was 5ee5c331, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 16:23:29

2003-05-27 Ralf Corsepius <corsepiu@…>

PR 409:

  • include/Makefile.am: Add rtems/stdint.h
  • include/rtems/stdint.h: New.
  • Property mode set to 100644
File size: 20.6 KB
Line 
12003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 409:
4        * include/Makefile.am: Add rtems/stdint.h
5        * include/rtems/stdint.h: New.
6
72003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
10
112003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
14        * aclocal/env-rtemsbsp.m4: Remove.
15        * aclocal/enable-rtemsbsp.m4: Remove.
16
172003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
20        project_libdir.
21
222003-04-23      Joel Sherrill <joel@OARcorp.com>
23
24        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
25
262003-04-18      Joel Sherrill <joel@OARcorp.com>
27
28        * aclocal/version.m4: Updated to rtems-4.6.0pre2.
29
302003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
33        Cygwin mistreating paths.
34
352003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Reflect changes to project_libdir.
38
392003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
42        Add MULTISUBDIR to project_libdir.
43
442003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
47        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
48        Remove RTEMS_PROJECT_ROOT (Unused).
49        * aclocal/tool-paths.m4: Delete.
50
512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove AC_CONFIG_AUX_DIR.
54        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
55
562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove sptables.h.in.
63
642003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
67        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
68
692003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
72
732003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * aclocal/gcc-isystem.m4: New.
76        * aclocal/gcc-specs.m4: Remove.
77        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
78        Add RTEMS_GCC_ISYSTEM.
79        Reformat setting up RTEMS_CPPFLAGS.
80
812003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * automake/local.am: Introduce depend-gcc.
84        Remove ${ARCH}.
85        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
86        CPP. Add ${ARCH}. depend-gcc.
87        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
88        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
89        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
90
912003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
94
952003-02-11      Joel Sherrill <joel@OARcorp.com>
96
97        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
98
992003-01-28      Joel Sherrill <joel@OARcorp.com>
100
101        * aclocal/version.m4: Updated to rtems-ss-20030128.
102
1032003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * automake/local.am: Remove distclean-local.
106        Remove PROJECT_TOOLS.
107
1082003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
111        Remove CLOBBER_DEPEND (Unused).
112
1132002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
116
1172002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
119        from the 2002-12-12 patch).
120
1212002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * wrapup/Makefile.am: Fix typo in yesterday's patch.
124
1252002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Don't create $ARCH.
128        Use install-data-local to install librtemscpu.a
129
1302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Add libmisc.
133
1342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
137
1382002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
141        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
142        * aclocal/check-bsps.m4: Remove.
143
1442002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
147        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
148
1492002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * wrapup/Makefile.am: Reflect changes to score/.
152        * configure.ac: Reflect changes to score/.
153
1542002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Reflect changes to sapi/.
157        * configure.ac: Reflect changes to sapi/.
158
1592002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Add AC_SUBST(INLINEdir).
162
1632002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * wrapup/Makefile.am: Reflect changes to rtems/.
166        * configure.ac: Reflect changes to rtems/.
167
1682002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * wrapup/Makefile.am: Reflect changes to posix/.
171        Reflect changes to itron/.
172
1732002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
176
1772002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
180        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
181        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
182        CFLAGS_PROFILE_V.
183        Hard-code RTEMS_CFLAGS_PROFILE = -pg
184        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
185        Remove GCCSED.
186        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
187        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
188
1892002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * aclocal/rtems-flags.m4: New.
192
1932002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
196
1972002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
200        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
201
2022002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * include/rtems/libio_.h: Remove.
205
2062002-11-18      Joel Sherrill <joel@OARcorp.com>
207
208        * aclocal/version.m4: Updated to rtems-ss-20021118.
209
2102002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * include/rtems/userenv.h: Rely upon <limits.h> for
213        _POSIX_LOGIN_NAME_MAX.
214
2152002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
218        * automake/compile.am: Acknowledge configuration-time CFLAGS.
219        Remove CFLAGS_DEFAULT.
220
2212002-11-11      Joel Sherrill <joel@OARcorp.com>
222
223        * aclocal/version.m4: Updated to rtems-ss-20021111.
224
2252002-11-11      Joel Sherrill <joel@OARcorp.com>
226
227        * aclocal/version.m4: Updated to rtems-ss-20021111.
228
2292002-11-01      Joel Sherrill <joel@OARcorp.com>
230
231        * ChangeLog: Corrected.
232
2332002-10-30      Eric Norum <eric.norum@usask.ca>
234
235        * include/rtems/bspIo.h: Add vprintk function for kernel printing
236        from routines which have already obtained the va_list pointer.
237
2382002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * aclocal/check-bsp-cache.m4: Remove.
241
2422002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
245
2462002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
249
2502002-10-21      Joel Sherrill <joel@OARcorp.com>
251
252        * aclocal/version.m4: Updated to rtems-20021021-test.
253
2542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * .cvsignore: Reformat.
257        Add autom4te*cache.
258        Remove autom4te.cache.
259
2602002-10-07      Joel Sherrill <joel@OARcorp.com>
261
262        * aclocal/version.m4: Updated to rtems-ss-20021007.
263
2642002-10-04      Joel Sherrill <joel@OARcorp.com>
265
266        * aclocal/version.m4: Updated to rtems-JUNK.
267
2682002-10-04      Joel Sherrill <joel@OARcorp.com>
269
270        * aclocal/version.m4: Updated to rtems-ss-20021004.
271
2722002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * score/include/Makefile.am: Remove cpuopt.h generation.
275        * configure.ac: Correct package name.
276        Don't build ada if POSIX is disabled.
277        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
278
2792002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * aclocal/prog-gnat.m4: New.
282        * configure.ac: Add ada subdir handling.
283
2842002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * aclocal/bsp-alias.m4: Remove.
287
2882002-08-07      Joel Sherrill <joel@OARcorp.com>
289
290        * aclocal/version.m4: Updated to rtems-ss-20020807.
291
2922002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Add missing ',' to librpc activation.
295        Add AC_MSG_CHECKING/AC_MSG_RESULT.
296        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
297
2982002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Fix bug in librpc activation, having introduced by
301        yesterday's patch.
302
3032002-08-06      Joel Sherrill <joel@OARcorp.com>
304
305        * configure.ac: or32 does not currently support librpc.
306
3072002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
310
3112002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
314        Use AS_IF instead of if/then/else/fi.
315
3162002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Use librtems.a.
319        * wrapup/Makefile.am: Use libsapi.a.
320
3212002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Use libscore.a.
324
3252002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * aclocal/canonicalize-tools.m4: Remove LD.
328        * automake/lib.am: Remove LD.
329        * Makefile.am: Put preinstall-stamp into CLEANFILES.
330
3312002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
334        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
335
3362002-07-31      Joel Sherrill <joel@OARcorp.com>
337
338        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
339        was just a stub and only the OR32 port is getting worked on.
340
3412002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
344
3452002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * automake/compile.am: Use .$(OBJEXT) instead of .o.
348
3492002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
352
3532002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Use project_libdir instead of
356        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
357        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
358
3592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * automake/lib.am: Use project_libdir instead of
362        $(PROJECT_RELEASE)/lib.
363
3642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
367        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
368        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
369        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
370        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
371        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
372        references to bsp_specs. Use project_libdir instead of
373        $(PROJECT_RELEASE)/lib.
374
3752002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
378        * aclocal/check-cpu.m4: Ditto.
379        * aclocal/check-bsps.m4: Ditto.
380
3812002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * automake/multilib.am: Add install-multi.
384        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
385        version.m4.
386        Add --with-project-root.
387        Reflect --with-project-root to setting up PROJECT_ROOT.
388        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
389        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
390        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
391
3922002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: RTEMS_TOP(..).
395
3962002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
399
4002002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
403
4042002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Remove RTEMS_PROJECT_ROOT.
407        * aclocal/project-root.m4: Remove.
408
4092002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * aclocal/enable-multiprocessing.m4: Fix typo.
412        * aclocal/prog-cc.m4: Remove obsolete comments.
413        Comment out GCCSED.
414
4152002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * aclocal/prog-ccas.m4: New.
418        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
419        RTEMS_GCC_PRINT
420        * aclocal/check-multiprocessing.m4: Fix typo.
421        * automake/compile.am: Remove CXX support.
422        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
423
4242002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
427
4282002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: Remove references to RTEMS_BSP.
431        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
432        Allow building w/ --enable-multiprocessing --enable-multilib.
433        * aclocal/enable-multiprocessing.m4:
434        Eliminate RTEMS_HAS_MULTIPROCESSING.
435
4362002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * wrapup/Makefile.am: Fix stupid typo in previous patch.
439
4402002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: Add librpc. AC_PROG_RANLIB.
443        * wrapup/Makefile.am: Add librpc.
444        Use relative path to lib*.a for
445        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
446
4472002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/subdirs.m4: Remove.
450
4512002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * wrapup/Makefile.am: Use relative path to lib*.a for
454        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
455
4562002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * Makefile.am: Include $(top_srcdir)/automake/*.am.
459        Use aclocal.
460        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
461        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
462        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
463        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
464        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
465        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
466        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
467        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
468        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
469        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
470        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
471        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
472        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
473        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
474        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
475        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
476        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
477        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
478
4792002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * aclocal/bsp-alias.m4: Copied over from aclocal/.
482        * aclocal/canonical-host.m4: Ditto.
483        * aclocal/canonical-target-name.m4: Ditto.
484        * aclocal/canonicalize-tools.m4: Ditto.
485        * aclocal/check-bsp-cache.m4: Ditto.
486        * aclocal/check-bsps.m4: Ditto.
487        * aclocal/check-cpu.m4: Ditto.
488        * aclocal/check-itron.m4: Ditto.
489        * aclocal/check-multiprocessing.m4: Ditto.
490        * aclocal/check-networking.m4: Ditto.
491        * aclocal/check-newlib.m4: Ditto.
492        * aclocal/check-posix.m4: Ditto.
493        * aclocal/check-tool.m4: Ditto.
494        * aclocal/enable-bare.m4: Ditto.
495        * aclocal/enable-inlines.m4: Ditto.
496        * aclocal/enable-itron.m4: Ditto.
497        * aclocal/enable-multiprocessing.m4: Ditto.
498        * aclocal/enable-networking.m4: Ditto.
499        * aclocal/enable-posix.m4: Ditto.
500        * aclocal/enable-rtemsbsp.m4: Ditto.
501        * aclocal/env-rtemsbsp.m4: Ditto.
502        * aclocal/env-rtemscpu.m4: Ditto.
503        * aclocal/gcc-pipe.m4: Ditto.
504        * aclocal/gcc-specs.m4: Ditto.
505        * aclocal/multi.m4: Ditto.
506        * aclocal/multilib.m4: Ditto.
507        * aclocal/prog-cc.m4: Ditto.
508        * aclocal/project-root.m4: Ditto.
509        * aclocal/rtems-cpu-subdirs.m4: Ditto.
510        * aclocal/rtems-debug.m4: Ditto.
511        * aclocal/rtems-top.m4: Ditto.
512        * aclocal/subdirs.m4: Ditto.
513        * aclocal/sysv-ipc.m4: Ditto.
514        * aclocal/tool-paths.m4: Ditto.
515        * aclocal/version.m4: Ditto.
516
5172002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * automake/compile.am: Copied over from automake/.
520        * automake/lib.am: Copied over from automake/.
521        * automake/local.am: Copied over from automake/.
522        * automake/multilib.am: Copied over from automake/.
523        * automake/subdirs.am: Copied over from automake/.
524        * Makefile.am: Add automake/*.am.
525
5262002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac: Add libnetworking.
529        * wrapup/Makefile.am: Ditto.
530
5312002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
534        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
535
5362002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Add libcsupport.
539        * wrapup/Makefile.am: Ditto.
540
5412002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am: Add preinstall-stamp.
544
5452002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * configure.ac: Remove ENABLE_GCC28.
548
5492002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
552
5532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac:
556        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
557        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
558        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
561
5622001-01-17      Joel Sherrill <joel@OARcorp.com>
563
564        * ChangeLog: Deleted duplicate blank line.
565
5662002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
569        ITRON_SUBDIRS.
570        * configure.ac: Rework enable_unixlib handling.
571        Add RTEMS_MULTILIBS to cpuopts.h.
572        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
573        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
574
5752002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * wrapup/Makefile.am: Add install-hook.
578        Remove SIZE_RTEMS.
579        * include/rtems/fs.h: New, extracted from libio_.h.
580        * include/rtems/userenv.h: New. extracted from libio_.h.
581
5822002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * Makefile.am: Readded reference to wrapup.
585
5862002-01-06      Joel Sherrill <joel@OARcorp.com>
587
588        * wrapup/.cvsignore: Readded.
589        * include/.cvsignore: New file.
590
5912002-01-04      Joel Sherrill <joel@OARcorp.com>
592
593        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
594
5952001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * configure.ac: Use AS_IF instead of if/then/else.
598        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
599        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
600        Add include/Makefile to CONFIG_FILES.
601        Add AC_ENABLE_MULITLIB.
602        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
603        Remove */optman/Makefile from CONFIG_FILES.
604        * Makefile.am: Add include to SUBDIRS.
605        * rtems/Makefile.am: Remove optman from SUBDIRS.
606        * sapi/Makefile.am: Remove optman from SUBDIRS.
607        * include/Makefile.am: New file.
608        * include/rtems/bspIo.h: Relocated from lib/include.
609        * include/rtems/libio_.h: Relocated from lib/include.
610
6112001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * wrapup/posix/Makefile.am: Add multilib support.
614        * wrapup/itron/Makefile.am: Add multilib support.
615        * wrapup/rtems/Makefile.am: Add multilib support.
616        * Makefile.am: Add multilib support.
617
6182001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
621
6222001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
625        Reflect changes to configuration of rtems, score and sapi subdirs.
626        * Makefile.am: require automake-1.5.
627
6282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
631        * configure.in: Remove.
632        * configure.ac: New file, generated from configure.in by autoupdate.
633
6342001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
637
6382001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
641
6422001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
645
6462000-12-01      Joel Sherrill <joel@OARcorp.com>
647
648        * configure.in: Removed error check for enabling macros with
649        either POSIX or ITRON API.
650
6512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
654
6552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
658
6592000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
662        Switch to GNU canonicalization.
663
6642000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
667
6682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
671        wrapup/rtems/Makefile.am: Include compile.am
672
6732000-08-10      Joel Sherrill <joel@OARcorp.com>
674
675        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.