source: rtems/c/src/lib/libbsp/m32r/m32rsim/ChangeLog @ 5ad1b911

4.104.115
Last change on this file since 5ad1b911 was 5ad1b911, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:46:51

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/m32rsim.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 17.1 KB
Line 
12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/m32rsim.cfg: Remove RTEMS_BSP_FAMILY.
4
52009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Don't add -ansi -fasm to CFLAGS.
8
92009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * make/custom/m32rsim.cfg: New (relocated from /make/custom).
12
132009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
16
17 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
20        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
21        have the same options.
22
232009-04-28      Chris Johns <chrisj@rtems.org>
24
25        * start/start.S: Update for boot_card command line change.
26
272008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * bsp_specs: Move -e start from *link to *startfile to avoid warning
30        for undefined entry symbol when linking relocatables with binutils
31        2.19.
32
332008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
36        preinstall.am, console/console-io.c, console/syscalls.S,
37        console/trap0.S, include/.cvsignore, include/bsp.h, include/tm27.h,
38        start/start.S, startup/linkcmds: New files.
39
402008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
43
442008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * console/console-io.c: Add missing file and remove junk code.
47        * console/syscalls.S: New file.
48
492008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * startup/linkcmds: Simulator now appears to have 16M RAM support by
52        default in gdb 6.8.
53
542008-09-24      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile.am, console/console-io.c, include/bsp.h:
57
582008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * configure.ac: Make letting boot_card() handle work area allocation
61        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
62        BSP_BOOTCARD_OPTIONS.
63
642008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am: Split out bspstart contents. Use shared stub for
67        bsp_start.
68        * startup/h8bdinstallirq.c: New file.
69        * startup/bspstart.c: Removed.
70
712008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * include/bsp.h: Remove unnecessary boilerplate comments.
74
752008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile.am, startup/linkcmds: Use top level shared
78        bsp_get_work_area() implementation.
79        * startup/bspgetworkarea.c: Removed.
80
812008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * startup/bspstart.c: Remove unnecessary includes of
84        rtems/libcsupport.h and rtems/libio.h.
85
862008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * Makefile.am, configure.ac, startup/__main.c, startup/bspstart.c:
89        Split out bsp_get_work_area() into its own file and user BSP
90        Framework to perform more initialization.
91        * startup/bspgetworkarea.c: New file.
92
932008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
96        phase, all prototypes were removed from bsp.h and empty
97        implementations were removed and made to use the shared stub.
98
992008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * startup/__main.c: Add missing prototypes.
102
1032008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
106        Framework to ask the BSP where it has memory for the RTEMS Workspace
107        and C Program Heap. These collectively are referred to as work area.
108        If the BSP supports this, then it does not have to include code to
109        split the available memory between the two areas. This reduces the
110        amount of code in the BSP specific bspstart.c file. Additionally, the
111        shared framework can initialize the C Library, call
112        rtems_debug_enable(), and dirty the work area memory. Until most/all
113        BSPs support this new capability, if the BSP supports this, it should
114        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
115        When the transition is complete, this autoconf macro can be removed.
116
1172008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * Makefile.am: Rework to avoid .rel files.
120
1212008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * startup/bspstart.c: Refactored and renamed initialization routines to
124        rtems_initialize_data_structures, rtems_initialize_before_drivers,
125        rtems_initialize_device_drivers, and
126        rtems_initialize_start_multitasking. This opened the sequence up so
127        that bootcard() could provide a more robust and flexible framework
128        which is easier to explain and understand. This also lays the
129        groundwork for sharing the division of available memory between the
130        RTEMS workspace and heap and the C library initialization across all
131        BSPs.
132
1332007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
136        Configuration Table. Use the RTEMS provided accessor macros to obtain
137        configuration fields.
138
1392007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
142        Configuration Table. Eliminate CPU Table from all ports. Delete
143        references to CPU Table in all forms.
144
1452007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
148        Table fields to the Configuration Table. This included
149        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
150        do_zero_of_workspace, extra_mpci_receive_server_stack,
151        stack_allocate_hook, and stack_free_hook. As a side-effect of this
152        effort some multiprocessing code was made conditional and some style
153        clean up occurred.
154
1552007-05-03      Joel Sherrill <joel@OARcorp.com>
156
157        * startup/linkcmds: Handle .data.* sections
158
1592007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * bsp_specs: Remove qrtems_debug.
162
1632006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * configure.ac: New BUG-REPORT address.
166
1672006-11-15      Joel Sherrill <joel@OARcorp.com>
168
169        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
170        file and simplified initialization.
171
1722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * Makefile.am: Remove superfluous -DASM.
175
1762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * configure.ac: Require autoconf-2.60. Require automake-1.10.
179
1802006-02-08      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds: Add sections required by newer gcc versions.
183
1842006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * Makefile.am: Add preinstall.am.
187
1882005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * include/bsp.h: New header guard.
191
1922005-05-11      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds: Add .rodata.* sections.
195
1962005-03-07      Joel Sherrill <joel@OARcorp.com>
197
198        * Makefile.am: Add timerstub so more tests link.
199
2002005-03-07      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
203
2042005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
207
2082005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Remove build-variant support.
211
2122004-09-29      Joel Sherrill <joel@OARcorp.com>
213
214        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
215        removed.
216
2172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
218
219        * configure.ac: Require automake > 1.9.
220
2212004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        PR 610/bsps
224        * Makefile.am: Add include/tm27.h, Cosmetics.
225        * include/tm27.h: Final cosmetics.
226
2272004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
228
229        * include/bsp.h: Split out tmtest27 support.
230        * include/tm27.h: New.
231
2322004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        PR 613/bsps
235        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
236
2372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        PR 614/bsps
240        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
241
2422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
245        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
246        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
247
2482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
251        types.
252
2532004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Reflect changes to bsp.am.
256        Preinstall dist_project_lib*.
257
2582004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Reflect changes to bsp.am.
261
2622004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
265
2662004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
269        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
270        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
271        startup/Makefile.am, wrapup/Makefile.am: Remove.
272        Use automake compilation rules.
273        * configure.ac: Reflect changes above.
274
2752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Add PREINSTALL_DIRS.
278
2792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
282        Add PRE/TMPINSTALL_FILES to CLEANFILES.
283        * startup/Makefile.am: Ditto.
284
2852004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Eliminate $(LIB).
288        Use noinst_DATA to trigger building libbsp.a.
289
2902003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
293        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
294
2952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
298        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
299
3002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
303
3042003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * clock/Makefile.am: Misc cleanups and fixes.
307        * start/Makefile.am: Misc cleanups and fixes.
308        * startup/Makefile.am: Misc cleanups and fixes.
309        * wrapup/Makefile.am: Misc cleanups and fixes.
310
3112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Add dirstamps to preinstallation.
314        * clock/Makefile.am: Cosmetics.
315        * console/Makefile.am: Cosmetics.
316        * startup/Makefile.am: Cosmetics.
317        * wrapup/Makefile.am: Cosmetics.
318
3192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * clock/Makefile.am: Remove all-local: $(ARCH).
322        * console/Makefile.am: Remove all-local: $(ARCH).
323        * start/Makefile.am: Remove all-local: $(ARCH).
324        * startup/Makefile.am: Remove all-local: $(ARCH).
325        * wrapup/Makefile.am: Remove all-local: $(ARCH).
326
3272003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Merge-in include/Makefile.am.
330        Reflect changes to bsp.am.
331        * include/Makefile.am: Remove.
332        * configure.ac: Reflect changes above.
333
3342003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * bsp_specs: Remove *lib:.
337
3382003-09-04      Joel Sherrill <joel@OARcorp.com>
339
340        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
341        license changed.
342
3432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Reflect having moved aclocal/.
346
3472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Reflect having moved automake/.
350        * clock/Makefile.am: Reflect having moved automake/.
351        * console/Makefile.am: Reflect having moved automake/.
352        * include/Makefile.am: Reflect having moved automake/.
353        * start/Makefile.am: Reflect having moved automake/.
354        * startup/Makefile.am: Reflect having moved automake/.
355        * wrapup/Makefile.am: Reflect having moved automake/.
356
3572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
360
3612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        PR 445/bsps
364        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
365        Remove cpp, old_cpp (now unused).
366
3672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Remove AC_CONFIG_AUX_DIR.
370
3712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
374
3752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: AC_PREREQ(2.57).
378
3792003-01-20      Joel Sherrill <joel@OARcorp.com>
380
381        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
382
3832002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389
3902002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * start/Makefile.am: Use install-data-local to install startfile.
393
3942002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
397
3982002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
401        a routine to call.
402
4032002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * startup/bspstart.c: Remove ramStart to eliminate warning.
406
4072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * .cvsignore: Reformat.
410        Add autom4te*cache.
411        Remove autom4te.cache.
412
4132002-08-21      Joel Sherrill <joel@OARcorp.com>
414
415        * bsp_specs: Added support for -nostdlibs.
416
4172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
424
4252002-08-05      Joel Sherrill <joel@OARcorp.com>
426
427        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
428        to avoid overlapping sections and reworked the way the heap and
429        workspace are calculated.
430
4312002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * start/Makefile.am: Eliminate PGM.
434        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
435
4362002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
439
4402002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
443        Remove $(OBJS) from all-local.
444
4452002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * wrapup/Makefile.am: Add $(LIB) to all-local.
448
4492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
452
4532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac:
456        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
457        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
458        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
465
4662002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
469
4702001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
473        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
474
4752001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
478        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
479
4802001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
483
4842001-10-12      Joel Sherrill <joel@OARcorp.com>
485
486        * console/console-io.c: Fixed typo.
487
4882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
491        * configure.in: Remove.
492        * configure.ac: New file, generated from configure.in by autoupdate.
493
4942001-09-27      Joel Sherrill <joel@OARcorp.com>
495
496        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
497
4982001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * include/Makefile.am: Use 'CLEANFILES ='.
501        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
502
5032001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.in: Add bspopts.h.
506        * include/.cvsignore: Add bspopts.h*, stamp-h*.
507        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
508        * include/bsp.h: Include bspopts.h.
509
5102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
511
512        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
513
5142001-01-03      Joel Sherrill <joel@OARcorp.com>
515
516        * console/console-io.c: Added console_initialize_hardware().
517
5182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
521
5222000-11-09      Joel Sherrill <joel@OARcorp.com>
523
524        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
525        wrapup/Makefile.am: Added include of stub clock driver so ticker
526        would link.
527
5282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
531
5322000-11-01      Joel Sherrill <joel@OARcorp.com>
533
534        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
535        libcsupport.h moved from libc to lib/include/rtems and
536        now must be referenced as <rtems/XXX.h>.   Header file order
537        was cleaned up while doing this.
538
5392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
542        Switch to GNU canonicalization.
543
5442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
547        wrapup/Makefile.am: Include compile.am
548
5492000-08-10      Joel Sherrill <joel@OARcorp.com>
550
551        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.