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

4.104.115
Last change on this file since 290da88f was 290da88f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/30/08 at 16:27:16

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

  • timer/timer.c: Eliminate uses of old benchmark timer names.
  • Property mode set to 100644
File size: 18.4 KB
Line 
12008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Eliminate uses of old benchmark timer names.
4
52008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
8        of building libbspstart.a, using automake-rules.
9        * start/startfor340only.S: Remove (Unused).
10
112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate *_SOURCES.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
18        components.
19
202008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
23
242008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * configure.ac: Make letting boot_card() handle work area allocation
27        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
28        BSP_BOOTCARD_OPTIONS.
29
302008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * include/bsp.h: Remove unnecessary boilerplate comments.
33
342008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.am, startup/linkcmds: Use top level shared
37        bsp_get_work_area() implementation.
38
392008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
42        of bsp_get_work_area() in its own file and rely on BSP Framework to
43        perform more initialization. Remove unnecessary includes of
44        rtems/libio.h and rtems/libcsupport.h.
45        * startup/bspstart.c: Removed.
46
472008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
50        implementations. In this phase, all prototypes were removed from
51        bsp.h and empty implementations were removed and made to use the
52        shared stub.
53        * startup/bspclean.c: Removed.
54
552008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * clock/ckinit.c: The Shared Memory Driver no longer requires the
58        special IOCTL in Clock_control. This was a hack which has existed
59        since before the Classic API Timer Manager was implemented. All
60        implementations of and references to Clock_control were removed.
61
622008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * timer/timer.c: Convert to "bool".
65
662008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * console/console.c, include/m340timer.h, timer/timer.c: Eliminate
69        empty function from every benchmark timer driver. Fix spelling.
70
712008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * console/console.c, include/m340timer.h, timer/timer.c: Rename timer
74        driver methods to follow RTEMS programming conventions.
75
762008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * timer/timer.c: Add missing prototypes.
79
802008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * console/console.c, include/m340uart.h: Use new shared
83        termios_baud_to_number() routine.
84
852008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * console/m340uart.c: Eliminate copies of switches to convert termios
88        Bxxx constants to xxx as an integer. Use the shared
89        termios_baud_to_number() routine to do the same conversion.
90
912008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am: Rework to avoid .rel files.
94
952008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * startup/bspstart.c: Refactored and renamed initialization routines to
98        rtems_initialize_data_structures, rtems_initialize_before_drivers,
99        rtems_initialize_device_drivers, and
100        rtems_initialize_start_multitasking. This opened the sequence up so
101        that bootcard() could provide a more robust and flexible framework
102        which is easier to explain and understand. This also lays the
103        groundwork for sharing the division of available memory between the
104        RTEMS workspace and heap and the C library initialization across all
105        BSPs.
106
1072008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * startup/linkcmds: Add wildcard to gcc_except_table section so
110        programs compiled with gcc 4.3.x can link.
111
1122007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
115        of the Configuration Table. Use the RTEMS provided accessor macros to
116        obtain configuration fields.
117
1182007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
121        from CPU Table to Configuration Table. Eliminate CPU Table from all
122        ports. Delete references to CPU Table in all forms.
123
1242007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
127        Table fields to the Configuration Table. This included
128        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
129        do_zero_of_workspace, extra_mpci_receive_server_stack,
130        stack_allocate_hook, and stack_free_hook. As a side-effect of this
131        effort some multiprocessing code was made conditional and some style
132        clean up occurred.
133
1342007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
137        m68k CPU Table since it is never read.
138
1392007-05-03      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/linkcmds: Handle .data.* sections
142
1432007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * bsp_specs: Remove qrtems_debug.
146
1472007-04-02      Joel Sherrill <joel@OARcorp.com>
148
149        * Makefile.am: Add dummy printk support so all tests link.
150
1512007-03-11      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/bspstart.c: Remove assignments of
154        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
155        value in boot_card.c
156
1572006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * configure.ac: New BUG-REPORT address.
160
1612006-11-15      Joel Sherrill <joel@OARcorp.com>
162
163        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
164        file and simplified initialization.
165
1662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * Makefile.am: Remove superfluous -DASM.
169
1702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * configure.ac: Require autoconf-2.60. Require automake-1.10.
173
1742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * include/m68349.inc, start/start.S, startup/dumpanic.c:
177        Convert to utf-8.
178
1792006-02-08      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds: Add sections required by newer gcc versions.
182
1832006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Add preinstall.am.
186
1872005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * include/bsp.h: New header guard.
190
1912005-02-11      Joel Sherrill <joel@OARcorp.com>
192
193        * include/bsp.h: Correct type of symbols from linkcmds to compile with
194        gcc 4.x.
195
1962005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
199
2002005-01-04      Joel Sherrill <joel@OARcorp.com>
201
202        * console/console.c: Remove warnings.
203
2042005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * Makefile.am: Remove build-variant support.
207
2082004-11-25      Joel Sherrill <joel@OARcorp.com>
209
210        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
211
2122004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        * configure.ac: Require automake > 1.9.
215
2162004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        PR 610/bsps
219        * Makefile.am: Add include/tm27.h, Cosmetics.
220        * include/tm27.h: Final cosmetics.
221
2222004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * include/bsp.h: Split out tmtest27 support.
225        * include/tm27.h: New.
226
2272004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
228
229        PR 613/bsps
230        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
231
2322004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        PR 614/bsps
235        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
236
2372004-04-19      Joel Sherrill <joel@OARcorp.com>
238
239        * start/start.S: DWARF on the m68k requires that all objects me a
240        multiple of a 16-bit word in length.
241
2422004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
243
244        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
245        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
246
2472004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
250        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
251        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
252        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
253
2542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
255
256        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
257        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
258        size types.
259
2602004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Reflect changes to bsp.am.
263        Preinstall dist_project_lib*.
264
2652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Reflect changes to bsp.am.
268
2692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
272
2732004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Pickup files from ../../m68k/shared instead of
276        ../shared. Reformat.
277
2782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
281
2822004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Distribute start/startfor340only.S.
285
2862004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
289        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
290        compilation rules.
291        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
292        timer/Makefile.am, wrapup/Makefile.am: Remove.
293        * configure.ac: Reflect changes above.
294
2952004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Add PREINSTALL_DIRS.
298        * wrapup/Makefile.am: Reflect changes to libcpu.
299
3002004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
303        * README: Fix minor typo.
304        * wrapup/Makefile.am: Reflect changes to libcpu.
305
3062004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
309        Add PRE/TMPINSTALL_FILES to CLEANFILES.
310        * startup/Makefile.am: Ditto.
311
3122004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * start/Makefile.am: Remove.
315        * Makefile.am: Merge-in start/Makefile.am.
316        * configure.ac: Reflect changes above.
317
3182004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * wrapup/Makefile.am: Eliminate $(LIB).
321        Use noinst_DATA to trigger building libbsp.a.
322
3232003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
326        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
327
3282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
331        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
332
3332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
336
3372003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * start/Makefile.am: Misc cleanups and fixes.
340        * startup/Makefile.am: Misc cleanups and fixes.
341        * wrapup/Makefile.am: Misc cleanups and fixes.
342
3432003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Add preinstallation dirstamp support.
346        * clock/Makefile.am: Cosmetics.
347        * console/Makefile.am: Cosmetics.
348        * startup/Makefile.am: Cosmetics.
349        * timer/Makefile.am: Cosmetics.
350        * wrapup/Makefile.am: Cosmetics.
351
3522003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * clock/Makefile.am: Remove all-local: $(ARCH).
355        * console/Makefile.am: Remove all-local: $(ARCH).
356        * start/Makefile.am: Remove all-local: $(ARCH).
357        * startup/Makefile.am: Remove all-local: $(ARCH).
358        * timer/Makefile.am: Remove all-local: $(ARCH).
359        * wrapup/Makefile.am: Remove all-local: $(ARCH).
360
3612003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Merge-in include/Makefile.am.
364        Reflect changes to bsp.am.
365        * include/Makefile.am: Remove.
366        * configure.ac: Reflect changes above.
367
3682003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * bsp_specs: Remove *lib:.
371
3722003-09-04      Joel Sherrill <joel@OARcorp.com>
373
374        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
375        console/m340uart.c, include/bsp.h, include/m340timer.h,
376        include/m340uart.h, start/start.S, start/startfor340only.S,
377        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
378        timer/timer.c: URL for license changed.
379
3802003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Reflect having moved aclocal/.
383
3842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Reflect having moved automake/.
387        * clock/Makefile.am: Reflect having moved automake/.
388        * console/Makefile.am: Reflect having moved automake/.
389        * include/Makefile.am: Reflect having moved automake/.
390        * start/Makefile.am: Reflect having moved automake/.
391        * startup/Makefile.am: Reflect having moved automake/.
392        * timer/Makefile.am: Reflect having moved automake/.
393        * wrapup/Makefile.am: Reflect having moved automake/.
394
3952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        PR 452/bsps
398        * startup/Makefile.am: Remove USE_INIT_FINI.
399
4002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
403
4042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        PR 445/bsps
407        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
408        Remove cpp, old_cpp (now unused).
409
4102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Remove AC_CONFIG_AUX_DIR.
413
4142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
417
4182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: AC_PREREQ(2.57).
421
4222003-01-20      Joel Sherrill <joel@OARcorp.com>
423
424        * startup/linkcmds*: Add FreeBSD sysctl() sections.
425
4262002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
429        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
430        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
431        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
432        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
433
4342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * start/Makefile.am: Use install-data-local to install startfile.
437
4382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
441
4422002-11-04      Joel Sherrill <joel@OARcorp.com>
443
444        * console/console.c, console/m340uart.c: Removed warnings.
445
4462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * .cvsignore: Reformat.
449        Add autom4te*cache.
450        Remove autom4te.cache.
451
4522002-08-21      Joel Sherrill <joel@OARcorp.com>
453
454        * wrapup/Makefile.am: PR217 required that the idle task be moved to
455        libcpu so it could be more acutely aware of the CPU model.  This
456        file was modified to pick up the idle task from there.
457
4582002-08-21      Joel Sherrill <joel@OARcorp.com>
459
460        * bsp_specs: Added support for -nostdlibs.
461
4622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
465        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
466        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
467        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
468        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
469        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
470
4712002-08-05      Joel Sherrill <joel@OARcorp.com>
472
473        * Per PR260 eliminate use of make-target-options.  This impacted
474        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
475        SuperCore and required that the m68k optimized memcpy be moved
476        to libcpu.
477        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
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      Joel Sherrill <joel@OARcorp.com>
530
531        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
532
5332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
536
5372001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * include/Makefile.am: Fix typo in include_HEADERS.
540
5412001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.in: Add bspopts.h.
544        * include/.cvsignore: Add bspopts.h*, stamp-h*.
545        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
546        * include/bsp.h: Include bspopts.h.
547
5482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
549
550        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
551
5522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
555
5562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
559
5602000-11-01      Joel Sherrill <joel@OARcorp.com>
561
562        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
563        and libcsupport.h moved from libc to lib/include/rtems and
564        now must be referenced as <rtems/XXX.h>.   Header file order
565        was cleaned up while doing this.
566
5672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
570        Switch to GNU canonicalization.
571
5722000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
573
574        * startup/linkcmds: Added lines so DWARF debug information
575        would be available.  Otherwise gdb complains that the offsets
576        for the debug info are incorrect and doesn't load the files.
577
5782000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
581        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
582        compile.am
583
5842000-08-10      Joel Sherrill <joel@OARcorp.com>
585
586        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.