source: rtems/c/src/lib/libbsp/m68k/ods68302/ChangeLog @ c47d3427

4.104.114.95
Last change on this file since c47d3427 was c47d3427, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/19/08 at 09:06:06

2008-08-19 Ralf Corsépius <ralf.corsepius@…>

  • startup/cpuboot.c, startup/memcheck.c, timer/timer.c: Add missing prototypes.
  • Property mode set to 100644
File size: 17.6 KB
Line 
12008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * startup/cpuboot.c, startup/memcheck.c, timer/timer.c:
4        Add missing prototypes.
5
62008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * Makefile.am: Rework to avoid .rel files.
9
102008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * startup/bspstart.c: Refactored and renamed initialization routines to
13        rtems_initialize_data_structures, rtems_initialize_before_drivers,
14        rtems_initialize_device_drivers, and
15        rtems_initialize_start_multitasking. This opened the sequence up so
16        that bootcard() could provide a more robust and flexible framework
17        which is easier to explain and understand. This also lays the
18        groundwork for sharing the division of available memory between the
19        RTEMS workspace and heap and the C library initialization across all
20        BSPs.
21
222008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * startup/linkcmds: Add wildcard to gcc_except_table section so
25        programs compiled with gcc 4.3.x can link.
26
272007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
30        of the Configuration Table. Use the RTEMS provided accessor macros to
31        obtain configuration fields.
32
332007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
36        from CPU Table to Configuration Table. Eliminate CPU Table from all
37        ports. Delete references to CPU Table in all forms.
38
392007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
42        Table fields to the Configuration Table. This included
43        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
44        do_zero_of_workspace, extra_mpci_receive_server_stack,
45        stack_allocate_hook, and stack_free_hook. As a side-effect of this
46        effort some multiprocessing code was made conditional and some style
47        clean up occurred.
48
492007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
52        m68k CPU Table since it is never read.
53
542007-05-03      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Handle .data.* sections
57
582007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * bsp_specs: Remove qrtems_debug.
61
622007-04-02      Joel Sherrill <joel@OARcorp.com>
63
64        * Makefile.am: Add dummy printk support so all tests link.
65
662006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * configure.ac: New BUG-REPORT address.
69
702006-11-15      Joel Sherrill <joel@OARcorp.com>
71
72        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
73        file and simplified initialization.
74
752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Remove superfluous -DASM.
78
792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * configure.ac: Require autoconf-2.60. Require automake-1.10.
82
832006-02-08      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/linkcmds: Add sections required by newer gcc versions.
86
872006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Add preinstall.am.
90
912005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * include/bsp.h: New header guard.
94
952005-01-09      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds: Add rom section to remove warning.
98
992005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
102
1032005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * Makefile.am: Remove build-variant support.
106
1072005-01-01      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
110
1112004-11-25      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
114
1152004-11-19      Ralf Corsepius <ralf_corsepius@rtems.org>
116
117        * startup/m68k-stub.c: Use (defined(__mc68020__) && !defined(__mcpu32__))
118        instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
119
1202004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * configure.ac: Require automake > 1.9.
123
1242004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
125
126        PR 610/bsps
127        * Makefile.am: Add include/tm27.h, Cosmetics.
128        * include/tm27.h: Final cosmetics.
129
1302004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * include/bsp.h: Split out tmtest27 support.
133        * include/tm27.h: New.
134
1352004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        PR 613/bsps
138        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
139
1402004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        PR 614/bsps
143        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
144
1452004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
146
147        * c/src/lib/libbsp/m68k/ods68302/clock/ckinit.c,
148        c/src/lib/libbsp/m68k/ods68302/include/bsp.h,
149        c/src/lib/libbsp/m68k/ods68302/startup/cpuboot.c,
150        c/src/lib/libbsp/m68k/ods68302/startup/crc.c,
151        c/src/lib/libbsp/m68k/ods68302/startup/gdb-hooks.c,
152        c/src/lib/libbsp/m68k/ods68302/startup/m68302scc.c,
153        c/src/lib/libbsp/m68k/ods68302/timer/timer.c: Include
154        <rtems/m68k/m68302.h> instead of <m68302.h>.
155
1562004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
157
158        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
159
1602004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
163        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
164        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
165
1662004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        * clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
169        startup/bspstart.c, startup/cpuboot.c, startup/crc.c,
170        startup/gdb-hooks.c, startup/m68302scc.c, timer/timer.c: Convert to
171        using c99 fixed size types.
172
1732004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Reflect changes to bsp.am.
176        Preinstall dist_project_lib*.
177
1782004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Reflect changes to bsp.am.
181
1822004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
185
1862004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Pickup files from ../../m68k/shared instead of
189        ../shared. Reformat.
190
1912004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
194
1952004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * start/reset.S: Remove cat(). Add EXPAND(). Make EXCEPTION_HANDLER
198        ANSI-C compliant.
199        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
200        start/Makefile.am, startup/Makefile.am, timer/Makefile.am
201        wrapup/Makefile.am.
202        Use automake compilation rules.
203        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
204        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
205        Remove.
206        * configure.ac: Reflect changes above.
207
2082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Add PREINSTALL_DIRS.
211        * wrapup/Makefile.am: Reflect changes to libcpu.
212
2132004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Remove non-existing times from EXTRA_DIST.
216        * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
217        * wrapup/Makefile.am: Reflect changes to libcpu.
218
2192004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
222        Add PRE/TMPINSTALL_FILES to CLEANFILES.
223        * start/Makefile.am: Ditto.
224        * startup/Makefile.am: Ditto.
225
2262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * wrapup/Makefile.am: Eliminate $(LIB).
229        Use noinst_DATA to trigger building libbsp.a.
230
2312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
234        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
235
2362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
239        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
240
2412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
244
2452003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/Makefile.am: Misc cleanups and fixes.
248        * startup/Makefile.am: Misc cleanups and fixes.
249        * wrapup/Makefile.am: Misc cleanups and fixes.
250
2512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Add preinstallation dirstamp support.
254        * clock/Makefile.am: Cosmetics.
255        * console/Makefile.am: Cosmetics.
256        * startup/Makefile.am: Cosmetics.
257        * timer/Makefile.am: Cosmetics.
258        * wrapup/Makefile.am: Cosmetics.
259
2602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * clock/Makefile.am: Remove all-local: $(ARCH).
263        * console/Makefile.am: Remove all-local: $(ARCH).
264        * start/Makefile.am: Remove all-local: $(ARCH).
265        * startup/Makefile.am: Remove all-local: $(ARCH).
266        * timer/Makefile.am: Remove all-local: $(ARCH).
267        * wrapup/Makefile.am: Remove all-local: $(ARCH).
268
2692003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * include/bsp.h: Replace stringification madness to pick up bare.h
272        (Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
273
2742003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Merge-in include/Makefile.am.
277        Reflect changes to bsp.am.
278        * include/Makefile.am: Remove.
279        * configure.ac: Reflect changes above.
280
2812003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * bsp_specs: Remove *lib:.
284
2852003-09-04      Joel Sherrill <joel@OARcorp.com>
286
287        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
288        startup/bspclean.c, startup/bspstart.c, timer/timer.c: URL for
289        license changed.
290
2912003-09-04      Joel Sherrill <joel@OARcorp.com>
292
293        * start/debugreset.S, start/reset.S: Removed incorrect statement about
294        copyright assignment.
295
2962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Reflect having moved aclocal/.
299
3002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Reflect having moved automake/.
303        * clock/Makefile.am: Reflect having moved automake/.
304        * console/Makefile.am: Reflect having moved automake/.
305        * include/Makefile.am: Reflect having moved automake/.
306        * start/Makefile.am: Reflect having moved automake/.
307        * startup/Makefile.am: Reflect having moved automake/.
308        * timer/Makefile.am: Reflect having moved automake/.
309        * wrapup/Makefile.am: Reflect having moved automake/.
310
3112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        PR 452/bsps
314        * startup/Makefile.am: Remove USE_INIT_FINI.
315
3162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
319
3202003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        PR 445/bsps
323        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
324        Remove cpp, old_cpp (now unused).
325
3262003-06-22      Chris Johns <cjohns@cybertec.com.au>
327
328        PR 264/bsps
329        PR 414/bsps
330        * start/reset.S, startup/cpuboot.c, startup/linkcmds:
331        PR264 - Stopped the core dump by removing the bad instruction.
332        PR414 - Fixed the global interupt vector register.
333        Linker command file to have the boot code in the first 8K.
334        The chip select remap needed to be volatile.
335
3362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Remove AC_CONFIG_AUX_DIR.
339
3402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
343
3442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: AC_PREREQ(2.57).
347
3482003-01-20      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/linkcmds*: Add FreeBSD sysctl() sections.
351
3522002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
358        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
359
3602002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * start/Makefile.am: Use install-data-local to install startfile.
363
3642002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367
3682002-11-01      Joel Sherrill <joel@OARcorp.com>
369
370        * startup/m68k-stub.c: Removed typos.
371
3722002-11-01      Joel Sherrill <joel@OARcorp.com>
373
374        * startup/m68k-stub.c: Removed warnings.
375
3762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * .cvsignore: Reformat.
379        Add autom4te*cache.
380        Remove autom4te.cache.
381
3822002-08-21      Joel Sherrill <joel@OARcorp.com>
383
384        * wrapup/Makefile.am: PR217 required that the idle task be moved to
385        libcpu so it could be more acutely aware of the CPU model.  This
386        file was modified to pick up the idle task from there.
387
3882002-08-21      Joel Sherrill <joel@OARcorp.com>
389
390        * bsp_specs: Added support for -nostdlibs.
391
3922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
395        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
398        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
399        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
400
4012002-08-07      Joel Sherrill <joel@OARcorp.com>
402
403        * start/Makefile.am: Pick up rest of Ralf'f changes and use
404        cp not make-rel since there is no point in this case.
405        * start/debugreset.S: Rights were not assigned.
406        * start/reset.S: Add ifdef to avoid core dump until Chris can
407        track it down.
408        * start/cpuboot.c: Moved to startup.
409        * startup/Makefile.am: Account for above.
410
4112002-08-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used
414        anywhere).
415        Add ODS60302_DEBUG conditional.
416        * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31).
417        * configure.ac: Add --enable-ods60302-debug.
418        Add ODS60302_DEBUG conditional.
419
4202002-08-05      Joel Sherrill <joel@OARcorp.com>
421
422        * Per PR260 eliminate use of make-target-options.  This impacted
423        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
424        SuperCore and required that the m68k optimized memcpy be moved
425        to libcpu.
426        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
427
4282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * start/Makefile.am: Fix bug in previous patch.
431        Really add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
432
4332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * start/Makefile.am: Eliminate PGM.
436        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
437
4382002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * startup/Makefile.am: Add bsplib_DATA = linkcmds rom debugger.
441
4422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
445        Remove $(OBJS) from all-local.
446
4472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
450
4512001-05-09      Joel Sherrill <joel@OARcorp.com>
452
453        * startup/linkcmds: In support of gcc 3.1, added one of more
454        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
455        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
456        and direction of segments to memory regions may also have been
457        addressed.  This was a sweep across all BSPs.
458 
4592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac:
462        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
463        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
464        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * include/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-11-27      Joel Sherrill <joel@OARcorp.com>,
478
479        This was tracked as PR39.
480        * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger,
481        startup/linkcmds, startup/rom: Eliminated required definition of
482        macros in the custom file for the BSP to compile.  The ROM and ROM
483        address and size settings are now linker script items. 
484
4852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
488        * configure.in: Remove.
489        * configure.ac: New file, generated from configure.in by autoupdate.
490
4912001-09-27      Joel Sherrill <joel@OARcorp.com>
492
493        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
494
4952001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
498
4992001-06-19      Joel Sherrill <joel@OARcorp.com>
500
501        * include/Makefile.am: Fixed typo.
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
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,
525        and 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.