source: rtems/cpukit/ChangeLog @ 8491956

4.104.114.84.95
Last change on this file since 8491956 was b31106f6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/02 at 22:26:02

2002-11-01 Joel Sherrill <joel@…>

  • Property mode set to 100644
File size: 14.1 KB
Line 
12002-11-01      Joel Sherrill <joel@OARcorp.com>
2
3        * ChangeLog: Corrected.
4
52002-10-30      Eric Norum <eric.norum@usask.ca>
6
7        * include/rtems/bspIo.h: Add vprintk function for kernel printing
8        from routines which have already obtained the va_list pointer.
9
102002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * aclocal/check-bsp-cache.m4: Remove.
13
142002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
17
182002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
21
222002-10-21      Joel Sherrill <joel@OARcorp.com>
23
24        * aclocal/version.m4: Updated to rtems-20021021-test.
25
262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * .cvsignore: Reformat.
29        Add autom4te*cache.
30        Remove autom4te.cache.
31
322002-10-07      Joel Sherrill <joel@OARcorp.com>
33
34        * aclocal/version.m4: Updated to rtems-ss-20021007.
35
362002-10-04      Joel Sherrill <joel@OARcorp.com>
37
38        * aclocal/version.m4: Updated to rtems-JUNK.
39
402002-10-04      Joel Sherrill <joel@OARcorp.com>
41
42        * aclocal/version.m4: Updated to rtems-ss-20021004.
43
442002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * score/include/Makefile.am: Remove cpuopt.h generation.
47        * configure.ac: Correct package name.
48        Don't build ada if POSIX is disabled.
49        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
50
512002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * aclocal/prog-gnat.m4: New.
54        * configure.ac: Add ada subdir handling.
55
562002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * aclocal/bsp-alias.m4: Remove.
59
602002-08-07      Joel Sherrill <joel@OARcorp.com>
61
62        * aclocal/version.m4: Updated to rtems-ss-20020807.
63
642002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Add missing ',' to librpc activation.
67        Add AC_MSG_CHECKING/AC_MSG_RESULT.
68        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
69
702002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Fix bug in librpc activation, having introduced by
73        yesterday's patch.
74
752002-08-06      Joel Sherrill <joel@OARcorp.com>
76
77        * configure.ac: or32 does not currently support librpc.
78
792002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
82
832002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
86        Use AS_IF instead of if/then/else/fi.
87
882002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Use librtems.a.
91        * wrapup/Makefile.am: Use libsapi.a.
92
932002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Use libscore.a.
96
972002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * aclocal/canonicalize-tools.m4: Remove LD.
100        * automake/lib.am: Remove LD.
101        * Makefile.am: Put preinstall-stamp into CLEANFILES.
102
1032002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
106        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
107
1082002-07-31      Joel Sherrill <joel@OARcorp.com>
109
110        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
111        was just a stub and only the OR32 port is getting worked on.
112
1132002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
116
1172002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * automake/compile.am: Use .$(OBJEXT) instead of .o.
120
1212002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
124
1252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Use project_libdir instead of
128        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
129        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
130
1312002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * automake/lib.am: Use project_libdir instead of
134        $(PROJECT_RELEASE)/lib.
135
1362002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
139        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
140        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
141        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
142        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
143        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
144        references to bsp_specs. Use project_libdir instead of
145        $(PROJECT_RELEASE)/lib.
146
1472002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
150        * aclocal/check-cpu.m4: Ditto.
151        * aclocal/check-bsps.m4: Ditto.
152
1532002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * automake/multilib.am: Add install-multi.
156        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
157        version.m4.
158        Add --with-project-root.
159        Reflect --with-project-root to setting up PROJECT_ROOT.
160        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
161        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
162        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
163
1642002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: RTEMS_TOP(..).
167
1682002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
171
1722002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
175
1762002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Remove RTEMS_PROJECT_ROOT.
179        * aclocal/project-root.m4: Remove.
180
1812002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * aclocal/enable-multiprocessing.m4: Fix typo.
184        * aclocal/prog-cc.m4: Remove obsolete comments.
185        Comment out GCCSED.
186
1872002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * aclocal/prog-ccas.m4: New.
190        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
191        RTEMS_GCC_PRINT
192        * aclocal/check-multiprocessing.m4: Fix typo.
193        * automake/compile.am: Remove CXX support.
194        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
195
1962002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
199
2002002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Remove references to RTEMS_BSP.
203        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
204        Allow building w/ --enable-multiprocessing --enable-multilib.
205        * aclocal/enable-multiprocessing.m4:
206        Eliminate RTEMS_HAS_MULTIPROCESSING.
207
2082002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * wrapup/Makefile.am: Fix stupid typo in previous patch.
211
2122002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Add librpc. AC_PROG_RANLIB.
215        * wrapup/Makefile.am: Add librpc.
216        Use relative path to lib*.a for
217        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
218
2192002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * aclocal/subdirs.m4: Remove.
222
2232002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Use relative path to lib*.a for
226        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
227
2282002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Include $(top_srcdir)/automake/*.am.
231        Use aclocal.
232        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
233        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
234        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
235        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
236        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
237        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
238        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
239        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
240        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
241        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
242        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
243        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
244        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
245        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
246        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
247        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
248        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
249        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
250
2512002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * aclocal/bsp-alias.m4: Copied over from aclocal/.
254        * aclocal/canonical-host.m4: Ditto.
255        * aclocal/canonical-target-name.m4: Ditto.
256        * aclocal/canonicalize-tools.m4: Ditto.
257        * aclocal/check-bsp-cache.m4: Ditto.
258        * aclocal/check-bsps.m4: Ditto.
259        * aclocal/check-cpu.m4: Ditto.
260        * aclocal/check-itron.m4: Ditto.
261        * aclocal/check-multiprocessing.m4: Ditto.
262        * aclocal/check-networking.m4: Ditto.
263        * aclocal/check-newlib.m4: Ditto.
264        * aclocal/check-posix.m4: Ditto.
265        * aclocal/check-tool.m4: Ditto.
266        * aclocal/enable-bare.m4: Ditto.
267        * aclocal/enable-inlines.m4: Ditto.
268        * aclocal/enable-itron.m4: Ditto.
269        * aclocal/enable-multiprocessing.m4: Ditto.
270        * aclocal/enable-networking.m4: Ditto.
271        * aclocal/enable-posix.m4: Ditto.
272        * aclocal/enable-rtemsbsp.m4: Ditto.
273        * aclocal/env-rtemsbsp.m4: Ditto.
274        * aclocal/env-rtemscpu.m4: Ditto.
275        * aclocal/gcc-pipe.m4: Ditto.
276        * aclocal/gcc-specs.m4: Ditto.
277        * aclocal/multi.m4: Ditto.
278        * aclocal/multilib.m4: Ditto.
279        * aclocal/prog-cc.m4: Ditto.
280        * aclocal/project-root.m4: Ditto.
281        * aclocal/rtems-cpu-subdirs.m4: Ditto.
282        * aclocal/rtems-debug.m4: Ditto.
283        * aclocal/rtems-top.m4: Ditto.
284        * aclocal/subdirs.m4: Ditto.
285        * aclocal/sysv-ipc.m4: Ditto.
286        * aclocal/tool-paths.m4: Ditto.
287        * aclocal/version.m4: Ditto.
288
2892002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * automake/compile.am: Copied over from automake/.
292        * automake/lib.am: Copied over from automake/.
293        * automake/local.am: Copied over from automake/.
294        * automake/multilib.am: Copied over from automake/.
295        * automake/subdirs.am: Copied over from automake/.
296        * Makefile.am: Add automake/*.am.
297
2982002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Add libnetworking.
301        * wrapup/Makefile.am: Ditto.
302
3032002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
306        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
307
3082002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Add libcsupport.
311        * wrapup/Makefile.am: Ditto.
312
3132002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Add preinstall-stamp.
316
3172002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Remove ENABLE_GCC28.
320
3212002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
324
3252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac:
328        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
329        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
330        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
333
3342001-01-17      Joel Sherrill <joel@OARcorp.com>
335
336        * ChangeLog: Deleted duplicate blank line.
337
3382002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
341        ITRON_SUBDIRS.
342        * configure.ac: Rework enable_unixlib handling.
343        Add RTEMS_MULTILIBS to cpuopts.h.
344        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
345        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
346
3472002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * wrapup/Makefile.am: Add install-hook.
350        Remove SIZE_RTEMS.
351        * include/rtems/fs.h: New, extracted from libio_.h.
352        * include/rtems/userenv.h: New. extracted from libio_.h.
353
3542002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Readded reference to wrapup.
357
3582002-01-06      Joel Sherrill <joel@OARcorp.com>
359
360        * wrapup/.cvsignore: Readded.
361        * include/.cvsignore: New file.
362
3632002-01-04      Joel Sherrill <joel@OARcorp.com>
364
365        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
366
3672001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Use AS_IF instead of if/then/else.
370        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
371        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
372        Add include/Makefile to CONFIG_FILES.
373        Add AC_ENABLE_MULITLIB.
374        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
375        Remove */optman/Makefile from CONFIG_FILES.
376        * Makefile.am: Add include to SUBDIRS.
377        * rtems/Makefile.am: Remove optman from SUBDIRS.
378        * sapi/Makefile.am: Remove optman from SUBDIRS.
379        * include/Makefile.am: New file.
380        * include/rtems/bspIo.h: Relocated from lib/include.
381        * include/rtems/libio_.h: Relocated from lib/include.
382
3832001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * wrapup/posix/Makefile.am: Add multilib support.
386        * wrapup/itron/Makefile.am: Add multilib support.
387        * wrapup/rtems/Makefile.am: Add multilib support.
388        * Makefile.am: Add multilib support.
389
3902001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
393
3942001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
397        Reflect changes to configuration of rtems, score and sapi subdirs.
398        * Makefile.am: require automake-1.5.
399
4002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
403        * configure.in: Remove.
404        * configure.ac: New file, generated from configure.in by autoupdate.
405
4062001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
409
4102001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
413
4142001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
417
4182000-12-01      Joel Sherrill <joel@OARcorp.com>
419
420        * configure.in: Removed error check for enabling macros with
421        either POSIX or ITRON API.
422
4232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
426
4272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
430
4312000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
434        Switch to GNU canonicalization.
435
4362000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
439
4402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
443        wrapup/rtems/Makefile.am: Include compile.am
444
4452000-08-10      Joel Sherrill <joel@OARcorp.com>
446
447        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.