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

4.104.114.84.95
Last change on this file since 0c1f025 was 0c1f025, checked in by Joel Sherrill <joel.sherrill@…>, on 01/06/02 at 20:06:32

2002-01-03 Ralf Corsepius <corsepiu@…>

  • startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
  • startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
  • Property mode set to 100644
File size: 3.1 KB
Line 
12002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
4        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
5
62001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
9
102001-10-30      Joel Sherrill <joel@OARcorp.com>
11
12        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
13        of conditional so cpu32 does not attempt to use 68000 style
14        interrupt vectoring.
15
162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
19        * configure.in: Remove.
20        * configure.ac: New file, generated from configure.in by autoupdate.
21
222001-09-27      Joel Sherrill <joel@OARcorp.com>
23
24        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
25
262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * include/Makefile.am: Use 'CLEANFILES ='.
29        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
30
312001-06-19      Joel Sherrill <joel@OARcorp.com>
32
33        * start/start.S: Reverse sense of conditional compilation so the
34        code will compile for a cpu32.
35
362001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.in: Add bspopts.h.
39        * include/.cvsignore: Add bspopts.h*, stamp-h*.
40        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
41        * include/bsp.h: Include bspopts.h.
42
432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
44
45        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
46
472001-01-03      Joel Sherrill <joel@OARcorp.com>
48
49        * start/start.S: Added space for vectors on CPU32 configuration.
50        * startup/bspstart.c: Fixed typo.
51
522000-12-19      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
55        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
56        debugging this.
57
582000-11-27      Joel Sherrill <joel@OARcorp.com>
59
60        * start/start.S, startup/bspstart.c: Not functional for CPU32
61        but hopefully will compile now and give a warning saying that
62        the CPU32 variant needs work.
63
642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
67
682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
71
722000-11-01      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
75        and libcsupport.h moved from libc to lib/include/rtems and
76        now must be referenced as <rtems/XXX.h>.   Header file order
77        was cleaned up while doing this.
78
792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
82        Switch to GNU canonicalization.
83
842000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
85
86        * startup/linkcmds: Added lines so DWARF debug information
87        would be available.  Otherwise gdb complains that the offsets
88        for the debug info are incorrect and doesn't load the files.
89
902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
93        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
94
952000-08-10      Joel Sherrill <joel@OARcorp.com>
96
97        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.