source: rtems/cpukit/ChangeLog @ 5b2e199

4.104.114.84.95
Last change on this file since 5b2e199 was 5b2e199, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/03 at 14:51:01

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

  • aclocal/check-multiprocessing.m4: Add m4-quotes. Remove RTEMS_CHECK_CPU.
  • aclocal/check-itron.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
  • aclocal/check-networking.m4: Add m4-quotes. Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
  • aclocal/check-cpu.m4: Remove.
  • aclocal/canonical-target-name.m4: Add m4-quotes.
  • configure.ac: Merge-in former aclocal/check-cpu.m4.
  • Property mode set to 100644
File size: 24.2 KB
Line 
12003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/check-multiprocessing.m4: Add m4-quotes.
4        Remove RTEMS_CHECK_CPU.
5        * aclocal/check-itron.m4: Add m4-quotes.
6        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
7        * aclocal/check-networking.m4: Add m4-quotes.
8        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
9        * aclocal/check-cpu.m4: Remove.
10        * aclocal/canonical-target-name.m4: Add m4-quotes.
11        * configure.ac: Merge-in former aclocal/check-cpu.m4.
12
132003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Check for sys/cdefs.h.
16        * aclocal/env-rtems-cpu.m4: Add project_includedir.
17        Deprecate PROJECT_INCLUDE.  Change project_includedir to
18        $(PROJECT_ROOT)/include for multilibs.
19
202003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Merge-in include/Makefile.am.
23        * include/Makefile.am: Remove.
24        * configure.ac: Reflect having removed include/Makefile.am and
25        librpc/include/Makefile.am.
26
272003-09-04      Joel Sherrill <joel@OARcorp.com>
28
29        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
30        URL for license changed.
31
322003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * aclocal/rtems-top.m4: Add RTEMS_API.
35        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
36
372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * aclocal/rtems-debug.m4: Remove.
40        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
41        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
42
432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * automake/local.am: Remove "debug".
46
472003-08-11      Joel Sherrill <joel@OARcorp.com>
48
49        * configure.ac: Removed duplicate entry.
50
512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
54
552003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Add libmisc/fsmount/Makefile.
58
592003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
62
632003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
66
672003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Merge-in librpc/configure.ac.
70        * Makefile.am: Add librpc to SUBDIRS.
71        Remove @subdirs@.
72
732003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Merge-in libcsupport/configure.ac.
76        * Makefile.am: Add libcsupport to SUBDIRS.
77
782003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Merge-in posix/configure.ac.
81        Merge-in itron/configure.ac.
82        Misc. cosmetical changes.
83        * Makefile.am: Add posix, itron to SUBDIRS.
84
852003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Merge-in libnetworking/configure.ac.
88        Remove "rtems-" from RTEMS_VERSION.
89        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
90        * Makefile.am: Add libmisc to SUBDIRS.
91
922003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Merge-in libmisc/configure.ac.
95        * Makefile.am: Add libmisc to SUBDIRS.
96
972003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Merge-in libfs/configure.ac.
100        * Makefile.am: Add libfs to SUBDIRS.
101
1022003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Merge-in libblock/configure.ac.
105        * Makefile.am: Add libblock to SUBDIRS.
106
1072003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Merge-in ada/configure.ac.
110        * Makefile.am: Add ada to SUBDIRS.
111
1122003-07-03      Joel Sherrill <joel@OARcorp.com>
113
114        * aclocal/version.m4: Updated to rtems-ss-20030703.
115
1162003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        PR 409:
119        * include/Makefile.am: Add rtems/stdint.h
120        * include/rtems/stdint.h: New.
121
1222003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        PR 321:
125        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
126        * automake/compile.am: Ditto.
127        * automake/local.am: Ditto.
128
1292003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
132
1332003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
136        * aclocal/env-rtemsbsp.m4: Remove.
137        * aclocal/enable-rtemsbsp.m4: Remove.
138
1392003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
142        project_libdir.
143
1442003-04-17      Joel Sherrill <joel@OARcorp.com>
145
146        * aclocal/version.m4: Updated to rtems-ss-20030417.
147
1482003-04-11      Joel Sherrill <joel@OARcorp.com>
149
150        * aclocal/version.m4: Updated to rtems-ss-20030411.
151
1522003-04-11      Joel Sherrill <joel@OARcorp.com>
153
154        * aclocal/version.m4: Updated to rtems-ss-20020411.
155
1562003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
159        Cygwin mistreating paths.
160
1612003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Reflect changes to project_libdir.
164
1652003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
168        Add MULTISUBDIR to project_libdir.
169
1702003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
173        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
174        Remove RTEMS_PROJECT_ROOT (Unused).
175        * aclocal/tool-paths.m4: Delete.
176
1772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Remove AC_CONFIG_AUX_DIR.
180        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
181
1822003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: AC_PREREQ(2.57).
185
1862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Remove sptables.h.in.
189
1902003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
193        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
194
1952003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
198
1992003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * aclocal/gcc-isystem.m4: New.
202        * aclocal/gcc-specs.m4: Remove.
203        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
204        Add RTEMS_GCC_ISYSTEM.
205        Reformat setting up RTEMS_CPPFLAGS.
206
2072003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * automake/local.am: Introduce depend-gcc.
210        Remove ${ARCH}.
211        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
212        CPP. Add ${ARCH}. depend-gcc.
213        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
214        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
215        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
216
2172003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
220
2212003-01-28      Joel Sherrill <joel@OARcorp.com>
222
223        * aclocal/version.m4: Updated to rtems-ss-20030128.
224
2252003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * automake/local.am: Remove distclean-local.
228        Remove PROJECT_TOOLS.
229
2302003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
233        Remove CLOBBER_DEPEND (Unused).
234
2352002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
238
2392002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
241        from the 2002-12-12 patch).
242
2432002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * wrapup/Makefile.am: Fix typo in yesterday's patch.
246
2472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Don't create $ARCH.
250        Use install-data-local to install librtemscpu.a
251
2522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Add libmisc.
255
2562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
259
2602002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
263        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
264        * aclocal/check-bsps.m4: Remove.
265
2662002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
269        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
270
2712002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Reflect changes to score/.
274        * configure.ac: Reflect changes to score/.
275
2762002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * wrapup/Makefile.am: Reflect changes to sapi/.
279        * configure.ac: Reflect changes to sapi/.
280
2812002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Add AC_SUBST(INLINEdir).
284
2852002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Reflect changes to rtems/.
288        * configure.ac: Reflect changes to rtems/.
289
2902002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Reflect changes to posix/.
293        Reflect changes to itron/.
294
2952002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
298
2992002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
302        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
303        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
304        CFLAGS_PROFILE_V.
305        Hard-code RTEMS_CFLAGS_PROFILE = -pg
306        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
307        Remove GCCSED.
308        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
309        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
310
3112002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * aclocal/rtems-flags.m4: New.
314
3152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
318
3192002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
322        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
323
3242002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * include/rtems/libio_.h: Remove.
327
3282002-11-18      Joel Sherrill <joel@OARcorp.com>
329
330        * aclocal/version.m4: Updated to rtems-ss-20021118.
331
3322002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * include/rtems/userenv.h: Rely upon <limits.h> for
335        _POSIX_LOGIN_NAME_MAX.
336
3372002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
340        * automake/compile.am: Acknowledge configuration-time CFLAGS.
341        Remove CFLAGS_DEFAULT.
342
3432002-11-11      Joel Sherrill <joel@OARcorp.com>
344
345        * aclocal/version.m4: Updated to rtems-ss-20021111.
346
3472002-11-11      Joel Sherrill <joel@OARcorp.com>
348
349        * aclocal/version.m4: Updated to rtems-ss-20021111.
350
3512002-11-01      Joel Sherrill <joel@OARcorp.com>
352
353        * ChangeLog: Corrected.
354
3552002-10-30      Eric Norum <eric.norum@usask.ca>
356
357        * include/rtems/bspIo.h: Add vprintk function for kernel printing
358        from routines which have already obtained the va_list pointer.
359
3602002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * aclocal/check-bsp-cache.m4: Remove.
363
3642002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
367
3682002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
371
3722002-10-21      Joel Sherrill <joel@OARcorp.com>
373
374        * aclocal/version.m4: Updated to rtems-20021021-test.
375
3762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * .cvsignore: Reformat.
379        Add autom4te*cache.
380        Remove autom4te.cache.
381
3822002-10-07      Joel Sherrill <joel@OARcorp.com>
383
384        * aclocal/version.m4: Updated to rtems-ss-20021007.
385
3862002-10-04      Joel Sherrill <joel@OARcorp.com>
387
388        * aclocal/version.m4: Updated to rtems-JUNK.
389
3902002-10-04      Joel Sherrill <joel@OARcorp.com>
391
392        * aclocal/version.m4: Updated to rtems-ss-20021004.
393
3942002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * score/include/Makefile.am: Remove cpuopt.h generation.
397        * configure.ac: Correct package name.
398        Don't build ada if POSIX is disabled.
399        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
400
4012002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * aclocal/prog-gnat.m4: New.
404        * configure.ac: Add ada subdir handling.
405
4062002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * aclocal/bsp-alias.m4: Remove.
409
4102002-08-07      Joel Sherrill <joel@OARcorp.com>
411
412        * aclocal/version.m4: Updated to rtems-ss-20020807.
413
4142002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Add missing ',' to librpc activation.
417        Add AC_MSG_CHECKING/AC_MSG_RESULT.
418        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
419
4202002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Fix bug in librpc activation, having introduced by
423        yesterday's patch.
424
4252002-08-06      Joel Sherrill <joel@OARcorp.com>
426
427        * configure.ac: or32 does not currently support librpc.
428
4292002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
432
4332002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
436        Use AS_IF instead of if/then/else/fi.
437
4382002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * wrapup/Makefile.am: Use librtems.a.
441        * wrapup/Makefile.am: Use libsapi.a.
442
4432002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * wrapup/Makefile.am: Use libscore.a.
446
4472002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/canonicalize-tools.m4: Remove LD.
450        * automake/lib.am: Remove LD.
451        * Makefile.am: Put preinstall-stamp into CLEANFILES.
452
4532002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
456        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
457
4582002-07-31      Joel Sherrill <joel@OARcorp.com>
459
460        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
461        was just a stub and only the OR32 port is getting worked on.
462
4632002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
466
4672002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * automake/compile.am: Use .$(OBJEXT) instead of .o.
470
4712002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
474
4752002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * wrapup/Makefile.am: Use project_libdir instead of
478        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
479        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
480
4812002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * automake/lib.am: Use project_libdir instead of
484        $(PROJECT_RELEASE)/lib.
485
4862002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
489        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
490        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
491        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
492        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
493        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
494        references to bsp_specs. Use project_libdir instead of
495        $(PROJECT_RELEASE)/lib.
496
4972002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
500        * aclocal/check-cpu.m4: Ditto.
501        * aclocal/check-bsps.m4: Ditto.
502
5032002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * automake/multilib.am: Add install-multi.
506        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
507        version.m4.
508        Add --with-project-root.
509        Reflect --with-project-root to setting up PROJECT_ROOT.
510        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
511        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
512        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
513
5142002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: RTEMS_TOP(..).
517
5182002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
521
5222002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
525
5262002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac: Remove RTEMS_PROJECT_ROOT.
529        * aclocal/project-root.m4: Remove.
530
5312002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * aclocal/enable-multiprocessing.m4: Fix typo.
534        * aclocal/prog-cc.m4: Remove obsolete comments.
535        Comment out GCCSED.
536
5372002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * aclocal/prog-ccas.m4: New.
540        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
541        RTEMS_GCC_PRINT
542        * aclocal/check-multiprocessing.m4: Fix typo.
543        * automake/compile.am: Remove CXX support.
544        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
545
5462002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
549
5502002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * configure.ac: Remove references to RTEMS_BSP.
553        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
554        Allow building w/ --enable-multiprocessing --enable-multilib.
555        * aclocal/enable-multiprocessing.m4:
556        Eliminate RTEMS_HAS_MULTIPROCESSING.
557
5582002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * wrapup/Makefile.am: Fix stupid typo in previous patch.
561
5622002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * configure.ac: Add librpc. AC_PROG_RANLIB.
565        * wrapup/Makefile.am: Add librpc.
566        Use relative path to lib*.a for
567        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
568
5692002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * aclocal/subdirs.m4: Remove.
572
5732002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * wrapup/Makefile.am: Use relative path to lib*.a for
576        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
577
5782002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: Include $(top_srcdir)/automake/*.am.
581        Use aclocal.
582        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
583        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
584        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
585        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
586        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
587        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
588        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
589        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
590        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
591        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
592        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
593        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
594        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
595        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
596        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
597        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
598        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
599        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
600
6012002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * aclocal/bsp-alias.m4: Copied over from aclocal/.
604        * aclocal/canonical-host.m4: Ditto.
605        * aclocal/canonical-target-name.m4: Ditto.
606        * aclocal/canonicalize-tools.m4: Ditto.
607        * aclocal/check-bsp-cache.m4: Ditto.
608        * aclocal/check-bsps.m4: Ditto.
609        * aclocal/check-cpu.m4: Ditto.
610        * aclocal/check-itron.m4: Ditto.
611        * aclocal/check-multiprocessing.m4: Ditto.
612        * aclocal/check-networking.m4: Ditto.
613        * aclocal/check-newlib.m4: Ditto.
614        * aclocal/check-posix.m4: Ditto.
615        * aclocal/check-tool.m4: Ditto.
616        * aclocal/enable-bare.m4: Ditto.
617        * aclocal/enable-inlines.m4: Ditto.
618        * aclocal/enable-itron.m4: Ditto.
619        * aclocal/enable-multiprocessing.m4: Ditto.
620        * aclocal/enable-networking.m4: Ditto.
621        * aclocal/enable-posix.m4: Ditto.
622        * aclocal/enable-rtemsbsp.m4: Ditto.
623        * aclocal/env-rtemsbsp.m4: Ditto.
624        * aclocal/env-rtemscpu.m4: Ditto.
625        * aclocal/gcc-pipe.m4: Ditto.
626        * aclocal/gcc-specs.m4: Ditto.
627        * aclocal/multi.m4: Ditto.
628        * aclocal/multilib.m4: Ditto.
629        * aclocal/prog-cc.m4: Ditto.
630        * aclocal/project-root.m4: Ditto.
631        * aclocal/rtems-cpu-subdirs.m4: Ditto.
632        * aclocal/rtems-debug.m4: Ditto.
633        * aclocal/rtems-top.m4: Ditto.
634        * aclocal/subdirs.m4: Ditto.
635        * aclocal/sysv-ipc.m4: Ditto.
636        * aclocal/tool-paths.m4: Ditto.
637        * aclocal/version.m4: Ditto.
638
6392002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * automake/compile.am: Copied over from automake/.
642        * automake/lib.am: Copied over from automake/.
643        * automake/local.am: Copied over from automake/.
644        * automake/multilib.am: Copied over from automake/.
645        * automake/subdirs.am: Copied over from automake/.
646        * Makefile.am: Add automake/*.am.
647
6482002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * configure.ac: Add libnetworking.
651        * wrapup/Makefile.am: Ditto.
652
6532002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
656        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
657
6582002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * configure.ac: Add libcsupport.
661        * wrapup/Makefile.am: Ditto.
662
6632002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * Makefile.am: Add preinstall-stamp.
666
6672002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * configure.ac: Remove ENABLE_GCC28.
670
6712002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
674
6752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * configure.ac:
678        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
679        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
680        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
683
6842001-01-17      Joel Sherrill <joel@OARcorp.com>
685
686        * ChangeLog: Deleted duplicate blank line.
687
6882002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
691        ITRON_SUBDIRS.
692        * configure.ac: Rework enable_unixlib handling.
693        Add RTEMS_MULTILIBS to cpuopts.h.
694        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
695        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
696
6972002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * wrapup/Makefile.am: Add install-hook.
700        Remove SIZE_RTEMS.
701        * include/rtems/fs.h: New, extracted from libio_.h.
702        * include/rtems/userenv.h: New. extracted from libio_.h.
703
7042002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * Makefile.am: Readded reference to wrapup.
707
7082002-01-06      Joel Sherrill <joel@OARcorp.com>
709
710        * wrapup/.cvsignore: Readded.
711        * include/.cvsignore: New file.
712
7132002-01-04      Joel Sherrill <joel@OARcorp.com>
714
715        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
716
7172001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * configure.ac: Use AS_IF instead of if/then/else.
720        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
721        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
722        Add include/Makefile to CONFIG_FILES.
723        Add AC_ENABLE_MULITLIB.
724        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
725        Remove */optman/Makefile from CONFIG_FILES.
726        * Makefile.am: Add include to SUBDIRS.
727        * rtems/Makefile.am: Remove optman from SUBDIRS.
728        * sapi/Makefile.am: Remove optman from SUBDIRS.
729        * include/Makefile.am: New file.
730        * include/rtems/bspIo.h: Relocated from lib/include.
731        * include/rtems/libio_.h: Relocated from lib/include.
732
7332001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * wrapup/posix/Makefile.am: Add multilib support.
736        * wrapup/itron/Makefile.am: Add multilib support.
737        * wrapup/rtems/Makefile.am: Add multilib support.
738        * Makefile.am: Add multilib support.
739
7402001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
743
7442001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
747        Reflect changes to configuration of rtems, score and sapi subdirs.
748        * Makefile.am: require automake-1.5.
749
7502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
753        * configure.in: Remove.
754        * configure.ac: New file, generated from configure.in by autoupdate.
755
7562001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
757
758        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
759
7602001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
763
7642001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
767
7682000-12-01      Joel Sherrill <joel@OARcorp.com>
769
770        * configure.in: Removed error check for enabling macros with
771        either POSIX or ITRON API.
772
7732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
776
7772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
778
779        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
780
7812000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
784        Switch to GNU canonicalization.
785
7862000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
789
7902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
791
792        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
793        wrapup/rtems/Makefile.am: Include compile.am
794
7952000-08-10      Joel Sherrill <joel@OARcorp.com>
796
797        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.