source: rtems/c/src/lib/libbsp/m68k/sim68000/ChangeLog @ a99d541

4.104.115
Last change on this file since a99d541 was a99d541, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/11/10 at 16:34:42

2010-04-11 Ralf Corsépius <ralf.corsepius@…>

  • console/debugio.c: Include <unistd.h>.
  • Property mode set to 100644
File size: 18.4 KB
Line 
12010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * console/debugio.c: Include <unistd.h>.
4
52009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * make/custom/sim68000.cfg: Remove RTEMS_BSP_FAMILY.
8        * make/custom/simcpu32.cfg: Remove RTEMS_BSP_FAMILY.
9
102009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Don't add -ansi -fasm to CFLAGS.
13
142009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * make/custom/sim68000.cfg: New (relocated from /make/custom).
17        * make/custom/simcpu32.cfg: New (relocated from /make/custom).
18
192009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
22
23 2009-08-28     Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * configure.ac, console/conscfg.c: Add CONSOLE_USE_INTERRUPTS.
26
272009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
30        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
31        have the same options.
32
332009-04-28      Chris Johns <chrisj@rtems.org>
34
35        * start/start.S: Update for boot_card command line change.
36
372008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * bsp_specs: Move -e start from *link to *startfile to avoid warning
40        for undefined entry symbol when linking relocatables with binutils
41        2.19.
42
432008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * Makefile.am, preinstall.am: Use shared tm27.h stub.
46        * include/tm27.h: Removed.
47
482008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
51        of building libbspstart.a, using automake-rules.
52
532008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
56        * Makefile.am: Reflect changes above.
57
582008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Eliminate *_SOURCES.
61
622008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
65        components.
66
672008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
70
712008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * configure.ac: Make letting boot_card() handle work area allocation
74        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
75        BSP_BOOTCARD_OPTIONS.
76
772008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * include/bsp.h: Remove unnecessary boilerplate comments.
80
812008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * Makefile.am, startup/linkcmds: Use top level shared
84        bsp_get_work_area() implementation.
85
862008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * Makefile.am, configure.ac, startup/linkcmds: Add use of
89        bsp_get_work_area() in its own file and rely on BSP Framework to
90        perform more initialization. Remove unnecessary includes of
91        rtems/libio.h and rtems/libcsupport.h.
92        * console/debugio.c, startup/bsppredriverhook.c: New files.
93        * startup/bspstart.c: Removed.
94
952008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
98        phase, all prototypes were removed from bsp.h and empty
99        implementations were removed and made to use the shared stub.
100
1012008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * clock/clockdrv.c, startup/bspstart.c: Add missing prototypes.
104
1052008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * Makefile.am: Rework to avoid .rel files.
108
1092008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * startup/bspstart.c: Refactored and renamed initialization routines to
112        rtems_initialize_data_structures, rtems_initialize_before_drivers,
113        rtems_initialize_device_drivers, and
114        rtems_initialize_start_multitasking. This opened the sequence up so
115        that bootcard() could provide a more robust and flexible framework
116        which is easier to explain and understand. This also lays the
117        groundwork for sharing the division of available memory between the
118        RTEMS workspace and heap and the C library initialization across all
119        BSPs.
120
1212008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * startup/linkcmds: Add wildcard to gcc_except_table section so
124        programs compiled with gcc 4.3.x can link.
125
1262007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
129        Configuration Table. Use the RTEMS provided accessor macros to obtain
130        configuration fields.
131
1322007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
135        Configuration Table. Eliminate CPU Table from all ports. Delete
136        references to CPU Table in all forms.
137
1382007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
141        the Configuration Table. This included pretasking_hook,
142        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
143        extra_mpci_receive_server_stack, stack_allocate_hook, and
144        stack_free_hook. As a side-effect of this effort some multiprocessing
145        code was made conditional and some style clean up occurred.
146
1472007-05-03      Joel Sherrill <joel@OARcorp.com>
148
149        * startup/linkcmds: Handle .data.* sections
150
1512007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * bsp_specs: Remove qrtems_debug.
154
1552006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * configure.ac: New BUG-REPORT address.
158
1592006-11-15      Joel Sherrill <joel@OARcorp.com>
160
161        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
162        file and simplified initialization.
163
1642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * Makefile.am: Remove superfluous -DASM.
167
1682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * configure.ac: Require autoconf-2.60. Require automake-1.10.
171
1722006-02-08      Joel Sherrill <joel@OARcorp.com>
173
174        * startup/linkcmds: Add sections required by newer gcc versions.
175
1762006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Add preinstall.am.
179
1802005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
183
1842005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * Makefile.am: Remove build-variant support.
187
1882004-11-25      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
191        Also extended RAM section since this is for a simulator
192
1932004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
194
195        * configure.ac: Require automake > 1.9.
196
1972004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        PR 610/bsps
200        * Makefile.am: Add include/tm27.h, Cosmetics.
201        * include/tm27.h: Final cosmetics.
202
2032004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        * include/bsp.h: Split out tmtest27 support.
206        * include/tm27.h: New.
207
2082004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
209
210        PR 613/bsps
211        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
212
2132004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        PR 614/bsps
216        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
217
2182004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
221        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
222        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
223
2242004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
225
226        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
227        startup/bspstart.c: Convert to using c99 fixed size types.
228
2292004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Reflect changes to bsp.am.
232        Preinstall dist_project_lib*.
233
2342004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Reflect changes to bsp.am.
237
2382004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
241
2422004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Pickup files from ../../m68k/shared instead of
245        ../shared. Reformat.
246
2472004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
250
2512004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
254        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
255        automake compilation rules.
256        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
257        timer/Makefile.am, wrapup/Makefile.am: Remove.
258        * configure.ac: Reflect changes above.
259
2602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Add PREINSTALL_DIRS.
263        * wrapup/Makefile.am: Reflect changes to libcpu.
264
2652004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
268        * startup/Makefile.am: Remove non-existing files setvec.c,
269        bspclean.c, exit.c from EXTRA_DIST.
270        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
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        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
342        startup/spurious_assistant.c: URL for license changed.
343
3442003-09-04      Joel Sherrill <joel@OARcorp.com>
345
346        * start/start.S: Removed incorrect statement about copyright
347        assignment.
348
3492003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Reflect having moved aclocal/.
352
3532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Reflect having moved automake/.
356        * clock/Makefile.am: Reflect having moved automake/.
357        * console/Makefile.am: Reflect having moved automake/.
358        * include/Makefile.am: Reflect having moved automake/.
359        * start/Makefile.am: Reflect having moved automake/.
360        * startup/Makefile.am: Reflect having moved automake/.
361        * timer/Makefile.am: Reflect having moved automake/.
362        * wrapup/Makefile.am: Reflect having moved automake/.
363
3642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
367
3682003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        PR 445/bsps
371        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
372        Remove cpp, old_cpp (now unused).
373
3742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Remove AC_CONFIG_AUX_DIR.
377
3782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
381
3822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.ac: AC_PREREQ(2.57).
385
3862003-01-20      Joel Sherrill <joel@OARcorp.com>
387
388        * startup/linkcmds*: Add FreeBSD sysctl() sections.
389
3902002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
393        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
394        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
395        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
397
3982002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * start/Makefile.am: Use install-data-local to install startfile.
401
4022002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
405
4062002-11-01      Joel Sherrill <joel@OARcorp.com>
407
408        * console/conscfg.c, startup/bspstart.c: Removed warnings.
409
4102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * .cvsignore: Reformat.
413        Add autom4te*cache.
414        Remove autom4te.cache.
415
4162002-08-21      Joel Sherrill <joel@OARcorp.com>
417
418        * wrapup/Makefile.am: PR217 required that the idle task be moved to
419        libcpu so it could be more acutely aware of the CPU model.  This
420        file was modified to pick up the idle task from there.
421
4222002-08-21      Joel Sherrill <joel@OARcorp.com>
423
424        * bsp_specs: Added support for -nostdlibs.
425
4262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
429        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
430        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
431        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
432        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
433        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
434
4352002-08-05      Joel Sherrill <joel@OARcorp.com>
436
437        * Per PR260 eliminate use of make-target-options.  This impacted
438        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
439        SuperCore and required that the m68k optimized memcpy be moved
440        to libcpu.
441        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
442
4432002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * start/Makefile.am: Eliminate PGM.
446        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
447
4482002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
451
4522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
455        Remove $(OBJS) from all-local.
456
4572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * wrapup/Makefile.am: Add $(LIB) to 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        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
486
4872002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
490        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
491
4922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
495
4962001-10-30      Joel Sherrill <joel@OARcorp.com>
497
498        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
499        of conditional so cpu32 does not attempt to use 68000 style
500        interrupt vectoring.
501
5022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
505        * configure.in: Remove.
506        * configure.ac: New file, generated from configure.in by autoupdate.
507
5082001-09-27      Joel Sherrill <joel@OARcorp.com>
509
510        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
511
5122001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * include/Makefile.am: Use 'CLEANFILES ='.
515        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
516
5172001-06-19      Joel Sherrill <joel@OARcorp.com>
518
519        * start/start.S: Reverse sense of conditional compilation so the
520        code will compile for a cpu32.
521
5222001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * configure.in: Add bspopts.h.
525        * include/.cvsignore: Add bspopts.h*, stamp-h*.
526        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
527        * include/bsp.h: Include bspopts.h.
528
5292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
530
531        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
532
5332001-01-03      Joel Sherrill <joel@OARcorp.com>
534
535        * start/start.S: Added space for vectors on CPU32 configuration.
536        * startup/bspstart.c: Fixed typo.
537
5382000-12-19      Joel Sherrill <joel@OARcorp.com>
539
540        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
541        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
542        debugging this.
543
5442000-11-27      Joel Sherrill <joel@OARcorp.com>
545
546        * start/start.S, startup/bspstart.c: Not functional for CPU32
547        but hopefully will compile now and give a warning saying that
548        the CPU32 variant needs work.
549
5502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
553
5542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
557
5582000-11-01      Joel Sherrill <joel@OARcorp.com>
559
560        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
561        and libcsupport.h moved from libc to lib/include/rtems and
562        now must be referenced as <rtems/XXX.h>.   Header file order
563        was cleaned up while doing this.
564
5652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
568        Switch to GNU canonicalization.
569
5702000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
571
572        * startup/linkcmds: Added lines so DWARF debug information
573        would be available.  Otherwise gdb complains that the offsets
574        for the debug info are incorrect and doesn't load the files.
575
5762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
579        startup/Makefile.am, wrapup/Makefile.am: Include 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.