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

4.104.114.84.95
Last change on this file since ddd9abf was ddd9abf, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:41:02

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
14
152002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
18        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
19
202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
23
242001-10-30      Joel Sherrill <joel@OARcorp.com>
25
26        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
27        of conditional so cpu32 does not attempt to use 68000 style
28        interrupt vectoring.
29
302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
33        * configure.in: Remove.
34        * configure.ac: New file, generated from configure.in by autoupdate.
35
362001-09-27      Joel Sherrill <joel@OARcorp.com>
37
38        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
39
402001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * include/Makefile.am: Use 'CLEANFILES ='.
43        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
44
452001-06-19      Joel Sherrill <joel@OARcorp.com>
46
47        * start/start.S: Reverse sense of conditional compilation so the
48        code will compile for a cpu32.
49
502001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.in: Add bspopts.h.
53        * include/.cvsignore: Add bspopts.h*, stamp-h*.
54        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
55        * include/bsp.h: Include bspopts.h.
56
572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
58
59        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
60
612001-01-03      Joel Sherrill <joel@OARcorp.com>
62
63        * start/start.S: Added space for vectors on CPU32 configuration.
64        * startup/bspstart.c: Fixed typo.
65
662000-12-19      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
69        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
70        debugging this.
71
722000-11-27      Joel Sherrill <joel@OARcorp.com>
73
74        * start/start.S, startup/bspstart.c: Not functional for CPU32
75        but hopefully will compile now and give a warning saying that
76        the CPU32 variant needs work.
77
782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
81
822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
85
862000-11-01      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
89        and libcsupport.h moved from libc to lib/include/rtems and
90        now must be referenced as <rtems/XXX.h>.   Header file order
91        was cleaned up while doing this.
92
932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
96        Switch to GNU canonicalization.
97
982000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
99
100        * startup/linkcmds: Added lines so DWARF debug information
101        would be available.  Otherwise gdb complains that the offsets
102        for the debug info are incorrect and doesn't load the files.
103
1042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
107        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
108
1092000-08-10      Joel Sherrill <joel@OARcorp.com>
110
111        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.