source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 95aa5e1

4.104.115
Last change on this file since 95aa5e1 was 95aa5e1, checked in by Joel Sherrill <joel.sherrill@…>, on 09/23/08 at 19:53:35

2008-09-23 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 17.7 KB
Line 
12008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Make letting boot_card() handle work area allocation
4        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
5        BSP_BOOTCARD_OPTIONS.
6
72008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * include/bsp.h: Remove unnecessary boilerplate comments.
10
112008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, startup/linkcmds: Use top level shared
14        bsp_get_work_area() implementation.
15
162008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
19        of bsp_get_work_area() in its own file and rely on BSP Framework to
20        perform more initialization. Remove unnecessary includes of
21        rtems/libio.h and rtems/libcsupport.h.
22        * startup/bspstart.c: Removed.
23
242008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
27        implementations. In this phase, all prototypes were removed from
28        bsp.h and empty implementations were removed and made to use the
29        shared stub.
30        * startup/bspclean.c: Removed.
31
322008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * clock/ckinit.c: The Shared Memory Driver no longer requires the
35        special IOCTL in Clock_control. This was a hack which has existed
36        since before the Classic API Timer Manager was implemented. All
37        implementations of and references to Clock_control were removed.
38
392008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * console/console.c, timer/timer.c: Convert to "bool".
42
432008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * timer/timer.c, timer/timerisr.S: Eliminate empty function from every
46        benchmark timer driver. Fix spelling.
47
482008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * timer/timer.c, timer/timerisr.S: Rename timer driver methods to
51        follow RTEMS programming conventions.
52
532008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * timer/timer.c: Add missing prototypes.
56
572008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * Makefile.am: Rework to avoid .rel files.
60
612008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * startup/bspstart.c: Refactored and renamed initialization routines to
64        rtems_initialize_data_structures, rtems_initialize_before_drivers,
65        rtems_initialize_device_drivers, and
66        rtems_initialize_start_multitasking. This opened the sequence up so
67        that bootcard() could provide a more robust and flexible framework
68        which is easier to explain and understand. This also lays the
69        groundwork for sharing the division of available memory between the
70        RTEMS workspace and heap and the C library initialization across all
71        BSPs.
72
732008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * startup/linkcmds: Add wildcard to gcc_except_table section so
76        programs compiled with gcc 4.3.x can link.
77
782007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * README, clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate
81        copies of the Configuration Table. Use the RTEMS provided accessor
82        macros to obtain configuration fields.
83
842007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
87        from CPU Table to Configuration Table. Eliminate CPU Table from all
88        ports. Delete references to CPU Table in all forms.
89
902007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
93        Table fields to the Configuration Table. This included
94        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
95        do_zero_of_workspace, extra_mpci_receive_server_stack,
96        stack_allocate_hook, and stack_free_hook. As a side-effect of this
97        effort some multiprocessing code was made conditional and some style
98        clean up occurred.
99
1002007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
103        m68k CPU Table since it is never read.
104
1052007-05-03      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/linkcmds: Handle .data.* sections
108
1092007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * bsp_specs: Remove qrtems_debug.
112
1132007-04-02      Joel Sherrill <joel@OARcorp.com>
114
115        * Makefile.am: Add dummy printk support so all tests link.
116
1172006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
120
1212006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * configure.ac: New BUG-REPORT address.
124
1252006-11-15      Joel Sherrill <joel@OARcorp.com>
126
127        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
128        file and simplified initialization.
129
1302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Remove superfluous -DASM.
133
1342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * configure.ac: Require autoconf-2.60. Require automake-1.10.
137
1382006-02-08      Joel Sherrill <joel@OARcorp.com>
139
140        * startup/linkcmds: Add sections required by newer gcc versions.
141
1422006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Add preinstall.am.
145
1462005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * network/network.c: Include <errno.h> instead of <sys/errno.h>.
149
1502005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * include/bsp.h: New header guard.
153
1542005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
157
1582005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
159
160        * Makefile.am: Remove build-variant support.
161
1622004-11-25      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
165
1662004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * configure.ac: Require automake > 1.9.
169
1702004-07-25      Joel Sherrill <joel@OARcorp.com>
171
172        * network/network.c: Add include of <sys/errno.h>.
173
1742004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        PR 610/bsps
177        * Makefile.am: Add include/tm27.h, Cosmetics.
178        * include/tm27.h: Final cosmetics.
179
1802004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * include/bsp.h: Split out tmtest27 support.
183        * include/tm27.h: New.
184
1852004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        PR 613/bsps
188        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
189
1902004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        PR 614/bsps
193        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
194
1952004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
196
197        * c/src/lib/libbsp/m68k/gen68302/clock/ckinit.c,
198        c/src/lib/libbsp/m68k/gen68302/console/console.c,
199        c/src/lib/libbsp/m68k/gen68302/network/network.c,
200        c/src/lib/libbsp/m68k/gen68302/timer/timer.c: Include
201        <rtems/m68k/m68302.h> instead of <m68302.h>.
202
2032004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
206        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
207
2082004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
211        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
212        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
213
2142004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * clock/ckinit.c, console/console.c, include/bsp.h,
217        network/network.c, startup/bspstart.c, timer/timer.c: Convert to
218        using c99 fixed size types.
219
2202004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Reflect changes to bsp.am.
223        Preinstall dist_project_lib*.
224
2252004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Reflect changes to bsp.am.
228
2292004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
232
2332004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Pickup files from ../../m68k/shared instead of
236        ../shared. Reformat.
237
2382004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
241
2422004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
245        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
246        wrapup/Makefile.am. Use automake compilation rules.
247        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
248        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
249        * configure.ac: Reflect changes above.
250
2512004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Add PREINSTALL_DIRS.
254        * wrapup/Makefile.am: Reflect changes to libcpu.
255
2562004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * wrapup/Makefile.am: Reflect changes to libcpu.
259
2602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
263        Add PRE/TMPINSTALL_FILES to CLEANFILES.
264        * startup/Makefile.am: Ditto.
265
2662004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * start/Makefile.am: Remove.
269        * Makefile.am: Merge-in start/Makefile.am.
270        * configure.ac: Reflect changes above.
271
2722004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * wrapup/Makefile.am: Eliminate $(LIB).
275        Use noinst_DATA to trigger building libbsp.a.
276
2772003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
280        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
281
2822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
285        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
286
2872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
290
2912003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * start/Makefile.am: Misc cleanups and fixes.
294        * startup/Makefile.am: Misc cleanups and fixes.
295        * wrapup/Makefile.am: Misc cleanups and fixes.
296
2972003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Add preinstallation dirstamp support.
300        * clock/Makefile.am: Cosmetics.
301        * console/Makefile.am: Cosmetics.
302        * network/Makefile.am: Cosmetics.
303        * startup/Makefile.am: Cosmetics.
304        * timer/Makefile.am: Cosmetics.
305        * wrapup/Makefile.am: Cosmetics.
306
3072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * clock/Makefile.am: Remove all-local: $(ARCH).
310        * console/Makefile.am: Remove all-local: $(ARCH).
311        * network/Makefile.am: Remove all-local: $(ARCH).
312        * start/Makefile.am: Remove all-local: $(ARCH).
313        * startup/Makefile.am: Remove all-local: $(ARCH).
314        * timer/Makefile.am: Remove all-local: $(ARCH).
315        * wrapup/Makefile.am: Remove all-local: $(ARCH).
316
3172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Merge-in include/Makefile.am.
320        Reflect changes to bsp.am.
321        * include/Makefile.am: Remove.
322        * configure.ac: Reflect changes above.
323
3242003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * bsp_specs: Remove *lib:.
327
3282003-09-04      Joel Sherrill <joel@OARcorp.com>
329
330        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
331        start/start.S, startup/bspclean.c, startup/bspstart.c,
332        startup/linkcmds, timer/timer.c: URL for license changed.
333
3342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Reflect having moved aclocal/.
337
3382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Reflect having moved automake/.
341        * clock/Makefile.am: Reflect having moved automake/.
342        * console/Makefile.am: Reflect having moved automake/.
343        * include/Makefile.am: Reflect having moved automake/.
344        * network/Makefile.am: Reflect having moved automake/.
345        * start/Makefile.am: Reflect having moved automake/.
346        * startup/Makefile.am: Reflect having moved automake/.
347        * timer/Makefile.am: Reflect having moved automake/.
348        * wrapup/Makefile.am: Reflect having moved automake/.
349
3502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        PR 452/bsps
353        * startup/Makefile.am: Remove USE_INIT_FINI.
354
3552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
358
3592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        PR 445/bsps
362        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
363        Remove cpp, old_cpp (now unused).
364
3652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.ac: Remove AC_CONFIG_AUX_DIR.
368
3692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
372
3732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: AC_PREREQ(2.57).
376
3772003-01-20      Joel Sherrill <joel@OARcorp.com>
378
379        * startup/linkcmds*: Add FreeBSD sysctl() sections.
380
3812002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
384        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
385        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * timer/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-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * .cvsignore: Reformat.
401        Add autom4te*cache.
402        Remove autom4te.cache.
403
4042002-08-21      Joel Sherrill <joel@OARcorp.com>
405
406        * wrapup/Makefile.am: PR217 required that the idle task be moved to
407        libcpu so it could be more acutely aware of the CPU model.  This
408        file was modified to pick up the idle task from there.
409
4102002-08-21      Joel Sherrill <joel@OARcorp.com>
411
412        * bsp_specs: Added support for -nostdlibs.
413
4142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
423
4242002-08-05      Joel Sherrill <joel@OARcorp.com>
425
426        * Per PR260 eliminate use of make-target-options.  This impacted
427        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
428        SuperCore and required that the m68k optimized memcpy be moved
429        to libcpu.
430        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
431
4322002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * start/Makefile.am: Eliminate PGM.
435        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
436
4372002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
440
4412002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
444        Remove $(OBJS) from all-local.
445
4462002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
449
4502001-05-09      Joel Sherrill <joel@OARcorp.com>
451
452        * startup/linkcmds: In support of gcc 3.1, added one of more
453        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
454        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
455        and direction of segments to memory regions may also have been
456        addressed.  This was a sweep across all BSPs.
457 
4582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac:
461        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
462        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
463        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
468        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
469        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
470        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
472
4732001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
476
4772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
480        * configure.in: Remove.
481        * configure.ac: New file, generated from configure.in by autoupdate.
482
4832001-09-27      Joel Sherrill <joel@OARcorp.com>
484
485        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
486
4872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
490
4912001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.in: Add bspopts.h.
494        * include/.cvsignore: Add bspopts.h*, stamp-h*.
495        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
496        * include/bsp.h: Include bspopts.h.
497
4982001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
499
500        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
501
5022000-12-14      Joel Sherrill <joel@OARcorp.com>
503
504        * network/network.c: Removed unused variable warnings.
505
5062000-12-11      Joel Sherrill <joel@OARcorp.com>
507
508        * Makefile.am, configure.in, include/Makefile.am,
509        wrapup/Makefile.am: Updated to reflect addition of network driver
510        by  Franck Julien <FranckJ@cxr.fr>.
511        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
512        network/network.c: New file.
513
5142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
517
5182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
521
5222000-11-01      Joel Sherrill <joel@OARcorp.com>
523
524        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
525        libcsupport.h moved from libc to lib/include/rtems and
526        now must be referenced as <rtems/XXX.h>.   Header file order
527        was cleaned up while doing this.
528
5292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
532        Switch to GNU canonicalization.
533
5342000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
535
536        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
537
5382000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
539
540        * startup/linkcmds: Added lines so DWARF debug information
541        would be available.  Otherwise gdb complains that the offsets
542        for the debug info are incorrect and doesn't load the files.
543
5442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
547        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
548        compile.am
549
5502000-08-10      Joel Sherrill <joel@OARcorp.com>
551
552        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.