source: rtems/cpukit/ChangeLog @ fbe799b3

4.104.114.84.95
Last change on this file since fbe799b3 was 52270c07, checked in by Joel Sherrill <joel.sherrill@…>, on 08/08/02 at 16:49:20

2002-08-08 Joel Sherrill <joel@…>

  • setup.def, binutils/base-binutils.add, binutils/target-binutils.add: Updated to binutils 2.13 which has no known issues.
  • Property mode set to 100644
File size: 12.8 KB
Line 
12002-08-08      Joel Sherrill <joel@OARcorp.com>
2
3        * setup.def, binutils/base-binutils.add, binutils/target-binutils.add:
4        Updated to binutils 2.13 which has no known issues.
5
62002-08-07      Joel Sherrill <joel@OARcorp.com>
7
8        * aclocal/version.m4: Updated to rtems-ss-20020807.
9
102002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Add missing ',' to librpc activation.
13        Add AC_MSG_CHECKING/AC_MSG_RESULT.
14        * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
15
162002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Fix bug in librpc activation, having introduced by
19        yesterday's patch.
20
212002-08-06      Joel Sherrill <joel@OARcorp.com>
22
23        * configure.ac: or32 does not currently support librpc.
24
252002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
28
292002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP.
32        Use AS_IF instead of if/then/else/fi.
33
342002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Use librtems.a.
37        * wrapup/Makefile.am: Use libsapi.a.
38
392002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Use libscore.a.
42
432002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * aclocal/canonicalize-tools.m4: Remove LD.
46        * automake/lib.am: Remove LD.
47        * Makefile.am: Put preinstall-stamp into CLEANFILES.
48
492002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
52        compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
53
542002-07-31      Joel Sherrill <joel@OARcorp.com>
55
56        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
57        was just a stub and only the OR32 port is getting worked on.
58
592002-07-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: LIBBLOCK_OBJS = ../libblock/$(ARCH)/libblock.a.
62
632002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * automake/compile.am: Use .$(OBJEXT) instead of .o.
66
672002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
70
712002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Use project_libdir instead of
74        $(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
75        *.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
76
772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * automake/lib.am: Use project_libdir instead of
80        $(PROJECT_RELEASE)/lib.
81
822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
85        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
86        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
87        Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
88        * aclocal/rtems-top.m4: New PROJECT_ROOT handling.
89        * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK,
90        references to bsp_specs. Use project_libdir instead of
91        $(PROJECT_RELEASE)/lib.
92
932002-07-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit.
96        * aclocal/check-cpu.m4: Ditto.
97        * aclocal/check-bsps.m4: Ditto.
98
992002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * automake/multilib.am: Add install-multi.
102        * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting
103        version.m4.
104        Add --with-project-root.
105        Reflect --with-project-root to setting up PROJECT_ROOT.
106        * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK).
107        * aclocal/check-cpu.m4:  Reflect new RTEMS_TOPdir.
108        * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
109
1102002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: RTEMS_TOP(..).
113
1142002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
117
1182002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
121
1222002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Remove RTEMS_PROJECT_ROOT.
125        * aclocal/project-root.m4: Remove.
126
1272002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * aclocal/enable-multiprocessing.m4: Fix typo.
130        * aclocal/prog-cc.m4: Remove obsolete comments.
131        Comment out GCCSED.
132
1332002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * aclocal/prog-ccas.m4: New.
136        * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP.
137        RTEMS_GCC_PRINT
138        * aclocal/check-multiprocessing.m4: Fix typo.
139        * automake/compile.am: Remove CXX support.
140        Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
141
1422002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Use AC_CONFIG_AUX_DIR(..).
145
1462002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove references to RTEMS_BSP.
149        * aclocal/check-multiprocessing.m4: Remove references to RTEMS_BSP.
150        Allow building w/ --enable-multiprocessing --enable-multilib.
151        * aclocal/enable-multiprocessing.m4:
152        Eliminate RTEMS_HAS_MULTIPROCESSING.
153
1542002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Fix stupid typo in previous patch.
157
1582002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Add librpc. AC_PROG_RANLIB.
161        * wrapup/Makefile.am: Add librpc.
162        Use relative path to lib*.a for
163        POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
164
1652002-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * aclocal/subdirs.m4: Remove.
168
1692002-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * wrapup/Makefile.am: Use relative path to lib*.a for
172        LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
173
1742002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Include $(top_srcdir)/automake/*.am.
177        Use aclocal.
178        * sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
179        * sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
180        * sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
181        * sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
182        * sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
183        * score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
184        * score/Makefile.am: Include $(top_srcdir)/automake/*.am.
185        * score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
186        * score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
187        * score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
188        * score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
189        * wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
190        * include/Makefile.am: Include $(top_srcdir)/automake/*.am.
191        * rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
192        * rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
193        * rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
194        * rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
195        * rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
196
1972002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * aclocal/bsp-alias.m4: Copied over from aclocal/.
200        * aclocal/canonical-host.m4: Ditto.
201        * aclocal/canonical-target-name.m4: Ditto.
202        * aclocal/canonicalize-tools.m4: Ditto.
203        * aclocal/check-bsp-cache.m4: Ditto.
204        * aclocal/check-bsps.m4: Ditto.
205        * aclocal/check-cpu.m4: Ditto.
206        * aclocal/check-itron.m4: Ditto.
207        * aclocal/check-multiprocessing.m4: Ditto.
208        * aclocal/check-networking.m4: Ditto.
209        * aclocal/check-newlib.m4: Ditto.
210        * aclocal/check-posix.m4: Ditto.
211        * aclocal/check-tool.m4: Ditto.
212        * aclocal/enable-bare.m4: Ditto.
213        * aclocal/enable-inlines.m4: Ditto.
214        * aclocal/enable-itron.m4: Ditto.
215        * aclocal/enable-multiprocessing.m4: Ditto.
216        * aclocal/enable-networking.m4: Ditto.
217        * aclocal/enable-posix.m4: Ditto.
218        * aclocal/enable-rtemsbsp.m4: Ditto.
219        * aclocal/env-rtemsbsp.m4: Ditto.
220        * aclocal/env-rtemscpu.m4: Ditto.
221        * aclocal/gcc-pipe.m4: Ditto.
222        * aclocal/gcc-specs.m4: Ditto.
223        * aclocal/multi.m4: Ditto.
224        * aclocal/multilib.m4: Ditto.
225        * aclocal/prog-cc.m4: Ditto.
226        * aclocal/project-root.m4: Ditto.
227        * aclocal/rtems-cpu-subdirs.m4: Ditto.
228        * aclocal/rtems-debug.m4: Ditto.
229        * aclocal/rtems-top.m4: Ditto.
230        * aclocal/subdirs.m4: Ditto.
231        * aclocal/sysv-ipc.m4: Ditto.
232        * aclocal/tool-paths.m4: Ditto.
233        * aclocal/version.m4: Ditto.
234
2352002-06-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * automake/compile.am: Copied over from automake/.
238        * automake/lib.am: Copied over from automake/.
239        * automake/local.am: Copied over from automake/.
240        * automake/multilib.am: Copied over from automake/.
241        * automake/subdirs.am: Copied over from automake/.
242        * Makefile.am: Add automake/*.am.
243
2442002-05-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Add libnetworking.
247        * wrapup/Makefile.am: Ditto.
248
2492002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
252        * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
253
2542002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Add libcsupport.
257        * wrapup/Makefile.am: Ditto.
258
2592002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Add preinstall-stamp.
262
2632002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Remove ENABLE_GCC28.
266
2672002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
270
2712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac:
274        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
275        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
276        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
279
2802001-01-17      Joel Sherrill <joel@OARcorp.com>
281
282        * ChangeLog: Deleted duplicate blank line.
283
2842002-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Apply @subdirs. Remove POSIX_SUBDIRS. Remove
287        ITRON_SUBDIRS.
288        * configure.ac: Rework enable_unixlib handling.
289        Add RTEMS_MULTILIBS to cpuopts.h.
290        * include/Makefile.am: Add rtems/fs.h, rtems/userenv.h.
291        Add $(PROJECT_INCLUDE)/rtems. Remove libio_.h.
292
2932002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * wrapup/Makefile.am: Add install-hook.
296        Remove SIZE_RTEMS.
297        * include/rtems/fs.h: New, extracted from libio_.h.
298        * include/rtems/userenv.h: New. extracted from libio_.h.
299
3002002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Readded reference to wrapup.
303
3042002-01-06      Joel Sherrill <joel@OARcorp.com>
305
306        * wrapup/.cvsignore: Readded.
307        * include/.cvsignore: New file.
308
3092002-01-04      Joel Sherrill <joel@OARcorp.com>
310
311        * Makefile.am, configure.ac: Remove references to wrapup subdirectory.
312
3132001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Use AS_IF instead of if/then/else.
316        Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix.
317        Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix.
318        Add include/Makefile to CONFIG_FILES.
319        Add AC_ENABLE_MULITLIB.
320        Remove wrapup/rtems, wrapup/itron, wrapup/posix.
321        Remove */optman/Makefile from CONFIG_FILES.
322        * Makefile.am: Add include to SUBDIRS.
323        * rtems/Makefile.am: Remove optman from SUBDIRS.
324        * sapi/Makefile.am: Remove optman from SUBDIRS.
325        * include/Makefile.am: New file.
326        * include/rtems/bspIo.h: Relocated from lib/include.
327        * include/rtems/libio_.h: Relocated from lib/include.
328
3292001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/posix/Makefile.am: Add multilib support.
332        * wrapup/itron/Makefile.am: Add multilib support.
333        * wrapup/rtems/Makefile.am: Add multilib support.
334        * Makefile.am: Add multilib support.
335
3362001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
339
3402001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
343        Reflect changes to configuration of rtems, score and sapi subdirs.
344        * Makefile.am: require automake-1.5.
345
3462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
349        * configure.in: Remove.
350        * configure.ac: New file, generated from configure.in by autoupdate.
351
3522001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
355
3562001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
359
3602001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.in: AC_DEFINE RTEMS_UNIX if RTEMS_CPU=unix.
363
3642000-12-01      Joel Sherrill <joel@OARcorp.com>
365
366        * configure.in: Removed error check for enabling macros with
367        either POSIX or ITRON API.
368
3692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
372
3732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
376
3772000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
380        Switch to GNU canonicalization.
381
3822000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * wrapup/rtems/Makefile.am: Use PROJECT_TOPdir in path to size_rtems.
385
3862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * wrapup/itron/Makefile.am, wrapup/posix/Makefile.am,
389        wrapup/rtems/Makefile.am: Include compile.am
390
3912000-08-10      Joel Sherrill <joel@OARcorp.com>
392
393        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.