source: rtems/cpukit/ChangeLog @ 161624c

4.104.114.84.95
Last change on this file since 161624c was 161624c, checked in by Joel Sherrill <joel.sherrill@…>, on 01/07/04 at 20:45:20

2004-01-07 Joel Sherrill <joel@…>

  • aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port more completely covers the MIPS family.
  • Property mode set to 100644
File size: 29.0 KB
Line 
12004-01-07      Joel Sherrill <joel@OARcorp.com>
2
3        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
4        more completely covers the MIPS family.
5
62004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Reflect changes to library Makefile.ams.
9
102004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * automake/amcompile.am: New.
13        * configure.ac: Add subdir-objects, AM_PROG_CC_C_O.
14
152003-12-17  Joel Sherrill <joel@OARcorp.com>
16
17    * aclocal/version.m4: Updated to rtems-20031217-test.
18
192003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
22
232003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * aclocal/env-rtemscpu.m4: Remove stray '/' in PROJECT_LIB.
26        * wrapup/Makefile.am: Remove duplicate $(PROJECT_LIB) rule.
27
282003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * aclocal/env-rtemscpu.m4: Add PROJECT_LIB.
31        * wrapup/Makefile.am: Use $(PROJECT_LIB) instead of ${PROJECT_RELEASE}/lib.
32
332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
36        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
37
382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Reworked.
41
422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * aclocal/lead-dot.m4: Remove (Use the version in automake-1.8).
45        * automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR).
46        * aclocal/env-rtemscpu.m4: Reflect new definition of project_lib.
47        * Makefile.am: Remove BUILT_SOURCES.
48
492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
52
532003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
56        * wrapup/Makefile.am: Reflect $(dirstamp) changes.
57
582003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Add $(dirstamp) to preinstallation rules.
61
622003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * aclocal/lead-dot.m4: New (from automake-1.7f).
65        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
66        Add AC_SUBST(dirstamp).
67
682003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Reflect having removed
71        libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
72
732003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Reflect changes to libmisc/*.
76
772003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
80
812003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Reflect changes to libfs Makefile.ams.
84        Remove libmisc/wrapup/Makefile.
85
862003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Use here-documents to generate cpuopts.tmp.
89        Various fixes and changes to argument processing.
90        Reflect changes to librpc Makefile.ams.
91        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
92        * aclocal/check-itron.m4: Remove HAS_IRON_API.
93        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
94        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
95
962003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
99        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
100        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
101        aclocal/check-tool.m4, aclocal/enable-bare.m4,
102        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
103        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
104        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
105        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
106        aclocal/gcc-pipe.m4, aclocal/multi.m4,
107        aclocal/multilib.m4, aclocal/prog-cc.m4,
108        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
109        Fix underquoting to silence automake-1.8.
110
1112003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
114        Elimimate INLINESdir.
115        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
116        * .cvsignore: Add config.h.in.
117
1182003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
121
1222003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
125        * configure.ac: Ditto.
126
1272003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * acinclude.m4: New.
130        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
131        Add local autoheader config.h.
132        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
133        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
134
1352003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * aclocal/check-posix.m4: Add m4-quotes.
138        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
139        * aclocal/canonical-host.m4: Remove.
140        * configure.ac: Remove RTEMS_CANONICAL_HOST.
141        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
142        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
143        AC_CANONICAL_TARGET. Use $host instead of $target.
144
1452003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * aclocal/check-multiprocessing.m4: Add m4-quotes.
148        Remove RTEMS_CHECK_CPU.
149        * aclocal/check-itron.m4: Add m4-quotes.
150        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
151        * aclocal/check-networking.m4: Add m4-quotes.
152        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
153        * aclocal/check-cpu.m4: Remove.
154        * aclocal/canonical-target-name.m4: Add m4-quotes.
155        * configure.ac: Merge-in former aclocal/check-cpu.m4.
156
1572003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Check for sys/cdefs.h.
160        * aclocal/env-rtems-cpu.m4: Add project_includedir.
161        Deprecate PROJECT_INCLUDE.  Change project_includedir to
162        $(PROJECT_ROOT)/include for multilibs.
163
1642003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Merge-in include/Makefile.am.
167        * include/Makefile.am: Remove.
168        * configure.ac: Reflect having removed include/Makefile.am and
169        librpc/include/Makefile.am.
170
1712003-09-04      Joel Sherrill <joel@OARcorp.com>
172
173        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
174        URL for license changed.
175
1762003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * aclocal/rtems-top.m4: Add RTEMS_API.
179        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
180
1812003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * aclocal/rtems-debug.m4: Remove.
184        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
185        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
186
1872003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * automake/local.am: Remove "debug".
190
1912003-08-11      Joel Sherrill <joel@OARcorp.com>
192
193        * configure.ac: Removed duplicate entry.
194
1952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
198
1992003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Add libmisc/fsmount/Makefile.
202
2032003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
206
2072003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
210
2112003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Merge-in librpc/configure.ac.
214        * Makefile.am: Add librpc to SUBDIRS.
215        Remove @subdirs@.
216
2172003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Merge-in libcsupport/configure.ac.
220        * Makefile.am: Add libcsupport to SUBDIRS.
221
2222003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Merge-in posix/configure.ac.
225        Merge-in itron/configure.ac.
226        Misc. cosmetical changes.
227        * Makefile.am: Add posix, itron to SUBDIRS.
228
2292003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Merge-in libnetworking/configure.ac.
232        Remove "rtems-" from RTEMS_VERSION.
233        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
234        * Makefile.am: Add libmisc to SUBDIRS.
235
2362003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Merge-in libmisc/configure.ac.
239        * Makefile.am: Add libmisc to SUBDIRS.
240
2412003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Merge-in libfs/configure.ac.
244        * Makefile.am: Add libfs to SUBDIRS.
245
2462003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Merge-in libblock/configure.ac.
249        * Makefile.am: Add libblock to SUBDIRS.
250
2512003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Merge-in ada/configure.ac.
254        * Makefile.am: Add ada to SUBDIRS.
255
2562003-07-03      Joel Sherrill <joel@OARcorp.com>
257
258        * aclocal/version.m4: Updated to rtems-ss-20030703.
259
2602003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        PR 409:
263        * include/Makefile.am: Add rtems/stdint.h
264        * include/rtems/stdint.h: New.
265
2662003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        PR 321:
269        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
270        * automake/compile.am: Ditto.
271        * automake/local.am: Ditto.
272
2732003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
276
2772003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
280        * aclocal/env-rtemsbsp.m4: Remove.
281        * aclocal/enable-rtemsbsp.m4: Remove.
282
2832003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
286        project_libdir.
287
2882003-04-17      Joel Sherrill <joel@OARcorp.com>
289
290        * aclocal/version.m4: Updated to rtems-ss-20030417.
291
2922003-04-11      Joel Sherrill <joel@OARcorp.com>
293
294        * aclocal/version.m4: Updated to rtems-ss-20030411.
295
2962003-04-11      Joel Sherrill <joel@OARcorp.com>
297
298        * aclocal/version.m4: Updated to rtems-ss-20020411.
299
3002003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
303        Cygwin mistreating paths.
304
3052003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * wrapup/Makefile.am: Reflect changes to project_libdir.
308
3092003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
312        Add MULTISUBDIR to project_libdir.
313
3142003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
317        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
318        Remove RTEMS_PROJECT_ROOT (Unused).
319        * aclocal/tool-paths.m4: Delete.
320
3212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Remove AC_CONFIG_AUX_DIR.
324        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
325
3262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: AC_PREREQ(2.57).
329
3302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Remove sptables.h.in.
333
3342003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
337        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
338
3392003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
342
3432003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * aclocal/gcc-isystem.m4: New.
346        * aclocal/gcc-specs.m4: Remove.
347        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
348        Add RTEMS_GCC_ISYSTEM.
349        Reformat setting up RTEMS_CPPFLAGS.
350
3512003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * automake/local.am: Introduce depend-gcc.
354        Remove ${ARCH}.
355        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
356        CPP. Add ${ARCH}. depend-gcc.
357        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
358        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
359        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
360
3612003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
364
3652003-01-28      Joel Sherrill <joel@OARcorp.com>
366
367        * aclocal/version.m4: Updated to rtems-ss-20030128.
368
3692003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * automake/local.am: Remove distclean-local.
372        Remove PROJECT_TOOLS.
373
3742003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
377        Remove CLOBBER_DEPEND (Unused).
378
3792002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
382
3832002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
385        from the 2002-12-12 patch).
386
3872002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * wrapup/Makefile.am: Fix typo in yesterday's patch.
390
3912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * wrapup/Makefile.am: Don't create $ARCH.
394        Use install-data-local to install librtemscpu.a
395
3962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * wrapup/Makefile.am: Add libmisc.
399
4002002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
403
4042002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
407        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
408        * aclocal/check-bsps.m4: Remove.
409
4102002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
413        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
414
4152002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * wrapup/Makefile.am: Reflect changes to score/.
418        * configure.ac: Reflect changes to score/.
419
4202002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * wrapup/Makefile.am: Reflect changes to sapi/.
423        * configure.ac: Reflect changes to sapi/.
424
4252002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Add AC_SUBST(INLINEdir).
428
4292002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * wrapup/Makefile.am: Reflect changes to rtems/.
432        * configure.ac: Reflect changes to rtems/.
433
4342002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * wrapup/Makefile.am: Reflect changes to posix/.
437        Reflect changes to itron/.
438
4392002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
442
4432002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
446        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
447        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
448        CFLAGS_PROFILE_V.
449        Hard-code RTEMS_CFLAGS_PROFILE = -pg
450        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
451        Remove GCCSED.
452        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
453        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
454
4552002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * aclocal/rtems-flags.m4: New.
458
4592002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
462
4632002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
466        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
467
4682002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * include/rtems/libio_.h: Remove.
471
4722002-11-18      Joel Sherrill <joel@OARcorp.com>
473
474        * aclocal/version.m4: Updated to rtems-ss-20021118.
475
4762002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * include/rtems/userenv.h: Rely upon <limits.h> for
479        _POSIX_LOGIN_NAME_MAX.
480
4812002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
484        * automake/compile.am: Acknowledge configuration-time CFLAGS.
485        Remove CFLAGS_DEFAULT.
486
4872002-11-11      Joel Sherrill <joel@OARcorp.com>
488
489        * aclocal/version.m4: Updated to rtems-ss-20021111.
490
4912002-11-11      Joel Sherrill <joel@OARcorp.com>
492
493        * aclocal/version.m4: Updated to rtems-ss-20021111.
494
4952002-11-01      Joel Sherrill <joel@OARcorp.com>
496
497        * ChangeLog: Corrected.
498
4992002-10-30      Eric Norum <eric.norum@usask.ca>
500
501        * include/rtems/bspIo.h: Add vprintk function for kernel printing
502        from routines which have already obtained the va_list pointer.
503
5042002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * aclocal/check-bsp-cache.m4: Remove.
507
5082002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
511
5122002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
515
5162002-10-21      Joel Sherrill <joel@OARcorp.com>
517
518        * aclocal/version.m4: Updated to rtems-20021021-test.
519
5202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * .cvsignore: Reformat.
523        Add autom4te*cache.
524        Remove autom4te.cache.
525
5262002-10-07      Joel Sherrill <joel@OARcorp.com>
527
528        * aclocal/version.m4: Updated to rtems-ss-20021007.
529
5302002-10-04      Joel Sherrill <joel@OARcorp.com>
531
532        * aclocal/version.m4: Updated to rtems-JUNK.
533
5342002-10-04      Joel Sherrill <joel@OARcorp.com>
535
536        * aclocal/version.m4: Updated to rtems-ss-20021004.
537
5382002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * score/include/Makefile.am: Remove cpuopt.h generation.
541        * configure.ac: Correct package name.
542        Don't build ada if POSIX is disabled.
543        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
544
5452002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * aclocal/prog-gnat.m4: New.
548        * configure.ac: Add ada subdir handling.
549
5502002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * aclocal/bsp-alias.m4: Remove.
553
5542002-08-07      Joel Sherrill <joel@OARcorp.com>
555
556        * aclocal/version.m4: Updated to rtems-ss-20020807.
557
5582002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * configure.ac: Add missing ',' to librpc activation.
561        Add AC_MSG_CHECKING/AC_MSG_RESULT.
562        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
563
5642002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * configure.ac: Fix bug in librpc activation, having introduced by
567        yesterday's patch.
568
5692002-08-06      Joel Sherrill <joel@OARcorp.com>
570
571        * configure.ac: or32 does not currently support librpc.
572
5732002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
576
5772002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
580        Use AS_IF instead of if/then/else/fi.
581
5822002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * wrapup/Makefile.am: Use librtems.a.
585        * wrapup/Makefile.am: Use libsapi.a.
586
5872002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * wrapup/Makefile.am: Use libscore.a.
590
5912002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * aclocal/canonicalize-tools.m4: Remove LD.
594        * automake/lib.am: Remove LD.
595        * Makefile.am: Put preinstall-stamp into CLEANFILES.
596
5972002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
600        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
601
6022002-07-31      Joel Sherrill <joel@OARcorp.com>
603
604        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
605        was just a stub and only the OR32 port is getting worked on.
606
6072002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
610
6112002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * automake/compile.am: Use .$(OBJEXT) instead of .o.
614
6152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
618
6192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * wrapup/Makefile.am: Use project_libdir instead of
622        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
623        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
624
6252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * automake/lib.am: Use project_libdir instead of
628        $(PROJECT_RELEASE)/lib.
629
6302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
633        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
634        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
635        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
636        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
637        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
638        references to bsp_specs. Use project_libdir instead of
639        $(PROJECT_RELEASE)/lib.
640
6412002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
644        * aclocal/check-cpu.m4: Ditto.
645        * aclocal/check-bsps.m4: Ditto.
646
6472002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * automake/multilib.am: Add install-multi.
650        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
651        version.m4.
652        Add --with-project-root.
653        Reflect --with-project-root to setting up PROJECT_ROOT.
654        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
655        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
656        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
657
6582002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * configure.ac: RTEMS_TOP(..).
661
6622002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
665
6662002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
669
6702002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * configure.ac: Remove RTEMS_PROJECT_ROOT.
673        * aclocal/project-root.m4: Remove.
674
6752002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * aclocal/enable-multiprocessing.m4: Fix typo.
678        * aclocal/prog-cc.m4: Remove obsolete comments.
679        Comment out GCCSED.
680
6812002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * aclocal/prog-ccas.m4: New.
684        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
685        RTEMS_GCC_PRINT
686        * aclocal/check-multiprocessing.m4: Fix typo.
687        * automake/compile.am: Remove CXX support.
688        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
689
6902002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
693
6942002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * configure.ac: Remove references to RTEMS_BSP.
697        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
698        Allow building w/ --enable-multiprocessing --enable-multilib.
699        * aclocal/enable-multiprocessing.m4:
700        Eliminate RTEMS_HAS_MULTIPROCESSING.
701
7022002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * wrapup/Makefile.am: Fix stupid typo in previous patch.
705
7062002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * configure.ac: Add librpc. AC_PROG_RANLIB.
709        * wrapup/Makefile.am: Add librpc.
710        Use relative path to lib*.a for
711        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
712
7132002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * aclocal/subdirs.m4: Remove.
716
7172002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * wrapup/Makefile.am: Use relative path to lib*.a for
720        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
721
7222002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * Makefile.am: Include $(top_srcdir)/automake/*.am.
725        Use aclocal.
726        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
727        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
728        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
729        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
730        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
731        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
732        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
733        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
734        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
735        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
736        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
737        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
738        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
739        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
740        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
741        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
742        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
743        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
744
7452002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * aclocal/bsp-alias.m4: Copied over from aclocal/.
748        * aclocal/canonical-host.m4: Ditto.
749        * aclocal/canonical-target-name.m4: Ditto.
750        * aclocal/canonicalize-tools.m4: Ditto.
751        * aclocal/check-bsp-cache.m4: Ditto.
752        * aclocal/check-bsps.m4: Ditto.
753        * aclocal/check-cpu.m4: Ditto.
754        * aclocal/check-itron.m4: Ditto.
755        * aclocal/check-multiprocessing.m4: Ditto.
756        * aclocal/check-networking.m4: Ditto.
757        * aclocal/check-newlib.m4: Ditto.
758        * aclocal/check-posix.m4: Ditto.
759        * aclocal/check-tool.m4: Ditto.
760        * aclocal/enable-bare.m4: Ditto.
761        * aclocal/enable-inlines.m4: Ditto.
762        * aclocal/enable-itron.m4: Ditto.
763        * aclocal/enable-multiprocessing.m4: Ditto.
764        * aclocal/enable-networking.m4: Ditto.
765        * aclocal/enable-posix.m4: Ditto.
766        * aclocal/enable-rtemsbsp.m4: Ditto.
767        * aclocal/env-rtemsbsp.m4: Ditto.
768        * aclocal/env-rtemscpu.m4: Ditto.
769        * aclocal/gcc-pipe.m4: Ditto.
770        * aclocal/gcc-specs.m4: Ditto.
771        * aclocal/multi.m4: Ditto.
772        * aclocal/multilib.m4: Ditto.
773        * aclocal/prog-cc.m4: Ditto.
774        * aclocal/project-root.m4: Ditto.
775        * aclocal/rtems-cpu-subdirs.m4: Ditto.
776        * aclocal/rtems-debug.m4: Ditto.
777        * aclocal/rtems-top.m4: Ditto.
778        * aclocal/subdirs.m4: Ditto.
779        * aclocal/sysv-ipc.m4: Ditto.
780        * aclocal/tool-paths.m4: Ditto.
781        * aclocal/version.m4: Ditto.
782
7832002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * automake/compile.am: Copied over from automake/.
786        * automake/lib.am: Copied over from automake/.
787        * automake/local.am: Copied over from automake/.
788        * automake/multilib.am: Copied over from automake/.
789        * automake/subdirs.am: Copied over from automake/.
790        * Makefile.am: Add automake/*.am.
791
7922002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
793
794        * configure.ac: Add libnetworking.
795        * wrapup/Makefile.am: Ditto.
796
7972002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
800        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
801
8022002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * configure.ac: Add libcsupport.
805        * wrapup/Makefile.am: Ditto.
806
8072002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
808
809        * Makefile.am: Add preinstall-stamp.
810
8112002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * configure.ac: Remove ENABLE_GCC28.
814
8152002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
818
8192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * configure.ac:
822        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
823        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
824        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
825        * Makefile.am: Remove AUTOMAKE_OPTIONS.
826        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
827
8282001-01-17      Joel Sherrill <joel@OARcorp.com>
829
830        * ChangeLog: Deleted duplicate blank line.
831
8322002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
833
834        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
835        ITRON_SUBDIRS.
836        * configure.ac: Rework enable_unixlib handling.
837        Add RTEMS_MULTILIBS to cpuopts.h.
838        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
839        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
840
8412002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
842
843        * wrapup/Makefile.am: Add install-hook.
844        Remove SIZE_RTEMS.
845        * include/rtems/fs.h: New, extracted from libio_.h.
846        * include/rtems/userenv.h: New. extracted from libio_.h.
847
8482002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * Makefile.am: Readded reference to wrapup.
851
8522002-01-06      Joel Sherrill <joel@OARcorp.com>
853
854        * wrapup/.cvsignore: Readded.
855        * include/.cvsignore: New file.
856
8572002-01-04      Joel Sherrill <joel@OARcorp.com>
858
859        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
860
8612001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * configure.ac: Use AS_IF instead of if/then/else.
864        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
865        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
866        Add include/Makefile to CONFIG_FILES.
867        Add AC_ENABLE_MULITLIB.
868        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
869        Remove */optman/Makefile from CONFIG_FILES.
870        * Makefile.am: Add include to SUBDIRS.
871        * rtems/Makefile.am: Remove optman from SUBDIRS.
872        * sapi/Makefile.am: Remove optman from SUBDIRS.
873        * include/Makefile.am: New file.
874        * include/rtems/bspIo.h: Relocated from lib/include.
875        * include/rtems/libio_.h: Relocated from lib/include.
876
8772001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * wrapup/posix/Makefile.am: Add multilib support.
880        * wrapup/itron/Makefile.am: Add multilib support.
881        * wrapup/rtems/Makefile.am: Add multilib support.
882        * Makefile.am: Add multilib support.
883
8842001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
885
886        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
887
8882001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
891        Reflect changes to configuration of rtems, score and sapi subdirs.
892        * Makefile.am: require automake-1.5.
893
8942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
895
896        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
897        * configure.in: Remove.
898        * configure.ac: New file, generated from configure.in by autoupdate.
899
9002001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
901
902        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
903
9042001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
907
9082001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
909
910        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
911
9122000-12-01      Joel Sherrill <joel@OARcorp.com>
913
914        * configure.in: Removed error check for enabling macros with
915        either POSIX or ITRON API.
916
9172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
920
9212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
922
923        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
924
9252000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
928        Switch to GNU canonicalization.
929
9302000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
933
9342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
935
936        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
937        wrapup/rtems/Makefile.am: Include compile.am
938
9392000-08-10      Joel Sherrill <joel@OARcorp.com>
940
941        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.