source: rtems/cpukit/ChangeLog @ c90a567

4.104.114.84.95
Last change on this file since c90a567 was c90a567, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/27/03 at 16:59:54

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

  • configure.ac: Reflect changes to libfs Makefile.ams.
  • Property mode set to 100644
File size: 26.5 KB
Line 
12003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Reflect changes to libfs Makefile.ams.
4
52003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use here-documents to generate cpuopts.tmp.
8        Various fixes and changes to argument processing.
9        Reflect changes to librpc Makefile.ams.
10        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
11        * aclocal/check-itron.m4: Remove HAS_IRON_API.
12        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
13        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
14
152003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
18        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
19        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
20        aclocal/check-tool.m4, aclocal/enable-bare.m4,
21        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
22        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
23        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
24        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
25        aclocal/gcc-pipe.m4, aclocal/multi.m4,
26        aclocal/multilib.m4, aclocal/prog-cc.m4,
27        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
28        Fix underquoting to silence automake-1.8.
29
302003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
33        Elimimate INLINESdir.
34        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
35        * .cvsignore: Add config.h.in.
36
372003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
40
412003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
44        * configure.ac: Ditto.
45
462003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * acinclude.m4: New.
49        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
50        Add local autoheader config.h.
51        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
52        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
53
542003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * aclocal/check-posix.m4: Add m4-quotes.
57        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
58        * aclocal/canonical-host.m4: Remove.
59        * configure.ac: Remove RTEMS_CANONICAL_HOST.
60        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
61        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
62        AC_CANONICAL_TARGET. Use $host instead of $target.
63
642003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * aclocal/check-multiprocessing.m4: Add m4-quotes.
67        Remove RTEMS_CHECK_CPU.
68        * aclocal/check-itron.m4: Add m4-quotes.
69        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
70        * aclocal/check-networking.m4: Add m4-quotes.
71        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
72        * aclocal/check-cpu.m4: Remove.
73        * aclocal/canonical-target-name.m4: Add m4-quotes.
74        * configure.ac: Merge-in former aclocal/check-cpu.m4.
75
762003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Check for sys/cdefs.h.
79        * aclocal/env-rtems-cpu.m4: Add project_includedir.
80        Deprecate PROJECT_INCLUDE.  Change project_includedir to
81        $(PROJECT_ROOT)/include for multilibs.
82
832003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Merge-in include/Makefile.am.
86        * include/Makefile.am: Remove.
87        * configure.ac: Reflect having removed include/Makefile.am and
88        librpc/include/Makefile.am.
89
902003-09-04      Joel Sherrill <joel@OARcorp.com>
91
92        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
93        URL for license changed.
94
952003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * aclocal/rtems-top.m4: Add RTEMS_API.
98        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
99
1002003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * aclocal/rtems-debug.m4: Remove.
103        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
104        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
105
1062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * automake/local.am: Remove "debug".
109
1102003-08-11      Joel Sherrill <joel@OARcorp.com>
111
112        * configure.ac: Removed duplicate entry.
113
1142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
117
1182003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Add libmisc/fsmount/Makefile.
121
1222003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
125
1262003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
129
1302003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Merge-in librpc/configure.ac.
133        * Makefile.am: Add librpc to SUBDIRS.
134        Remove @subdirs@.
135
1362003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Merge-in libcsupport/configure.ac.
139        * Makefile.am: Add libcsupport to SUBDIRS.
140
1412003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Merge-in posix/configure.ac.
144        Merge-in itron/configure.ac.
145        Misc. cosmetical changes.
146        * Makefile.am: Add posix, itron to SUBDIRS.
147
1482003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Merge-in libnetworking/configure.ac.
151        Remove "rtems-" from RTEMS_VERSION.
152        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
153        * Makefile.am: Add libmisc to SUBDIRS.
154
1552003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Merge-in libmisc/configure.ac.
158        * Makefile.am: Add libmisc to SUBDIRS.
159
1602003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Merge-in libfs/configure.ac.
163        * Makefile.am: Add libfs to SUBDIRS.
164
1652003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Merge-in libblock/configure.ac.
168        * Makefile.am: Add libblock to SUBDIRS.
169
1702003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Merge-in ada/configure.ac.
173        * Makefile.am: Add ada to SUBDIRS.
174
1752003-07-03      Joel Sherrill <joel@OARcorp.com>
176
177        * aclocal/version.m4: Updated to rtems-ss-20030703.
178
1792003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        PR 409:
182        * include/Makefile.am: Add rtems/stdint.h
183        * include/rtems/stdint.h: New.
184
1852003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        PR 321:
188        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
189        * automake/compile.am: Ditto.
190        * automake/local.am: Ditto.
191
1922003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
195
1962003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
199        * aclocal/env-rtemsbsp.m4: Remove.
200        * aclocal/enable-rtemsbsp.m4: Remove.
201
2022003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
205        project_libdir.
206
2072003-04-17      Joel Sherrill <joel@OARcorp.com>
208
209        * aclocal/version.m4: Updated to rtems-ss-20030417.
210
2112003-04-11      Joel Sherrill <joel@OARcorp.com>
212
213        * aclocal/version.m4: Updated to rtems-ss-20030411.
214
2152003-04-11      Joel Sherrill <joel@OARcorp.com>
216
217        * aclocal/version.m4: Updated to rtems-ss-20020411.
218
2192003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
222        Cygwin mistreating paths.
223
2242003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * wrapup/Makefile.am: Reflect changes to project_libdir.
227
2282003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
231        Add MULTISUBDIR to project_libdir.
232
2332003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
236        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
237        Remove RTEMS_PROJECT_ROOT (Unused).
238        * aclocal/tool-paths.m4: Delete.
239
2402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Remove AC_CONFIG_AUX_DIR.
243        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
244
2452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: AC_PREREQ(2.57).
248
2492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove sptables.h.in.
252
2532003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
256        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
257
2582003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
261
2622003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * aclocal/gcc-isystem.m4: New.
265        * aclocal/gcc-specs.m4: Remove.
266        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
267        Add RTEMS_GCC_ISYSTEM.
268        Reformat setting up RTEMS_CPPFLAGS.
269
2702003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * automake/local.am: Introduce depend-gcc.
273        Remove ${ARCH}.
274        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
275        CPP. Add ${ARCH}. depend-gcc.
276        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
277        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
278        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
279
2802003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
283
2842003-01-28      Joel Sherrill <joel@OARcorp.com>
285
286        * aclocal/version.m4: Updated to rtems-ss-20030128.
287
2882003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * automake/local.am: Remove distclean-local.
291        Remove PROJECT_TOOLS.
292
2932003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
296        Remove CLOBBER_DEPEND (Unused).
297
2982002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
301
3022002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
304        from the 2002-12-12 patch).
305
3062002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * wrapup/Makefile.am: Fix typo in yesterday's patch.
309
3102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Don't create $ARCH.
313        Use install-data-local to install librtemscpu.a
314
3152002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * wrapup/Makefile.am: Add libmisc.
318
3192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
322
3232002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
326        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
327        * aclocal/check-bsps.m4: Remove.
328
3292002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
332        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
333
3342002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * wrapup/Makefile.am: Reflect changes to score/.
337        * configure.ac: Reflect changes to score/.
338
3392002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Reflect changes to sapi/.
342        * configure.ac: Reflect changes to sapi/.
343
3442002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Add AC_SUBST(INLINEdir).
347
3482002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/Makefile.am: Reflect changes to rtems/.
351        * configure.ac: Reflect changes to rtems/.
352
3532002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Reflect changes to posix/.
356        Reflect changes to itron/.
357
3582002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
361
3622002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
365        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
366        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
367        CFLAGS_PROFILE_V.
368        Hard-code RTEMS_CFLAGS_PROFILE = -pg
369        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
370        Remove GCCSED.
371        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
372        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
373
3742002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * aclocal/rtems-flags.m4: New.
377
3782002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
381
3822002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
385        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
386
3872002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * include/rtems/libio_.h: Remove.
390
3912002-11-18      Joel Sherrill <joel@OARcorp.com>
392
393        * aclocal/version.m4: Updated to rtems-ss-20021118.
394
3952002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * include/rtems/userenv.h: Rely upon <limits.h> for
398        _POSIX_LOGIN_NAME_MAX.
399
4002002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
403        * automake/compile.am: Acknowledge configuration-time CFLAGS.
404        Remove CFLAGS_DEFAULT.
405
4062002-11-11      Joel Sherrill <joel@OARcorp.com>
407
408        * aclocal/version.m4: Updated to rtems-ss-20021111.
409
4102002-11-11      Joel Sherrill <joel@OARcorp.com>
411
412        * aclocal/version.m4: Updated to rtems-ss-20021111.
413
4142002-11-01      Joel Sherrill <joel@OARcorp.com>
415
416        * ChangeLog: Corrected.
417
4182002-10-30      Eric Norum <eric.norum@usask.ca>
419
420        * include/rtems/bspIo.h: Add vprintk function for kernel printing
421        from routines which have already obtained the va_list pointer.
422
4232002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * aclocal/check-bsp-cache.m4: Remove.
426
4272002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
430
4312002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
434
4352002-10-21      Joel Sherrill <joel@OARcorp.com>
436
437        * aclocal/version.m4: Updated to rtems-20021021-test.
438
4392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * .cvsignore: Reformat.
442        Add autom4te*cache.
443        Remove autom4te.cache.
444
4452002-10-07      Joel Sherrill <joel@OARcorp.com>
446
447        * aclocal/version.m4: Updated to rtems-ss-20021007.
448
4492002-10-04      Joel Sherrill <joel@OARcorp.com>
450
451        * aclocal/version.m4: Updated to rtems-JUNK.
452
4532002-10-04      Joel Sherrill <joel@OARcorp.com>
454
455        * aclocal/version.m4: Updated to rtems-ss-20021004.
456
4572002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * score/include/Makefile.am: Remove cpuopt.h generation.
460        * configure.ac: Correct package name.
461        Don't build ada if POSIX is disabled.
462        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
463
4642002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * aclocal/prog-gnat.m4: New.
467        * configure.ac: Add ada subdir handling.
468
4692002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * aclocal/bsp-alias.m4: Remove.
472
4732002-08-07      Joel Sherrill <joel@OARcorp.com>
474
475        * aclocal/version.m4: Updated to rtems-ss-20020807.
476
4772002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac: Add missing ',' to librpc activation.
480        Add AC_MSG_CHECKING/AC_MSG_RESULT.
481        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
482
4832002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac: Fix bug in librpc activation, having introduced by
486        yesterday's patch.
487
4882002-08-06      Joel Sherrill <joel@OARcorp.com>
489
490        * configure.ac: or32 does not currently support librpc.
491
4922002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
495
4962002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
499        Use AS_IF instead of if/then/else/fi.
500
5012002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * wrapup/Makefile.am: Use librtems.a.
504        * wrapup/Makefile.am: Use libsapi.a.
505
5062002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * wrapup/Makefile.am: Use libscore.a.
509
5102002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal/canonicalize-tools.m4: Remove LD.
513        * automake/lib.am: Remove LD.
514        * Makefile.am: Put preinstall-stamp into CLEANFILES.
515
5162002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
519        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
520
5212002-07-31      Joel Sherrill <joel@OARcorp.com>
522
523        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
524        was just a stub and only the OR32 port is getting worked on.
525
5262002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
529
5302002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * automake/compile.am: Use .$(OBJEXT) instead of .o.
533
5342002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
537
5382002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * wrapup/Makefile.am: Use project_libdir instead of
541        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
542        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
543
5442002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * automake/lib.am: Use project_libdir instead of
547        $(PROJECT_RELEASE)/lib.
548
5492002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
552        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
553        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
554        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
555        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
556        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
557        references to bsp_specs. Use project_libdir instead of
558        $(PROJECT_RELEASE)/lib.
559
5602002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
563        * aclocal/check-cpu.m4: Ditto.
564        * aclocal/check-bsps.m4: Ditto.
565
5662002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * automake/multilib.am: Add install-multi.
569        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
570        version.m4.
571        Add --with-project-root.
572        Reflect --with-project-root to setting up PROJECT_ROOT.
573        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
574        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
575        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
576
5772002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * configure.ac: RTEMS_TOP(..).
580
5812002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
584
5852002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
588
5892002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.ac: Remove RTEMS_PROJECT_ROOT.
592        * aclocal/project-root.m4: Remove.
593
5942002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * aclocal/enable-multiprocessing.m4: Fix typo.
597        * aclocal/prog-cc.m4: Remove obsolete comments.
598        Comment out GCCSED.
599
6002002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * aclocal/prog-ccas.m4: New.
603        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
604        RTEMS_GCC_PRINT
605        * aclocal/check-multiprocessing.m4: Fix typo.
606        * automake/compile.am: Remove CXX support.
607        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
608
6092002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
612
6132002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * configure.ac: Remove references to RTEMS_BSP.
616        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
617        Allow building w/ --enable-multiprocessing --enable-multilib.
618        * aclocal/enable-multiprocessing.m4:
619        Eliminate RTEMS_HAS_MULTIPROCESSING.
620
6212002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * wrapup/Makefile.am: Fix stupid typo in previous patch.
624
6252002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.ac: Add librpc. AC_PROG_RANLIB.
628        * wrapup/Makefile.am: Add librpc.
629        Use relative path to lib*.a for
630        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
631
6322002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * aclocal/subdirs.m4: Remove.
635
6362002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * wrapup/Makefile.am: Use relative path to lib*.a for
639        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
640
6412002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * Makefile.am: Include $(top_srcdir)/automake/*.am.
644        Use aclocal.
645        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
646        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
647        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
648        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
649        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
650        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
651        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
652        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
653        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
654        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
655        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
656        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
657        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
658        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
659        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
660        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
661        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
662        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
663
6642002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * aclocal/bsp-alias.m4: Copied over from aclocal/.
667        * aclocal/canonical-host.m4: Ditto.
668        * aclocal/canonical-target-name.m4: Ditto.
669        * aclocal/canonicalize-tools.m4: Ditto.
670        * aclocal/check-bsp-cache.m4: Ditto.
671        * aclocal/check-bsps.m4: Ditto.
672        * aclocal/check-cpu.m4: Ditto.
673        * aclocal/check-itron.m4: Ditto.
674        * aclocal/check-multiprocessing.m4: Ditto.
675        * aclocal/check-networking.m4: Ditto.
676        * aclocal/check-newlib.m4: Ditto.
677        * aclocal/check-posix.m4: Ditto.
678        * aclocal/check-tool.m4: Ditto.
679        * aclocal/enable-bare.m4: Ditto.
680        * aclocal/enable-inlines.m4: Ditto.
681        * aclocal/enable-itron.m4: Ditto.
682        * aclocal/enable-multiprocessing.m4: Ditto.
683        * aclocal/enable-networking.m4: Ditto.
684        * aclocal/enable-posix.m4: Ditto.
685        * aclocal/enable-rtemsbsp.m4: Ditto.
686        * aclocal/env-rtemsbsp.m4: Ditto.
687        * aclocal/env-rtemscpu.m4: Ditto.
688        * aclocal/gcc-pipe.m4: Ditto.
689        * aclocal/gcc-specs.m4: Ditto.
690        * aclocal/multi.m4: Ditto.
691        * aclocal/multilib.m4: Ditto.
692        * aclocal/prog-cc.m4: Ditto.
693        * aclocal/project-root.m4: Ditto.
694        * aclocal/rtems-cpu-subdirs.m4: Ditto.
695        * aclocal/rtems-debug.m4: Ditto.
696        * aclocal/rtems-top.m4: Ditto.
697        * aclocal/subdirs.m4: Ditto.
698        * aclocal/sysv-ipc.m4: Ditto.
699        * aclocal/tool-paths.m4: Ditto.
700        * aclocal/version.m4: Ditto.
701
7022002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * automake/compile.am: Copied over from automake/.
705        * automake/lib.am: Copied over from automake/.
706        * automake/local.am: Copied over from automake/.
707        * automake/multilib.am: Copied over from automake/.
708        * automake/subdirs.am: Copied over from automake/.
709        * Makefile.am: Add automake/*.am.
710
7112002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * configure.ac: Add libnetworking.
714        * wrapup/Makefile.am: Ditto.
715
7162002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
719        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
720
7212002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * configure.ac: Add libcsupport.
724        * wrapup/Makefile.am: Ditto.
725
7262002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * Makefile.am: Add preinstall-stamp.
729
7302002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * configure.ac: Remove ENABLE_GCC28.
733
7342002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
737
7382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * configure.ac:
741        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
742        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
743        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
744        * Makefile.am: Remove AUTOMAKE_OPTIONS.
745        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
746
7472001-01-17      Joel Sherrill <joel@OARcorp.com>
748
749        * ChangeLog: Deleted duplicate blank line.
750
7512002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
754        ITRON_SUBDIRS.
755        * configure.ac: Rework enable_unixlib handling.
756        Add RTEMS_MULTILIBS to cpuopts.h.
757        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
758        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
759
7602002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * wrapup/Makefile.am: Add install-hook.
763        Remove SIZE_RTEMS.
764        * include/rtems/fs.h: New, extracted from libio_.h.
765        * include/rtems/userenv.h: New. extracted from libio_.h.
766
7672002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * Makefile.am: Readded reference to wrapup.
770
7712002-01-06      Joel Sherrill <joel@OARcorp.com>
772
773        * wrapup/.cvsignore: Readded.
774        * include/.cvsignore: New file.
775
7762002-01-04      Joel Sherrill <joel@OARcorp.com>
777
778        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
779
7802001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * configure.ac: Use AS_IF instead of if/then/else.
783        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
784        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
785        Add include/Makefile to CONFIG_FILES.
786        Add AC_ENABLE_MULITLIB.
787        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
788        Remove */optman/Makefile from CONFIG_FILES.
789        * Makefile.am: Add include to SUBDIRS.
790        * rtems/Makefile.am: Remove optman from SUBDIRS.
791        * sapi/Makefile.am: Remove optman from SUBDIRS.
792        * include/Makefile.am: New file.
793        * include/rtems/bspIo.h: Relocated from lib/include.
794        * include/rtems/libio_.h: Relocated from lib/include.
795
7962001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
797
798        * wrapup/posix/Makefile.am: Add multilib support.
799        * wrapup/itron/Makefile.am: Add multilib support.
800        * wrapup/rtems/Makefile.am: Add multilib support.
801        * Makefile.am: Add multilib support.
802
8032001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
804
805        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
806
8072001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
810        Reflect changes to configuration of rtems, score and sapi subdirs.
811        * Makefile.am: require automake-1.5.
812
8132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
816        * configure.in: Remove.
817        * configure.ac: New file, generated from configure.in by autoupdate.
818
8192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
822
8232001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
826
8272001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
830
8312000-12-01      Joel Sherrill <joel@OARcorp.com>
832
833        * configure.in: Removed error check for enabling macros with
834        either POSIX or ITRON API.
835
8362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
839
8402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
843
8442000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
847        Switch to GNU canonicalization.
848
8492000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850
851        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
852
8532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
854
855        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
856        wrapup/rtems/Makefile.am: Include compile.am
857
8582000-08-10      Joel Sherrill <joel@OARcorp.com>
859
860        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.