source: rtems/cpukit/ChangeLog @ ca0eeaa

4.104.114.84.95
Last change on this file since ca0eeaa was ca0eeaa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/04 at 09:38:10

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

  • aclocal/rtems-top.m4: Remove check for cpukit/aclocal/version.m4. Remove gnu-make endif HACK (Unused).
  • Property mode set to 100644
File size: 30.8 KB
Line 
12004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * aclocal/rtems-top.m4: Remove check for cpukit/aclocal/version.m4.
4        Remove gnu-make endif HACK (Unused).
5
62004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Include compile.am.
9        Use TMP_LIBS instead of LIBS to avoid potential conflicts with
10        auto*tools' LIBS.
11        Reflect new locations of libscorecpu*.a
12
132004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Remove AUTOMAKE_FILES.
16        * automake/compile.am: Replace contents with contents of
17        automake/amcompile.am.
18        * automake/amcompile.am, automake/lib.am: Remove.
19
202004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac, aclocal/enable-bare.m4,
23        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
24        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
25        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4, aclocal/multi.m4,
26        aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
27        (deprecated in autoconf-2.59)
28        * automake/local.am: Remove clean-local, depend-gcc.
29
302004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Cosmetics.
33
342004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING).
37        * aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING).
38        * automake/amcompile.am: Remove $(ARCH).
39        * wrapup/Makefile.am: Add $(ARCH).
40        Remove compile.am, lib.am.
41        Include amcompile.am.
42
432004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Use ../*/*$(LIB_VARIANT).a instead of
46        $(ARCH)/lib*.a.
47
482004-01-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am:
51        Reflect changes to libblock/Makefile.am.
52        Reflect changes to libcsupport/Makefile.am.
53
542004-01-07      Joel Sherrill <joel@OARcorp.com>
55
56        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
57        more completely covers the MIPS family.
58
592004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Reflect changes to library Makefile.ams.
62
632004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * automake/amcompile.am: New.
66        * configure.ac: Add subdir-objects, AM_PROG_CC_C_O.
67
682003-12-17  Joel Sherrill <joel@OARcorp.com>
69
70    * aclocal/version.m4: Updated to rtems-20031217-test.
71
722003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
75
762003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * aclocal/env-rtemscpu.m4: Remove stray '/' in PROJECT_LIB.
79        * wrapup/Makefile.am: Remove duplicate $(PROJECT_LIB) rule.
80
812003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * aclocal/env-rtemscpu.m4: Add PROJECT_LIB.
84        * wrapup/Makefile.am: Use $(PROJECT_LIB) instead of ${PROJECT_RELEASE}/lib.
85
862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
89        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
90
912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Reworked.
94
952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * aclocal/lead-dot.m4: Remove (Use the version in automake-1.8).
98        * automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR).
99        * aclocal/env-rtemscpu.m4: Reflect new definition of project_lib.
100        * Makefile.am: Remove BUILT_SOURCES.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
105
1062003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
109        * wrapup/Makefile.am: Reflect $(dirstamp) changes.
110
1112003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Add $(dirstamp) to preinstallation rules.
114
1152003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * aclocal/lead-dot.m4: New (from automake-1.7f).
118        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT.
119        Add AC_SUBST(dirstamp).
120
1212003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Reflect having removed
124        libnetworking/libc/Makefile.am, libnetworking/lib/Makefile.am.
125
1262003-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Reflect changes to libmisc/*.
129
1302003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Merge-in former libmisc/wrapup/Makefile.am
133
1342003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Reflect changes to libfs Makefile.ams.
137        Remove libmisc/wrapup/Makefile.
138
1392003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Use here-documents to generate cpuopts.tmp.
142        Various fixes and changes to argument processing.
143        Reflect changes to librpc Makefile.ams.
144        * acinclude.m4: Use here-documents to generate cpuopts.tmp.
145        * aclocal/check-itron.m4: Remove HAS_IRON_API.
146        * aclocal/check-multiprocessing.m4: Remove HAS_MP.
147        * aclocal/check-posix.m4: Remove HAS_POSIX_API.
148
1492003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
152        aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
153        aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
154        aclocal/check-tool.m4, aclocal/enable-bare.m4,
155        aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
156        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
157        aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
158        aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
159        aclocal/gcc-pipe.m4, aclocal/multi.m4,
160        aclocal/multilib.m4, aclocal/prog-cc.m4,
161        aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
162        Fix underquoting to silence automake-1.8.
163
1642003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
167        Elimimate INLINESdir.
168        * aclocal/enable-inlines.m4: Ditto. Remove RTEMS_USE_MACROS.
169        * .cvsignore: Add config.h.in.
170
1712003-11-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Make RTEMS_DEBUG an RTEMS_CPUOPT.
174
1752003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Reflect having removed libnetworking/wrapup.
178        * configure.ac: Ditto.
179
1802003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * acinclude.m4: New.
183        * configure.ac: Don't use AUTOHEADER to generate cpuopts.h.
184        Add local autoheader config.h.
185        * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST.
186        * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
187
1882003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * aclocal/check-posix.m4: Add m4-quotes.
191        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
192        * aclocal/canonical-host.m4: Remove.
193        * configure.ac: Remove RTEMS_CANONICAL_HOST.
194        * aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
195        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
196        AC_CANONICAL_TARGET. Use $host instead of $target.
197
1982003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * aclocal/check-multiprocessing.m4: Add m4-quotes.
201        Remove RTEMS_CHECK_CPU.
202        * aclocal/check-itron.m4: Add m4-quotes.
203        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
204        * aclocal/check-networking.m4: Add m4-quotes.
205        Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
206        * aclocal/check-cpu.m4: Remove.
207        * aclocal/canonical-target-name.m4: Add m4-quotes.
208        * configure.ac: Merge-in former aclocal/check-cpu.m4.
209
2102003-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Check for sys/cdefs.h.
213        * aclocal/env-rtems-cpu.m4: Add project_includedir.
214        Deprecate PROJECT_INCLUDE.  Change project_includedir to
215        $(PROJECT_ROOT)/include for multilibs.
216
2172003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Merge-in include/Makefile.am.
220        * include/Makefile.am: Remove.
221        * configure.ac: Reflect having removed include/Makefile.am and
222        librpc/include/Makefile.am.
223
2242003-09-04      Joel Sherrill <joel@OARcorp.com>
225
226        * include/rtems/bspIo.h, include/rtems/fs.h, include/rtems/userenv.h:
227        URL for license changed.
228
2292003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * aclocal/rtems-top.m4: Add RTEMS_API.
232        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
233
2342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * aclocal/rtems-debug.m4: Remove.
237        * aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
238        * aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
239
2402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * automake/local.am: Remove "debug".
243
2442003-08-11      Joel Sherrill <joel@OARcorp.com>
245
246        * configure.ac: Removed duplicate entry.
247
2482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
251
2522003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Add libmisc/fsmount/Makefile.
255
2562003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * wrapup/Makefile.am: Remove '/' after $(DESTDIR).
259
2602003-07-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
263
2642003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Merge-in librpc/configure.ac.
267        * Makefile.am: Add librpc to SUBDIRS.
268        Remove @subdirs@.
269
2702003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Merge-in libcsupport/configure.ac.
273        * Makefile.am: Add libcsupport to SUBDIRS.
274
2752003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Merge-in posix/configure.ac.
278        Merge-in itron/configure.ac.
279        Misc. cosmetical changes.
280        * Makefile.am: Add posix, itron to SUBDIRS.
281
2822003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Merge-in libnetworking/configure.ac.
285        Remove "rtems-" from RTEMS_VERSION.
286        Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]).
287        * Makefile.am: Add libmisc to SUBDIRS.
288
2892003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Merge-in libmisc/configure.ac.
292        * Makefile.am: Add libmisc to SUBDIRS.
293
2942003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Merge-in libfs/configure.ac.
297        * Makefile.am: Add libfs to SUBDIRS.
298
2992003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Merge-in libblock/configure.ac.
302        * Makefile.am: Add libblock to SUBDIRS.
303
3042003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Merge-in ada/configure.ac.
307        * Makefile.am: Add ada to SUBDIRS.
308
3092003-07-03      Joel Sherrill <joel@OARcorp.com>
310
311        * aclocal/version.m4: Updated to rtems-ss-20030703.
312
3132003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        PR 409:
316        * include/Makefile.am: Add rtems/stdint.h
317        * include/rtems/stdint.h: New.
318
3192003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        PR 321:
322        * aclocal/env-rtemscpu.m4: Remove support for profile-variant.
323        * automake/compile.am: Ditto.
324        * automake/local.am: Ditto.
325
3262003-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * automake/compile.am: Remove LIBSUFFIX_VA (unused).
329
3302003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * aclocal/env-rtemscpu.m4: Merge-in env-rtemsbsp.m4.
333        * aclocal/env-rtemsbsp.m4: Remove.
334        * aclocal/enable-rtemsbsp.m4: Remove.
335
3362003-05-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * aclocal/env-rtemscpu.m4: Remove stray '/' in setting up
339        project_libdir.
340
3412003-04-17      Joel Sherrill <joel@OARcorp.com>
342
343        * aclocal/version.m4: Updated to rtems-ss-20030417.
344
3452003-04-11      Joel Sherrill <joel@OARcorp.com>
346
347        * aclocal/version.m4: Updated to rtems-ss-20030411.
348
3492003-04-11      Joel Sherrill <joel@OARcorp.com>
350
351        * aclocal/version.m4: Updated to rtems-ss-20020411.
352
3532003-03-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Remove '/' after $(DESTDIR) to work around
356        Cygwin mistreating paths.
357
3582003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * wrapup/Makefile.am: Reflect changes to project_libdir.
361
3622003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * aclocal/env-rtemscpu.m4: Remove obsolete comment.
365        Add MULTISUBDIR to project_libdir.
366
3672003-03-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * aclocal/env-rtemscpu.m4: Remove RTEMS_ROOT (Unused).
370        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT (Unused).
371        Remove RTEMS_PROJECT_ROOT (Unused).
372        * aclocal/tool-paths.m4: Delete.
373
3742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Remove AC_CONFIG_AUX_DIR.
377        * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
378
3792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: AC_PREREQ(2.57).
382
3832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Remove sptables.h.in.
386
3872003-02-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Remove AC_SUBST(RTEMS_VERSION).
390        AC_DEFINE(RTEMS_VERSION) to propagate it through cpuopts.h.
391
3922003-02-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: AC_SUBST(RTEMS_VERSION,_RTEMS_VERSION).
395
3962003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * aclocal/gcc-isystem.m4: New.
399        * aclocal/gcc-specs.m4: Remove.
400        * aclocal/prog-cc.m4: Remove RTEMS_GCC_SPECS.
401        Add RTEMS_GCC_ISYSTEM.
402        Reformat setting up RTEMS_CPPFLAGS.
403
4042003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * automake/local.am: Introduce depend-gcc.
407        Remove ${ARCH}.
408        * automake/compile.am: Remove GCCSPECS, GCC_SPECS, CONFIG.CC, CC,
409        CPP. Add ${ARCH}. depend-gcc.
410        * aclocal/prog-cc.m4: Set up RTEMS_CPPFLAGS.
411        * aclocal/env-rtemscpu.m4: Remove GCC_SPECS.
412        * aclocal/env-rtemsbsp.m4: Remove GCC_SPECS.
413
4142003-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * aclocal/canonical-target-name.m4: Transform tic4x -> RTEMS_CPU=c4x.
417
4182003-01-28      Joel Sherrill <joel@OARcorp.com>
419
420        * aclocal/version.m4: Updated to rtems-ss-20030128.
421
4222003-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * automake/local.am: Remove distclean-local.
425        Remove PROJECT_TOOLS.
426
4272003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
430        Remove CLOBBER_DEPEND (Unused).
431
4322002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
435
4362002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437        * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in
438        from the 2002-12-12 patch).
439
4402002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * wrapup/Makefile.am: Fix typo in yesterday's patch.
443
4442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * wrapup/Makefile.am: Don't create $ARCH.
447        Use install-data-local to install librtemscpu.a
448
4492002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * wrapup/Makefile.am: Add libmisc.
452
4532002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Add AC_CONFIG_SUBDIR(libmisc).
456
4572002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
460        * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
461        * aclocal/check-bsps.m4: Remove.
462
4632002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
466        * configure.ac: Require autoconf >= 2.54, automake-1.7.2.
467
4682002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * wrapup/Makefile.am: Reflect changes to score/.
471        * configure.ac: Reflect changes to score/.
472
4732002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: Reflect changes to sapi/.
476        * configure.ac: Reflect changes to sapi/.
477
4782002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: Add AC_SUBST(INLINEdir).
481
4822002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * wrapup/Makefile.am: Reflect changes to rtems/.
485        * configure.ac: Reflect changes to rtems/.
486
4872002-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * wrapup/Makefile.am: Reflect changes to posix/.
490        Reflect changes to itron/.
491
4922002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
495
4962002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * automake/multilib.am: Don't include @RTEMS_BSP@.cfg.
499        * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V.
500        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
501        CFLAGS_PROFILE_V.
502        Hard-code RTEMS_CFLAGS_PROFILE = -pg
503        * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4.
504        Remove GCCSED.
505        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
506        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
507
5082002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * aclocal/rtems-flags.m4: New.
511
5122002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
515
5162002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * aclocal/sysv-ipc.m4: Adaptation to autoconf-2.5x.
519        * aclocal/check-newlib.m4: Sync with ../aclocal/check-newlib.m4.
520
5212002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * include/rtems/libio_.h: Remove.
524
5252002-11-18      Joel Sherrill <joel@OARcorp.com>
526
527        * aclocal/version.m4: Updated to rtems-ss-20021118.
528
5292002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * include/rtems/userenv.h: Rely upon <limits.h> for
532        _POSIX_LOGIN_NAME_MAX.
533
5342002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS.
537        * automake/compile.am: Acknowledge configuration-time CFLAGS.
538        Remove CFLAGS_DEFAULT.
539
5402002-11-11      Joel Sherrill <joel@OARcorp.com>
541
542        * aclocal/version.m4: Updated to rtems-ss-20021111.
543
5442002-11-11      Joel Sherrill <joel@OARcorp.com>
545
546        * aclocal/version.m4: Updated to rtems-ss-20021111.
547
5482002-11-01      Joel Sherrill <joel@OARcorp.com>
549
550        * ChangeLog: Corrected.
551
5522002-10-30      Eric Norum <eric.norum@usask.ca>
553
554        * include/rtems/bspIo.h: Add vprintk function for kernel printing
555        from routines which have already obtained the va_list pointer.
556
5572002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * aclocal/check-bsp-cache.m4: Remove.
560
5612002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * aclocal/multilib.m4: Remove RTEMS_ENABLE_MULTILIB_MASTER.
564
5652002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
568
5692002-10-21      Joel Sherrill <joel@OARcorp.com>
570
571        * aclocal/version.m4: Updated to rtems-20021021-test.
572
5732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * .cvsignore: Reformat.
576        Add autom4te*cache.
577        Remove autom4te.cache.
578
5792002-10-07      Joel Sherrill <joel@OARcorp.com>
580
581        * aclocal/version.m4: Updated to rtems-ss-20021007.
582
5832002-10-04      Joel Sherrill <joel@OARcorp.com>
584
585        * aclocal/version.m4: Updated to rtems-JUNK.
586
5872002-10-04      Joel Sherrill <joel@OARcorp.com>
588
589        * aclocal/version.m4: Updated to rtems-ss-20021004.
590
5912002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * score/include/Makefile.am: Remove cpuopt.h generation.
594        * configure.ac: Correct package name.
595        Don't build ada if POSIX is disabled.
596        Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
597
5982002-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * aclocal/prog-gnat.m4: New.
601        * configure.ac: Add ada subdir handling.
602
6032002-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * aclocal/bsp-alias.m4: Remove.
606
6072002-08-07      Joel Sherrill <joel@OARcorp.com>
608
609        * aclocal/version.m4: Updated to rtems-ss-20020807.
610
6112002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac: Add missing ',' to librpc activation.
614        Add AC_MSG_CHECKING/AC_MSG_RESULT.
615        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
616
6172002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * configure.ac: Fix bug in librpc activation, having introduced by
620        yesterday's patch.
621
6222002-08-06      Joel Sherrill <joel@OARcorp.com>
623
624        * configure.ac: or32 does not currently support librpc.
625
6262002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
629
6302002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
633        Use AS_IF instead of if/then/else/fi.
634
6352002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * wrapup/Makefile.am: Use librtems.a.
638        * wrapup/Makefile.am: Use libsapi.a.
639
6402002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * wrapup/Makefile.am: Use libscore.a.
643
6442002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * aclocal/canonicalize-tools.m4: Remove LD.
647        * automake/lib.am: Remove LD.
648        * Makefile.am: Put preinstall-stamp into CLEANFILES.
649
6502002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
653        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
654
6552002-07-31      Joel Sherrill <joel@OARcorp.com>
656
657        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
658        was just a stub and only the OR32 port is getting worked on.
659
6602002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
663
6642002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * automake/compile.am: Use .$(OBJEXT) instead of .o.
667
6682002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
671
6722002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * wrapup/Makefile.am: Use project_libdir instead of
675        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
676        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
677
6782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * automake/lib.am: Use project_libdir instead of
681        $(PROJECT_RELEASE)/lib.
682
6832002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
686        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
687        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
688        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
689        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
690        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
691        references to bsp_specs. Use project_libdir instead of
692        $(PROJECT_RELEASE)/lib.
693
6942002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
697        * aclocal/check-cpu.m4: Ditto.
698        * aclocal/check-bsps.m4: Ditto.
699
7002002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * automake/multilib.am: Add install-multi.
703        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
704        version.m4.
705        Add --with-project-root.
706        Reflect --with-project-root to setting up PROJECT_ROOT.
707        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
708        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
709        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
710
7112002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * configure.ac: RTEMS_TOP(..).
714
7152002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
716
717        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
718
7192002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
722
7232002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
724
725        * configure.ac: Remove RTEMS_PROJECT_ROOT.
726        * aclocal/project-root.m4: Remove.
727
7282002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * aclocal/enable-multiprocessing.m4: Fix typo.
731        * aclocal/prog-cc.m4: Remove obsolete comments.
732        Comment out GCCSED.
733
7342002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * aclocal/prog-ccas.m4: New.
737        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
738        RTEMS_GCC_PRINT
739        * aclocal/check-multiprocessing.m4: Fix typo.
740        * automake/compile.am: Remove CXX support.
741        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
742
7432002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
746
7472002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        * configure.ac: Remove references to RTEMS_BSP.
750        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
751        Allow building w/ --enable-multiprocessing --enable-multilib.
752        * aclocal/enable-multiprocessing.m4:
753        Eliminate RTEMS_HAS_MULTIPROCESSING.
754
7552002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * wrapup/Makefile.am: Fix stupid typo in previous patch.
758
7592002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * configure.ac: Add librpc. AC_PROG_RANLIB.
762        * wrapup/Makefile.am: Add librpc.
763        Use relative path to lib*.a for
764        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
765
7662002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * aclocal/subdirs.m4: Remove.
769
7702002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
771
772        * wrapup/Makefile.am: Use relative path to lib*.a for
773        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
774
7752002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * Makefile.am: Include $(top_srcdir)/automake/*.am.
778        Use aclocal.
779        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
780        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
781        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
782        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
783        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
784        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
785        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
786        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
787        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
788        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
789        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
790        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
791        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
792        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
793        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
794        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
795        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
796        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
797
7982002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * aclocal/bsp-alias.m4: Copied over from aclocal/.
801        * aclocal/canonical-host.m4: Ditto.
802        * aclocal/canonical-target-name.m4: Ditto.
803        * aclocal/canonicalize-tools.m4: Ditto.
804        * aclocal/check-bsp-cache.m4: Ditto.
805        * aclocal/check-bsps.m4: Ditto.
806        * aclocal/check-cpu.m4: Ditto.
807        * aclocal/check-itron.m4: Ditto.
808        * aclocal/check-multiprocessing.m4: Ditto.
809        * aclocal/check-networking.m4: Ditto.
810        * aclocal/check-newlib.m4: Ditto.
811        * aclocal/check-posix.m4: Ditto.
812        * aclocal/check-tool.m4: Ditto.
813        * aclocal/enable-bare.m4: Ditto.
814        * aclocal/enable-inlines.m4: Ditto.
815        * aclocal/enable-itron.m4: Ditto.
816        * aclocal/enable-multiprocessing.m4: Ditto.
817        * aclocal/enable-networking.m4: Ditto.
818        * aclocal/enable-posix.m4: Ditto.
819        * aclocal/enable-rtemsbsp.m4: Ditto.
820        * aclocal/env-rtemsbsp.m4: Ditto.
821        * aclocal/env-rtemscpu.m4: Ditto.
822        * aclocal/gcc-pipe.m4: Ditto.
823        * aclocal/gcc-specs.m4: Ditto.
824        * aclocal/multi.m4: Ditto.
825        * aclocal/multilib.m4: Ditto.
826        * aclocal/prog-cc.m4: Ditto.
827        * aclocal/project-root.m4: Ditto.
828        * aclocal/rtems-cpu-subdirs.m4: Ditto.
829        * aclocal/rtems-debug.m4: Ditto.
830        * aclocal/rtems-top.m4: Ditto.
831        * aclocal/subdirs.m4: Ditto.
832        * aclocal/sysv-ipc.m4: Ditto.
833        * aclocal/tool-paths.m4: Ditto.
834        * aclocal/version.m4: Ditto.
835
8362002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * automake/compile.am: Copied over from automake/.
839        * automake/lib.am: Copied over from automake/.
840        * automake/local.am: Copied over from automake/.
841        * automake/multilib.am: Copied over from automake/.
842        * automake/subdirs.am: Copied over from automake/.
843        * Makefile.am: Add automake/*.am.
844
8452002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * configure.ac: Add libnetworking.
848        * wrapup/Makefile.am: Ditto.
849
8502002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
851
852        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
853        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
854
8552002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
856
857        * configure.ac: Add libcsupport.
858        * wrapup/Makefile.am: Ditto.
859
8602002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
861
862        * Makefile.am: Add preinstall-stamp.
863
8642002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
865
866        * configure.ac: Remove ENABLE_GCC28.
867
8682002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
869
870        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
871
8722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
873
874        * configure.ac:
875        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
876        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
877        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
878        * Makefile.am: Remove AUTOMAKE_OPTIONS.
879        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
880
8812001-01-17      Joel Sherrill <joel@OARcorp.com>
882
883        * ChangeLog: Deleted duplicate blank line.
884
8852002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
886
887        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
888        ITRON_SUBDIRS.
889        * configure.ac: Rework enable_unixlib handling.
890        Add RTEMS_MULTILIBS to cpuopts.h.
891        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
892        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
893
8942002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
895
896        * wrapup/Makefile.am: Add install-hook.
897        Remove SIZE_RTEMS.
898        * include/rtems/fs.h: New, extracted from libio_.h.
899        * include/rtems/userenv.h: New. extracted from libio_.h.
900
9012002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * Makefile.am: Readded reference to wrapup.
904
9052002-01-06      Joel Sherrill <joel@OARcorp.com>
906
907        * wrapup/.cvsignore: Readded.
908        * include/.cvsignore: New file.
909
9102002-01-04      Joel Sherrill <joel@OARcorp.com>
911
912        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
913
9142001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
915
916        * configure.ac: Use AS_IF instead of if/then/else.
917        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
918        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
919        Add include/Makefile to CONFIG_FILES.
920        Add AC_ENABLE_MULITLIB.
921        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
922        Remove */optman/Makefile from CONFIG_FILES.
923        * Makefile.am: Add include to SUBDIRS.
924        * rtems/Makefile.am: Remove optman from SUBDIRS.
925        * sapi/Makefile.am: Remove optman from SUBDIRS.
926        * include/Makefile.am: New file.
927        * include/rtems/bspIo.h: Relocated from lib/include.
928        * include/rtems/libio_.h: Relocated from lib/include.
929
9302001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * wrapup/posix/Makefile.am: Add multilib support.
933        * wrapup/itron/Makefile.am: Add multilib support.
934        * wrapup/rtems/Makefile.am: Add multilib support.
935        * Makefile.am: Add multilib support.
936
9372001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
938
939        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
940
9412001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
942
943        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
944        Reflect changes to configuration of rtems, score and sapi subdirs.
945        * Makefile.am: require automake-1.5.
946
9472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
948
949        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
950        * configure.in: Remove.
951        * configure.ac: New file, generated from configure.in by autoupdate.
952
9532001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
954
955        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
956
9572001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
960
9612001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
962
963        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
964
9652000-12-01      Joel Sherrill <joel@OARcorp.com>
966
967        * configure.in: Removed error check for enabling macros with
968        either POSIX or ITRON API.
969
9702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
973
9742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
977
9782000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
981        Switch to GNU canonicalization.
982
9832000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
986
9872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
988
989        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
990        wrapup/rtems/Makefile.am: Include compile.am
991
9922000-08-10      Joel Sherrill <joel@OARcorp.com>
993
994        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.