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

4.104.114.84.95
Last change on this file since d7aecdc was df25c998, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:36:23

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

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