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

4.104.114.84.95
Last change on this file since 80defac was 80defac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:05:34

2002-06-29 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Remove preinstallation of libbsp.a,
  • Property mode set to 100644
File size: 4.0 KB
Line 
12002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
4
52001-05-09      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: In support of gcc 3.1, added one of more
8        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
9        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
10        and direction of segments to memory regions may also have been
11        addressed.  This was a sweep across all BSPs.
12 
132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac:
16        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
17        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
18        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
26
272002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
30        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
31
322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
35
362001-10-30      Joel Sherrill <joel@OARcorp.com>
37
38        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
39        of conditional so cpu32 does not attempt to use 68000 style
40        interrupt vectoring.
41
422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
45        * configure.in: Remove.
46        * configure.ac: New file, generated from configure.in by autoupdate.
47
482001-09-27      Joel Sherrill <joel@OARcorp.com>
49
50        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
51
522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * include/Makefile.am: Use 'CLEANFILES ='.
55        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
56
572001-06-19      Joel Sherrill <joel@OARcorp.com>
58
59        * start/start.S: Reverse sense of conditional compilation so the
60        code will compile for a cpu32.
61
622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Add bspopts.h.
65        * include/.cvsignore: Add bspopts.h*, stamp-h*.
66        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
67        * include/bsp.h: Include bspopts.h.
68
692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
70
71        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
72
732001-01-03      Joel Sherrill <joel@OARcorp.com>
74
75        * start/start.S: Added space for vectors on CPU32 configuration.
76        * startup/bspstart.c: Fixed typo.
77
782000-12-19      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
81        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
82        debugging this.
83
842000-11-27      Joel Sherrill <joel@OARcorp.com>
85
86        * start/start.S, startup/bspstart.c: Not functional for CPU32
87        but hopefully will compile now and give a warning saying that
88        the CPU32 variant needs work.
89
902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
93
942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
97
982000-11-01      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
101        and libcsupport.h moved from libc to lib/include/rtems and
102        now must be referenced as <rtems/XXX.h>.   Header file order
103        was cleaned up while doing this.
104
1052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
108        Switch to GNU canonicalization.
109
1102000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
111
112        * startup/linkcmds: Added lines so DWARF debug information
113        would be available.  Otherwise gdb complains that the offsets
114        for the debug info are incorrect and doesn't load the files.
115
1162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
119        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
120
1212000-08-10      Joel Sherrill <joel@OARcorp.com>
122
123        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.