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

4.104.114.84.95
Last change on this file since 9e1ae79 was 9e1ae79, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/01 at 01:07:18

2001-11-30 Ralf Corsepius <corsepiu@…>

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