source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ 07ce99e

4.104.115
Last change on this file since 07ce99e was 07ce99e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 22:16:25

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

  • Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
  • Property mode set to 100644
File size: 17.5 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, startup/linkcmds: Use top level shared
4        bsp_get_work_area() implementation.
5
62008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
9        of bsp_get_work_area() in its own file and rely on BSP Framework to
10        perform more initialization. Remove unnecessary includes of
11        rtems/libio.h and rtems/libcsupport.h.
12        * startup/bspstart.c: Removed.
13
142008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
17        implementations. In this phase, all prototypes were removed from
18        bsp.h and empty implementations were removed and made to use the
19        shared stub.
20        * startup/bspclean.c: Removed.
21
222008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * clock/ckinit.c: The Shared Memory Driver no longer requires the
25        special IOCTL in Clock_control. This was a hack which has existed
26        since before the Classic API Timer Manager was implemented. All
27        implementations of and references to Clock_control were removed.
28
292008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * timer/timer.c: Convert to "bool".
32
332008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * console/console.c, include/m340timer.h, timer/timer.c: Eliminate
36        empty function from every benchmark timer driver. Fix spelling.
37
382008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * console/console.c, include/m340timer.h, timer/timer.c: Rename timer
41        driver methods to follow RTEMS programming conventions.
42
432008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * timer/timer.c: Add missing prototypes.
46
472008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * console/console.c, include/m340uart.h: Use new shared
50        termios_baud_to_number() routine.
51
522008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * console/m340uart.c: Eliminate copies of switches to convert termios
55        Bxxx constants to xxx as an integer. Use the shared
56        termios_baud_to_number() routine to do the same conversion.
57
582008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * Makefile.am: Rework to avoid .rel files.
61
622008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * startup/bspstart.c: Refactored and renamed initialization routines to
65        rtems_initialize_data_structures, rtems_initialize_before_drivers,
66        rtems_initialize_device_drivers, and
67        rtems_initialize_start_multitasking. This opened the sequence up so
68        that bootcard() could provide a more robust and flexible framework
69        which is easier to explain and understand. This also lays the
70        groundwork for sharing the division of available memory between the
71        RTEMS workspace and heap and the C library initialization across all
72        BSPs.
73
742008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * startup/linkcmds: Add wildcard to gcc_except_table section so
77        programs compiled with gcc 4.3.x can link.
78
792007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
82        of the Configuration Table. Use the RTEMS provided accessor macros to
83        obtain configuration fields.
84
852007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
88        from CPU Table to Configuration Table. Eliminate CPU Table from all
89        ports. Delete references to CPU Table in all forms.
90
912007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
94        Table fields to the Configuration Table. This included
95        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
96        do_zero_of_workspace, extra_mpci_receive_server_stack,
97        stack_allocate_hook, and stack_free_hook. As a side-effect of this
98        effort some multiprocessing code was made conditional and some style
99        clean up occurred.
100
1012007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
104        m68k CPU Table since it is never read.
105
1062007-05-03      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/linkcmds: Handle .data.* sections
109
1102007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * bsp_specs: Remove qrtems_debug.
113
1142007-04-02      Joel Sherrill <joel@OARcorp.com>
115
116        * Makefile.am: Add dummy printk support so all tests link.
117
1182007-03-11      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/bspstart.c: Remove assignments of
121        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
122        value in boot_card.c
123
1242006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * configure.ac: New BUG-REPORT address.
127
1282006-11-15      Joel Sherrill <joel@OARcorp.com>
129
130        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
131        file and simplified initialization.
132
1332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * Makefile.am: Remove superfluous -DASM.
136
1372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * configure.ac: Require autoconf-2.60. Require automake-1.10.
140
1412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * include/m68349.inc, start/start.S, startup/dumpanic.c:
144        Convert to utf-8.
145
1462006-02-08      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Add sections required by newer gcc versions.
149
1502006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * Makefile.am: Add preinstall.am.
153
1542005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * include/bsp.h: New header guard.
157
1582005-02-11      Joel Sherrill <joel@OARcorp.com>
159
160        * include/bsp.h: Correct type of symbols from linkcmds to compile with
161        gcc 4.x.
162
1632005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
166
1672005-01-04      Joel Sherrill <joel@OARcorp.com>
168
169        * console/console.c: Remove warnings.
170
1712005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Remove build-variant support.
174
1752004-11-25      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
178
1792004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * configure.ac: Require automake > 1.9.
182
1832004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        PR 610/bsps
186        * Makefile.am: Add include/tm27.h, Cosmetics.
187        * include/tm27.h: Final cosmetics.
188
1892004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
190
191        * include/bsp.h: Split out tmtest27 support.
192        * include/tm27.h: New.
193
1942004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        PR 613/bsps
197        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
198
1992004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        PR 614/bsps
202        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
203
2042004-04-19      Joel Sherrill <joel@OARcorp.com>
205
206        * start/start.S: DWARF on the m68k requires that all objects me a
207        multiple of a 16-bit word in length.
208
2092004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
210
211        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
212        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
213
2142004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
215
216        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
217        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
218        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
219        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
220
2212004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
224        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
225        size types.
226
2272004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Reflect changes to bsp.am.
230        Preinstall dist_project_lib*.
231
2322004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Reflect changes to bsp.am.
235
2362004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
239
2402004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Pickup files from ../../m68k/shared instead of
243        ../shared. Reformat.
244
2452004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
248
2492004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Distribute start/startfor340only.S.
252
2532004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
256        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
257        compilation rules.
258        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
259        timer/Makefile.am, wrapup/Makefile.am: Remove.
260        * configure.ac: Reflect changes above.
261
2622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Add PREINSTALL_DIRS.
265        * wrapup/Makefile.am: Reflect changes to libcpu.
266
2672004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
270        * README: Fix minor typo.
271        * wrapup/Makefile.am: Reflect changes to libcpu.
272
2732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
276        Add PRE/TMPINSTALL_FILES to CLEANFILES.
277        * startup/Makefile.am: Ditto.
278
2792004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/Makefile.am: Remove.
282        * Makefile.am: Merge-in start/Makefile.am.
283        * configure.ac: Reflect changes above.
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        * start/Makefile.am: Misc cleanups and fixes.
307        * startup/Makefile.am: Misc cleanups and fixes.
308        * wrapup/Makefile.am: Misc cleanups and fixes.
309
3102003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Add preinstallation dirstamp support.
313        * clock/Makefile.am: Cosmetics.
314        * console/Makefile.am: Cosmetics.
315        * startup/Makefile.am: Cosmetics.
316        * timer/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        * timer/Makefile.am: Remove all-local: $(ARCH).
326        * wrapup/Makefile.am: Remove all-local: $(ARCH).
327
3282003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Merge-in include/Makefile.am.
331        Reflect changes to bsp.am.
332        * include/Makefile.am: Remove.
333        * configure.ac: Reflect changes above.
334
3352003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * bsp_specs: Remove *lib:.
338
3392003-09-04      Joel Sherrill <joel@OARcorp.com>
340
341        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
342        console/m340uart.c, include/bsp.h, include/m340timer.h,
343        include/m340uart.h, start/start.S, start/startfor340only.S,
344        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
345        timer/timer.c: URL for license changed.
346
3472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Reflect having moved aclocal/.
350
3512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Reflect having moved automake/.
354        * clock/Makefile.am: Reflect having moved automake/.
355        * console/Makefile.am: Reflect having moved automake/.
356        * include/Makefile.am: Reflect having moved automake/.
357        * start/Makefile.am: Reflect having moved automake/.
358        * startup/Makefile.am: Reflect having moved automake/.
359        * timer/Makefile.am: Reflect having moved automake/.
360        * wrapup/Makefile.am: Reflect having moved automake/.
361
3622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        PR 452/bsps
365        * startup/Makefile.am: Remove USE_INIT_FINI.
366
3672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
370
3712003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        PR 445/bsps
374        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
375        Remove cpp, old_cpp (now unused).
376
3772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Remove AC_CONFIG_AUX_DIR.
380
3812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
384
3852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: AC_PREREQ(2.57).
388
3892003-01-20      Joel Sherrill <joel@OARcorp.com>
390
391        * startup/linkcmds*: Add FreeBSD sysctl() sections.
392
3932002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
397        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400
4012002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Use install-data-local to install startfile.
404
4052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408
4092002-11-04      Joel Sherrill <joel@OARcorp.com>
410
411        * console/console.c, console/m340uart.c: Removed warnings.
412
4132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * .cvsignore: Reformat.
416        Add autom4te*cache.
417        Remove autom4te.cache.
418
4192002-08-21      Joel Sherrill <joel@OARcorp.com>
420
421        * wrapup/Makefile.am: PR217 required that the idle task be moved to
422        libcpu so it could be more acutely aware of the CPU model.  This
423        file was modified to pick up the idle task from there.
424
4252002-08-21      Joel Sherrill <joel@OARcorp.com>
426
427        * bsp_specs: Added support for -nostdlibs.
428
4292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
432        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
433        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
434        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
435        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
436        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
437
4382002-08-05      Joel Sherrill <joel@OARcorp.com>
439
440        * Per PR260 eliminate use of make-target-options.  This impacted
441        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
442        SuperCore and required that the m68k optimized memcpy be moved
443        to libcpu.
444        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
445
4462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * start/Makefile.am: Eliminate PGM.
449        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
450
4512002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
454
4552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
458        Remove $(OBJS) from all-local.
459
4602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
463
4642001-05-09      Joel Sherrill <joel@OARcorp.com>
465
466        * startup/linkcmds: In support of gcc 3.1, added one of more
467        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
468        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
469        and direction of segments to memory regions may also have been
470        addressed.  This was a sweep across all BSPs.
471 
4722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac:
475        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
476        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
477        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
485
4862001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
489
4902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
493        * configure.in: Remove.
494        * configure.ac: New file, generated from configure.in by autoupdate.
495
4962001-09-27      Joel Sherrill <joel@OARcorp.com>
497
498        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
499
5002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
503
5042001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * include/Makefile.am: Fix typo in include_HEADERS.
507
5082001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.in: Add bspopts.h.
511        * include/.cvsignore: Add bspopts.h*, stamp-h*.
512        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
513        * include/bsp.h: Include bspopts.h.
514
5152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
516
517        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
518
5192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
522
5232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
526
5272000-11-01      Joel Sherrill <joel@OARcorp.com>
528
529        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
530        and libcsupport.h moved from libc to lib/include/rtems and
531        now must be referenced as <rtems/XXX.h>.   Header file order
532        was cleaned up while doing this.
533
5342000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
537        Switch to GNU canonicalization.
538
5392000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
540
541        * startup/linkcmds: Added lines so DWARF debug information
542        would be available.  Otherwise gdb complains that the offsets
543        for the debug info are incorrect and doesn't load the files.
544
5452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
548        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
549        compile.am
550
5512000-08-10      Joel Sherrill <joel@OARcorp.com>
552
553        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.