source: rtems/cpukit/ChangeLog @ e7d110ba

4.104.114.84.95
Last change on this file since e7d110ba was e7d110ba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/04 at 17:16:36

2004-01-07 Ralf Corsepius <corsepiu@…>

  • automake/amcompile.am: New.
  • configure.ac: Add subdir-objects, AM_PROG_CC_C_O.
  • Property mode set to 100644
File size: 28.8 KB
Line 
12004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * automake/amcompile.am: New.
4        * configure.ac: Add subdir-objects, AM_PROG_CC_C_O.
5
62003-12-17  Joel Sherrill <joel@OARcorp.com>
7
8    * aclocal/version.m4: Updated to rtems-20031217-test.
9
102003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
13
142003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * aclocal/env-rtemscpu.m4: Remove stray '/' in PROJECT_LIB.
17        * wrapup/Makefile.am: Remove duplicate $(PROJECT_LIB) rule.
18
192003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * aclocal/env-rtemscpu.m4: Add PROJECT_LIB.
22        * wrapup/Makefile.am: Use $(PROJECT_LIB) instead of ${PROJECT_RELEASE}/lib.
23
242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
27        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
28
292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Reworked.
32
332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * aclocal/lead-dot.m4: Remove (Use the version in automake-1.8).
36        * automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR).
37        * aclocal/env-rtemscpu.m4: Reflect new definition of project_lib.
38        * Makefile.am: Remove BUILT_SOURCES.
39
402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
43
442003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
47        * wrapup/Makefile.am: Reflect $(dirstamp) changes.
48
492003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Add $(dirstamp) to preinstallation rules.
52
532003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * aclocal/lead-dot.m4: New (from automake-1.7f).
56        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
57        Add AC_SUBST(dirstamp).
58
592003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Reflect having removed
62        libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
63
642003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Reflect changes to libmisc/*.
67
682003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
71
722003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Reflect changes to libfs Makefile.ams.
75        Remove libmisc/wrapup/Makefile.
76
772003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Use here-documents to generate cpuopts.tmp.
80        Various fixes and changes to argument processing.
81        Reflect changes to librpc Makefile.ams.
82        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
83        * aclocal/check-itron.m4: Remove HAS_IRON_API.
84        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
85        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
86
872003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
90        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
91        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
92        aclocal/check-tool.m4, aclocal/enable-bare.m4,
93        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
94        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
95        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
96        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
97        aclocal/gcc-pipe.m4, aclocal/multi.m4,
98        aclocal/multilib.m4, aclocal/prog-cc.m4,
99        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
100        Fix underquoting to silence automake-1.8.
101
1022003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
105        Elimimate INLINESdir.
106        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
107        * .cvsignore: Add config.h.in.
108
1092003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
112
1132003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
116        * configure.ac: Ditto.
117
1182003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * acinclude.m4: New.
121        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
122        Add local autoheader config.h.
123        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
124        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
125
1262003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * aclocal/check-posix.m4: Add m4-quotes.
129        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
130        * aclocal/canonical-host.m4: Remove.
131        * configure.ac: Remove RTEMS_CANONICAL_HOST.
132        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
133        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
134        AC_CANONICAL_TARGET. Use $host instead of $target.
135
1362003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * aclocal/check-multiprocessing.m4: Add m4-quotes.
139        Remove RTEMS_CHECK_CPU.
140        * aclocal/check-itron.m4: Add m4-quotes.
141        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
142        * aclocal/check-networking.m4: Add m4-quotes.
143        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
144        * aclocal/check-cpu.m4: Remove.
145        * aclocal/canonical-target-name.m4: Add m4-quotes.
146        * configure.ac: Merge-in former aclocal/check-cpu.m4.
147
1482003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Check for sys/cdefs.h.
151        * aclocal/env-rtems-cpu.m4: Add project_includedir.
152        Deprecate PROJECT_INCLUDE.  Change project_includedir to
153        $(PROJECT_ROOT)/include for multilibs.
154
1552003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Merge-in include/Makefile.am.
158        * include/Makefile.am: Remove.
159        * configure.ac: Reflect having removed include/Makefile.am and
160        librpc/include/Makefile.am.
161
1622003-09-04      Joel Sherrill <joel@OARcorp.com>
163
164        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
165        URL for license changed.
166
1672003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * aclocal/rtems-top.m4: Add RTEMS_API.
170        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
171
1722003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * aclocal/rtems-debug.m4: Remove.
175        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
176        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
177
1782003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * automake/local.am: Remove "debug".
181
1822003-08-11      Joel Sherrill <joel@OARcorp.com>
183
184        * configure.ac: Removed duplicate entry.
185
1862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
189
1902003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Add libmisc/fsmount/Makefile.
193
1942003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
197
1982003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
201
2022003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Merge-in librpc/configure.ac.
205        * Makefile.am: Add librpc to SUBDIRS.
206        Remove @subdirs@.
207
2082003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Merge-in libcsupport/configure.ac.
211        * Makefile.am: Add libcsupport to SUBDIRS.
212
2132003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Merge-in posix/configure.ac.
216        Merge-in itron/configure.ac.
217        Misc. cosmetical changes.
218        * Makefile.am: Add posix, itron to SUBDIRS.
219
2202003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Merge-in libnetworking/configure.ac.
223        Remove "rtems-" from RTEMS_VERSION.
224        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
225        * Makefile.am: Add libmisc to SUBDIRS.
226
2272003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Merge-in libmisc/configure.ac.
230        * Makefile.am: Add libmisc to SUBDIRS.
231
2322003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Merge-in libfs/configure.ac.
235        * Makefile.am: Add libfs to SUBDIRS.
236
2372003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Merge-in libblock/configure.ac.
240        * Makefile.am: Add libblock to SUBDIRS.
241
2422003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Merge-in ada/configure.ac.
245        * Makefile.am: Add ada to SUBDIRS.
246
2472003-07-03      Joel Sherrill <joel@OARcorp.com>
248
249        * aclocal/version.m4: Updated to rtems-ss-20030703.
250
2512003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        PR 409:
254        * include/Makefile.am: Add rtems/stdint.h
255        * include/rtems/stdint.h: New.
256
2572003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        PR 321:
260        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
261        * automake/compile.am: Ditto.
262        * automake/local.am: Ditto.
263
2642003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
267
2682003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
271        * aclocal/env-rtemsbsp.m4: Remove.
272        * aclocal/enable-rtemsbsp.m4: Remove.
273
2742003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
277        project_libdir.
278
2792003-04-17      Joel Sherrill <joel@OARcorp.com>
280
281        * aclocal/version.m4: Updated to rtems-ss-20030417.
282
2832003-04-11      Joel Sherrill <joel@OARcorp.com>
284
285        * aclocal/version.m4: Updated to rtems-ss-20030411.
286
2872003-04-11      Joel Sherrill <joel@OARcorp.com>
288
289        * aclocal/version.m4: Updated to rtems-ss-20020411.
290
2912003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
294        Cygwin mistreating paths.
295
2962003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Reflect changes to project_libdir.
299
3002003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
303        Add MULTISUBDIR to project_libdir.
304
3052003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
308        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
309        Remove RTEMS_PROJECT_ROOT (Unused).
310        * aclocal/tool-paths.m4: Delete.
311
3122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Remove AC_CONFIG_AUX_DIR.
315        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
316
3172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: AC_PREREQ(2.57).
320
3212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Remove sptables.h.in.
324
3252003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
328        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
329
3302003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
333
3342003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * aclocal/gcc-isystem.m4: New.
337        * aclocal/gcc-specs.m4: Remove.
338        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
339        Add RTEMS_GCC_ISYSTEM.
340        Reformat setting up RTEMS_CPPFLAGS.
341
3422003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * automake/local.am: Introduce depend-gcc.
345        Remove ${ARCH}.
346        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
347        CPP. Add ${ARCH}. depend-gcc.
348        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
349        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
350        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
351
3522003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
355
3562003-01-28      Joel Sherrill <joel@OARcorp.com>
357
358        * aclocal/version.m4: Updated to rtems-ss-20030128.
359
3602003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * automake/local.am: Remove distclean-local.
363        Remove PROJECT_TOOLS.
364
3652003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
368        Remove CLOBBER_DEPEND (Unused).
369
3702002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
373
3742002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
376        from the 2002-12-12 patch).
377
3782002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * wrapup/Makefile.am: Fix typo in yesterday's patch.
381
3822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * wrapup/Makefile.am: Don't create $ARCH.
385        Use install-data-local to install librtemscpu.a
386
3872002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * wrapup/Makefile.am: Add libmisc.
390
3912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
394
3952002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
398        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
399        * aclocal/check-bsps.m4: Remove.
400
4012002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
404        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
405
4062002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * wrapup/Makefile.am: Reflect changes to score/.
409        * configure.ac: Reflect changes to score/.
410
4112002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * wrapup/Makefile.am: Reflect changes to sapi/.
414        * configure.ac: Reflect changes to sapi/.
415
4162002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Add AC_SUBST(INLINEdir).
419
4202002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * wrapup/Makefile.am: Reflect changes to rtems/.
423        * configure.ac: Reflect changes to rtems/.
424
4252002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Reflect changes to posix/.
428        Reflect changes to itron/.
429
4302002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
433
4342002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
437        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
438        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
439        CFLAGS_PROFILE_V.
440        Hard-code RTEMS_CFLAGS_PROFILE = -pg
441        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
442        Remove GCCSED.
443        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
444        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
445
4462002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * aclocal/rtems-flags.m4: New.
449
4502002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
453
4542002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
457        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
458
4592002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * include/rtems/libio_.h: Remove.
462
4632002-11-18      Joel Sherrill <joel@OARcorp.com>
464
465        * aclocal/version.m4: Updated to rtems-ss-20021118.
466
4672002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * include/rtems/userenv.h: Rely upon <limits.h> for
470        _POSIX_LOGIN_NAME_MAX.
471
4722002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
475        * automake/compile.am: Acknowledge configuration-time CFLAGS.
476        Remove CFLAGS_DEFAULT.
477
4782002-11-11      Joel Sherrill <joel@OARcorp.com>
479
480        * aclocal/version.m4: Updated to rtems-ss-20021111.
481
4822002-11-11      Joel Sherrill <joel@OARcorp.com>
483
484        * aclocal/version.m4: Updated to rtems-ss-20021111.
485
4862002-11-01      Joel Sherrill <joel@OARcorp.com>
487
488        * ChangeLog: Corrected.
489
4902002-10-30      Eric Norum <eric.norum@usask.ca>
491
492        * include/rtems/bspIo.h: Add vprintk function for kernel printing
493        from routines which have already obtained the va_list pointer.
494
4952002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * aclocal/check-bsp-cache.m4: Remove.
498
4992002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
502
5032002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
506
5072002-10-21      Joel Sherrill <joel@OARcorp.com>
508
509        * aclocal/version.m4: Updated to rtems-20021021-test.
510
5112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * .cvsignore: Reformat.
514        Add autom4te*cache.
515        Remove autom4te.cache.
516
5172002-10-07      Joel Sherrill <joel@OARcorp.com>
518
519        * aclocal/version.m4: Updated to rtems-ss-20021007.
520
5212002-10-04      Joel Sherrill <joel@OARcorp.com>
522
523        * aclocal/version.m4: Updated to rtems-JUNK.
524
5252002-10-04      Joel Sherrill <joel@OARcorp.com>
526
527        * aclocal/version.m4: Updated to rtems-ss-20021004.
528
5292002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * score/include/Makefile.am: Remove cpuopt.h generation.
532        * configure.ac: Correct package name.
533        Don't build ada if POSIX is disabled.
534        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
535
5362002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * aclocal/prog-gnat.m4: New.
539        * configure.ac: Add ada subdir handling.
540
5412002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * aclocal/bsp-alias.m4: Remove.
544
5452002-08-07      Joel Sherrill <joel@OARcorp.com>
546
547        * aclocal/version.m4: Updated to rtems-ss-20020807.
548
5492002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Add missing ',' to librpc activation.
552        Add AC_MSG_CHECKING/AC_MSG_RESULT.
553        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
554
5552002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * configure.ac: Fix bug in librpc activation, having introduced by
558        yesterday's patch.
559
5602002-08-06      Joel Sherrill <joel@OARcorp.com>
561
562        * configure.ac: or32 does not currently support librpc.
563
5642002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
567
5682002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
571        Use AS_IF instead of if/then/else/fi.
572
5732002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * wrapup/Makefile.am: Use librtems.a.
576        * wrapup/Makefile.am: Use libsapi.a.
577
5782002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * wrapup/Makefile.am: Use libscore.a.
581
5822002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * aclocal/canonicalize-tools.m4: Remove LD.
585        * automake/lib.am: Remove LD.
586        * Makefile.am: Put preinstall-stamp into CLEANFILES.
587
5882002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
591        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
592
5932002-07-31      Joel Sherrill <joel@OARcorp.com>
594
595        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
596        was just a stub and only the OR32 port is getting worked on.
597
5982002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
601
6022002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * automake/compile.am: Use .$(OBJEXT) instead of .o.
605
6062002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
609
6102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * wrapup/Makefile.am: Use project_libdir instead of
613        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
614        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
615
6162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * automake/lib.am: Use project_libdir instead of
619        $(PROJECT_RELEASE)/lib.
620
6212002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
624        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
625        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
626        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
627        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
628        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
629        references to bsp_specs. Use project_libdir instead of
630        $(PROJECT_RELEASE)/lib.
631
6322002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
635        * aclocal/check-cpu.m4: Ditto.
636        * aclocal/check-bsps.m4: Ditto.
637
6382002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * automake/multilib.am: Add install-multi.
641        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
642        version.m4.
643        Add --with-project-root.
644        Reflect --with-project-root to setting up PROJECT_ROOT.
645        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
646        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
647        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
648
6492002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * configure.ac: RTEMS_TOP(..).
652
6532002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
656
6572002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
660
6612002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * configure.ac: Remove RTEMS_PROJECT_ROOT.
664        * aclocal/project-root.m4: Remove.
665
6662002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * aclocal/enable-multiprocessing.m4: Fix typo.
669        * aclocal/prog-cc.m4: Remove obsolete comments.
670        Comment out GCCSED.
671
6722002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * aclocal/prog-ccas.m4: New.
675        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
676        RTEMS_GCC_PRINT
677        * aclocal/check-multiprocessing.m4: Fix typo.
678        * automake/compile.am: Remove CXX support.
679        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
680
6812002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
684
6852002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * configure.ac: Remove references to RTEMS_BSP.
688        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
689        Allow building w/ --enable-multiprocessing --enable-multilib.
690        * aclocal/enable-multiprocessing.m4:
691        Eliminate RTEMS_HAS_MULTIPROCESSING.
692
6932002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * wrapup/Makefile.am: Fix stupid typo in previous patch.
696
6972002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * configure.ac: Add librpc. AC_PROG_RANLIB.
700        * wrapup/Makefile.am: Add librpc.
701        Use relative path to lib*.a for
702        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
703
7042002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * aclocal/subdirs.m4: Remove.
707
7082002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * wrapup/Makefile.am: Use relative path to lib*.a for
711        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
712
7132002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * Makefile.am: Include $(top_srcdir)/automake/*.am.
716        Use aclocal.
717        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
718        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
719        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
720        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
721        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
722        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
723        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
724        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
725        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
726        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
727        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
728        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
729        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
730        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
731        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
732        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
733        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
734        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
735
7362002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * aclocal/bsp-alias.m4: Copied over from aclocal/.
739        * aclocal/canonical-host.m4: Ditto.
740        * aclocal/canonical-target-name.m4: Ditto.
741        * aclocal/canonicalize-tools.m4: Ditto.
742        * aclocal/check-bsp-cache.m4: Ditto.
743        * aclocal/check-bsps.m4: Ditto.
744        * aclocal/check-cpu.m4: Ditto.
745        * aclocal/check-itron.m4: Ditto.
746        * aclocal/check-multiprocessing.m4: Ditto.
747        * aclocal/check-networking.m4: Ditto.
748        * aclocal/check-newlib.m4: Ditto.
749        * aclocal/check-posix.m4: Ditto.
750        * aclocal/check-tool.m4: Ditto.
751        * aclocal/enable-bare.m4: Ditto.
752        * aclocal/enable-inlines.m4: Ditto.
753        * aclocal/enable-itron.m4: Ditto.
754        * aclocal/enable-multiprocessing.m4: Ditto.
755        * aclocal/enable-networking.m4: Ditto.
756        * aclocal/enable-posix.m4: Ditto.
757        * aclocal/enable-rtemsbsp.m4: Ditto.
758        * aclocal/env-rtemsbsp.m4: Ditto.
759        * aclocal/env-rtemscpu.m4: Ditto.
760        * aclocal/gcc-pipe.m4: Ditto.
761        * aclocal/gcc-specs.m4: Ditto.
762        * aclocal/multi.m4: Ditto.
763        * aclocal/multilib.m4: Ditto.
764        * aclocal/prog-cc.m4: Ditto.
765        * aclocal/project-root.m4: Ditto.
766        * aclocal/rtems-cpu-subdirs.m4: Ditto.
767        * aclocal/rtems-debug.m4: Ditto.
768        * aclocal/rtems-top.m4: Ditto.
769        * aclocal/subdirs.m4: Ditto.
770        * aclocal/sysv-ipc.m4: Ditto.
771        * aclocal/tool-paths.m4: Ditto.
772        * aclocal/version.m4: Ditto.
773
7742002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
775
776        * automake/compile.am: Copied over from automake/.
777        * automake/lib.am: Copied over from automake/.
778        * automake/local.am: Copied over from automake/.
779        * automake/multilib.am: Copied over from automake/.
780        * automake/subdirs.am: Copied over from automake/.
781        * Makefile.am: Add automake/*.am.
782
7832002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * configure.ac: Add libnetworking.
786        * wrapup/Makefile.am: Ditto.
787
7882002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
791        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
792
7932002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * configure.ac: Add libcsupport.
796        * wrapup/Makefile.am: Ditto.
797
7982002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * Makefile.am: Add preinstall-stamp.
801
8022002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * configure.ac: Remove ENABLE_GCC28.
805
8062002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
809
8102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * configure.ac:
813        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
814        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
815        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
816        * Makefile.am: Remove AUTOMAKE_OPTIONS.
817        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
818
8192001-01-17      Joel Sherrill <joel@OARcorp.com>
820
821        * ChangeLog: Deleted duplicate blank line.
822
8232002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
824
825        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
826        ITRON_SUBDIRS.
827        * configure.ac: Rework enable_unixlib handling.
828        Add RTEMS_MULTILIBS to cpuopts.h.
829        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
830        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
831
8322002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * wrapup/Makefile.am: Add install-hook.
835        Remove SIZE_RTEMS.
836        * include/rtems/fs.h: New, extracted from libio_.h.
837        * include/rtems/userenv.h: New. extracted from libio_.h.
838
8392002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
840
841        * Makefile.am: Readded reference to wrapup.
842
8432002-01-06      Joel Sherrill <joel@OARcorp.com>
844
845        * wrapup/.cvsignore: Readded.
846        * include/.cvsignore: New file.
847
8482002-01-04      Joel Sherrill <joel@OARcorp.com>
849
850        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
851
8522001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * configure.ac: Use AS_IF instead of if/then/else.
855        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
856        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
857        Add include/Makefile to CONFIG_FILES.
858        Add AC_ENABLE_MULITLIB.
859        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
860        Remove */optman/Makefile from CONFIG_FILES.
861        * Makefile.am: Add include to SUBDIRS.
862        * rtems/Makefile.am: Remove optman from SUBDIRS.
863        * sapi/Makefile.am: Remove optman from SUBDIRS.
864        * include/Makefile.am: New file.
865        * include/rtems/bspIo.h: Relocated from lib/include.
866        * include/rtems/libio_.h: Relocated from lib/include.
867
8682001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * wrapup/posix/Makefile.am: Add multilib support.
871        * wrapup/itron/Makefile.am: Add multilib support.
872        * wrapup/rtems/Makefile.am: Add multilib support.
873        * Makefile.am: Add multilib support.
874
8752001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
878
8792001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
880
881        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
882        Reflect changes to configuration of rtems, score and sapi subdirs.
883        * Makefile.am: require automake-1.5.
884
8852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
888        * configure.in: Remove.
889        * configure.ac: New file, generated from configure.in by autoupdate.
890
8912001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
892
893        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
894
8952001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
896
897        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
898
8992001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
900
901        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
902
9032000-12-01      Joel Sherrill <joel@OARcorp.com>
904
905        * configure.in: Removed error check for enabling macros with
906        either POSIX or ITRON API.
907
9082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
911
9122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
913
914        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
915
9162000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
919        Switch to GNU canonicalization.
920
9212000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
924
9252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
928        wrapup/rtems/Makefile.am: Include compile.am
929
9302000-08-10      Joel Sherrill <joel@OARcorp.com>
931
932        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.