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

4.104.114.84.95
Last change on this file since 68a8de7 was 37b2f34, checked in by Joel Sherrill <joel.sherrill@…>, on 10/30/01 at 14:30:08

2001-10-30 Joel Sherrill <joel@…>

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