source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ e194742

4.104.115
Last change on this file since e194742 was e194742, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 09:15:03

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/idp.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 18.0 KB
Line 
12009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/idp.cfg: New (relocated from /make/custom).
4
52009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
8
9 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
12        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
13        have the same options.
14
152008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * bsp_specs: Move -e start from *link to *startfile to avoid warning
18        for undefined entry symbol when linking relocatables with binutils
19        2.19.
20
212008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * Makefile.am, preinstall.am: Use shared tm27.h stub.
24        * include/tm27.h: Removed.
25
262008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * timer/timer.c: Eliminate uses of old benchmark timer names.
29
302008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
33        of building libbspstart.a, using automake-rules.
34
352008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Eliminate *_SOURCES.
38
392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
42        components.
43
442008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Remove noinst_PROGRAMS (Unused).
47
482008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
51
522008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * configure.ac: Make letting boot_card() handle work area allocation
55        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
56        BSP_BOOTCARD_OPTIONS.
57
582008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
61        of EXTERN.
62
632008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * Makefile.am, startup/linkcmds: Use top level shared
66        bsp_get_work_area() implementation.
67
682008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
71        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
72        rely on BSP Framework to perform more initialization. Remove
73        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
74
752008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
78        phase, all prototypes were removed from bsp.h and empty
79        implementations were removed and made to use the shared stub.
80
812008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * clock/ckinit.c: The Shared Memory Driver no longer requires the
84        special IOCTL in Clock_control. This was a hack which has existed
85        since before the Classic API Timer Manager was implemented. All
86        implementations of and references to Clock_control were removed.
87
882008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * console/console.c, timer/timer.c: Convert to "bool".
91
922008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * timer/timer.c: Eliminate empty function from every benchmark timer
95        driver. Fix spelling.
96
972008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * timer/timer.c: Rename timer driver methods to follow RTEMS
100        programming conventions.
101
1022008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * clock/ckinit.c, console/leds.c, console/mc68ec.c,
105        startup/bspstart.c, timer/timer.c: Add missing prototypes.
106
1072008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * Makefile.am: Rework to avoid .rel files.
110
1112008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * startup/bspstart.c: Refactored and renamed initialization routines to
114        rtems_initialize_data_structures, rtems_initialize_before_drivers,
115        rtems_initialize_device_drivers, and
116        rtems_initialize_start_multitasking. This opened the sequence up so
117        that bootcard() could provide a more robust and flexible framework
118        which is easier to explain and understand. This also lays the
119        groundwork for sharing the division of available memory between the
120        RTEMS workspace and heap and the C library initialization across all
121        BSPs.
122
1232008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * startup/linkcmds: Add wildcard to gcc_except_table section so
126        programs compiled with gcc 4.3.x can link.
127
1282008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
131          to rtems/motorola/*.h.
132
1332007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
136        of the Configuration Table. Use the RTEMS provided accessor macros to
137        obtain configuration fields.
138
1392007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
142        from CPU Table to Configuration Table. Eliminate CPU Table from all
143        ports. Delete references to CPU Table in all forms.
144
1452007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
148        Table fields to the Configuration Table. This included
149        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
150        do_zero_of_workspace, extra_mpci_receive_server_stack,
151        stack_allocate_hook, and stack_free_hook. As a side-effect of this
152        effort some multiprocessing code was made conditional and some style
153        clean up occurred.
154
1552007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
158        m68k CPU Table since it is never read.
159
1602007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
163        avoid conflicts in application space.
164
1652007-05-03      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Handle .data.* sections
168
1692007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * bsp_specs: Remove qrtems_debug.
172
1732007-04-02      Joel Sherrill <joel@OARcorp.com>
174
175        * Makefile.am: Add dummy printk support so all tests link.
176
1772006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * configure.ac: New BUG-REPORT address.
180
1812006-11-15      Joel Sherrill <joel@OARcorp.com>
182
183        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
184        file and simplified initialization.
185
1862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * Makefile.am: Remove superfluous -DASM.
189
1902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * configure.ac: Require autoconf-2.60. Require automake-1.10.
193
1942006-02-08      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/linkcmds: Add sections required by newer gcc versions.
197
1982006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * Makefile.am: Add preinstall.am.
201
2022005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * include/bsp.h: New header guard.
205
2062005-05-20      Joel Sherrill <joel@OARcorp.com>
207
208        * console/duart.c: Remove warning.
209
2102005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
213
2142005-01-04      Joel Sherrill <joel@OARcorp.com>
215
216        * console/leds.c: Remove warnings.
217
2182005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * Makefile.am: Remove build-variant support.
221
2222005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * console/leds.c: Fix prototype of led_putnum().
225
2262004-11-25      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
229
2302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        * configure.ac: Require automake > 1.9.
233
2342004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        PR 610/bsps
237        * Makefile.am: Add include/tm27.h, Cosmetics.
238        * include/tm27.h: Final cosmetics.
239
2402004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
241
242        * include/bsp.h: Split out tmtest27 support.
243        * include/tm27.h: New.
244
2452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
246
247        PR 613/bsps
248        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
249
2502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
251
252        PR 614/bsps
253        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
254
2552004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
258        <motorola/mc68230.h>.
259        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
260        <motorola/mc68681.h>.
261
2622004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
265        <motorola/mc68230.h>.
266
2672004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
268
269        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
270
2712004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
274        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
275        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
276        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
277
2782004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
281        using c99 fixed size types.
282
2832004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Reflect changes to bsp.am.
286        Preinstall dist_project_lib*.
287
2882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Reflect changes to bsp.am.
291
2922004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
295
2962004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Pickup files from ../../m68k/shared instead of
299        ../shared. Reformat.
300
3012004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
304
3052004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
308        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
309        compilation rules.
310        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
311        timer/Makefile.am, wrapup/Makefile.am: Remove.
312        * configure.ac: Reflect changes above.
313
3142004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Add PREINSTALL_DIRS.
317        * wrapup/Makefile.am: Reflect changes to libcpu.
318
3192004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * wrapup/Makefile.am: Reflect changes to libcpu.
322
3232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
326        Add PRE/TMPINSTALL_FILES to CLEANFILES.
327        * startup/Makefile.am: Ditto.
328
3292004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * start/Makefile.am: Remove.
332        * Makefile.am: Merge-in start/Makefile.am.
333        * configure.ac: Reflect changes above.
334
3352004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * wrapup/Makefile.am: Eliminate $(LIB).
338        Use noinst_DATA to trigger building libbsp.a.
339
3402003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
343        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
344
3452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
348        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
349
3502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
353
3542003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * start/Makefile.am: Misc cleanups and fixes.
357        * startup/Makefile.am: Misc cleanups and fixes.
358        * wrapup/Makefile.am: Misc cleanups and fixes.
359
3602003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Add preinstallation dirstamp support.
363        * clock/Makefile.am: Cosmetics.
364        * console/Makefile.am: Cosmetics.
365        * startup/Makefile.am: Cosmetics.
366        * timer/Makefile.am: Cosmetics.
367        * wrapup/Makefile.am: Cosmetics.
368
3692003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * clock/Makefile.am: Remove all-local: $(ARCH).
372        * console/Makefile.am: Remove all-local: $(ARCH).
373        * start/Makefile.am: Remove all-local: $(ARCH).
374        * startup/Makefile.am: Remove all-local: $(ARCH).
375        * timer/Makefile.am: Remove all-local: $(ARCH).
376        * wrapup/Makefile.am: Remove all-local: $(ARCH).
377
3782003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Merge-in include/Makefile.am.
381        Reflect changes to bsp.am.
382        * include/Makefile.am: Remove.
383        * configure.ac: Reflect changes above.
384
3852003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * bsp_specs: Remove *lib:.
388
3892003-09-04      Joel Sherrill <joel@OARcorp.com>
390
391        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
392        URL for license changed.
393
3942003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Reflect having moved aclocal/.
397
3982003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Reflect having moved automake/.
401        * clock/Makefile.am: Reflect having moved automake/.
402        * console/Makefile.am: Reflect having moved automake/.
403        * include/Makefile.am: Reflect having moved automake/.
404        * start/Makefile.am: Reflect having moved automake/.
405        * startup/Makefile.am: Reflect having moved automake/.
406        * timer/Makefile.am: Reflect having moved automake/.
407        * wrapup/Makefile.am: Reflect having moved automake/.
408
4092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        PR 452/bsps
412        * startup/Makefile.am: Remove USE_INIT_FINI.
413
4142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
417
4182003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        PR 445/bsps
421        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
422        Remove cpp, old_cpp (now unused).
423
4242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Remove AC_CONFIG_AUX_DIR.
427
4282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
431
4322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: AC_PREREQ(2.57).
435
4362003-01-20      Joel Sherrill <joel@OARcorp.com>
437
438        * startup/linkcmds*: Add FreeBSD sysctl() sections.
439
4402002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
443        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
444        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
445        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
446        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
447
4482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * start/Makefile.am: Use install-data-local to install startfile.
451
4522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
455
4562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
459
4602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * .cvsignore: Reformat.
463        Add autom4te*cache.
464        Remove autom4te.cache.
465
4662002-08-21      Joel Sherrill <joel@OARcorp.com>
467
468        * bsp_specs: Added support for -nostdlibs.
469
4702002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
473        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
474        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
475        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
476        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
477        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
478
4792002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * start/Makefile.am: Eliminate PGM.
482        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
483
4842002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
487
4882002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
491        Remove $(OBJS) from all-local.
492
4932002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
496
4972001-05-09      Joel Sherrill <joel@OARcorp.com>
498
499        * startup/linkcmds: In support of gcc 3.1, added one of more
500        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
501        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
502        and direction of segments to memory regions may also have been
503        addressed.  This was a sweep across all BSPs.
504 
5052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac:
508        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
509        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
510        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
518
5192001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
522
5232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
526        * configure.in: Remove.
527        * configure.ac: New file, generated from configure.in by autoupdate.
528
5292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * include/Makefile.am: Use 'CLEANFILES ='.
532        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
533
5342001-06-19      Joel Sherrill <joel@OARcorp.com>
535
536        * include/Makefile.am: Fixed typo.
537
5382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.in: Add bspopts.h.
541        * include/.cvsignore: Add bspopts.h*, stamp-h*.
542        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
543        * include/bsp.h: Include bspopts.h.
544
5452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
546
547        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
548
5492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
552
5532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
556
5572000-11-01      Joel Sherrill <joel@OARcorp.com>
558
559        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
560        and libcsupport.h moved from libc to lib/include/rtems and
561        now must be referenced as <rtems/XXX.h>.   Header file order
562        was cleaned up while doing this.
563
5642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
567        Switch to GNU canonicalization.
568
5692000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
570
571        * startup/linkcmds: Added lines so DWARF debug information
572        would be available.  Otherwise gdb complains that the offsets
573        for the debug info are incorrect and doesn't load the files.
574
5752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
578        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
579        compile.am
580
5812000-08-10      Joel Sherrill <joel@OARcorp.com>
582
583        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.