source: rtems/cpukit/ChangeLog @ 030a8336

Last change on this file since 030a8336 was 030a8336, checked in by Joel Sherrill <joel.sherrill@…>, on 10/13/03 at 21:58:04

2003-10-13 Joel Sherrill <joel@…>

  • aclocal/version.m4: Updated to rtems-4.6.0pre5.
  • Property mode set to 100644
File size: 24.4 KB
Line 
12003-10-13      Joel Sherrill <joel@OARcorp.com>
2
3        * aclocal/version.m4: Updated to rtems-4.6.0pre5.
4
52003-10-13      Joel Sherrill <joel@OARcorp.com>
6
7        * aclocal/version.m4: Updated to rtems-4.6.0pre5.
8
92003-09-16      Joel Sherrill <joel@OARcorp.com>
10
11        * aclocal/version.m4: Updated to rtems-4.6.0.
12
132003-09-04      Joel Sherrill <joel@OARcorp.com>
14
15        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h,
16        score/include/rtems/debug.h, score/include/rtems/seterr.h,
17        score/include/rtems/system.h, score/include/rtems/score/address.h,
18        score/include/rtems/score/apiext.h,
19        score/include/rtems/score/apimutex.h,
20        score/include/rtems/score/bitfield.h,
21        score/include/rtems/score/chain.h,
22        score/include/rtems/score/context.h,
23        score/include/rtems/score/copyrt.h,
24        score/include/rtems/score/coremsg.h,
25        score/include/rtems/score/coremutex.h,
26        score/include/rtems/score/coresem.h,
27        score/include/rtems/score/heap.h, score/include/rtems/score/interr.h,
28        score/include/rtems/score/isr.h, score/include/rtems/score/mpci.h,
29        score/include/rtems/score/mppkt.h,
30        score/include/rtems/score/object.h,
31        score/include/rtems/score/objectmp.h,
32        score/include/rtems/score/priority.h,
33        score/include/rtems/score/stack.h,
34        score/include/rtems/score/states.h,
35        score/include/rtems/score/sysstate.h,
36        score/include/rtems/score/thread.h,
37        score/include/rtems/score/threadmp.h,
38        score/include/rtems/score/threadq.h, score/include/rtems/score/tod.h,
39        score/include/rtems/score/tqdata.h,
40        score/include/rtems/score/userext.h,
41        score/include/rtems/score/watchdog.h,
42        score/include/rtems/score/wkspace.h,
43        score/inline/rtems/score/address.inl,
44        score/inline/rtems/score/chain.inl,
45        score/inline/rtems/score/coremsg.inl,
46        score/inline/rtems/score/coremutex.inl,
47        score/inline/rtems/score/coresem.inl,
48        score/inline/rtems/score/heap.inl, score/inline/rtems/score/isr.inl,
49        score/inline/rtems/score/mppkt.inl,
50        score/inline/rtems/score/object.inl,
51        score/inline/rtems/score/objectmp.inl,
52        score/inline/rtems/score/priority.inl,
53        score/inline/rtems/score/stack.inl,
54        score/inline/rtems/score/states.inl,
55        score/inline/rtems/score/sysstate.inl,
56        score/inline/rtems/score/thread.inl,
57        score/inline/rtems/score/threadmp.inl,
58        score/inline/rtems/score/tod.inl,
59        score/inline/rtems/score/tqdata.inl,
60        score/inline/rtems/score/userext.inl,
61        score/inline/rtems/score/watchdog.inl,
62        score/inline/rtems/score/wkspace.inl,
63        score/macros/rtems/score/address.inl,
64        score/macros/rtems/score/chain.inl,
65        score/macros/rtems/score/coremsg.inl,
66        score/macros/rtems/score/coremutex.inl,
67        score/macros/rtems/score/coresem.inl,
68        score/macros/rtems/score/heap.inl, score/macros/rtems/score/isr.inl,
69        score/macros/rtems/score/mppkt.inl,
70        score/macros/rtems/score/object.inl,
71        score/macros/rtems/score/objectmp.inl,
72        score/macros/rtems/score/priority.inl,
73        score/macros/rtems/score/stack.inl,
74        score/macros/rtems/score/states.inl,
75        score/macros/rtems/score/sysstate.inl,
76        score/macros/rtems/score/thread.inl,
77        score/macros/rtems/score/threadmp.inl,
78        score/macros/rtems/score/tod.inl,
79        score/macros/rtems/score/tqdata.inl,
80        score/macros/rtems/score/userext.inl,
81        score/macros/rtems/score/watchdog.inl,
82        score/macros/rtems/score/wkspace.inl: URL for license changed.
83
842003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * aclocal/rtems-top.m4: Add RTEMS_API.
87        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
88
892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
92
932003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * aclocal/multi.m4: Don't add --enable-multilib.
96        Rename AC_ENABLE_MULTILIB into AM_ENABLE_MULTILIB.
97        Increment serial to 103 (automake's multi.m4 version + 100).
98        * configure.ac: Use AM_ENABLE_MULTILIB instead of
99        AC_ENABLE_MULTILIB.
100
1012003-07-03      Joel Sherrill <joel@OARcorp.com>
102
103        * aclocal/version.m4: Updated to rtems-4.6.0pre4.
104
1052003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        PR 409:
108        * include/Makefile.am: Add rtems/stdint.h
109        * include/rtems/stdint.h: New.
110
1112003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
114
1152003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
118        * aclocal/env-rtemsbsp.m4: Remove.
119        * aclocal/enable-rtemsbsp.m4: Remove.
120
1212003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
124        project_libdir.
125
1262003-04-23      Joel Sherrill <joel@OARcorp.com>
127
128        * aclocal/version.m4: Updated to rtems-4.6.0pre3.
129
1302003-04-18      Joel Sherrill <joel@OARcorp.com>
131
132        * aclocal/version.m4: Updated to rtems-4.6.0pre2.
133
1342003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
137        Cygwin mistreating paths.
138
1392003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Reflect changes to project_libdir.
142
1432003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
146        Add MULTISUBDIR to project_libdir.
147
1482003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
151        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
152        Remove RTEMS_PROJECT_ROOT (Unused).
153        * aclocal/tool-paths.m4: Delete.
154
1552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Remove AC_CONFIG_AUX_DIR.
158        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
159
1602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: AC_PREREQ(2.57).
163
1642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove sptables.h.in.
167
1682003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
171        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
172
1732003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
176
1772003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * aclocal/gcc-isystem.m4: New.
180        * aclocal/gcc-specs.m4: Remove.
181        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
182        Add RTEMS_GCC_ISYSTEM.
183        Reformat setting up RTEMS_CPPFLAGS.
184
1852003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * automake/local.am: Introduce depend-gcc.
188        Remove ${ARCH}.
189        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
190        CPP. Add ${ARCH}. depend-gcc.
191        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
192        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
193        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
194
1952003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
198
1992003-02-11      Joel Sherrill <joel@OARcorp.com>
200
201        * aclocal/version.m4: Updated to rtems-4.6.0pre1.
202
2032003-01-28      Joel Sherrill <joel@OARcorp.com>
204
205        * aclocal/version.m4: Updated to rtems-ss-20030128.
206
2072003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * automake/local.am: Remove distclean-local.
210        Remove PROJECT_TOOLS.
211
2122003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
215        Remove CLOBBER_DEPEND (Unused).
216
2172002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
220
2212002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
223        from the 2002-12-12 patch).
224
2252002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Fix typo in yesterday's patch.
228
2292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Don't create $ARCH.
232        Use install-data-local to install librtemscpu.a
233
2342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Add libmisc.
237
2382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
241
2422002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
245        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
246        * aclocal/check-bsps.m4: Remove.
247
2482002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
251        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
252
2532002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Reflect changes to score/.
256        * configure.ac: Reflect changes to score/.
257
2582002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Reflect changes to sapi/.
261        * configure.ac: Reflect changes to sapi/.
262
2632002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Add AC_SUBST(INLINEdir).
266
2672002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Reflect changes to rtems/.
270        * configure.ac: Reflect changes to rtems/.
271
2722002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * wrapup/Makefile.am: Reflect changes to posix/.
275        Reflect changes to itron/.
276
2772002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
280
2812002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
284        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
285        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
286        CFLAGS_PROFILE_V.
287        Hard-code RTEMS_CFLAGS_PROFILE = -pg
288        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
289        Remove GCCSED.
290        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
291        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
292
2932002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * aclocal/rtems-flags.m4: New.
296
2972002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
300
3012002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
304        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
305
3062002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * include/rtems/libio_.h: Remove.
309
3102002-11-18      Joel Sherrill <joel@OARcorp.com>
311
312        * aclocal/version.m4: Updated to rtems-ss-20021118.
313
3142002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * include/rtems/userenv.h: Rely upon <limits.h> for
317        _POSIX_LOGIN_NAME_MAX.
318
3192002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
322        * automake/compile.am: Acknowledge configuration-time CFLAGS.
323        Remove CFLAGS_DEFAULT.
324
3252002-11-11      Joel Sherrill <joel@OARcorp.com>
326
327        * aclocal/version.m4: Updated to rtems-ss-20021111.
328
3292002-11-11      Joel Sherrill <joel@OARcorp.com>
330
331        * aclocal/version.m4: Updated to rtems-ss-20021111.
332
3332002-11-01      Joel Sherrill <joel@OARcorp.com>
334
335        * ChangeLog: Corrected.
336
3372002-10-30      Eric Norum <eric.norum@usask.ca>
338
339        * include/rtems/bspIo.h: Add vprintk function for kernel printing
340        from routines which have already obtained the va_list pointer.
341
3422002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * aclocal/check-bsp-cache.m4: Remove.
345
3462002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
349
3502002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
353
3542002-10-21      Joel Sherrill <joel@OARcorp.com>
355
356        * aclocal/version.m4: Updated to rtems-20021021-test.
357
3582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * .cvsignore: Reformat.
361        Add autom4te*cache.
362        Remove autom4te.cache.
363
3642002-10-07      Joel Sherrill <joel@OARcorp.com>
365
366        * aclocal/version.m4: Updated to rtems-ss-20021007.
367
3682002-10-04      Joel Sherrill <joel@OARcorp.com>
369
370        * aclocal/version.m4: Updated to rtems-JUNK.
371
3722002-10-04      Joel Sherrill <joel@OARcorp.com>
373
374        * aclocal/version.m4: Updated to rtems-ss-20021004.
375
3762002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * score/include/Makefile.am: Remove cpuopt.h generation.
379        * configure.ac: Correct package name.
380        Don't build ada if POSIX is disabled.
381        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
382
3832002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * aclocal/prog-gnat.m4: New.
386        * configure.ac: Add ada subdir handling.
387
3882002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * aclocal/bsp-alias.m4: Remove.
391
3922002-08-07      Joel Sherrill <joel@OARcorp.com>
393
394        * aclocal/version.m4: Updated to rtems-ss-20020807.
395
3962002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Add missing ',' to librpc activation.
399        Add AC_MSG_CHECKING/AC_MSG_RESULT.
400        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
401
4022002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Fix bug in librpc activation, having introduced by
405        yesterday's patch.
406
4072002-08-06      Joel Sherrill <joel@OARcorp.com>
408
409        * configure.ac: or32 does not currently support librpc.
410
4112002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
414
4152002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
418        Use AS_IF instead of if/then/else/fi.
419
4202002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * wrapup/Makefile.am: Use librtems.a.
423        * wrapup/Makefile.am: Use libsapi.a.
424
4252002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Use libscore.a.
428
4292002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * aclocal/canonicalize-tools.m4: Remove LD.
432        * automake/lib.am: Remove LD.
433        * Makefile.am: Put preinstall-stamp into CLEANFILES.
434
4352002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
438        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
439
4402002-07-31      Joel Sherrill <joel@OARcorp.com>
441
442        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
443        was just a stub and only the OR32 port is getting worked on.
444
4452002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
448
4492002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * automake/compile.am: Use .$(OBJEXT) instead of .o.
452
4532002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
456
4572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * wrapup/Makefile.am: Use project_libdir instead of
460        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
461        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
462
4632002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * automake/lib.am: Use project_libdir instead of
466        $(PROJECT_RELEASE)/lib.
467
4682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
471        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
472        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
473        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
474        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
475        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
476        references to bsp_specs. Use project_libdir instead of
477        $(PROJECT_RELEASE)/lib.
478
4792002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
482        * aclocal/check-cpu.m4: Ditto.
483        * aclocal/check-bsps.m4: Ditto.
484
4852002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * automake/multilib.am: Add install-multi.
488        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
489        version.m4.
490        Add --with-project-root.
491        Reflect --with-project-root to setting up PROJECT_ROOT.
492        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
493        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
494        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
495
4962002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: RTEMS_TOP(..).
499
5002002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
503
5042002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
507
5082002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac: Remove RTEMS_PROJECT_ROOT.
511        * aclocal/project-root.m4: Remove.
512
5132002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/enable-multiprocessing.m4: Fix typo.
516        * aclocal/prog-cc.m4: Remove obsolete comments.
517        Comment out GCCSED.
518
5192002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * aclocal/prog-ccas.m4: New.
522        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
523        RTEMS_GCC_PRINT
524        * aclocal/check-multiprocessing.m4: Fix typo.
525        * automake/compile.am: Remove CXX support.
526        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
527
5282002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
531
5322002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac: Remove references to RTEMS_BSP.
535        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
536        Allow building w/ --enable-multiprocessing --enable-multilib.
537        * aclocal/enable-multiprocessing.m4:
538        Eliminate RTEMS_HAS_MULTIPROCESSING.
539
5402002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * wrapup/Makefile.am: Fix stupid typo in previous patch.
543
5442002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * configure.ac: Add librpc. AC_PROG_RANLIB.
547        * wrapup/Makefile.am: Add librpc.
548        Use relative path to lib*.a for
549        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
550
5512002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * aclocal/subdirs.m4: Remove.
554
5552002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * wrapup/Makefile.am: Use relative path to lib*.a for
558        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
559
5602002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * Makefile.am: Include $(top_srcdir)/automake/*.am.
563        Use aclocal.
564        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
565        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
566        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
567        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
568        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
569        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
570        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
571        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
572        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
573        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
574        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
575        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
576        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
577        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
578        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
579        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
580        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
581        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
582
5832002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * aclocal/bsp-alias.m4: Copied over from aclocal/.
586        * aclocal/canonical-host.m4: Ditto.
587        * aclocal/canonical-target-name.m4: Ditto.
588        * aclocal/canonicalize-tools.m4: Ditto.
589        * aclocal/check-bsp-cache.m4: Ditto.
590        * aclocal/check-bsps.m4: Ditto.
591        * aclocal/check-cpu.m4: Ditto.
592        * aclocal/check-itron.m4: Ditto.
593        * aclocal/check-multiprocessing.m4: Ditto.
594        * aclocal/check-networking.m4: Ditto.
595        * aclocal/check-newlib.m4: Ditto.
596        * aclocal/check-posix.m4: Ditto.
597        * aclocal/check-tool.m4: Ditto.
598        * aclocal/enable-bare.m4: Ditto.
599        * aclocal/enable-inlines.m4: Ditto.
600        * aclocal/enable-itron.m4: Ditto.
601        * aclocal/enable-multiprocessing.m4: Ditto.
602        * aclocal/enable-networking.m4: Ditto.
603        * aclocal/enable-posix.m4: Ditto.
604        * aclocal/enable-rtemsbsp.m4: Ditto.
605        * aclocal/env-rtemsbsp.m4: Ditto.
606        * aclocal/env-rtemscpu.m4: Ditto.
607        * aclocal/gcc-pipe.m4: Ditto.
608        * aclocal/gcc-specs.m4: Ditto.
609        * aclocal/multi.m4: Ditto.
610        * aclocal/multilib.m4: Ditto.
611        * aclocal/prog-cc.m4: Ditto.
612        * aclocal/project-root.m4: Ditto.
613        * aclocal/rtems-cpu-subdirs.m4: Ditto.
614        * aclocal/rtems-debug.m4: Ditto.
615        * aclocal/rtems-top.m4: Ditto.
616        * aclocal/subdirs.m4: Ditto.
617        * aclocal/sysv-ipc.m4: Ditto.
618        * aclocal/tool-paths.m4: Ditto.
619        * aclocal/version.m4: Ditto.
620
6212002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * automake/compile.am: Copied over from automake/.
624        * automake/lib.am: Copied over from automake/.
625        * automake/local.am: Copied over from automake/.
626        * automake/multilib.am: Copied over from automake/.
627        * automake/subdirs.am: Copied over from automake/.
628        * Makefile.am: Add automake/*.am.
629
6302002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * configure.ac: Add libnetworking.
633        * wrapup/Makefile.am: Ditto.
634
6352002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
638        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
639
6402002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * configure.ac: Add libcsupport.
643        * wrapup/Makefile.am: Ditto.
644
6452002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * Makefile.am: Add preinstall-stamp.
648
6492002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * configure.ac: Remove ENABLE_GCC28.
652
6532002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
656
6572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * configure.ac:
660        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
661        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
662        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
663        * Makefile.am: Remove AUTOMAKE_OPTIONS.
664        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
665
6662001-01-17      Joel Sherrill <joel@OARcorp.com>
667
668        * ChangeLog: Deleted duplicate blank line.
669
6702002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
673        ITRON_SUBDIRS.
674        * configure.ac: Rework enable_unixlib handling.
675        Add RTEMS_MULTILIBS to cpuopts.h.
676        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
677        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
678
6792002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
680
681        * wrapup/Makefile.am: Add install-hook.
682        Remove SIZE_RTEMS.
683        * include/rtems/fs.h: New, extracted from libio_.h.
684        * include/rtems/userenv.h: New. extracted from libio_.h.
685
6862002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * Makefile.am: Readded reference to wrapup.
689
6902002-01-06      Joel Sherrill <joel@OARcorp.com>
691
692        * wrapup/.cvsignore: Readded.
693        * include/.cvsignore: New file.
694
6952002-01-04      Joel Sherrill <joel@OARcorp.com>
696
697        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
698
6992001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * configure.ac: Use AS_IF instead of if/then/else.
702        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
703        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
704        Add include/Makefile to CONFIG_FILES.
705        Add AC_ENABLE_MULITLIB.
706        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
707        Remove */optman/Makefile from CONFIG_FILES.
708        * Makefile.am: Add include to SUBDIRS.
709        * rtems/Makefile.am: Remove optman from SUBDIRS.
710        * sapi/Makefile.am: Remove optman from SUBDIRS.
711        * include/Makefile.am: New file.
712        * include/rtems/bspIo.h: Relocated from lib/include.
713        * include/rtems/libio_.h: Relocated from lib/include.
714
7152001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * wrapup/posix/Makefile.am: Add multilib support.
718        * wrapup/itron/Makefile.am: Add multilib support.
719        * wrapup/rtems/Makefile.am: Add multilib support.
720        * Makefile.am: Add multilib support.
721
7222001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
725
7262001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
729        Reflect changes to configuration of rtems, score and sapi subdirs.
730        * Makefile.am: require automake-1.5.
731
7322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
735        * configure.in: Remove.
736        * configure.ac: New file, generated from configure.in by autoupdate.
737
7382001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
741
7422001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
745
7462001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
749
7502000-12-01      Joel Sherrill <joel@OARcorp.com>
751
752        * configure.in: Removed error check for enabling macros with
753        either POSIX or ITRON API.
754
7552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
758
7592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
762
7632000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
766        Switch to GNU canonicalization.
767
7682000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
771
7722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
775        wrapup/rtems/Makefile.am: Include compile.am
776
7772000-08-10      Joel Sherrill <joel@OARcorp.com>
778
779        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.