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

4.104.115
Last change on this file since e94666d was e94666d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 03:43:47

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
  • Property mode set to 100644
File size: 18.0 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
4        components.
5
62008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
9
102008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac: Make letting boot_card() handle work area allocation
13        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
14        BSP_BOOTCARD_OPTIONS.
15
162008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * include/bsp.h: Remove unnecessary boilerplate comments.
19
202008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am, startup/linkcmds: Use top level shared
23        bsp_get_work_area() implementation.
24
252008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
28        of bsp_get_work_area() in its own file and rely on BSP Framework to
29        perform more initialization. Remove unnecessary includes of
30        rtems/libio.h and rtems/libcsupport.h.
31        * startup/bspstart.c: Removed.
32
332008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
36        implementations. In this phase, all prototypes were removed from
37        bsp.h and empty implementations were removed and made to use the
38        shared stub.
39        * startup/bspclean.c: Removed.
40
412008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * clock/ckinit.c: The Shared Memory Driver no longer requires the
44        special IOCTL in Clock_control. This was a hack which has existed
45        since before the Classic API Timer Manager was implemented. All
46        implementations of and references to Clock_control were removed.
47
482008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * timer/timer.c: Convert to "bool".
51
522008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * console/console.c, include/m340timer.h, timer/timer.c: Eliminate
55        empty function from every benchmark timer driver. Fix spelling.
56
572008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * console/console.c, include/m340timer.h, timer/timer.c: Rename timer
60        driver methods to follow RTEMS programming conventions.
61
622008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * timer/timer.c: Add missing prototypes.
65
662008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * console/console.c, include/m340uart.h: Use new shared
69        termios_baud_to_number() routine.
70
712008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * console/m340uart.c: Eliminate copies of switches to convert termios
74        Bxxx constants to xxx as an integer. Use the shared
75        termios_baud_to_number() routine to do the same conversion.
76
772008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * Makefile.am: Rework to avoid .rel files.
80
812008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * startup/bspstart.c: Refactored and renamed initialization routines to
84        rtems_initialize_data_structures, rtems_initialize_before_drivers,
85        rtems_initialize_device_drivers, and
86        rtems_initialize_start_multitasking. This opened the sequence up so
87        that bootcard() could provide a more robust and flexible framework
88        which is easier to explain and understand. This also lays the
89        groundwork for sharing the division of available memory between the
90        RTEMS workspace and heap and the C library initialization across all
91        BSPs.
92
932008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * startup/linkcmds: Add wildcard to gcc_except_table section so
96        programs compiled with gcc 4.3.x can link.
97
982007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
101        of the Configuration Table. Use the RTEMS provided accessor macros to
102        obtain configuration fields.
103
1042007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
107        from CPU Table to Configuration Table. Eliminate CPU Table from all
108        ports. Delete references to CPU Table in all forms.
109
1102007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
113        Table fields to the Configuration Table. This included
114        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
115        do_zero_of_workspace, extra_mpci_receive_server_stack,
116        stack_allocate_hook, and stack_free_hook. As a side-effect of this
117        effort some multiprocessing code was made conditional and some style
118        clean up occurred.
119
1202007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
123        m68k CPU Table since it is never read.
124
1252007-05-03      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds: Handle .data.* sections
128
1292007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * bsp_specs: Remove qrtems_debug.
132
1332007-04-02      Joel Sherrill <joel@OARcorp.com>
134
135        * Makefile.am: Add dummy printk support so all tests link.
136
1372007-03-11      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/bspstart.c: Remove assignments of
140        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
141        value in boot_card.c
142
1432006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * configure.ac: New BUG-REPORT address.
146
1472006-11-15      Joel Sherrill <joel@OARcorp.com>
148
149        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
150        file and simplified initialization.
151
1522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Remove superfluous -DASM.
155
1562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * configure.ac: Require autoconf-2.60. Require automake-1.10.
159
1602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * include/m68349.inc, start/start.S, startup/dumpanic.c:
163        Convert to utf-8.
164
1652006-02-08      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Add sections required by newer gcc versions.
168
1692006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Add preinstall.am.
172
1732005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * include/bsp.h: New header guard.
176
1772005-02-11      Joel Sherrill <joel@OARcorp.com>
178
179        * include/bsp.h: Correct type of symbols from linkcmds to compile with
180        gcc 4.x.
181
1822005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
185
1862005-01-04      Joel Sherrill <joel@OARcorp.com>
187
188        * console/console.c: Remove warnings.
189
1902005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * Makefile.am: Remove build-variant support.
193
1942004-11-25      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
197
1982004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * configure.ac: Require automake > 1.9.
201
2022004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
203
204        PR 610/bsps
205        * Makefile.am: Add include/tm27.h, Cosmetics.
206        * include/tm27.h: Final cosmetics.
207
2082004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        * include/bsp.h: Split out tmtest27 support.
211        * include/tm27.h: New.
212
2132004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        PR 613/bsps
216        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
217
2182004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        PR 614/bsps
221        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
222
2232004-04-19      Joel Sherrill <joel@OARcorp.com>
224
225        * start/start.S: DWARF on the m68k requires that all objects me a
226        multiple of a 16-bit word in length.
227
2282004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
229
230        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
231        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
232
2332004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
234
235        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
236        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
237        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
238        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
239
2402004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
241
242        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
243        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
244        size types.
245
2462004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Reflect changes to bsp.am.
249        Preinstall dist_project_lib*.
250
2512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Reflect changes to bsp.am.
254
2552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
258
2592004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Pickup files from ../../m68k/shared instead of
262        ../shared. Reformat.
263
2642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
267
2682004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Distribute start/startfor340only.S.
271
2722004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
275        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
276        compilation rules.
277        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
278        timer/Makefile.am, wrapup/Makefile.am: Remove.
279        * configure.ac: Reflect changes above.
280
2812004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Add PREINSTALL_DIRS.
284        * wrapup/Makefile.am: Reflect changes to libcpu.
285
2862004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
289        * README: Fix minor typo.
290        * wrapup/Makefile.am: Reflect changes to libcpu.
291
2922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
295        Add PRE/TMPINSTALL_FILES to CLEANFILES.
296        * startup/Makefile.am: Ditto.
297
2982004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * start/Makefile.am: Remove.
301        * Makefile.am: Merge-in start/Makefile.am.
302        * configure.ac: Reflect changes above.
303
3042004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * wrapup/Makefile.am: Eliminate $(LIB).
307        Use noinst_DATA to trigger building libbsp.a.
308
3092003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
312        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
313
3142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
317        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
318
3192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
322
3232003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * start/Makefile.am: Misc cleanups and fixes.
326        * startup/Makefile.am: Misc cleanups and fixes.
327        * wrapup/Makefile.am: Misc cleanups and fixes.
328
3292003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Add preinstallation dirstamp support.
332        * clock/Makefile.am: Cosmetics.
333        * console/Makefile.am: Cosmetics.
334        * startup/Makefile.am: Cosmetics.
335        * timer/Makefile.am: Cosmetics.
336        * wrapup/Makefile.am: Cosmetics.
337
3382003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * clock/Makefile.am: Remove all-local: $(ARCH).
341        * console/Makefile.am: Remove all-local: $(ARCH).
342        * start/Makefile.am: Remove all-local: $(ARCH).
343        * startup/Makefile.am: Remove all-local: $(ARCH).
344        * timer/Makefile.am: Remove all-local: $(ARCH).
345        * wrapup/Makefile.am: Remove all-local: $(ARCH).
346
3472003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Merge-in include/Makefile.am.
350        Reflect changes to bsp.am.
351        * include/Makefile.am: Remove.
352        * configure.ac: Reflect changes above.
353
3542003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * bsp_specs: Remove *lib:.
357
3582003-09-04      Joel Sherrill <joel@OARcorp.com>
359
360        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
361        console/m340uart.c, include/bsp.h, include/m340timer.h,
362        include/m340uart.h, start/start.S, start/startfor340only.S,
363        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
364        timer/timer.c: URL for license changed.
365
3662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Reflect having moved aclocal/.
369
3702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Reflect having moved automake/.
373        * clock/Makefile.am: Reflect having moved automake/.
374        * console/Makefile.am: Reflect having moved automake/.
375        * include/Makefile.am: Reflect having moved automake/.
376        * start/Makefile.am: Reflect having moved automake/.
377        * startup/Makefile.am: Reflect having moved automake/.
378        * timer/Makefile.am: Reflect having moved automake/.
379        * wrapup/Makefile.am: Reflect having moved automake/.
380
3812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        PR 452/bsps
384        * startup/Makefile.am: Remove USE_INIT_FINI.
385
3862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
389
3902003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        PR 445/bsps
393        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
394        Remove cpp, old_cpp (now unused).
395
3962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Remove AC_CONFIG_AUX_DIR.
399
4002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
403
4042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: AC_PREREQ(2.57).
407
4082003-01-20      Joel Sherrill <joel@OARcorp.com>
409
410        * startup/linkcmds*: Add FreeBSD sysctl() sections.
411
4122002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
417        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
418        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
419
4202002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * start/Makefile.am: Use install-data-local to install startfile.
423
4242002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
427
4282002-11-04      Joel Sherrill <joel@OARcorp.com>
429
430        * console/console.c, console/m340uart.c: Removed warnings.
431
4322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * .cvsignore: Reformat.
435        Add autom4te*cache.
436        Remove autom4te.cache.
437
4382002-08-21      Joel Sherrill <joel@OARcorp.com>
439
440        * wrapup/Makefile.am: PR217 required that the idle task be moved to
441        libcpu so it could be more acutely aware of the CPU model.  This
442        file was modified to pick up the idle task from there.
443
4442002-08-21      Joel Sherrill <joel@OARcorp.com>
445
446        * bsp_specs: Added support for -nostdlibs.
447
4482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
453        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
454        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
455        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
456
4572002-08-05      Joel Sherrill <joel@OARcorp.com>
458
459        * Per PR260 eliminate use of make-target-options.  This impacted
460        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
461        SuperCore and required that the m68k optimized memcpy be moved
462        to libcpu.
463        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
464
4652002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * start/Makefile.am: Eliminate PGM.
468        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
469
4702002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
473
4742002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
477        Remove $(OBJS) from all-local.
478
4792002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
482
4832001-05-09      Joel Sherrill <joel@OARcorp.com>
484
485        * startup/linkcmds: In support of gcc 3.1, added one of more
486        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
487        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
488        and direction of segments to memory regions may also have been
489        addressed.  This was a sweep across all BSPs.
490 
4912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac:
494        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
495        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
496        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
504
5052001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
508
5092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
512        * configure.in: Remove.
513        * configure.ac: New file, generated from configure.in by autoupdate.
514
5152001-09-27      Joel Sherrill <joel@OARcorp.com>
516
517        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
518
5192001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
522
5232001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * include/Makefile.am: Fix typo in include_HEADERS.
526
5272001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.in: Add bspopts.h.
530        * include/.cvsignore: Add bspopts.h*, stamp-h*.
531        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
532        * include/bsp.h: Include bspopts.h.
533
5342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
535
536        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
537
5382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
541
5422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
545
5462000-11-01      Joel Sherrill <joel@OARcorp.com>
547
548        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
549        and libcsupport.h moved from libc to lib/include/rtems and
550        now must be referenced as <rtems/XXX.h>.   Header file order
551        was cleaned up while doing this.
552
5532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
556        Switch to GNU canonicalization.
557
5582000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
559
560        * startup/linkcmds: Added lines so DWARF debug information
561        would be available.  Otherwise gdb complains that the offsets
562        for the debug info are incorrect and doesn't load the files.
563
5642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
567        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
568        compile.am
569
5702000-08-10      Joel Sherrill <joel@OARcorp.com>
571
572        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.