source: rtems/cpukit/ChangeLog @ c6e26e06

4.104.114.84.95
Last change on this file since c6e26e06 was c6e26e06, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/04 at 12:21:40

2004-01-11 Ralf Corsepius <corsepiu@…>

  • aclocal/rtems-top.m4: Don't AC_SUBST PROJECT_ROOT. Remove PROJECT_TOPdir (Unused).
  • aclocal/env-rtemscpu.m4: Remove PROJECT_RELEASE. Expand ${PROJECT_ROOT}. Remove RTEMS_ENABLE_BARE (Unused). Don't AC_SUBST RTEMS_BSP.
  • aclocal/enable-bare.m4: Remove (Unused).
  • Property mode set to 100644
File size: 31.1 KB
Line 
12004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/rtems-top.m4: Don't AC_SUBST PROJECT_ROOT.
4        Remove PROJECT_TOPdir (Unused).
5        * aclocal/env-rtemscpu.m4: Remove PROJECT_RELEASE.
6        Expand ${PROJECT_ROOT}.
7        Remove RTEMS_ENABLE_BARE (Unused).
8        Don't AC_SUBST RTEMS_BSP.
9        * aclocal/enable-bare.m4: Remove (Unused).
10
112004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * aclocal/rtems-top.m4: Remove check for cpukit/aclocal/version.m4.
14        Remove gnu-make endif HACK (Unused).
15
162004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Include compile.am.
19        Use TMP_LIBS instead of LIBS to avoid potential conflicts with
20        auto*tools' LIBS.
21        Reflect new locations of libscorecpu*.a
22
232004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Remove AUTOMAKE_FILES.
26        * automake/compile.am: Replace contents with contents of
27        automake/amcompile.am.
28        * automake/amcompile.am, automake/lib.am: Remove.
29
302004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac, aclocal/enable-bare.m4,
33        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
34        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
35        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4, aclocal/multi.m4,
36        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
37        (deprecated in autoconf-2.59)
38        * automake/local.am: Remove clean-local, depend-gcc.
39
402004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Cosmetics.
43
442004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING).
47        * aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING).
48        * automake/amcompile.am: Remove $(ARCH).
49        * wrapup/Makefile.am: Add $(ARCH).
50        Remove compile.am, lib.am.
51        Include amcompile.am.
52
532004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * wrapup/Makefile.am: Use ../*/*$(LIB_VARIANT).a instead of
56        $(ARCH)/lib*.a.
57
582004-01-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am:
61        Reflect changes to libblock/Makefile.am.
62        Reflect changes to libcsupport/Makefile.am.
63
642004-01-07      Joel Sherrill <joel@OARcorp.com>
65
66        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
67        more completely covers the MIPS family.
68
692004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * wrapup/Makefile.am: Reflect changes to library Makefile.ams.
72
732004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * automake/amcompile.am: New.
76        * configure.ac: Add subdir-objects, AM_PROG_CC_C_O.
77
782003-12-17  Joel Sherrill <joel@OARcorp.com>
79
80    * aclocal/version.m4: Updated to rtems-20031217-test.
81
822003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
85
862003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * aclocal/env-rtemscpu.m4: Remove stray '/' in PROJECT_LIB.
89        * wrapup/Makefile.am: Remove duplicate $(PROJECT_LIB) rule.
90
912003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * aclocal/env-rtemscpu.m4: Add PROJECT_LIB.
94        * wrapup/Makefile.am: Use $(PROJECT_LIB) instead of ${PROJECT_RELEASE}/lib.
95
962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
99        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
100
1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Reworked.
104
1052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * aclocal/lead-dot.m4: Remove (Use the version in automake-1.8).
108        * automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR).
109        * aclocal/env-rtemscpu.m4: Reflect new definition of project_lib.
110        * Makefile.am: Remove BUILT_SOURCES.
111
1122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
115
1162003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
119        * wrapup/Makefile.am: Reflect $(dirstamp) changes.
120
1212003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Add $(dirstamp) to preinstallation rules.
124
1252003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * aclocal/lead-dot.m4: New (from automake-1.7f).
128        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
129        Add AC_SUBST(dirstamp).
130
1312003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Reflect having removed
134        libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
135
1362003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Reflect changes to libmisc/*.
139
1402003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
143
1442003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Reflect changes to libfs Makefile.ams.
147        Remove libmisc/wrapup/Makefile.
148
1492003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Use here-documents to generate cpuopts.tmp.
152        Various fixes and changes to argument processing.
153        Reflect changes to librpc Makefile.ams.
154        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
155        * aclocal/check-itron.m4: Remove HAS_IRON_API.
156        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
157        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
158
1592003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
162        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
163        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
164        aclocal/check-tool.m4, aclocal/enable-bare.m4,
165        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
166        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
167        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
168        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
169        aclocal/gcc-pipe.m4, aclocal/multi.m4,
170        aclocal/multilib.m4, aclocal/prog-cc.m4,
171        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
172        Fix underquoting to silence automake-1.8.
173
1742003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
177        Elimimate INLINESdir.
178        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
179        * .cvsignore: Add config.h.in.
180
1812003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
184
1852003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
188        * configure.ac: Ditto.
189
1902003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * acinclude.m4: New.
193        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
194        Add local autoheader config.h.
195        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
196        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
197
1982003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * aclocal/check-posix.m4: Add m4-quotes.
201        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
202        * aclocal/canonical-host.m4: Remove.
203        * configure.ac: Remove RTEMS_CANONICAL_HOST.
204        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
205        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
206        AC_CANONICAL_TARGET. Use $host instead of $target.
207
2082003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * aclocal/check-multiprocessing.m4: Add m4-quotes.
211        Remove RTEMS_CHECK_CPU.
212        * aclocal/check-itron.m4: Add m4-quotes.
213        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
214        * aclocal/check-networking.m4: Add m4-quotes.
215        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
216        * aclocal/check-cpu.m4: Remove.
217        * aclocal/canonical-target-name.m4: Add m4-quotes.
218        * configure.ac: Merge-in former aclocal/check-cpu.m4.
219
2202003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Check for sys/cdefs.h.
223        * aclocal/env-rtems-cpu.m4: Add project_includedir.
224        Deprecate PROJECT_INCLUDE.  Change project_includedir to
225        $(PROJECT_ROOT)/include for multilibs.
226
2272003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Merge-in include/Makefile.am.
230        * include/Makefile.am: Remove.
231        * configure.ac: Reflect having removed include/Makefile.am and
232        librpc/include/Makefile.am.
233
2342003-09-04      Joel Sherrill <joel@OARcorp.com>
235
236        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
237        URL for license changed.
238
2392003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * aclocal/rtems-top.m4: Add RTEMS_API.
242        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
243
2442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * aclocal/rtems-debug.m4: Remove.
247        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
248        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
249
2502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * automake/local.am: Remove "debug".
253
2542003-08-11      Joel Sherrill <joel@OARcorp.com>
255
256        * configure.ac: Removed duplicate entry.
257
2582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
261
2622003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Add libmisc/fsmount/Makefile.
265
2662003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
269
2702003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
273
2742003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Merge-in librpc/configure.ac.
277        * Makefile.am: Add librpc to SUBDIRS.
278        Remove @subdirs@.
279
2802003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Merge-in libcsupport/configure.ac.
283        * Makefile.am: Add libcsupport to SUBDIRS.
284
2852003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Merge-in posix/configure.ac.
288        Merge-in itron/configure.ac.
289        Misc. cosmetical changes.
290        * Makefile.am: Add posix, itron to SUBDIRS.
291
2922003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Merge-in libnetworking/configure.ac.
295        Remove "rtems-" from RTEMS_VERSION.
296        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
297        * Makefile.am: Add libmisc to SUBDIRS.
298
2992003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Merge-in libmisc/configure.ac.
302        * Makefile.am: Add libmisc to SUBDIRS.
303
3042003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Merge-in libfs/configure.ac.
307        * Makefile.am: Add libfs to SUBDIRS.
308
3092003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Merge-in libblock/configure.ac.
312        * Makefile.am: Add libblock to SUBDIRS.
313
3142003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Merge-in ada/configure.ac.
317        * Makefile.am: Add ada to SUBDIRS.
318
3192003-07-03      Joel Sherrill <joel@OARcorp.com>
320
321        * aclocal/version.m4: Updated to rtems-ss-20030703.
322
3232003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        PR 409:
326        * include/Makefile.am: Add rtems/stdint.h
327        * include/rtems/stdint.h: New.
328
3292003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        PR 321:
332        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
333        * automake/compile.am: Ditto.
334        * automake/local.am: Ditto.
335
3362003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
339
3402003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
343        * aclocal/env-rtemsbsp.m4: Remove.
344        * aclocal/enable-rtemsbsp.m4: Remove.
345
3462003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
349        project_libdir.
350
3512003-04-17      Joel Sherrill <joel@OARcorp.com>
352
353        * aclocal/version.m4: Updated to rtems-ss-20030417.
354
3552003-04-11      Joel Sherrill <joel@OARcorp.com>
356
357        * aclocal/version.m4: Updated to rtems-ss-20030411.
358
3592003-04-11      Joel Sherrill <joel@OARcorp.com>
360
361        * aclocal/version.m4: Updated to rtems-ss-20020411.
362
3632003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
366        Cygwin mistreating paths.
367
3682003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * wrapup/Makefile.am: Reflect changes to project_libdir.
371
3722003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
375        Add MULTISUBDIR to project_libdir.
376
3772003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
380        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
381        Remove RTEMS_PROJECT_ROOT (Unused).
382        * aclocal/tool-paths.m4: Delete.
383
3842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Remove AC_CONFIG_AUX_DIR.
387        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
388
3892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: AC_PREREQ(2.57).
392
3932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Remove sptables.h.in.
396
3972003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
400        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
401
4022003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
405
4062003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * aclocal/gcc-isystem.m4: New.
409        * aclocal/gcc-specs.m4: Remove.
410        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
411        Add RTEMS_GCC_ISYSTEM.
412        Reformat setting up RTEMS_CPPFLAGS.
413
4142003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * automake/local.am: Introduce depend-gcc.
417        Remove ${ARCH}.
418        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
419        CPP. Add ${ARCH}. depend-gcc.
420        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
421        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
422        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
423
4242003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
427
4282003-01-28      Joel Sherrill <joel@OARcorp.com>
429
430        * aclocal/version.m4: Updated to rtems-ss-20030128.
431
4322003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * automake/local.am: Remove distclean-local.
435        Remove PROJECT_TOOLS.
436
4372003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
440        Remove CLOBBER_DEPEND (Unused).
441
4422002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
445
4462002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
448        from the 2002-12-12 patch).
449
4502002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * wrapup/Makefile.am: Fix typo in yesterday's patch.
453
4542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * wrapup/Makefile.am: Don't create $ARCH.
457        Use install-data-local to install librtemscpu.a
458
4592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * wrapup/Makefile.am: Add libmisc.
462
4632002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
466
4672002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
470        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
471        * aclocal/check-bsps.m4: Remove.
472
4732002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
476        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
477
4782002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * wrapup/Makefile.am: Reflect changes to score/.
481        * configure.ac: Reflect changes to score/.
482
4832002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * wrapup/Makefile.am: Reflect changes to sapi/.
486        * configure.ac: Reflect changes to sapi/.
487
4882002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Add AC_SUBST(INLINEdir).
491
4922002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * wrapup/Makefile.am: Reflect changes to rtems/.
495        * configure.ac: Reflect changes to rtems/.
496
4972002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * wrapup/Makefile.am: Reflect changes to posix/.
500        Reflect changes to itron/.
501
5022002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
505
5062002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
509        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
510        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
511        CFLAGS_PROFILE_V.
512        Hard-code RTEMS_CFLAGS_PROFILE = -pg
513        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
514        Remove GCCSED.
515        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
516        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
517
5182002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal/rtems-flags.m4: New.
521
5222002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
525
5262002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
529        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
530
5312002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * include/rtems/libio_.h: Remove.
534
5352002-11-18      Joel Sherrill <joel@OARcorp.com>
536
537        * aclocal/version.m4: Updated to rtems-ss-20021118.
538
5392002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * include/rtems/userenv.h: Rely upon <limits.h> for
542        _POSIX_LOGIN_NAME_MAX.
543
5442002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
547        * automake/compile.am: Acknowledge configuration-time CFLAGS.
548        Remove CFLAGS_DEFAULT.
549
5502002-11-11      Joel Sherrill <joel@OARcorp.com>
551
552        * aclocal/version.m4: Updated to rtems-ss-20021111.
553
5542002-11-11      Joel Sherrill <joel@OARcorp.com>
555
556        * aclocal/version.m4: Updated to rtems-ss-20021111.
557
5582002-11-01      Joel Sherrill <joel@OARcorp.com>
559
560        * ChangeLog: Corrected.
561
5622002-10-30      Eric Norum <eric.norum@usask.ca>
563
564        * include/rtems/bspIo.h: Add vprintk function for kernel printing
565        from routines which have already obtained the va_list pointer.
566
5672002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * aclocal/check-bsp-cache.m4: Remove.
570
5712002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
572
573        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
574
5752002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
578
5792002-10-21      Joel Sherrill <joel@OARcorp.com>
580
581        * aclocal/version.m4: Updated to rtems-20021021-test.
582
5832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * .cvsignore: Reformat.
586        Add autom4te*cache.
587        Remove autom4te.cache.
588
5892002-10-07      Joel Sherrill <joel@OARcorp.com>
590
591        * aclocal/version.m4: Updated to rtems-ss-20021007.
592
5932002-10-04      Joel Sherrill <joel@OARcorp.com>
594
595        * aclocal/version.m4: Updated to rtems-JUNK.
596
5972002-10-04      Joel Sherrill <joel@OARcorp.com>
598
599        * aclocal/version.m4: Updated to rtems-ss-20021004.
600
6012002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * score/include/Makefile.am: Remove cpuopt.h generation.
604        * configure.ac: Correct package name.
605        Don't build ada if POSIX is disabled.
606        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
607
6082002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * aclocal/prog-gnat.m4: New.
611        * configure.ac: Add ada subdir handling.
612
6132002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * aclocal/bsp-alias.m4: Remove.
616
6172002-08-07      Joel Sherrill <joel@OARcorp.com>
618
619        * aclocal/version.m4: Updated to rtems-ss-20020807.
620
6212002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * configure.ac: Add missing ',' to librpc activation.
624        Add AC_MSG_CHECKING/AC_MSG_RESULT.
625        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
626
6272002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * configure.ac: Fix bug in librpc activation, having introduced by
630        yesterday's patch.
631
6322002-08-06      Joel Sherrill <joel@OARcorp.com>
633
634        * configure.ac: or32 does not currently support librpc.
635
6362002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
639
6402002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
643        Use AS_IF instead of if/then/else/fi.
644
6452002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * wrapup/Makefile.am: Use librtems.a.
648        * wrapup/Makefile.am: Use libsapi.a.
649
6502002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * wrapup/Makefile.am: Use libscore.a.
653
6542002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
655
656        * aclocal/canonicalize-tools.m4: Remove LD.
657        * automake/lib.am: Remove LD.
658        * Makefile.am: Put preinstall-stamp into CLEANFILES.
659
6602002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
663        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
664
6652002-07-31      Joel Sherrill <joel@OARcorp.com>
666
667        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
668        was just a stub and only the OR32 port is getting worked on.
669
6702002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
673
6742002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * automake/compile.am: Use .$(OBJEXT) instead of .o.
677
6782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
681
6822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * wrapup/Makefile.am: Use project_libdir instead of
685        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
686        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
687
6882002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * automake/lib.am: Use project_libdir instead of
691        $(PROJECT_RELEASE)/lib.
692
6932002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
696        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
697        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
698        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
699        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
700        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
701        references to bsp_specs. Use project_libdir instead of
702        $(PROJECT_RELEASE)/lib.
703
7042002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
707        * aclocal/check-cpu.m4: Ditto.
708        * aclocal/check-bsps.m4: Ditto.
709
7102002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
711
712        * automake/multilib.am: Add install-multi.
713        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
714        version.m4.
715        Add --with-project-root.
716        Reflect --with-project-root to setting up PROJECT_ROOT.
717        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
718        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
719        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
720
7212002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * configure.ac: RTEMS_TOP(..).
724
7252002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
728
7292002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
732
7332002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * configure.ac: Remove RTEMS_PROJECT_ROOT.
736        * aclocal/project-root.m4: Remove.
737
7382002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * aclocal/enable-multiprocessing.m4: Fix typo.
741        * aclocal/prog-cc.m4: Remove obsolete comments.
742        Comment out GCCSED.
743
7442002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * aclocal/prog-ccas.m4: New.
747        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
748        RTEMS_GCC_PRINT
749        * aclocal/check-multiprocessing.m4: Fix typo.
750        * automake/compile.am: Remove CXX support.
751        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
752
7532002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
756
7572002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * configure.ac: Remove references to RTEMS_BSP.
760        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
761        Allow building w/ --enable-multiprocessing --enable-multilib.
762        * aclocal/enable-multiprocessing.m4:
763        Eliminate RTEMS_HAS_MULTIPROCESSING.
764
7652002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * wrapup/Makefile.am: Fix stupid typo in previous patch.
768
7692002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * configure.ac: Add librpc. AC_PROG_RANLIB.
772        * wrapup/Makefile.am: Add librpc.
773        Use relative path to lib*.a for
774        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
775
7762002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * aclocal/subdirs.m4: Remove.
779
7802002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * wrapup/Makefile.am: Use relative path to lib*.a for
783        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
784
7852002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * Makefile.am: Include $(top_srcdir)/automake/*.am.
788        Use aclocal.
789        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
790        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
791        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
792        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
793        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
794        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
795        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
796        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
797        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
798        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
799        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
800        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
801        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
802        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
803        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
804        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
805        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
806        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
807
8082002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
809
810        * aclocal/bsp-alias.m4: Copied over from aclocal/.
811        * aclocal/canonical-host.m4: Ditto.
812        * aclocal/canonical-target-name.m4: Ditto.
813        * aclocal/canonicalize-tools.m4: Ditto.
814        * aclocal/check-bsp-cache.m4: Ditto.
815        * aclocal/check-bsps.m4: Ditto.
816        * aclocal/check-cpu.m4: Ditto.
817        * aclocal/check-itron.m4: Ditto.
818        * aclocal/check-multiprocessing.m4: Ditto.
819        * aclocal/check-networking.m4: Ditto.
820        * aclocal/check-newlib.m4: Ditto.
821        * aclocal/check-posix.m4: Ditto.
822        * aclocal/check-tool.m4: Ditto.
823        * aclocal/enable-bare.m4: Ditto.
824        * aclocal/enable-inlines.m4: Ditto.
825        * aclocal/enable-itron.m4: Ditto.
826        * aclocal/enable-multiprocessing.m4: Ditto.
827        * aclocal/enable-networking.m4: Ditto.
828        * aclocal/enable-posix.m4: Ditto.
829        * aclocal/enable-rtemsbsp.m4: Ditto.
830        * aclocal/env-rtemsbsp.m4: Ditto.
831        * aclocal/env-rtemscpu.m4: Ditto.
832        * aclocal/gcc-pipe.m4: Ditto.
833        * aclocal/gcc-specs.m4: Ditto.
834        * aclocal/multi.m4: Ditto.
835        * aclocal/multilib.m4: Ditto.
836        * aclocal/prog-cc.m4: Ditto.
837        * aclocal/project-root.m4: Ditto.
838        * aclocal/rtems-cpu-subdirs.m4: Ditto.
839        * aclocal/rtems-debug.m4: Ditto.
840        * aclocal/rtems-top.m4: Ditto.
841        * aclocal/subdirs.m4: Ditto.
842        * aclocal/sysv-ipc.m4: Ditto.
843        * aclocal/tool-paths.m4: Ditto.
844        * aclocal/version.m4: Ditto.
845
8462002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * automake/compile.am: Copied over from automake/.
849        * automake/lib.am: Copied over from automake/.
850        * automake/local.am: Copied over from automake/.
851        * automake/multilib.am: Copied over from automake/.
852        * automake/subdirs.am: Copied over from automake/.
853        * Makefile.am: Add automake/*.am.
854
8552002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * configure.ac: Add libnetworking.
858        * wrapup/Makefile.am: Ditto.
859
8602002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
863        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
864
8652002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * configure.ac: Add libcsupport.
868        * wrapup/Makefile.am: Ditto.
869
8702002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * Makefile.am: Add preinstall-stamp.
873
8742002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
875
876        * configure.ac: Remove ENABLE_GCC28.
877
8782002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
881
8822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * configure.ac:
885        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
886        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
887        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
888        * Makefile.am: Remove AUTOMAKE_OPTIONS.
889        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
890
8912001-01-17      Joel Sherrill <joel@OARcorp.com>
892
893        * ChangeLog: Deleted duplicate blank line.
894
8952002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
898        ITRON_SUBDIRS.
899        * configure.ac: Rework enable_unixlib handling.
900        Add RTEMS_MULTILIBS to cpuopts.h.
901        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
902        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
903
9042002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * wrapup/Makefile.am: Add install-hook.
907        Remove SIZE_RTEMS.
908        * include/rtems/fs.h: New, extracted from libio_.h.
909        * include/rtems/userenv.h: New. extracted from libio_.h.
910
9112002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
912
913        * Makefile.am: Readded reference to wrapup.
914
9152002-01-06      Joel Sherrill <joel@OARcorp.com>
916
917        * wrapup/.cvsignore: Readded.
918        * include/.cvsignore: New file.
919
9202002-01-04      Joel Sherrill <joel@OARcorp.com>
921
922        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
923
9242001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * configure.ac: Use AS_IF instead of if/then/else.
927        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
928        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
929        Add include/Makefile to CONFIG_FILES.
930        Add AC_ENABLE_MULITLIB.
931        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
932        Remove */optman/Makefile from CONFIG_FILES.
933        * Makefile.am: Add include to SUBDIRS.
934        * rtems/Makefile.am: Remove optman from SUBDIRS.
935        * sapi/Makefile.am: Remove optman from SUBDIRS.
936        * include/Makefile.am: New file.
937        * include/rtems/bspIo.h: Relocated from lib/include.
938        * include/rtems/libio_.h: Relocated from lib/include.
939
9402001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * wrapup/posix/Makefile.am: Add multilib support.
943        * wrapup/itron/Makefile.am: Add multilib support.
944        * wrapup/rtems/Makefile.am: Add multilib support.
945        * Makefile.am: Add multilib support.
946
9472001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
950
9512001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
952
953        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
954        Reflect changes to configuration of rtems, score and sapi subdirs.
955        * Makefile.am: require automake-1.5.
956
9572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
960        * configure.in: Remove.
961        * configure.ac: New file, generated from configure.in by autoupdate.
962
9632001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
964
965        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
966
9672001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
968
969        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
970
9712001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
974
9752000-12-01      Joel Sherrill <joel@OARcorp.com>
976
977        * configure.in: Removed error check for enabling macros with
978        either POSIX or ITRON API.
979
9802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
981
982        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
983
9842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
987
9882000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
989
990        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
991        Switch to GNU canonicalization.
992
9932000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
994
995        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
996
9972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
998
999        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
1000        wrapup/rtems/Makefile.am: Include compile.am
1001
10022000-08-10      Joel Sherrill <joel@OARcorp.com>
1003
1004        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.