source: rtems/cpukit/ChangeLog @ 60f7da2

4.104.114.84.95
Last change on this file since 60f7da2 was 5ef82f97, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 04:10:53

2003-11-30 Ralf Corsepius <corsepiu@…>

  • automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
  • wrapup/Makefile.am: Reflect $(dirstamp) changes.
  • Property mode set to 100644
File size: 27.4 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
4        * wrapup/Makefile.am: Reflect $(dirstamp) changes.
5
62003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Add $(dirstamp) to preinstallation rules.
9
102003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * aclocal/lead-dot.m4: New (from automake-1.7f).
13        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
14        Add AC_SUBST(dirstamp).
15
162003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Reflect having removed
19        libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
20
212003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Reflect changes to libmisc/*.
24
252003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
28
292003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Reflect changes to libfs Makefile.ams.
32        Remove libmisc/wrapup/Makefile.
33
342003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Use here-documents to generate cpuopts.tmp.
37        Various fixes and changes to argument processing.
38        Reflect changes to librpc Makefile.ams.
39        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
40        * aclocal/check-itron.m4: Remove HAS_IRON_API.
41        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
42        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
43
442003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
47        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
48        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
49        aclocal/check-tool.m4, aclocal/enable-bare.m4,
50        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
51        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
52        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
53        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
54        aclocal/gcc-pipe.m4, aclocal/multi.m4,
55        aclocal/multilib.m4, aclocal/prog-cc.m4,
56        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
57        Fix underquoting to silence automake-1.8.
58
592003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
62        Elimimate INLINESdir.
63        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
64        * .cvsignore: Add config.h.in.
65
662003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
69
702003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
73        * configure.ac: Ditto.
74
752003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * acinclude.m4: New.
78        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
79        Add local autoheader config.h.
80        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
81        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
82
832003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * aclocal/check-posix.m4: Add m4-quotes.
86        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
87        * aclocal/canonical-host.m4: Remove.
88        * configure.ac: Remove RTEMS_CANONICAL_HOST.
89        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
90        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
91        AC_CANONICAL_TARGET. Use $host instead of $target.
92
932003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * aclocal/check-multiprocessing.m4: Add m4-quotes.
96        Remove RTEMS_CHECK_CPU.
97        * aclocal/check-itron.m4: Add m4-quotes.
98        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
99        * aclocal/check-networking.m4: Add m4-quotes.
100        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
101        * aclocal/check-cpu.m4: Remove.
102        * aclocal/canonical-target-name.m4: Add m4-quotes.
103        * configure.ac: Merge-in former aclocal/check-cpu.m4.
104
1052003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Check for sys/cdefs.h.
108        * aclocal/env-rtems-cpu.m4: Add project_includedir.
109        Deprecate PROJECT_INCLUDE.  Change project_includedir to
110        $(PROJECT_ROOT)/include for multilibs.
111
1122003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Merge-in include/Makefile.am.
115        * include/Makefile.am: Remove.
116        * configure.ac: Reflect having removed include/Makefile.am and
117        librpc/include/Makefile.am.
118
1192003-09-04      Joel Sherrill <joel@OARcorp.com>
120
121        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
122        URL for license changed.
123
1242003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * aclocal/rtems-top.m4: Add RTEMS_API.
127        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
128
1292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * aclocal/rtems-debug.m4: Remove.
132        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
133        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
134
1352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * automake/local.am: Remove "debug".
138
1392003-08-11      Joel Sherrill <joel@OARcorp.com>
140
141        * configure.ac: Removed duplicate entry.
142
1432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
146
1472003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Add libmisc/fsmount/Makefile.
150
1512003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
154
1552003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
158
1592003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Merge-in librpc/configure.ac.
162        * Makefile.am: Add librpc to SUBDIRS.
163        Remove @subdirs@.
164
1652003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Merge-in libcsupport/configure.ac.
168        * Makefile.am: Add libcsupport to SUBDIRS.
169
1702003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Merge-in posix/configure.ac.
173        Merge-in itron/configure.ac.
174        Misc. cosmetical changes.
175        * Makefile.am: Add posix, itron to SUBDIRS.
176
1772003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Merge-in libnetworking/configure.ac.
180        Remove "rtems-" from RTEMS_VERSION.
181        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
182        * Makefile.am: Add libmisc to SUBDIRS.
183
1842003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Merge-in libmisc/configure.ac.
187        * Makefile.am: Add libmisc to SUBDIRS.
188
1892003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Merge-in libfs/configure.ac.
192        * Makefile.am: Add libfs to SUBDIRS.
193
1942003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Merge-in libblock/configure.ac.
197        * Makefile.am: Add libblock to SUBDIRS.
198
1992003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Merge-in ada/configure.ac.
202        * Makefile.am: Add ada to SUBDIRS.
203
2042003-07-03      Joel Sherrill <joel@OARcorp.com>
205
206        * aclocal/version.m4: Updated to rtems-ss-20030703.
207
2082003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        PR 409:
211        * include/Makefile.am: Add rtems/stdint.h
212        * include/rtems/stdint.h: New.
213
2142003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        PR 321:
217        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
218        * automake/compile.am: Ditto.
219        * automake/local.am: Ditto.
220
2212003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
224
2252003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
228        * aclocal/env-rtemsbsp.m4: Remove.
229        * aclocal/enable-rtemsbsp.m4: Remove.
230
2312003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
234        project_libdir.
235
2362003-04-17      Joel Sherrill <joel@OARcorp.com>
237
238        * aclocal/version.m4: Updated to rtems-ss-20030417.
239
2402003-04-11      Joel Sherrill <joel@OARcorp.com>
241
242        * aclocal/version.m4: Updated to rtems-ss-20030411.
243
2442003-04-11      Joel Sherrill <joel@OARcorp.com>
245
246        * aclocal/version.m4: Updated to rtems-ss-20020411.
247
2482003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
251        Cygwin mistreating paths.
252
2532003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Reflect changes to project_libdir.
256
2572003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
260        Add MULTISUBDIR to project_libdir.
261
2622003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
265        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
266        Remove RTEMS_PROJECT_ROOT (Unused).
267        * aclocal/tool-paths.m4: Delete.
268
2692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Remove AC_CONFIG_AUX_DIR.
272        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
273
2742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: AC_PREREQ(2.57).
277
2782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Remove sptables.h.in.
281
2822003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
285        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
286
2872003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
290
2912003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * aclocal/gcc-isystem.m4: New.
294        * aclocal/gcc-specs.m4: Remove.
295        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
296        Add RTEMS_GCC_ISYSTEM.
297        Reformat setting up RTEMS_CPPFLAGS.
298
2992003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * automake/local.am: Introduce depend-gcc.
302        Remove ${ARCH}.
303        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
304        CPP. Add ${ARCH}. depend-gcc.
305        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
306        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
307        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
308
3092003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
312
3132003-01-28      Joel Sherrill <joel@OARcorp.com>
314
315        * aclocal/version.m4: Updated to rtems-ss-20030128.
316
3172003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * automake/local.am: Remove distclean-local.
320        Remove PROJECT_TOOLS.
321
3222003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
325        Remove CLOBBER_DEPEND (Unused).
326
3272002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
330
3312002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
333        from the 2002-12-12 patch).
334
3352002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * wrapup/Makefile.am: Fix typo in yesterday's patch.
338
3392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Don't create $ARCH.
342        Use install-data-local to install librtemscpu.a
343
3442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Add libmisc.
347
3482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
351
3522002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
355        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
356        * aclocal/check-bsps.m4: Remove.
357
3582002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
361        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
362
3632002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * wrapup/Makefile.am: Reflect changes to score/.
366        * configure.ac: Reflect changes to score/.
367
3682002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * wrapup/Makefile.am: Reflect changes to sapi/.
371        * configure.ac: Reflect changes to sapi/.
372
3732002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Add AC_SUBST(INLINEdir).
376
3772002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * wrapup/Makefile.am: Reflect changes to rtems/.
380        * configure.ac: Reflect changes to rtems/.
381
3822002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * wrapup/Makefile.am: Reflect changes to posix/.
385        Reflect changes to itron/.
386
3872002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
390
3912002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
394        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
395        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
396        CFLAGS_PROFILE_V.
397        Hard-code RTEMS_CFLAGS_PROFILE = -pg
398        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
399        Remove GCCSED.
400        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
401        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
402
4032002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/rtems-flags.m4: New.
406
4072002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
410
4112002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
414        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
415
4162002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * include/rtems/libio_.h: Remove.
419
4202002-11-18      Joel Sherrill <joel@OARcorp.com>
421
422        * aclocal/version.m4: Updated to rtems-ss-20021118.
423
4242002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * include/rtems/userenv.h: Rely upon <limits.h> for
427        _POSIX_LOGIN_NAME_MAX.
428
4292002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
432        * automake/compile.am: Acknowledge configuration-time CFLAGS.
433        Remove CFLAGS_DEFAULT.
434
4352002-11-11      Joel Sherrill <joel@OARcorp.com>
436
437        * aclocal/version.m4: Updated to rtems-ss-20021111.
438
4392002-11-11      Joel Sherrill <joel@OARcorp.com>
440
441        * aclocal/version.m4: Updated to rtems-ss-20021111.
442
4432002-11-01      Joel Sherrill <joel@OARcorp.com>
444
445        * ChangeLog: Corrected.
446
4472002-10-30      Eric Norum <eric.norum@usask.ca>
448
449        * include/rtems/bspIo.h: Add vprintk function for kernel printing
450        from routines which have already obtained the va_list pointer.
451
4522002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * aclocal/check-bsp-cache.m4: Remove.
455
4562002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
459
4602002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
463
4642002-10-21      Joel Sherrill <joel@OARcorp.com>
465
466        * aclocal/version.m4: Updated to rtems-20021021-test.
467
4682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * .cvsignore: Reformat.
471        Add autom4te*cache.
472        Remove autom4te.cache.
473
4742002-10-07      Joel Sherrill <joel@OARcorp.com>
475
476        * aclocal/version.m4: Updated to rtems-ss-20021007.
477
4782002-10-04      Joel Sherrill <joel@OARcorp.com>
479
480        * aclocal/version.m4: Updated to rtems-JUNK.
481
4822002-10-04      Joel Sherrill <joel@OARcorp.com>
483
484        * aclocal/version.m4: Updated to rtems-ss-20021004.
485
4862002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * score/include/Makefile.am: Remove cpuopt.h generation.
489        * configure.ac: Correct package name.
490        Don't build ada if POSIX is disabled.
491        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
492
4932002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * aclocal/prog-gnat.m4: New.
496        * configure.ac: Add ada subdir handling.
497
4982002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * aclocal/bsp-alias.m4: Remove.
501
5022002-08-07      Joel Sherrill <joel@OARcorp.com>
503
504        * aclocal/version.m4: Updated to rtems-ss-20020807.
505
5062002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac: Add missing ',' to librpc activation.
509        Add AC_MSG_CHECKING/AC_MSG_RESULT.
510        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
511
5122002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac: Fix bug in librpc activation, having introduced by
515        yesterday's patch.
516
5172002-08-06      Joel Sherrill <joel@OARcorp.com>
518
519        * configure.ac: or32 does not currently support librpc.
520
5212002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
524
5252002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
528        Use AS_IF instead of if/then/else/fi.
529
5302002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * wrapup/Makefile.am: Use librtems.a.
533        * wrapup/Makefile.am: Use libsapi.a.
534
5352002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * wrapup/Makefile.am: Use libscore.a.
538
5392002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * aclocal/canonicalize-tools.m4: Remove LD.
542        * automake/lib.am: Remove LD.
543        * Makefile.am: Put preinstall-stamp into CLEANFILES.
544
5452002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
548        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
549
5502002-07-31      Joel Sherrill <joel@OARcorp.com>
551
552        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
553        was just a stub and only the OR32 port is getting worked on.
554
5552002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
558
5592002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * automake/compile.am: Use .$(OBJEXT) instead of .o.
562
5632002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
566
5672002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * wrapup/Makefile.am: Use project_libdir instead of
570        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
571        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
572
5732002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * automake/lib.am: Use project_libdir instead of
576        $(PROJECT_RELEASE)/lib.
577
5782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
581        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
582        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
583        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
584        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
585        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
586        references to bsp_specs. Use project_libdir instead of
587        $(PROJECT_RELEASE)/lib.
588
5892002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
592        * aclocal/check-cpu.m4: Ditto.
593        * aclocal/check-bsps.m4: Ditto.
594
5952002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * automake/multilib.am: Add install-multi.
598        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
599        version.m4.
600        Add --with-project-root.
601        Reflect --with-project-root to setting up PROJECT_ROOT.
602        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
603        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
604        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
605
6062002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.ac: RTEMS_TOP(..).
609
6102002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
613
6142002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
617
6182002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac: Remove RTEMS_PROJECT_ROOT.
621        * aclocal/project-root.m4: Remove.
622
6232002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * aclocal/enable-multiprocessing.m4: Fix typo.
626        * aclocal/prog-cc.m4: Remove obsolete comments.
627        Comment out GCCSED.
628
6292002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * aclocal/prog-ccas.m4: New.
632        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
633        RTEMS_GCC_PRINT
634        * aclocal/check-multiprocessing.m4: Fix typo.
635        * automake/compile.am: Remove CXX support.
636        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
637
6382002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
641
6422002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * configure.ac: Remove references to RTEMS_BSP.
645        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
646        Allow building w/ --enable-multiprocessing --enable-multilib.
647        * aclocal/enable-multiprocessing.m4:
648        Eliminate RTEMS_HAS_MULTIPROCESSING.
649
6502002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * wrapup/Makefile.am: Fix stupid typo in previous patch.
653
6542002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * configure.ac: Add librpc. AC_PROG_RANLIB.
657        * wrapup/Makefile.am: Add librpc.
658        Use relative path to lib*.a for
659        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
660
6612002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * aclocal/subdirs.m4: Remove.
664
6652002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * wrapup/Makefile.am: Use relative path to lib*.a for
668        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
669
6702002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * Makefile.am: Include $(top_srcdir)/automake/*.am.
673        Use aclocal.
674        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
675        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
676        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
677        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
678        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
679        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
680        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
681        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
682        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
683        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
684        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
685        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
686        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
687        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
688        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
689        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
690        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
691        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
692
6932002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * aclocal/bsp-alias.m4: Copied over from aclocal/.
696        * aclocal/canonical-host.m4: Ditto.
697        * aclocal/canonical-target-name.m4: Ditto.
698        * aclocal/canonicalize-tools.m4: Ditto.
699        * aclocal/check-bsp-cache.m4: Ditto.
700        * aclocal/check-bsps.m4: Ditto.
701        * aclocal/check-cpu.m4: Ditto.
702        * aclocal/check-itron.m4: Ditto.
703        * aclocal/check-multiprocessing.m4: Ditto.
704        * aclocal/check-networking.m4: Ditto.
705        * aclocal/check-newlib.m4: Ditto.
706        * aclocal/check-posix.m4: Ditto.
707        * aclocal/check-tool.m4: Ditto.
708        * aclocal/enable-bare.m4: Ditto.
709        * aclocal/enable-inlines.m4: Ditto.
710        * aclocal/enable-itron.m4: Ditto.
711        * aclocal/enable-multiprocessing.m4: Ditto.
712        * aclocal/enable-networking.m4: Ditto.
713        * aclocal/enable-posix.m4: Ditto.
714        * aclocal/enable-rtemsbsp.m4: Ditto.
715        * aclocal/env-rtemsbsp.m4: Ditto.
716        * aclocal/env-rtemscpu.m4: Ditto.
717        * aclocal/gcc-pipe.m4: Ditto.
718        * aclocal/gcc-specs.m4: Ditto.
719        * aclocal/multi.m4: Ditto.
720        * aclocal/multilib.m4: Ditto.
721        * aclocal/prog-cc.m4: Ditto.
722        * aclocal/project-root.m4: Ditto.
723        * aclocal/rtems-cpu-subdirs.m4: Ditto.
724        * aclocal/rtems-debug.m4: Ditto.
725        * aclocal/rtems-top.m4: Ditto.
726        * aclocal/subdirs.m4: Ditto.
727        * aclocal/sysv-ipc.m4: Ditto.
728        * aclocal/tool-paths.m4: Ditto.
729        * aclocal/version.m4: Ditto.
730
7312002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * automake/compile.am: Copied over from automake/.
734        * automake/lib.am: Copied over from automake/.
735        * automake/local.am: Copied over from automake/.
736        * automake/multilib.am: Copied over from automake/.
737        * automake/subdirs.am: Copied over from automake/.
738        * Makefile.am: Add automake/*.am.
739
7402002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * configure.ac: Add libnetworking.
743        * wrapup/Makefile.am: Ditto.
744
7452002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
748        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
749
7502002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
751
752        * configure.ac: Add libcsupport.
753        * wrapup/Makefile.am: Ditto.
754
7552002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * Makefile.am: Add preinstall-stamp.
758
7592002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * configure.ac: Remove ENABLE_GCC28.
762
7632002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
766
7672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * configure.ac:
770        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
771        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
772        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
773        * Makefile.am: Remove AUTOMAKE_OPTIONS.
774        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
775
7762001-01-17      Joel Sherrill <joel@OARcorp.com>
777
778        * ChangeLog: Deleted duplicate blank line.
779
7802002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
783        ITRON_SUBDIRS.
784        * configure.ac: Rework enable_unixlib handling.
785        Add RTEMS_MULTILIBS to cpuopts.h.
786        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
787        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
788
7892002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * wrapup/Makefile.am: Add install-hook.
792        Remove SIZE_RTEMS.
793        * include/rtems/fs.h: New, extracted from libio_.h.
794        * include/rtems/userenv.h: New. extracted from libio_.h.
795
7962002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
797
798        * Makefile.am: Readded reference to wrapup.
799
8002002-01-06      Joel Sherrill <joel@OARcorp.com>
801
802        * wrapup/.cvsignore: Readded.
803        * include/.cvsignore: New file.
804
8052002-01-04      Joel Sherrill <joel@OARcorp.com>
806
807        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
808
8092001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * configure.ac: Use AS_IF instead of if/then/else.
812        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
813        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
814        Add include/Makefile to CONFIG_FILES.
815        Add AC_ENABLE_MULITLIB.
816        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
817        Remove */optman/Makefile from CONFIG_FILES.
818        * Makefile.am: Add include to SUBDIRS.
819        * rtems/Makefile.am: Remove optman from SUBDIRS.
820        * sapi/Makefile.am: Remove optman from SUBDIRS.
821        * include/Makefile.am: New file.
822        * include/rtems/bspIo.h: Relocated from lib/include.
823        * include/rtems/libio_.h: Relocated from lib/include.
824
8252001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
826
827        * wrapup/posix/Makefile.am: Add multilib support.
828        * wrapup/itron/Makefile.am: Add multilib support.
829        * wrapup/rtems/Makefile.am: Add multilib support.
830        * Makefile.am: Add multilib support.
831
8322001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
835
8362001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
839        Reflect changes to configuration of rtems, score and sapi subdirs.
840        * Makefile.am: require automake-1.5.
841
8422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
843
844        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
845        * configure.in: Remove.
846        * configure.ac: New file, generated from configure.in by autoupdate.
847
8482001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
851
8522001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
855
8562001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
859
8602000-12-01      Joel Sherrill <joel@OARcorp.com>
861
862        * configure.in: Removed error check for enabling macros with
863        either POSIX or ITRON API.
864
8652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
868
8692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
870
871        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
872
8732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
876        Switch to GNU canonicalization.
877
8782000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
881
8822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
885        wrapup/rtems/Makefile.am: Include compile.am
886
8872000-08-10      Joel Sherrill <joel@OARcorp.com>
888
889        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.