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

4.104.114.84.95
Last change on this file since cf282090 was cf282090, checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 13:28:11

2001-09-27 Joel Sherrill <joel@…>

  • include/bsp.h: Renamed delay() to rtems_bsp_delay().
  • Property mode set to 100644
File size: 2.4 KB
Line 
12001-09-27      Joel Sherrill <joel@OARcorp.com>
2
3        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
4
52001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * include/Makefile.am: Use 'CLEANFILES ='.
8        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
9
102001-06-19      Joel Sherrill <joel@OARcorp.com>
11
12        * start/start.S: Reverse sense of conditional compilation so the
13        code will compile for a cpu32.
14
152001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.in: Add bspopts.h.
18        * include/.cvsignore: Add bspopts.h*, stamp-h*.
19        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
20        * include/bsp.h: Include bspopts.h.
21
222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
23
24        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
25
262001-01-03      Joel Sherrill <joel@OARcorp.com>
27
28        * start/start.S: Added space for vectors on CPU32 configuration.
29        * startup/bspstart.c: Fixed typo.
30
312000-12-19      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
34        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
35        debugging this.
36
372000-11-27      Joel Sherrill <joel@OARcorp.com>
38
39        * start/start.S, startup/bspstart.c: Not functional for CPU32
40        but hopefully will compile now and give a warning saying that
41        the CPU32 variant needs work.
42
432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
46
472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
50
512000-11-01      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
54        and libcsupport.h moved from libc to lib/include/rtems and
55        now must be referenced as <rtems/XXX.h>.   Header file order
56        was cleaned up while doing this.
57
582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
61        Switch to GNU canonicalization.
62
632000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
64
65        * startup/linkcmds: Added lines so DWARF debug information
66        would be available.  Otherwise gdb complains that the offsets
67        for the debug info are incorrect and doesn't load the files.
68
692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
72        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
73
742000-08-10      Joel Sherrill <joel@OARcorp.com>
75
76        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.