source: rtems/cpukit/ChangeLog @ 6d1bb5f6

Last change on this file since 6d1bb5f6 was 6d1bb5f6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/03 at 16:44:01

2003-09-16 Joel Sherrill <joel@…>

  • aclocal/version.m4: Updated to rtems-4.6.0.
  • Property mode set to 100644
File size: 24.2 KB
Line 
12003-09-16      Joel Sherrill <joel@OARcorp.com>
2
3        * aclocal/version.m4: Updated to rtems-4.6.0.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h,
8        score/include/rtems/debug.h, score/include/rtems/seterr.h,
9        score/include/rtems/system.h, score/include/rtems/score/address.h,
10        score/include/rtems/score/apiext.h,
11        score/include/rtems/score/apimutex.h,
12        score/include/rtems/score/bitfield.h,
13        score/include/rtems/score/chain.h,
14        score/include/rtems/score/context.h,
15        score/include/rtems/score/copyrt.h,
16        score/include/rtems/score/coremsg.h,
17        score/include/rtems/score/coremutex.h,
18        score/include/rtems/score/coresem.h,
19        score/include/rtems/score/heap.h, score/include/rtems/score/interr.h,
20        score/include/rtems/score/isr.h, score/include/rtems/score/mpci.h,
21        score/include/rtems/score/mppkt.h,
22        score/include/rtems/score/object.h,
23        score/include/rtems/score/objectmp.h,
24        score/include/rtems/score/priority.h,
25        score/include/rtems/score/stack.h,
26        score/include/rtems/score/states.h,
27        score/include/rtems/score/sysstate.h,
28        score/include/rtems/score/thread.h,
29        score/include/rtems/score/threadmp.h,
30        score/include/rtems/score/threadq.h, score/include/rtems/score/tod.h,
31        score/include/rtems/score/tqdata.h,
32        score/include/rtems/score/userext.h,
33        score/include/rtems/score/watchdog.h,
34        score/include/rtems/score/wkspace.h,
35        score/inline/rtems/score/address.inl,
36        score/inline/rtems/score/chain.inl,
37        score/inline/rtems/score/coremsg.inl,
38        score/inline/rtems/score/coremutex.inl,
39        score/inline/rtems/score/coresem.inl,
40        score/inline/rtems/score/heap.inl, score/inline/rtems/score/isr.inl,
41        score/inline/rtems/score/mppkt.inl,
42        score/inline/rtems/score/object.inl,
43        score/inline/rtems/score/objectmp.inl,
44        score/inline/rtems/score/priority.inl,
45        score/inline/rtems/score/stack.inl,
46        score/inline/rtems/score/states.inl,
47        score/inline/rtems/score/sysstate.inl,
48        score/inline/rtems/score/thread.inl,
49        score/inline/rtems/score/threadmp.inl,
50        score/inline/rtems/score/tod.inl,
51        score/inline/rtems/score/tqdata.inl,
52        score/inline/rtems/score/userext.inl,
53        score/inline/rtems/score/watchdog.inl,
54        score/inline/rtems/score/wkspace.inl,
55        score/macros/rtems/score/address.inl,
56        score/macros/rtems/score/chain.inl,
57        score/macros/rtems/score/coremsg.inl,
58        score/macros/rtems/score/coremutex.inl,
59        score/macros/rtems/score/coresem.inl,
60        score/macros/rtems/score/heap.inl, score/macros/rtems/score/isr.inl,
61        score/macros/rtems/score/mppkt.inl,
62        score/macros/rtems/score/object.inl,
63        score/macros/rtems/score/objectmp.inl,
64        score/macros/rtems/score/priority.inl,
65        score/macros/rtems/score/stack.inl,
66        score/macros/rtems/score/states.inl,
67        score/macros/rtems/score/sysstate.inl,
68        score/macros/rtems/score/thread.inl,
69        score/macros/rtems/score/threadmp.inl,
70        score/macros/rtems/score/tod.inl,
71        score/macros/rtems/score/tqdata.inl,
72        score/macros/rtems/score/userext.inl,
73        score/macros/rtems/score/watchdog.inl,
74        score/macros/rtems/score/wkspace.inl: URL for license changed.
75
762003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * aclocal/rtems-top.m4: Add RTEMS_API.
79        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
80
812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
84
852003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * aclocal/multi.m4: Don't add --enable-multilib.
88        Rename AC_ENABLE_MULTILIB into AM_ENABLE_MULTILIB.
89        Increment serial to 103 (automake's multi.m4 version + 100).
90        * configure.ac: Use AM_ENABLE_MULTILIB instead of
91        AC_ENABLE_MULTILIB.
92
932003-07-03      Joel Sherrill <joel@OARcorp.com>
94
95        * aclocal/version.m4: Updated to rtems-4.6.0pre4.
96
972003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        PR 409:
100        * include/Makefile.am: Add rtems/stdint.h
101        * include/rtems/stdint.h: New.
102
1032003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
106
1072003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
110        * aclocal/env-rtemsbsp.m4: Remove.
111        * aclocal/enable-rtemsbsp.m4: Remove.
112
1132003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
116        project_libdir.
117
1182003-04-23      Joel Sherrill <joel@OARcorp.com>
119
120        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
121
1222003-04-18      Joel Sherrill <joel@OARcorp.com>
123
124        * aclocal/version.m4: Updated to rtems-4.6.0pre2.
125
1262003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
129        Cygwin mistreating paths.
130
1312003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Reflect changes to project_libdir.
134
1352003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
138        Add MULTISUBDIR to project_libdir.
139
1402003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
143        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
144        Remove RTEMS_PROJECT_ROOT (Unused).
145        * aclocal/tool-paths.m4: Delete.
146
1472003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Remove AC_CONFIG_AUX_DIR.
150        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
151
1522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: AC_PREREQ(2.57).
155
1562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Remove sptables.h.in.
159
1602003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
163        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
164
1652003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
168
1692003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * aclocal/gcc-isystem.m4: New.
172        * aclocal/gcc-specs.m4: Remove.
173        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
174        Add RTEMS_GCC_ISYSTEM.
175        Reformat setting up RTEMS_CPPFLAGS.
176
1772003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * automake/local.am: Introduce depend-gcc.
180        Remove ${ARCH}.
181        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
182        CPP. Add ${ARCH}. depend-gcc.
183        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
184        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
185        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
186
1872003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
190
1912003-02-11      Joel Sherrill <joel@OARcorp.com>
192
193        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
194
1952003-01-28      Joel Sherrill <joel@OARcorp.com>
196
197        * aclocal/version.m4: Updated to rtems-ss-20030128.
198
1992003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * automake/local.am: Remove distclean-local.
202        Remove PROJECT_TOOLS.
203
2042003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
207        Remove CLOBBER_DEPEND (Unused).
208
2092002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
212
2132002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
215        from the 2002-12-12 patch).
216
2172002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Fix typo in yesterday's patch.
220
2212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * wrapup/Makefile.am: Don't create $ARCH.
224        Use install-data-local to install librtemscpu.a
225
2262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * wrapup/Makefile.am: Add libmisc.
229
2302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
233
2342002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
237        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
238        * aclocal/check-bsps.m4: Remove.
239
2402002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
243        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
244
2452002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Reflect changes to score/.
248        * configure.ac: Reflect changes to score/.
249
2502002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Reflect changes to sapi/.
253        * configure.ac: Reflect changes to sapi/.
254
2552002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Add AC_SUBST(INLINEdir).
258
2592002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Reflect changes to rtems/.
262        * configure.ac: Reflect changes to rtems/.
263
2642002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Reflect changes to posix/.
267        Reflect changes to itron/.
268
2692002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
272
2732002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
276        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
277        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
278        CFLAGS_PROFILE_V.
279        Hard-code RTEMS_CFLAGS_PROFILE = -pg
280        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
281        Remove GCCSED.
282        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
283        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
284
2852002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * aclocal/rtems-flags.m4: New.
288
2892002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
292
2932002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
296        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
297
2982002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * include/rtems/libio_.h: Remove.
301
3022002-11-18      Joel Sherrill <joel@OARcorp.com>
303
304        * aclocal/version.m4: Updated to rtems-ss-20021118.
305
3062002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * include/rtems/userenv.h: Rely upon <limits.h> for
309        _POSIX_LOGIN_NAME_MAX.
310
3112002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
314        * automake/compile.am: Acknowledge configuration-time CFLAGS.
315        Remove CFLAGS_DEFAULT.
316
3172002-11-11      Joel Sherrill <joel@OARcorp.com>
318
319        * aclocal/version.m4: Updated to rtems-ss-20021111.
320
3212002-11-11      Joel Sherrill <joel@OARcorp.com>
322
323        * aclocal/version.m4: Updated to rtems-ss-20021111.
324
3252002-11-01      Joel Sherrill <joel@OARcorp.com>
326
327        * ChangeLog: Corrected.
328
3292002-10-30      Eric Norum <eric.norum@usask.ca>
330
331        * include/rtems/bspIo.h: Add vprintk function for kernel printing
332        from routines which have already obtained the va_list pointer.
333
3342002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * aclocal/check-bsp-cache.m4: Remove.
337
3382002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
341
3422002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
345
3462002-10-21      Joel Sherrill <joel@OARcorp.com>
347
348        * aclocal/version.m4: Updated to rtems-20021021-test.
349
3502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * .cvsignore: Reformat.
353        Add autom4te*cache.
354        Remove autom4te.cache.
355
3562002-10-07      Joel Sherrill <joel@OARcorp.com>
357
358        * aclocal/version.m4: Updated to rtems-ss-20021007.
359
3602002-10-04      Joel Sherrill <joel@OARcorp.com>
361
362        * aclocal/version.m4: Updated to rtems-JUNK.
363
3642002-10-04      Joel Sherrill <joel@OARcorp.com>
365
366        * aclocal/version.m4: Updated to rtems-ss-20021004.
367
3682002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * score/include/Makefile.am: Remove cpuopt.h generation.
371        * configure.ac: Correct package name.
372        Don't build ada if POSIX is disabled.
373        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
374
3752002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * aclocal/prog-gnat.m4: New.
378        * configure.ac: Add ada subdir handling.
379
3802002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * aclocal/bsp-alias.m4: Remove.
383
3842002-08-07      Joel Sherrill <joel@OARcorp.com>
385
386        * aclocal/version.m4: Updated to rtems-ss-20020807.
387
3882002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Add missing ',' to librpc activation.
391        Add AC_MSG_CHECKING/AC_MSG_RESULT.
392        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
393
3942002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: Fix bug in librpc activation, having introduced by
397        yesterday's patch.
398
3992002-08-06      Joel Sherrill <joel@OARcorp.com>
400
401        * configure.ac: or32 does not currently support librpc.
402
4032002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
406
4072002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
410        Use AS_IF instead of if/then/else/fi.
411
4122002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * wrapup/Makefile.am: Use librtems.a.
415        * wrapup/Makefile.am: Use libsapi.a.
416
4172002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * wrapup/Makefile.am: Use libscore.a.
420
4212002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * aclocal/canonicalize-tools.m4: Remove LD.
424        * automake/lib.am: Remove LD.
425        * Makefile.am: Put preinstall-stamp into CLEANFILES.
426
4272002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
430        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
431
4322002-07-31      Joel Sherrill <joel@OARcorp.com>
433
434        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
435        was just a stub and only the OR32 port is getting worked on.
436
4372002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
440
4412002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * automake/compile.am: Use .$(OBJEXT) instead of .o.
444
4452002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
448
4492002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * wrapup/Makefile.am: Use project_libdir instead of
452        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
453        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
454
4552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * automake/lib.am: Use project_libdir instead of
458        $(PROJECT_RELEASE)/lib.
459
4602002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
463        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
464        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
465        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
466        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
467        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
468        references to bsp_specs. Use project_libdir instead of
469        $(PROJECT_RELEASE)/lib.
470
4712002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
474        * aclocal/check-cpu.m4: Ditto.
475        * aclocal/check-bsps.m4: Ditto.
476
4772002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * automake/multilib.am: Add install-multi.
480        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
481        version.m4.
482        Add --with-project-root.
483        Reflect --with-project-root to setting up PROJECT_ROOT.
484        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
485        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
486        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
487
4882002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: RTEMS_TOP(..).
491
4922002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
495
4962002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
499
5002002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Remove RTEMS_PROJECT_ROOT.
503        * aclocal/project-root.m4: Remove.
504
5052002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * aclocal/enable-multiprocessing.m4: Fix typo.
508        * aclocal/prog-cc.m4: Remove obsolete comments.
509        Comment out GCCSED.
510
5112002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * aclocal/prog-ccas.m4: New.
514        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
515        RTEMS_GCC_PRINT
516        * aclocal/check-multiprocessing.m4: Fix typo.
517        * automake/compile.am: Remove CXX support.
518        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
519
5202002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
523
5242002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: Remove references to RTEMS_BSP.
527        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
528        Allow building w/ --enable-multiprocessing --enable-multilib.
529        * aclocal/enable-multiprocessing.m4:
530        Eliminate RTEMS_HAS_MULTIPROCESSING.
531
5322002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * wrapup/Makefile.am: Fix stupid typo in previous patch.
535
5362002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Add librpc. AC_PROG_RANLIB.
539        * wrapup/Makefile.am: Add librpc.
540        Use relative path to lib*.a for
541        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
542
5432002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * aclocal/subdirs.m4: Remove.
546
5472002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * wrapup/Makefile.am: Use relative path to lib*.a for
550        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
551
5522002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Include $(top_srcdir)/automake/*.am.
555        Use aclocal.
556        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
557        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
558        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
559        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
560        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
561        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
562        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
563        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
564        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
565        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
566        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
567        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
568        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
569        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
570        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
571        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
572        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
573        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
574
5752002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * aclocal/bsp-alias.m4: Copied over from aclocal/.
578        * aclocal/canonical-host.m4: Ditto.
579        * aclocal/canonical-target-name.m4: Ditto.
580        * aclocal/canonicalize-tools.m4: Ditto.
581        * aclocal/check-bsp-cache.m4: Ditto.
582        * aclocal/check-bsps.m4: Ditto.
583        * aclocal/check-cpu.m4: Ditto.
584        * aclocal/check-itron.m4: Ditto.
585        * aclocal/check-multiprocessing.m4: Ditto.
586        * aclocal/check-networking.m4: Ditto.
587        * aclocal/check-newlib.m4: Ditto.
588        * aclocal/check-posix.m4: Ditto.
589        * aclocal/check-tool.m4: Ditto.
590        * aclocal/enable-bare.m4: Ditto.
591        * aclocal/enable-inlines.m4: Ditto.
592        * aclocal/enable-itron.m4: Ditto.
593        * aclocal/enable-multiprocessing.m4: Ditto.
594        * aclocal/enable-networking.m4: Ditto.
595        * aclocal/enable-posix.m4: Ditto.
596        * aclocal/enable-rtemsbsp.m4: Ditto.
597        * aclocal/env-rtemsbsp.m4: Ditto.
598        * aclocal/env-rtemscpu.m4: Ditto.
599        * aclocal/gcc-pipe.m4: Ditto.
600        * aclocal/gcc-specs.m4: Ditto.
601        * aclocal/multi.m4: Ditto.
602        * aclocal/multilib.m4: Ditto.
603        * aclocal/prog-cc.m4: Ditto.
604        * aclocal/project-root.m4: Ditto.
605        * aclocal/rtems-cpu-subdirs.m4: Ditto.
606        * aclocal/rtems-debug.m4: Ditto.
607        * aclocal/rtems-top.m4: Ditto.
608        * aclocal/subdirs.m4: Ditto.
609        * aclocal/sysv-ipc.m4: Ditto.
610        * aclocal/tool-paths.m4: Ditto.
611        * aclocal/version.m4: Ditto.
612
6132002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * automake/compile.am: Copied over from automake/.
616        * automake/lib.am: Copied over from automake/.
617        * automake/local.am: Copied over from automake/.
618        * automake/multilib.am: Copied over from automake/.
619        * automake/subdirs.am: Copied over from automake/.
620        * Makefile.am: Add automake/*.am.
621
6222002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: Add libnetworking.
625        * wrapup/Makefile.am: Ditto.
626
6272002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
630        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
631
6322002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * configure.ac: Add libcsupport.
635        * wrapup/Makefile.am: Ditto.
636
6372002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * Makefile.am: Add preinstall-stamp.
640
6412002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * configure.ac: Remove ENABLE_GCC28.
644
6452002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
648
6492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * configure.ac:
652        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
653        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
654        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
655        * Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
657
6582001-01-17      Joel Sherrill <joel@OARcorp.com>
659
660        * ChangeLog: Deleted duplicate blank line.
661
6622002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
665        ITRON_SUBDIRS.
666        * configure.ac: Rework enable_unixlib handling.
667        Add RTEMS_MULTILIBS to cpuopts.h.
668        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
669        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
670
6712002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * wrapup/Makefile.am: Add install-hook.
674        Remove SIZE_RTEMS.
675        * include/rtems/fs.h: New, extracted from libio_.h.
676        * include/rtems/userenv.h: New. extracted from libio_.h.
677
6782002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * Makefile.am: Readded reference to wrapup.
681
6822002-01-06      Joel Sherrill <joel@OARcorp.com>
683
684        * wrapup/.cvsignore: Readded.
685        * include/.cvsignore: New file.
686
6872002-01-04      Joel Sherrill <joel@OARcorp.com>
688
689        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
690
6912001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * configure.ac: Use AS_IF instead of if/then/else.
694        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
695        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
696        Add include/Makefile to CONFIG_FILES.
697        Add AC_ENABLE_MULITLIB.
698        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
699        Remove */optman/Makefile from CONFIG_FILES.
700        * Makefile.am: Add include to SUBDIRS.
701        * rtems/Makefile.am: Remove optman from SUBDIRS.
702        * sapi/Makefile.am: Remove optman from SUBDIRS.
703        * include/Makefile.am: New file.
704        * include/rtems/bspIo.h: Relocated from lib/include.
705        * include/rtems/libio_.h: Relocated from lib/include.
706
7072001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * wrapup/posix/Makefile.am: Add multilib support.
710        * wrapup/itron/Makefile.am: Add multilib support.
711        * wrapup/rtems/Makefile.am: Add multilib support.
712        * Makefile.am: Add multilib support.
713
7142001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
717
7182001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
719
720        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
721        Reflect changes to configuration of rtems, score and sapi subdirs.
722        * Makefile.am: require automake-1.5.
723
7242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
727        * configure.in: Remove.
728        * configure.ac: New file, generated from configure.in by autoupdate.
729
7302001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
733
7342001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
737
7382001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
741
7422000-12-01      Joel Sherrill <joel@OARcorp.com>
743
744        * configure.in: Removed error check for enabling macros with
745        either POSIX or ITRON API.
746
7472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
750
7512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
752
753        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
754
7552000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
758        Switch to GNU canonicalization.
759
7602000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
763
7642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
767        wrapup/rtems/Makefile.am: Include compile.am
768
7692000-08-10      Joel Sherrill <joel@OARcorp.com>
770
771        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.