source: rtems/cpukit/ChangeLog @ f08808e

4.104.114.84.95
Last change on this file since f08808e was a42f159a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/04 at 05:25:27

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

  • Makefile.am: Remove AUTOMAKE_FILES.
  • automake/compile.am: Replace contents with contents of automake/amcompile.am.
  • automake/amcompile.am, automake/lib.am: Remove.
  • Property mode set to 100644
File size: 30.4 KB
Line 
12004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Remove AUTOMAKE_FILES.
4        * automake/compile.am: Replace contents with contents of
5        automake/amcompile.am.
6        * automake/amcompile.am, automake/lib.am: Remove.
7
82004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac, aclocal/enable-bare.m4,
11        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
12        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
13        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4, aclocal/multi.m4,
14        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
15        (deprecated in autoconf-2.59)
16        * automake/local.am: Remove clean-local, depend-gcc.
17
182004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * wrapup/Makefile.am: Cosmetics.
21
222004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING).
25        * aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING).
26        * automake/amcompile.am: Remove $(ARCH).
27        * wrapup/Makefile.am: Add $(ARCH).
28        Remove compile.am, lib.am.
29        Include amcompile.am.
30
312004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * wrapup/Makefile.am: Use ../*/*$(LIB_VARIANT).a instead of
34        $(ARCH)/lib*.a.
35
362004-01-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * wrapup/Makefile.am:
39        Reflect changes to libblock/Makefile.am.
40        Reflect changes to libcsupport/Makefile.am.
41
422004-01-07      Joel Sherrill <joel@OARcorp.com>
43
44        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
45        more completely covers the MIPS family.
46
472004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Reflect changes to library Makefile.ams.
50
512004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * automake/amcompile.am: New.
54        * configure.ac: Add subdir-objects, AM_PROG_CC_C_O.
55
562003-12-17  Joel Sherrill <joel@OARcorp.com>
57
58    * aclocal/version.m4: Updated to rtems-20031217-test.
59
602003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
63
642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * aclocal/env-rtemscpu.m4: Remove stray '/' in PROJECT_LIB.
67        * wrapup/Makefile.am: Remove duplicate $(PROJECT_LIB) rule.
68
692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * aclocal/env-rtemscpu.m4: Add PROJECT_LIB.
72        * wrapup/Makefile.am: Use $(PROJECT_LIB) instead of ${PROJECT_RELEASE}/lib.
73
742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
77        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
78
792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Reworked.
82
832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * aclocal/lead-dot.m4: Remove (Use the version in automake-1.8).
86        * automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR).
87        * aclocal/env-rtemscpu.m4: Reflect new definition of project_lib.
88        * Makefile.am: Remove BUILT_SOURCES.
89
902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
93
942003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
97        * wrapup/Makefile.am: Reflect $(dirstamp) changes.
98
992003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Add $(dirstamp) to preinstallation rules.
102
1032003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * aclocal/lead-dot.m4: New (from automake-1.7f).
106        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
107        Add AC_SUBST(dirstamp).
108
1092003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Reflect having removed
112        libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
113
1142003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Reflect changes to libmisc/*.
117
1182003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
121
1222003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Reflect changes to libfs Makefile.ams.
125        Remove libmisc/wrapup/Makefile.
126
1272003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Use here-documents to generate cpuopts.tmp.
130        Various fixes and changes to argument processing.
131        Reflect changes to librpc Makefile.ams.
132        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
133        * aclocal/check-itron.m4: Remove HAS_IRON_API.
134        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
135        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
136
1372003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
140        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
141        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
142        aclocal/check-tool.m4, aclocal/enable-bare.m4,
143        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
144        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
145        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
146        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
147        aclocal/gcc-pipe.m4, aclocal/multi.m4,
148        aclocal/multilib.m4, aclocal/prog-cc.m4,
149        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
150        Fix underquoting to silence automake-1.8.
151
1522003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
155        Elimimate INLINESdir.
156        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
157        * .cvsignore: Add config.h.in.
158
1592003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
162
1632003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
166        * configure.ac: Ditto.
167
1682003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * acinclude.m4: New.
171        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
172        Add local autoheader config.h.
173        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
174        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
175
1762003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * aclocal/check-posix.m4: Add m4-quotes.
179        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
180        * aclocal/canonical-host.m4: Remove.
181        * configure.ac: Remove RTEMS_CANONICAL_HOST.
182        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
183        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
184        AC_CANONICAL_TARGET. Use $host instead of $target.
185
1862003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * aclocal/check-multiprocessing.m4: Add m4-quotes.
189        Remove RTEMS_CHECK_CPU.
190        * aclocal/check-itron.m4: Add m4-quotes.
191        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
192        * aclocal/check-networking.m4: Add m4-quotes.
193        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
194        * aclocal/check-cpu.m4: Remove.
195        * aclocal/canonical-target-name.m4: Add m4-quotes.
196        * configure.ac: Merge-in former aclocal/check-cpu.m4.
197
1982003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Check for sys/cdefs.h.
201        * aclocal/env-rtems-cpu.m4: Add project_includedir.
202        Deprecate PROJECT_INCLUDE.  Change project_includedir to
203        $(PROJECT_ROOT)/include for multilibs.
204
2052003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Merge-in include/Makefile.am.
208        * include/Makefile.am: Remove.
209        * configure.ac: Reflect having removed include/Makefile.am and
210        librpc/include/Makefile.am.
211
2122003-09-04      Joel Sherrill <joel@OARcorp.com>
213
214        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
215        URL for license changed.
216
2172003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * aclocal/rtems-top.m4: Add RTEMS_API.
220        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
221
2222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * aclocal/rtems-debug.m4: Remove.
225        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
226        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
227
2282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * automake/local.am: Remove "debug".
231
2322003-08-11      Joel Sherrill <joel@OARcorp.com>
233
234        * configure.ac: Removed duplicate entry.
235
2362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
239
2402003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Add libmisc/fsmount/Makefile.
243
2442003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
247
2482003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
251
2522003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Merge-in librpc/configure.ac.
255        * Makefile.am: Add librpc to SUBDIRS.
256        Remove @subdirs@.
257
2582003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Merge-in libcsupport/configure.ac.
261        * Makefile.am: Add libcsupport to SUBDIRS.
262
2632003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Merge-in posix/configure.ac.
266        Merge-in itron/configure.ac.
267        Misc. cosmetical changes.
268        * Makefile.am: Add posix, itron to SUBDIRS.
269
2702003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Merge-in libnetworking/configure.ac.
273        Remove "rtems-" from RTEMS_VERSION.
274        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
275        * Makefile.am: Add libmisc to SUBDIRS.
276
2772003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Merge-in libmisc/configure.ac.
280        * Makefile.am: Add libmisc to SUBDIRS.
281
2822003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Merge-in libfs/configure.ac.
285        * Makefile.am: Add libfs to SUBDIRS.
286
2872003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Merge-in libblock/configure.ac.
290        * Makefile.am: Add libblock to SUBDIRS.
291
2922003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Merge-in ada/configure.ac.
295        * Makefile.am: Add ada to SUBDIRS.
296
2972003-07-03      Joel Sherrill <joel@OARcorp.com>
298
299        * aclocal/version.m4: Updated to rtems-ss-20030703.
300
3012003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        PR 409:
304        * include/Makefile.am: Add rtems/stdint.h
305        * include/rtems/stdint.h: New.
306
3072003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        PR 321:
310        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
311        * automake/compile.am: Ditto.
312        * automake/local.am: Ditto.
313
3142003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
317
3182003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
321        * aclocal/env-rtemsbsp.m4: Remove.
322        * aclocal/enable-rtemsbsp.m4: Remove.
323
3242003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
327        project_libdir.
328
3292003-04-17      Joel Sherrill <joel@OARcorp.com>
330
331        * aclocal/version.m4: Updated to rtems-ss-20030417.
332
3332003-04-11      Joel Sherrill <joel@OARcorp.com>
334
335        * aclocal/version.m4: Updated to rtems-ss-20030411.
336
3372003-04-11      Joel Sherrill <joel@OARcorp.com>
338
339        * aclocal/version.m4: Updated to rtems-ss-20020411.
340
3412003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
344        Cygwin mistreating paths.
345
3462003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * wrapup/Makefile.am: Reflect changes to project_libdir.
349
3502003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
353        Add MULTISUBDIR to project_libdir.
354
3552003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
358        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
359        Remove RTEMS_PROJECT_ROOT (Unused).
360        * aclocal/tool-paths.m4: Delete.
361
3622003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Remove AC_CONFIG_AUX_DIR.
365        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
366
3672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: AC_PREREQ(2.57).
370
3712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Remove sptables.h.in.
374
3752003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
378        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
379
3802003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
383
3842003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * aclocal/gcc-isystem.m4: New.
387        * aclocal/gcc-specs.m4: Remove.
388        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
389        Add RTEMS_GCC_ISYSTEM.
390        Reformat setting up RTEMS_CPPFLAGS.
391
3922003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * automake/local.am: Introduce depend-gcc.
395        Remove ${ARCH}.
396        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
397        CPP. Add ${ARCH}. depend-gcc.
398        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
399        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
400        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
401
4022003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
405
4062003-01-28      Joel Sherrill <joel@OARcorp.com>
407
408        * aclocal/version.m4: Updated to rtems-ss-20030128.
409
4102003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * automake/local.am: Remove distclean-local.
413        Remove PROJECT_TOOLS.
414
4152003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
418        Remove CLOBBER_DEPEND (Unused).
419
4202002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
423
4242002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
426        from the 2002-12-12 patch).
427
4282002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * wrapup/Makefile.am: Fix typo in yesterday's patch.
431
4322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * wrapup/Makefile.am: Don't create $ARCH.
435        Use install-data-local to install librtemscpu.a
436
4372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: Add libmisc.
440
4412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
444
4452002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
448        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
449        * aclocal/check-bsps.m4: Remove.
450
4512002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
454        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
455
4562002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * wrapup/Makefile.am: Reflect changes to score/.
459        * configure.ac: Reflect changes to score/.
460
4612002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * wrapup/Makefile.am: Reflect changes to sapi/.
464        * configure.ac: Reflect changes to sapi/.
465
4662002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac: Add AC_SUBST(INLINEdir).
469
4702002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * wrapup/Makefile.am: Reflect changes to rtems/.
473        * configure.ac: Reflect changes to rtems/.
474
4752002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * wrapup/Makefile.am: Reflect changes to posix/.
478        Reflect changes to itron/.
479
4802002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
483
4842002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
487        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
488        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
489        CFLAGS_PROFILE_V.
490        Hard-code RTEMS_CFLAGS_PROFILE = -pg
491        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
492        Remove GCCSED.
493        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
494        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
495
4962002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * aclocal/rtems-flags.m4: New.
499
5002002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
503
5042002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
507        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
508
5092002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * include/rtems/libio_.h: Remove.
512
5132002-11-18      Joel Sherrill <joel@OARcorp.com>
514
515        * aclocal/version.m4: Updated to rtems-ss-20021118.
516
5172002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * include/rtems/userenv.h: Rely upon <limits.h> for
520        _POSIX_LOGIN_NAME_MAX.
521
5222002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
525        * automake/compile.am: Acknowledge configuration-time CFLAGS.
526        Remove CFLAGS_DEFAULT.
527
5282002-11-11      Joel Sherrill <joel@OARcorp.com>
529
530        * aclocal/version.m4: Updated to rtems-ss-20021111.
531
5322002-11-11      Joel Sherrill <joel@OARcorp.com>
533
534        * aclocal/version.m4: Updated to rtems-ss-20021111.
535
5362002-11-01      Joel Sherrill <joel@OARcorp.com>
537
538        * ChangeLog: Corrected.
539
5402002-10-30      Eric Norum <eric.norum@usask.ca>
541
542        * include/rtems/bspIo.h: Add vprintk function for kernel printing
543        from routines which have already obtained the va_list pointer.
544
5452002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * aclocal/check-bsp-cache.m4: Remove.
548
5492002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
552
5532002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
556
5572002-10-21      Joel Sherrill <joel@OARcorp.com>
558
559        * aclocal/version.m4: Updated to rtems-20021021-test.
560
5612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * .cvsignore: Reformat.
564        Add autom4te*cache.
565        Remove autom4te.cache.
566
5672002-10-07      Joel Sherrill <joel@OARcorp.com>
568
569        * aclocal/version.m4: Updated to rtems-ss-20021007.
570
5712002-10-04      Joel Sherrill <joel@OARcorp.com>
572
573        * aclocal/version.m4: Updated to rtems-JUNK.
574
5752002-10-04      Joel Sherrill <joel@OARcorp.com>
576
577        * aclocal/version.m4: Updated to rtems-ss-20021004.
578
5792002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * score/include/Makefile.am: Remove cpuopt.h generation.
582        * configure.ac: Correct package name.
583        Don't build ada if POSIX is disabled.
584        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
585
5862002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * aclocal/prog-gnat.m4: New.
589        * configure.ac: Add ada subdir handling.
590
5912002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * aclocal/bsp-alias.m4: Remove.
594
5952002-08-07      Joel Sherrill <joel@OARcorp.com>
596
597        * aclocal/version.m4: Updated to rtems-ss-20020807.
598
5992002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * configure.ac: Add missing ',' to librpc activation.
602        Add AC_MSG_CHECKING/AC_MSG_RESULT.
603        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
604
6052002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.ac: Fix bug in librpc activation, having introduced by
608        yesterday's patch.
609
6102002-08-06      Joel Sherrill <joel@OARcorp.com>
611
612        * configure.ac: or32 does not currently support librpc.
613
6142002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
617
6182002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
621        Use AS_IF instead of if/then/else/fi.
622
6232002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * wrapup/Makefile.am: Use librtems.a.
626        * wrapup/Makefile.am: Use libsapi.a.
627
6282002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * wrapup/Makefile.am: Use libscore.a.
631
6322002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * aclocal/canonicalize-tools.m4: Remove LD.
635        * automake/lib.am: Remove LD.
636        * Makefile.am: Put preinstall-stamp into CLEANFILES.
637
6382002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
641        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
642
6432002-07-31      Joel Sherrill <joel@OARcorp.com>
644
645        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
646        was just a stub and only the OR32 port is getting worked on.
647
6482002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
651
6522002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * automake/compile.am: Use .$(OBJEXT) instead of .o.
655
6562002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
659
6602002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * wrapup/Makefile.am: Use project_libdir instead of
663        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
664        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
665
6662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * automake/lib.am: Use project_libdir instead of
669        $(PROJECT_RELEASE)/lib.
670
6712002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
674        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
675        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
676        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
677        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
678        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
679        references to bsp_specs. Use project_libdir instead of
680        $(PROJECT_RELEASE)/lib.
681
6822002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
685        * aclocal/check-cpu.m4: Ditto.
686        * aclocal/check-bsps.m4: Ditto.
687
6882002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * automake/multilib.am: Add install-multi.
691        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
692        version.m4.
693        Add --with-project-root.
694        Reflect --with-project-root to setting up PROJECT_ROOT.
695        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
696        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
697        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
698
6992002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * configure.ac: RTEMS_TOP(..).
702
7032002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
706
7072002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
710
7112002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * configure.ac: Remove RTEMS_PROJECT_ROOT.
714        * aclocal/project-root.m4: Remove.
715
7162002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * aclocal/enable-multiprocessing.m4: Fix typo.
719        * aclocal/prog-cc.m4: Remove obsolete comments.
720        Comment out GCCSED.
721
7222002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * aclocal/prog-ccas.m4: New.
725        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
726        RTEMS_GCC_PRINT
727        * aclocal/check-multiprocessing.m4: Fix typo.
728        * automake/compile.am: Remove CXX support.
729        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
730
7312002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
734
7352002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * configure.ac: Remove references to RTEMS_BSP.
738        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
739        Allow building w/ --enable-multiprocessing --enable-multilib.
740        * aclocal/enable-multiprocessing.m4:
741        Eliminate RTEMS_HAS_MULTIPROCESSING.
742
7432002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * wrapup/Makefile.am: Fix stupid typo in previous patch.
746
7472002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * configure.ac: Add librpc. AC_PROG_RANLIB.
750        * wrapup/Makefile.am: Add librpc.
751        Use relative path to lib*.a for
752        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
753
7542002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * aclocal/subdirs.m4: Remove.
757
7582002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
759
760        * wrapup/Makefile.am: Use relative path to lib*.a for
761        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
762
7632002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
764
765        * Makefile.am: Include $(top_srcdir)/automake/*.am.
766        Use aclocal.
767        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
768        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
769        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
770        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
771        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
772        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
773        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
774        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
775        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
776        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
777        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
778        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
779        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
780        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
781        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
782        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
783        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
784        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
785
7862002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * aclocal/bsp-alias.m4: Copied over from aclocal/.
789        * aclocal/canonical-host.m4: Ditto.
790        * aclocal/canonical-target-name.m4: Ditto.
791        * aclocal/canonicalize-tools.m4: Ditto.
792        * aclocal/check-bsp-cache.m4: Ditto.
793        * aclocal/check-bsps.m4: Ditto.
794        * aclocal/check-cpu.m4: Ditto.
795        * aclocal/check-itron.m4: Ditto.
796        * aclocal/check-multiprocessing.m4: Ditto.
797        * aclocal/check-networking.m4: Ditto.
798        * aclocal/check-newlib.m4: Ditto.
799        * aclocal/check-posix.m4: Ditto.
800        * aclocal/check-tool.m4: Ditto.
801        * aclocal/enable-bare.m4: Ditto.
802        * aclocal/enable-inlines.m4: Ditto.
803        * aclocal/enable-itron.m4: Ditto.
804        * aclocal/enable-multiprocessing.m4: Ditto.
805        * aclocal/enable-networking.m4: Ditto.
806        * aclocal/enable-posix.m4: Ditto.
807        * aclocal/enable-rtemsbsp.m4: Ditto.
808        * aclocal/env-rtemsbsp.m4: Ditto.
809        * aclocal/env-rtemscpu.m4: Ditto.
810        * aclocal/gcc-pipe.m4: Ditto.
811        * aclocal/gcc-specs.m4: Ditto.
812        * aclocal/multi.m4: Ditto.
813        * aclocal/multilib.m4: Ditto.
814        * aclocal/prog-cc.m4: Ditto.
815        * aclocal/project-root.m4: Ditto.
816        * aclocal/rtems-cpu-subdirs.m4: Ditto.
817        * aclocal/rtems-debug.m4: Ditto.
818        * aclocal/rtems-top.m4: Ditto.
819        * aclocal/subdirs.m4: Ditto.
820        * aclocal/sysv-ipc.m4: Ditto.
821        * aclocal/tool-paths.m4: Ditto.
822        * aclocal/version.m4: Ditto.
823
8242002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        * automake/compile.am: Copied over from automake/.
827        * automake/lib.am: Copied over from automake/.
828        * automake/local.am: Copied over from automake/.
829        * automake/multilib.am: Copied over from automake/.
830        * automake/subdirs.am: Copied over from automake/.
831        * Makefile.am: Add automake/*.am.
832
8332002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
834
835        * configure.ac: Add libnetworking.
836        * wrapup/Makefile.am: Ditto.
837
8382002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
841        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
842
8432002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
844
845        * configure.ac: Add libcsupport.
846        * wrapup/Makefile.am: Ditto.
847
8482002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * Makefile.am: Add preinstall-stamp.
851
8522002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
853
854        * configure.ac: Remove ENABLE_GCC28.
855
8562002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
859
8602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * configure.ac:
863        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
864        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
865        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
866        * Makefile.am: Remove AUTOMAKE_OPTIONS.
867        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
868
8692001-01-17      Joel Sherrill <joel@OARcorp.com>
870
871        * ChangeLog: Deleted duplicate blank line.
872
8732002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
874
875        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
876        ITRON_SUBDIRS.
877        * configure.ac: Rework enable_unixlib handling.
878        Add RTEMS_MULTILIBS to cpuopts.h.
879        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
880        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
881
8822002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
883
884        * wrapup/Makefile.am: Add install-hook.
885        Remove SIZE_RTEMS.
886        * include/rtems/fs.h: New, extracted from libio_.h.
887        * include/rtems/userenv.h: New. extracted from libio_.h.
888
8892002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
890
891        * Makefile.am: Readded reference to wrapup.
892
8932002-01-06      Joel Sherrill <joel@OARcorp.com>
894
895        * wrapup/.cvsignore: Readded.
896        * include/.cvsignore: New file.
897
8982002-01-04      Joel Sherrill <joel@OARcorp.com>
899
900        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
901
9022001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
903
904        * configure.ac: Use AS_IF instead of if/then/else.
905        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
906        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
907        Add include/Makefile to CONFIG_FILES.
908        Add AC_ENABLE_MULITLIB.
909        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
910        Remove */optman/Makefile from CONFIG_FILES.
911        * Makefile.am: Add include to SUBDIRS.
912        * rtems/Makefile.am: Remove optman from SUBDIRS.
913        * sapi/Makefile.am: Remove optman from SUBDIRS.
914        * include/Makefile.am: New file.
915        * include/rtems/bspIo.h: Relocated from lib/include.
916        * include/rtems/libio_.h: Relocated from lib/include.
917
9182001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * wrapup/posix/Makefile.am: Add multilib support.
921        * wrapup/itron/Makefile.am: Add multilib support.
922        * wrapup/rtems/Makefile.am: Add multilib support.
923        * Makefile.am: Add multilib support.
924
9252001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
928
9292001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
930
931        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
932        Reflect changes to configuration of rtems, score and sapi subdirs.
933        * Makefile.am: require automake-1.5.
934
9352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
938        * configure.in: Remove.
939        * configure.ac: New file, generated from configure.in by autoupdate.
940
9412001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
944
9452001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
946
947        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
948
9492001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
952
9532000-12-01      Joel Sherrill <joel@OARcorp.com>
954
955        * configure.in: Removed error check for enabling macros with
956        either POSIX or ITRON API.
957
9582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
959
960        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
961
9622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
963
964        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
965
9662000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
967
968        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
969        Switch to GNU canonicalization.
970
9712000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
972
973        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
974
9752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
976
977        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
978        wrapup/rtems/Makefile.am: Include compile.am
979
9802000-08-10      Joel Sherrill <joel@OARcorp.com>
981
982        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.