source: rtems/cpukit/ChangeLog @ 53a8958

4.104.114.84.95
Last change on this file since 53a8958 was 731656e9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 10:39:38

2003-12-12 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reworked.
  • Property mode set to 100644
File size: 27.9 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reworked.
4
52003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * aclocal/lead-dot.m4: Remove (Use the version in automake-1.8).
8        * automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR).
9        * aclocal/env-rtemscpu.m4: Reflect new definition of project_lib.
10        * Makefile.am: Remove BUILT_SOURCES.
11
122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
15
162003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
19        * wrapup/Makefile.am: Reflect $(dirstamp) changes.
20
212003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Add $(dirstamp) to preinstallation rules.
24
252003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * aclocal/lead-dot.m4: New (from automake-1.7f).
28        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
29        Add AC_SUBST(dirstamp).
30
312003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Reflect having removed
34        libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
35
362003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Reflect changes to libmisc/*.
39
402003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
43
442003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Reflect changes to libfs Makefile.ams.
47        Remove libmisc/wrapup/Makefile.
48
492003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Use here-documents to generate cpuopts.tmp.
52        Various fixes and changes to argument processing.
53        Reflect changes to librpc Makefile.ams.
54        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
55        * aclocal/check-itron.m4: Remove HAS_IRON_API.
56        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
57        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
58
592003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
62        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
63        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
64        aclocal/check-tool.m4, aclocal/enable-bare.m4,
65        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
66        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
67        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
68        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
69        aclocal/gcc-pipe.m4, aclocal/multi.m4,
70        aclocal/multilib.m4, aclocal/prog-cc.m4,
71        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
72        Fix underquoting to silence automake-1.8.
73
742003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
77        Elimimate INLINESdir.
78        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
79        * .cvsignore: Add config.h.in.
80
812003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
84
852003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
88        * configure.ac: Ditto.
89
902003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * acinclude.m4: New.
93        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
94        Add local autoheader config.h.
95        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
96        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
97
982003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * aclocal/check-posix.m4: Add m4-quotes.
101        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
102        * aclocal/canonical-host.m4: Remove.
103        * configure.ac: Remove RTEMS_CANONICAL_HOST.
104        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
105        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
106        AC_CANONICAL_TARGET. Use $host instead of $target.
107
1082003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * aclocal/check-multiprocessing.m4: Add m4-quotes.
111        Remove RTEMS_CHECK_CPU.
112        * aclocal/check-itron.m4: Add m4-quotes.
113        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
114        * aclocal/check-networking.m4: Add m4-quotes.
115        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
116        * aclocal/check-cpu.m4: Remove.
117        * aclocal/canonical-target-name.m4: Add m4-quotes.
118        * configure.ac: Merge-in former aclocal/check-cpu.m4.
119
1202003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Check for sys/cdefs.h.
123        * aclocal/env-rtems-cpu.m4: Add project_includedir.
124        Deprecate PROJECT_INCLUDE.  Change project_includedir to
125        $(PROJECT_ROOT)/include for multilibs.
126
1272003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Merge-in include/Makefile.am.
130        * include/Makefile.am: Remove.
131        * configure.ac: Reflect having removed include/Makefile.am and
132        librpc/include/Makefile.am.
133
1342003-09-04      Joel Sherrill <joel@OARcorp.com>
135
136        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
137        URL for license changed.
138
1392003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * aclocal/rtems-top.m4: Add RTEMS_API.
142        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
143
1442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * aclocal/rtems-debug.m4: Remove.
147        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
148        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
149
1502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * automake/local.am: Remove "debug".
153
1542003-08-11      Joel Sherrill <joel@OARcorp.com>
155
156        * configure.ac: Removed duplicate entry.
157
1582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
161
1622003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Add libmisc/fsmount/Makefile.
165
1662003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
169
1702003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
173
1742003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Merge-in librpc/configure.ac.
177        * Makefile.am: Add librpc to SUBDIRS.
178        Remove @subdirs@.
179
1802003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Merge-in libcsupport/configure.ac.
183        * Makefile.am: Add libcsupport to SUBDIRS.
184
1852003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Merge-in posix/configure.ac.
188        Merge-in itron/configure.ac.
189        Misc. cosmetical changes.
190        * Makefile.am: Add posix, itron to SUBDIRS.
191
1922003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Merge-in libnetworking/configure.ac.
195        Remove "rtems-" from RTEMS_VERSION.
196        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
197        * Makefile.am: Add libmisc to SUBDIRS.
198
1992003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Merge-in libmisc/configure.ac.
202        * Makefile.am: Add libmisc to SUBDIRS.
203
2042003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Merge-in libfs/configure.ac.
207        * Makefile.am: Add libfs to SUBDIRS.
208
2092003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Merge-in libblock/configure.ac.
212        * Makefile.am: Add libblock to SUBDIRS.
213
2142003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Merge-in ada/configure.ac.
217        * Makefile.am: Add ada to SUBDIRS.
218
2192003-07-03      Joel Sherrill <joel@OARcorp.com>
220
221        * aclocal/version.m4: Updated to rtems-ss-20030703.
222
2232003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        PR 409:
226        * include/Makefile.am: Add rtems/stdint.h
227        * include/rtems/stdint.h: New.
228
2292003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        PR 321:
232        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
233        * automake/compile.am: Ditto.
234        * automake/local.am: Ditto.
235
2362003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
239
2402003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
243        * aclocal/env-rtemsbsp.m4: Remove.
244        * aclocal/enable-rtemsbsp.m4: Remove.
245
2462003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
249        project_libdir.
250
2512003-04-17      Joel Sherrill <joel@OARcorp.com>
252
253        * aclocal/version.m4: Updated to rtems-ss-20030417.
254
2552003-04-11      Joel Sherrill <joel@OARcorp.com>
256
257        * aclocal/version.m4: Updated to rtems-ss-20030411.
258
2592003-04-11      Joel Sherrill <joel@OARcorp.com>
260
261        * aclocal/version.m4: Updated to rtems-ss-20020411.
262
2632003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
266        Cygwin mistreating paths.
267
2682003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * wrapup/Makefile.am: Reflect changes to project_libdir.
271
2722003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
275        Add MULTISUBDIR to project_libdir.
276
2772003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
280        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
281        Remove RTEMS_PROJECT_ROOT (Unused).
282        * aclocal/tool-paths.m4: Delete.
283
2842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Remove AC_CONFIG_AUX_DIR.
287        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
288
2892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: AC_PREREQ(2.57).
292
2932003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Remove sptables.h.in.
296
2972003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
300        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
301
3022003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
305
3062003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * aclocal/gcc-isystem.m4: New.
309        * aclocal/gcc-specs.m4: Remove.
310        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
311        Add RTEMS_GCC_ISYSTEM.
312        Reformat setting up RTEMS_CPPFLAGS.
313
3142003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * automake/local.am: Introduce depend-gcc.
317        Remove ${ARCH}.
318        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
319        CPP. Add ${ARCH}. depend-gcc.
320        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
321        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
322        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
323
3242003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
327
3282003-01-28      Joel Sherrill <joel@OARcorp.com>
329
330        * aclocal/version.m4: Updated to rtems-ss-20030128.
331
3322003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * automake/local.am: Remove distclean-local.
335        Remove PROJECT_TOOLS.
336
3372003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
340        Remove CLOBBER_DEPEND (Unused).
341
3422002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
345
3462002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
348        from the 2002-12-12 patch).
349
3502002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * wrapup/Makefile.am: Fix typo in yesterday's patch.
353
3542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Don't create $ARCH.
357        Use install-data-local to install librtemscpu.a
358
3592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * wrapup/Makefile.am: Add libmisc.
362
3632002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
366
3672002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
370        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
371        * aclocal/check-bsps.m4: Remove.
372
3732002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
376        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
377
3782002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * wrapup/Makefile.am: Reflect changes to score/.
381        * configure.ac: Reflect changes to score/.
382
3832002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * wrapup/Makefile.am: Reflect changes to sapi/.
386        * configure.ac: Reflect changes to sapi/.
387
3882002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Add AC_SUBST(INLINEdir).
391
3922002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * wrapup/Makefile.am: Reflect changes to rtems/.
395        * configure.ac: Reflect changes to rtems/.
396
3972002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * wrapup/Makefile.am: Reflect changes to posix/.
400        Reflect changes to itron/.
401
4022002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
405
4062002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
409        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
410        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
411        CFLAGS_PROFILE_V.
412        Hard-code RTEMS_CFLAGS_PROFILE = -pg
413        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
414        Remove GCCSED.
415        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
416        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
417
4182002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * aclocal/rtems-flags.m4: New.
421
4222002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
425
4262002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
429        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
430
4312002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * include/rtems/libio_.h: Remove.
434
4352002-11-18      Joel Sherrill <joel@OARcorp.com>
436
437        * aclocal/version.m4: Updated to rtems-ss-20021118.
438
4392002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * include/rtems/userenv.h: Rely upon <limits.h> for
442        _POSIX_LOGIN_NAME_MAX.
443
4442002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
447        * automake/compile.am: Acknowledge configuration-time CFLAGS.
448        Remove CFLAGS_DEFAULT.
449
4502002-11-11      Joel Sherrill <joel@OARcorp.com>
451
452        * aclocal/version.m4: Updated to rtems-ss-20021111.
453
4542002-11-11      Joel Sherrill <joel@OARcorp.com>
455
456        * aclocal/version.m4: Updated to rtems-ss-20021111.
457
4582002-11-01      Joel Sherrill <joel@OARcorp.com>
459
460        * ChangeLog: Corrected.
461
4622002-10-30      Eric Norum <eric.norum@usask.ca>
463
464        * include/rtems/bspIo.h: Add vprintk function for kernel printing
465        from routines which have already obtained the va_list pointer.
466
4672002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * aclocal/check-bsp-cache.m4: Remove.
470
4712002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
474
4752002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
478
4792002-10-21      Joel Sherrill <joel@OARcorp.com>
480
481        * aclocal/version.m4: Updated to rtems-20021021-test.
482
4832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * .cvsignore: Reformat.
486        Add autom4te*cache.
487        Remove autom4te.cache.
488
4892002-10-07      Joel Sherrill <joel@OARcorp.com>
490
491        * aclocal/version.m4: Updated to rtems-ss-20021007.
492
4932002-10-04      Joel Sherrill <joel@OARcorp.com>
494
495        * aclocal/version.m4: Updated to rtems-JUNK.
496
4972002-10-04      Joel Sherrill <joel@OARcorp.com>
498
499        * aclocal/version.m4: Updated to rtems-ss-20021004.
500
5012002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * score/include/Makefile.am: Remove cpuopt.h generation.
504        * configure.ac: Correct package name.
505        Don't build ada if POSIX is disabled.
506        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
507
5082002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * aclocal/prog-gnat.m4: New.
511        * configure.ac: Add ada subdir handling.
512
5132002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/bsp-alias.m4: Remove.
516
5172002-08-07      Joel Sherrill <joel@OARcorp.com>
518
519        * aclocal/version.m4: Updated to rtems-ss-20020807.
520
5212002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: Add missing ',' to librpc activation.
524        Add AC_MSG_CHECKING/AC_MSG_RESULT.
525        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
526
5272002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Fix bug in librpc activation, having introduced by
530        yesterday's patch.
531
5322002-08-06      Joel Sherrill <joel@OARcorp.com>
533
534        * configure.ac: or32 does not currently support librpc.
535
5362002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
539
5402002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
543        Use AS_IF instead of if/then/else/fi.
544
5452002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * wrapup/Makefile.am: Use librtems.a.
548        * wrapup/Makefile.am: Use libsapi.a.
549
5502002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * wrapup/Makefile.am: Use libscore.a.
553
5542002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * aclocal/canonicalize-tools.m4: Remove LD.
557        * automake/lib.am: Remove LD.
558        * Makefile.am: Put preinstall-stamp into CLEANFILES.
559
5602002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
563        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
564
5652002-07-31      Joel Sherrill <joel@OARcorp.com>
566
567        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
568        was just a stub and only the OR32 port is getting worked on.
569
5702002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
573
5742002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * automake/compile.am: Use .$(OBJEXT) instead of .o.
577
5782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
581
5822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * wrapup/Makefile.am: Use project_libdir instead of
585        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
586        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
587
5882002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * automake/lib.am: Use project_libdir instead of
591        $(PROJECT_RELEASE)/lib.
592
5932002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
596        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
597        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
598        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
599        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
600        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
601        references to bsp_specs. Use project_libdir instead of
602        $(PROJECT_RELEASE)/lib.
603
6042002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
607        * aclocal/check-cpu.m4: Ditto.
608        * aclocal/check-bsps.m4: Ditto.
609
6102002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * automake/multilib.am: Add install-multi.
613        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
614        version.m4.
615        Add --with-project-root.
616        Reflect --with-project-root to setting up PROJECT_ROOT.
617        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
618        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
619        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
620
6212002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * configure.ac: RTEMS_TOP(..).
624
6252002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
628
6292002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
632
6332002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: Remove RTEMS_PROJECT_ROOT.
636        * aclocal/project-root.m4: Remove.
637
6382002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * aclocal/enable-multiprocessing.m4: Fix typo.
641        * aclocal/prog-cc.m4: Remove obsolete comments.
642        Comment out GCCSED.
643
6442002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * aclocal/prog-ccas.m4: New.
647        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
648        RTEMS_GCC_PRINT
649        * aclocal/check-multiprocessing.m4: Fix typo.
650        * automake/compile.am: Remove CXX support.
651        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
652
6532002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
656
6572002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * configure.ac: Remove references to RTEMS_BSP.
660        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
661        Allow building w/ --enable-multiprocessing --enable-multilib.
662        * aclocal/enable-multiprocessing.m4:
663        Eliminate RTEMS_HAS_MULTIPROCESSING.
664
6652002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * wrapup/Makefile.am: Fix stupid typo in previous patch.
668
6692002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac: Add librpc. AC_PROG_RANLIB.
672        * wrapup/Makefile.am: Add librpc.
673        Use relative path to lib*.a for
674        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
675
6762002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * aclocal/subdirs.m4: Remove.
679
6802002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
681
682        * wrapup/Makefile.am: Use relative path to lib*.a for
683        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
684
6852002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Include $(top_srcdir)/automake/*.am.
688        Use aclocal.
689        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
690        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
691        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
692        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
693        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
694        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
695        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
696        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
697        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
698        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
699        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
700        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
701        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
702        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
703        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
704        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
705        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
706        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
707
7082002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * aclocal/bsp-alias.m4: Copied over from aclocal/.
711        * aclocal/canonical-host.m4: Ditto.
712        * aclocal/canonical-target-name.m4: Ditto.
713        * aclocal/canonicalize-tools.m4: Ditto.
714        * aclocal/check-bsp-cache.m4: Ditto.
715        * aclocal/check-bsps.m4: Ditto.
716        * aclocal/check-cpu.m4: Ditto.
717        * aclocal/check-itron.m4: Ditto.
718        * aclocal/check-multiprocessing.m4: Ditto.
719        * aclocal/check-networking.m4: Ditto.
720        * aclocal/check-newlib.m4: Ditto.
721        * aclocal/check-posix.m4: Ditto.
722        * aclocal/check-tool.m4: Ditto.
723        * aclocal/enable-bare.m4: Ditto.
724        * aclocal/enable-inlines.m4: Ditto.
725        * aclocal/enable-itron.m4: Ditto.
726        * aclocal/enable-multiprocessing.m4: Ditto.
727        * aclocal/enable-networking.m4: Ditto.
728        * aclocal/enable-posix.m4: Ditto.
729        * aclocal/enable-rtemsbsp.m4: Ditto.
730        * aclocal/env-rtemsbsp.m4: Ditto.
731        * aclocal/env-rtemscpu.m4: Ditto.
732        * aclocal/gcc-pipe.m4: Ditto.
733        * aclocal/gcc-specs.m4: Ditto.
734        * aclocal/multi.m4: Ditto.
735        * aclocal/multilib.m4: Ditto.
736        * aclocal/prog-cc.m4: Ditto.
737        * aclocal/project-root.m4: Ditto.
738        * aclocal/rtems-cpu-subdirs.m4: Ditto.
739        * aclocal/rtems-debug.m4: Ditto.
740        * aclocal/rtems-top.m4: Ditto.
741        * aclocal/subdirs.m4: Ditto.
742        * aclocal/sysv-ipc.m4: Ditto.
743        * aclocal/tool-paths.m4: Ditto.
744        * aclocal/version.m4: Ditto.
745
7462002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * automake/compile.am: Copied over from automake/.
749        * automake/lib.am: Copied over from automake/.
750        * automake/local.am: Copied over from automake/.
751        * automake/multilib.am: Copied over from automake/.
752        * automake/subdirs.am: Copied over from automake/.
753        * Makefile.am: Add automake/*.am.
754
7552002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * configure.ac: Add libnetworking.
758        * wrapup/Makefile.am: Ditto.
759
7602002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
763        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
764
7652002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * configure.ac: Add libcsupport.
768        * wrapup/Makefile.am: Ditto.
769
7702002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * Makefile.am: Add preinstall-stamp.
773
7742002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * configure.ac: Remove ENABLE_GCC28.
777
7782002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
779
780        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
781
7822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * configure.ac:
785        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
786        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
787        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
788        * Makefile.am: Remove AUTOMAKE_OPTIONS.
789        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
790
7912001-01-17      Joel Sherrill <joel@OARcorp.com>
792
793        * ChangeLog: Deleted duplicate blank line.
794
7952002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
798        ITRON_SUBDIRS.
799        * configure.ac: Rework enable_unixlib handling.
800        Add RTEMS_MULTILIBS to cpuopts.h.
801        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
802        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
803
8042002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
805
806        * wrapup/Makefile.am: Add install-hook.
807        Remove SIZE_RTEMS.
808        * include/rtems/fs.h: New, extracted from libio_.h.
809        * include/rtems/userenv.h: New. extracted from libio_.h.
810
8112002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * Makefile.am: Readded reference to wrapup.
814
8152002-01-06      Joel Sherrill <joel@OARcorp.com>
816
817        * wrapup/.cvsignore: Readded.
818        * include/.cvsignore: New file.
819
8202002-01-04      Joel Sherrill <joel@OARcorp.com>
821
822        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
823
8242001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        * configure.ac: Use AS_IF instead of if/then/else.
827        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
828        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
829        Add include/Makefile to CONFIG_FILES.
830        Add AC_ENABLE_MULITLIB.
831        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
832        Remove */optman/Makefile from CONFIG_FILES.
833        * Makefile.am: Add include to SUBDIRS.
834        * rtems/Makefile.am: Remove optman from SUBDIRS.
835        * sapi/Makefile.am: Remove optman from SUBDIRS.
836        * include/Makefile.am: New file.
837        * include/rtems/bspIo.h: Relocated from lib/include.
838        * include/rtems/libio_.h: Relocated from lib/include.
839
8402001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * wrapup/posix/Makefile.am: Add multilib support.
843        * wrapup/itron/Makefile.am: Add multilib support.
844        * wrapup/rtems/Makefile.am: Add multilib support.
845        * Makefile.am: Add multilib support.
846
8472001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
850
8512001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
854        Reflect changes to configuration of rtems, score and sapi subdirs.
855        * Makefile.am: require automake-1.5.
856
8572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
860        * configure.in: Remove.
861        * configure.ac: New file, generated from configure.in by autoupdate.
862
8632001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
866
8672001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
870
8712001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
872
873        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
874
8752000-12-01      Joel Sherrill <joel@OARcorp.com>
876
877        * configure.in: Removed error check for enabling macros with
878        either POSIX or ITRON API.
879
8802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
883
8842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
887
8882000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
891        Switch to GNU canonicalization.
892
8932000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
896
8972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
898
899        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
900        wrapup/rtems/Makefile.am: Include compile.am
901
9022000-08-10      Joel Sherrill <joel@OARcorp.com>
903
904        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.