source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ 64eb0c7

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

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

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 17.9 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate *_SOURCES.
4
52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
8        components.
9
102008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
13
142008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * configure.ac: Make letting boot_card() handle work area allocation
17        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
18        BSP_BOOTCARD_OPTIONS.
19
202008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * console/console.c, include/bsp.h: Remove unnecessary boilerplate
23        comments. Eliminate use of EXTERN and move unnneccessarily global
24        variables to console.c.
25
262008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * Makefile.am, startup/linkcmds: Use top level shared
29        bsp_get_work_area() implementation.
30
312008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * Makefile.am, clock/ckinit.c, startup/bspstart.c, startup/linkcmds:
34        Add use of bsp_get_work_area() in its own file and rely on BSP
35        Framework to perform more initialization. Remove unnecessary includes
36        of rtems/libio.h and rtems/libcsupport.h.
37
382008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
41        phase, all prototypes were removed from bsp.h and empty
42        implementations were removed and made to use the shared stub.
43
442008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * clock/ckinit.c: The Shared Memory Driver no longer requires the
47        special IOCTL in Clock_control. This was a hack which has existed
48        since before the Classic API Timer Manager was implemented. All
49        implementations of and references to Clock_control were removed.
50
512008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * console/console.c, timer/timer.c: Convert to "bool".
54
552008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * timer/timer.c: Eliminate empty function from every benchmark timer
58        driver. Fix spelling.
59
602008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * timer/timer.c: Rename timer driver methods to follow RTEMS
63        programming conventions.
64
652008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * startup/bspclean.c, timer/timer.c: Add missing prototypes.
68
692008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * Makefile.am, configure.ac, startup/bspstart.c: Add capability for
72        bootcard.c BSP Initialization Framework to ask the BSP where it has
73        memory for the RTEMS Workspace and C Program Heap. These collectively
74        are referred to as work area. If the BSP supports this, then it does
75        not have to include code to split the available memory between the
76        two areas. This reduces the amount of code in the BSP specific
77        bspstart.c file. Additionally, the shared framework can dirty the
78        work area memory. Until most/all BSPs support this new capability, if
79        the BSP supports this, it should call
80        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
81        the transition is complete, this autoconf macro can be removed.
82
832008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * Makefile.am: Rework to avoid .rel files.
86
872008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * startup/bspstart.c: Refactored and renamed initialization routines to
90        rtems_initialize_data_structures, rtems_initialize_before_drivers,
91        rtems_initialize_device_drivers, and
92        rtems_initialize_start_multitasking. This opened the sequence up so
93        that bootcard() could provide a more robust and flexible framework
94        which is easier to explain and understand. This also lays the
95        groundwork for sharing the division of available memory between the
96        RTEMS workspace and heap and the C library initialization across all
97        BSPs.
98
992008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * startup/linkcmds: Add wildcard to gcc_except_table section so
102        programs compiled with gcc 4.3.x can link.
103
1042007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
107        of the Configuration Table. Use the RTEMS provided accessor macros to
108        obtain configuration fields.
109
1102007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
113        from CPU Table to Configuration Table. Eliminate CPU Table from all
114        ports. Delete references to CPU Table in all forms.
115
1162007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
119        Table fields to the Configuration Table. This included
120        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
121        do_zero_of_workspace, extra_mpci_receive_server_stack,
122        stack_allocate_hook, and stack_free_hook. As a side-effect of this
123        effort some multiprocessing code was made conditional and some style
124        clean up occurred.
125
1262007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
129        m68k CPU Table since it is never read.
130
1312007-05-03      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds: Handle .data.* sections
134
1352007-05-01      Joel Sherrill <joel@OARcorp.com>
136
137        * Makefile.am: Minor rework to shrink minimum size to <48K.
138
1392007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * bsp_specs: Remove qrtems_debug.
142
1432007-04-02      Joel Sherrill <joel@OARcorp.com>
144
145        * Makefile.am: Add dummy printk support so all tests link.
146
1472006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * configure.ac: New BUG-REPORT address.
150
1512006-11-15      Joel Sherrill <joel@OARcorp.com>
152
153        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
154        file and simplified initialization.
155
1562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * Makefile.am: Remove superfluous -DASM.
159
1602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * configure.ac: Require autoconf-2.60. Require automake-1.10.
163
1642006-02-08      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/linkcmds: Add sections required by newer gcc versions.
167
1682006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * Makefile.am: Add preinstall.am.
171
1722005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * include/bsp.h: New header guard.
175
1762005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
179
1802005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Remove build-variant support.
183
1842004-11-25      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
187
1882004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
189
190        * configure.ac: Require automake > 1.9.
191
1922004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        PR 610/bsps
195        * Makefile.am: Add include/tm27.h, Cosmetics.
196        * include/tm27.h: Final cosmetics.
197
1982004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
199
200        * include/bsp.h: Split out tmtest27 support.
201        * include/tm27.h: New.
202
2032004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        PR 613/bsps
206        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
207
2082004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        PR 614/bsps
211        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
212
2132004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        * mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
216        mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
217        <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
218
2192004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
220
221        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
222
2232004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
224
225        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
226        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
227        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
228        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
229
2302004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        * clock/ckinit.c, include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
233        shmsupp/mpisr.c, startup/bspstart.c, timer/timer.c: Convert to using
234        c99 fixed size types.
235
2362004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Reflect changes to bsp.am.
239        Preinstall dist_project_lib*.
240
2412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Reflect changes to bsp.am.
244
2452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
248
2492004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Pickup files from ../../m68k/shared instead of
252        ../shared. Reformat.
253
2542004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
257        Remove AM_CONDITIONAL(HAS_MP).
258
2592004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
262
2632004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
266        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
267        wrapup/Makefile.am.
268        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am
269        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
270        Remove.
271        * configure.ac: Reflect changes above.
272
2732004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Add PREINSTALL_DIRS.
276        * wrapup/Makefile.am: Reflect changes to libcpu.
277
2782004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Reflect changes to libcpu.
281
2822004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
285        Add PRE/TMPINSTALL_FILES to CLEANFILES.
286        * startup/Makefile.am: Ditto.
287
2882004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * start/.cvsignore: Remove.
291        * start/Makefile.am: Remove.
292        * Makefile.am: Merge-in start/Makefile.am.
293        * configure.ac: Reflect changes above.
294
2952004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * wrapup/Makefile.am: Eliminate $(LIB).
298        Use noinst_DATA to trigger building libbsp.a.
299
3002003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Remove GENERIC_FILES.
303
3042003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
307        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
308
3092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
312        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
313
3142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
317
3182003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * start/Makefile.am: Misc cleanups and fixes.
321        * startup/Makefile.am: Misc cleanups and fixes.
322        * wrapup/Makefile.am: Misc cleanups and fixes.
323
3242003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Add preinstallation dirstamp support.
327        * clock/Makefile.am: Cosmetics.
328        * console/Makefile.am: Cosmetics.
329        * shmsupp/Makefile.am: Cosmetics.
330        * startup/Makefile.am: Cosmetics.
331        * timer/Makefile.am: Cosmetics.
332        * wrapup/Makefile.am: Cosmetics.
333
3342003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * clock/Makefile.am: Remove all-local: $(ARCH).
337        * console/Makefile.am: Remove all-local: $(ARCH).
338        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
339        * start/Makefile.am: Remove all-local: $(ARCH).
340        * startup/Makefile.am: Remove all-local: $(ARCH).
341        * timer/Makefile.am: Remove all-local: $(ARCH).
342        * wrapup/Makefile.am: Remove all-local: $(ARCH).
343
3442003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Merge-in include/Makefile.am.
347        Reflect changes to bsp.am.
348        * include/Makefile.am: Remove.
349        * configure.ac: Reflect changes above.
350
3512003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * bsp_specs: Remove *lib:.
354
3552003-09-04      Joel Sherrill <joel@OARcorp.com>
356
357        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
358        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
359        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
360        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
361        changed.
362
3632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Reflect having moved aclocal/.
366
3672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Reflect having moved automake/.
370        * clock/Makefile.am: Reflect having moved automake/.
371        * console/Makefile.am: Reflect having moved automake/.
372        * include/Makefile.am: Reflect having moved automake/.
373        * shmsupp/Makefile.am: Reflect having moved automake/.
374        * start/Makefile.am: Reflect having moved automake/.
375        * startup/Makefile.am: Reflect having moved automake/.
376        * timer/Makefile.am: Reflect having moved automake/.
377        * wrapup/Makefile.am: Reflect having moved automake/.
378
3792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        PR 452/bsps
382        * startup/Makefile.am: Remove USE_INIT_FINI.
383
3842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
387
3882003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        PR 445/bsps
391        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
392        Remove cpp, old_cpp (now unused).
393
3942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: Remove AC_CONFIG_AUX_DIR.
397
3982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
401
4022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: AC_PREREQ(2.57).
405
4062003-01-20      Joel Sherrill <joel@OARcorp.com>
407
408        * startup/linkcmds*: Add FreeBSD sysctl() sections.
409
4102002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
413        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
414        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
417        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
418
4192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * start/Makefile.am: Use install-data-local to install startfile.
422
4232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
426
4272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * .cvsignore: Reformat.
430        Add autom4te*cache.
431        Remove autom4te.cache.
432
4332002-08-21      Joel Sherrill <joel@OARcorp.com>
434
435        * bsp_specs: Added support for -nostdlibs.
436
4372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
440        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
441        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
442        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
443        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
444        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
445        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
446
4472002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * start/Makefile.am: Eliminate PGM.
450        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
451
4522002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
455
4562002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
459        Remove $(OBJS) from all-local.
460
4612002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
464
4652001-05-09      Joel Sherrill <joel@OARcorp.com>
466
467        * startup/linkcmds: In support of gcc 3.1, added one of more
468        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
469        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
470        and direction of segments to memory regions may also have been
471        addressed.  This was a sweep across all BSPs.
472 
4732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac:
476        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
477        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
478        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
487
4882001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
491
4922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
495        * configure.in: Remove.
496        * configure.ac: New file, generated from configure.in by autoupdate.
497
4982001-09-27      Joel Sherrill <joel@OARcorp.com>
499
500        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
501
5022001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
505
5062001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
509        happy.
510
5112001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.in: Add bspopts.h.
514        * include/.cvsignore: Add bspopts.h*, stamp-h*.
515        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
516        * include/bsp.h: Include bspopts.h.
517
5182001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
519
520        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
521
5222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
525
5262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
529
5302000-11-01      Joel Sherrill <joel@OARcorp.com>
531
532        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
533        and libcsupport.h moved from libc to lib/include/rtems and
534        now must be referenced as <rtems/XXX.h>.   Header file order
535        was cleaned up while doing this.
536
5372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
540        Switch to GNU canonicalization.
541
5422000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
543
544        * startup/linkcmds: Added lines so DWARF debug information
545        would be available.  Otherwise gdb complains that the offsets
546        for the debug info are incorrect and doesn't load the files.
547
5482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
551        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
552        wrapup/Makefile.am: Include compile.am
553
5542000-08-10      Joel Sherrill <joel@OARcorp.com>
555
556        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.