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

4.104.115
Last change on this file since 9957dbf was 9957dbf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:39:40

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
  • Property mode set to 100644
File size: 17.1 KB
RevLine 
[9957dbf]12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
4        * include/tm27.h: Removed.
5
[a14fba32]62008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
9        of building libbspstart.a, using automake-rules.
10
[995e61f7]112008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
14        * Makefile.am: Reflect changes above.
15
[64eb0c7]162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate *_SOURCES.
19
[e94666d]202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
23        components.
24
[a1bc0a15]252008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
28
[95aa5e1]292008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * configure.ac: Make letting boot_card() handle work area allocation
32        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
33        BSP_BOOTCARD_OPTIONS.
34
[ccceaf3]352008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * include/bsp.h: Remove unnecessary boilerplate comments.
38
[07ce99e]392008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, startup/linkcmds: Use top level shared
42        bsp_get_work_area() implementation.
43
[a993d45]442008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, startup/linkcmds: Add use of
47        bsp_get_work_area() in its own file and rely on BSP Framework to
48        perform more initialization. Remove unnecessary includes of
49        rtems/libio.h and rtems/libcsupport.h.
50        * console/debugio.c, startup/bsppredriverhook.c: New files.
51        * startup/bspstart.c: Removed.
52
[4909a30]532008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
56        phase, all prototypes were removed from bsp.h and empty
57        implementations were removed and made to use the shared stub.
58
[0478880]592008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * clock/clockdrv.c, startup/bspstart.c: Add missing prototypes.
62
[1d0ee80e]632008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * Makefile.am: Rework to avoid .rel files.
66
[6ea100c1]672008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * startup/bspstart.c: Refactored and renamed initialization routines to
70        rtems_initialize_data_structures, rtems_initialize_before_drivers,
71        rtems_initialize_device_drivers, and
72        rtems_initialize_start_multitasking. This opened the sequence up so
73        that bootcard() could provide a more robust and flexible framework
74        which is easier to explain and understand. This also lays the
75        groundwork for sharing the division of available memory between the
76        RTEMS workspace and heap and the C library initialization across all
77        BSPs.
78
[d1f57b5]792008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * startup/linkcmds: Add wildcard to gcc_except_table section so
82        programs compiled with gcc 4.3.x can link.
83
[4130d8e2]842007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
87        Configuration Table. Use the RTEMS provided accessor macros to obtain
88        configuration fields.
89
[cafa2c5]902007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
93        Configuration Table. Eliminate CPU Table from all ports. Delete
94        references to CPU Table in all forms.
95
[faf168f]962007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
99        the Configuration Table. This included pretasking_hook,
100        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
101        extra_mpci_receive_server_stack, stack_allocate_hook, and
102        stack_free_hook. As a side-effect of this effort some multiprocessing
103        code was made conditional and some style clean up occurred.
104
[1144653]1052007-05-03      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/linkcmds: Handle .data.* sections
108
[71c4d68]1092007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * bsp_specs: Remove qrtems_debug.
112
[fcb0cd46]1132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * configure.ac: New BUG-REPORT address.
116
[aa4369c]1172006-11-15      Joel Sherrill <joel@OARcorp.com>
118
119        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
120        file and simplified initialization.
121
[57357d9]1222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Remove superfluous -DASM.
125
[754610f]1262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Require autoconf-2.60. Require automake-1.10.
129
[4217b96]1302006-02-08      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/linkcmds: Add sections required by newer gcc versions.
133
[5a9284a]1342006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * Makefile.am: Add preinstall.am.
137
[844609f9]1382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
141
[4cbf22a]1422005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Remove build-variant support.
145
[7f71164]1462004-11-25      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
149        Also extended RAM section since this is for a simulator
150
[97891e5e]1512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        * configure.ac: Require automake > 1.9.
154
[3defec6]1552004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        PR 610/bsps
158        * Makefile.am: Add include/tm27.h, Cosmetics.
159        * include/tm27.h: Final cosmetics.
160
[0df29b07]1612004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * include/bsp.h: Split out tmtest27 support.
164        * include/tm27.h: New.
165
[3344730a]1662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        PR 613/bsps
169        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
170
[7dd6e8d]1712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        PR 614/bsps
174        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
175
[fb7a141]1762004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
179        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
180        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
181
[f3e486aa]1822004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
185        startup/bspstart.c: Convert to using c99 fixed size types.
186
[2a7f9a28]1872004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Reflect changes to bsp.am.
190        Preinstall dist_project_lib*.
191
[6ac101b]1922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect changes to bsp.am.
195
[c24d7c84]1962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
199
[4cb9d26]2002004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Pickup files from ../../m68k/shared instead of
203        ../shared. Reformat.
204
[bd5b4e56]2052004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
208
[7f2e47b9]2092004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
212        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use
213        automake compilation rules.
214        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
215        timer/Makefile.am, wrapup/Makefile.am: Remove.
216        * configure.ac: Reflect changes above.
217
[7fc5229c]2182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Add PREINSTALL_DIRS.
221        * wrapup/Makefile.am: Reflect changes to libcpu.
222
[e78e7be4]2232004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
226        * startup/Makefile.am: Remove non-existing files setvec.c,
227        bspclean.c, exit.c from EXTRA_DIST.
228        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
229        * wrapup/Makefile.am: Reflect changes to libcpu.
230
[ff716ea0]2312004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
234        Add PRE/TMPINSTALL_FILES to CLEANFILES.
235        * startup/Makefile.am: Ditto.
236
[65cf99c]2372004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am: Remove.
240        * Makefile.am: Merge-in start/Makefile.am.
241        * configure.ac: Reflect changes above.
242
[6411947]2432004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * wrapup/Makefile.am: Eliminate $(LIB).
246        Use noinst_DATA to trigger building libbsp.a.
247
[b35414a]2482003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
251        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
252
[935773b]2532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
256        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
257
[810720b6]2582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
261
[4d5d97b]2622003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * start/Makefile.am: Misc cleanups and fixes.
265        * startup/Makefile.am: Misc cleanups and fixes.
266        * wrapup/Makefile.am: Misc cleanups and fixes.
267
[d4ee0ce]2682003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Add preinstallation dirstamp support.
271        * clock/Makefile.am: Cosmetics.
272        * console/Makefile.am: Cosmetics.
273        * startup/Makefile.am: Cosmetics.
274        * timer/Makefile.am: Cosmetics.
275        * wrapup/Makefile.am: Cosmetics.
276
[5ceaa08]2772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * clock/Makefile.am: Remove all-local: $(ARCH).
280        * console/Makefile.am: Remove all-local: $(ARCH).
281        * start/Makefile.am: Remove all-local: $(ARCH).
282        * startup/Makefile.am: Remove all-local: $(ARCH).
283        * timer/Makefile.am: Remove all-local: $(ARCH).
284        * wrapup/Makefile.am: Remove all-local: $(ARCH).
285
[2821666f]2862003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Merge-in include/Makefile.am.
289        Reflect changes to bsp.am.
290        * include/Makefile.am: Remove.
291        * configure.ac: Reflect changes above.
292
[a1546de]2932003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * bsp_specs: Remove *lib:.
296
[1626fcc]2972003-09-04      Joel Sherrill <joel@OARcorp.com>
298
299        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
300        startup/spurious_assistant.c: URL for license changed.
301
[1754ffe]3022003-09-04      Joel Sherrill <joel@OARcorp.com>
303
304        * start/start.S: Removed incorrect statement about copyright
305        assignment.
306
[fe8bc62f]3072003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Reflect having moved aclocal/.
310
[a4aeb92]3112003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
[c483a4e]313        * Makefile.am: Reflect having moved automake/.
314        * clock/Makefile.am: Reflect having moved automake/.
315        * console/Makefile.am: Reflect having moved automake/.
316        * include/Makefile.am: Reflect having moved automake/.
317        * start/Makefile.am: Reflect having moved automake/.
318        * startup/Makefile.am: Reflect having moved automake/.
319        * timer/Makefile.am: Reflect having moved automake/.
320        * wrapup/Makefile.am: Reflect having moved automake/.
[a4aeb92]321
[7dcc3fe]3222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
325
[d266acd2]3262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
[75fcb394]328        PR 445/bsps
[d266acd2]329        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
330        Remove cpp, old_cpp (now unused).
331
[7a97f26]3322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Remove AC_CONFIG_AUX_DIR.
335
[ccd81b60]3362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
339
[9b5c258]3402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: AC_PREREQ(2.57).
343
[1d36d2af]3442003-01-20      Joel Sherrill <joel@OARcorp.com>
345
346        * startup/linkcmds*: Add FreeBSD sysctl() sections.
347
[4dd4156]3482002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
351        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
352        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355
[59a01a6e]3562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * start/Makefile.am: Use install-data-local to install startfile.
359
[b5a2912f]3602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
363
[faab731]3642002-11-01      Joel Sherrill <joel@OARcorp.com>
365
366        * console/conscfg.c, startup/bspstart.c: Removed warnings.
367
[8730f45]3682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * .cvsignore: Reformat.
371        Add autom4te*cache.
372        Remove autom4te.cache.
373
[0308c805]3742002-08-21      Joel Sherrill <joel@OARcorp.com>
375
376        * wrapup/Makefile.am: PR217 required that the idle task be moved to
377        libcpu so it could be more acutely aware of the CPU model.  This
378        file was modified to pick up the idle task from there.
379
[a2ae30c2]3802002-08-21      Joel Sherrill <joel@OARcorp.com>
381
382        * bsp_specs: Added support for -nostdlibs.
383
[88a67b6]3842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
387        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
388        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
389        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
390        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
391        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
392
[75adbe5f]3932002-08-05      Joel Sherrill <joel@OARcorp.com>
394
395        * Per PR260 eliminate use of make-target-options.  This impacted
396        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
397        SuperCore and required that the m68k optimized memcpy be moved
398        to libcpu.
399        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
400
[496686a]4012002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * start/Makefile.am: Eliminate PGM.
404        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
405
[f4d43dd]4062002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
409
[445c0a0]4102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
413        Remove $(OBJS) from all-local.
414
[d16af043]4152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * wrapup/Makefile.am: Add $(LIB) to all-local.
418
[80defac]4192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
422
[85c92574]4232001-05-09      Joel Sherrill <joel@OARcorp.com>
424
425        * startup/linkcmds: In support of gcc 3.1, added one of more
426        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
427        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
428        and direction of segments to memory regions may also have been
429        addressed.  This was a sweep across all BSPs.
430 
[ddd9abf]4312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac:
434        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
435        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
436        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
444
[0c1f025]4452002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
448        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
449
[9e1ae79]4502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
453
[37b2f34]4542001-10-30      Joel Sherrill <joel@OARcorp.com>
455
456        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
457        of conditional so cpu32 does not attempt to use 68000 style
458        interrupt vectoring.
459
[df25c998]4602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
463        * configure.in: Remove.
464        * configure.ac: New file, generated from configure.in by autoupdate.
465
[cf282090]4662001-09-27      Joel Sherrill <joel@OARcorp.com>
467
468        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
469
[7b4917c]4702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * include/Makefile.am: Use 'CLEANFILES ='.
473        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
474
[b7dac38]4752001-06-19      Joel Sherrill <joel@OARcorp.com>
476
477        * start/start.S: Reverse sense of conditional compilation so the
478        code will compile for a cpu32.
479
[4906d72f]4802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.in: Add bspopts.h.
483        * include/.cvsignore: Add bspopts.h*, stamp-h*.
484        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
485        * include/bsp.h: Include bspopts.h.
486
[6f21328]4872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
488
489        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
490
[7f9bee00]4912001-01-03      Joel Sherrill <joel@OARcorp.com>
492
493        * start/start.S: Added space for vectors on CPU32 configuration.
494        * startup/bspstart.c: Fixed typo.
495
[d4f0eef]4962000-12-19      Joel Sherrill <joel@OARcorp.com>
497
498        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
499        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
500        debugging this.
501
[1d2cfc0]5022000-11-27      Joel Sherrill <joel@OARcorp.com>
503
504        * start/start.S, startup/bspstart.c: Not functional for CPU32
505        but hopefully will compile now and give a warning saying that
506        the CPU32 variant needs work.
507
[feead226]5082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
511
[a314d3b4]5122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
515
[eba2e4f]5162000-11-01      Joel Sherrill <joel@OARcorp.com>
517
518        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
519        and libcsupport.h moved from libc to lib/include/rtems and
520        now must be referenced as <rtems/XXX.h>.   Header file order
521        was cleaned up while doing this.
522
[e83378d]5232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
526        Switch to GNU canonicalization.
527
[9f30a08b]5282000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
529
530        * startup/linkcmds: Added lines so DWARF debug information
531        would be available.  Otherwise gdb complains that the offsets
532        for the debug info are incorrect and doesn't load the files.
533
[df782fc]5342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
537        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
538
[e94ad1fe]5392000-08-10      Joel Sherrill <joel@OARcorp.com>
540
541        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.