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

4.104.114.84.95
Last change on this file since 59a01a6e was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

2002-12-12 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-11-01      Joel Sherrill <joel@OARcorp.com>
10
11        * console/conscfg.c, startup/bspstart.c: Removed warnings.
12
132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Reformat.
16        Add autom4te*cache.
17        Remove autom4te.cache.
18
192002-08-21      Joel Sherrill <joel@OARcorp.com>
20
21        * wrapup/Makefile.am: PR217 required that the idle task be moved to
22        libcpu so it could be more acutely aware of the CPU model.  This
23        file was modified to pick up the idle task from there.
24
252002-08-21      Joel Sherrill <joel@OARcorp.com>
26
27        * bsp_specs: Added support for -nostdlibs.
28
292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
37
382002-08-05      Joel Sherrill <joel@OARcorp.com>
39
40        * Per PR260 eliminate use of make-target-options.  This impacted
41        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
42        SuperCore and required that the m68k optimized memcpy be moved
43        to libcpu.
44        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
45
462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Eliminate PGM.
49        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
50
512002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
54
552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
58        Remove $(OBJS) from all-local.
59
602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Add $(LIB) to all-local.
63
642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
67
682001-05-09      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: In support of gcc 3.1, added one of more
71        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
72        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
73        and direction of segments to memory regions may also have been
74        addressed.  This was a sweep across all BSPs.
75 
762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac:
79        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
80        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
81        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
89
902002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
93        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
94
952001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
98
992001-10-30      Joel Sherrill <joel@OARcorp.com>
100
101        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
102        of conditional so cpu32 does not attempt to use 68000 style
103        interrupt vectoring.
104
1052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
108        * configure.in: Remove.
109        * configure.ac: New file, generated from configure.in by autoupdate.
110
1112001-09-27      Joel Sherrill <joel@OARcorp.com>
112
113        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
114
1152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * include/Makefile.am: Use 'CLEANFILES ='.
118        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
119
1202001-06-19      Joel Sherrill <joel@OARcorp.com>
121
122        * start/start.S: Reverse sense of conditional compilation so the
123        code will compile for a cpu32.
124
1252001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.in: Add bspopts.h.
128        * include/.cvsignore: Add bspopts.h*, stamp-h*.
129        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
130        * include/bsp.h: Include bspopts.h.
131
1322001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
133
134        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
135
1362001-01-03      Joel Sherrill <joel@OARcorp.com>
137
138        * start/start.S: Added space for vectors on CPU32 configuration.
139        * startup/bspstart.c: Fixed typo.
140
1412000-12-19      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
144        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
145        debugging this.
146
1472000-11-27      Joel Sherrill <joel@OARcorp.com>
148
149        * start/start.S, startup/bspstart.c: Not functional for CPU32
150        but hopefully will compile now and give a warning saying that
151        the CPU32 variant needs work.
152
1532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
156
1572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
160
1612000-11-01      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
164        and libcsupport.h moved from libc to lib/include/rtems and
165        now must be referenced as <rtems/XXX.h>.   Header file order
166        was cleaned up while doing this.
167
1682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
171        Switch to GNU canonicalization.
172
1732000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
174
175        * startup/linkcmds: Added lines so DWARF debug information
176        would be available.  Otherwise gdb complains that the offsets
177        for the debug info are incorrect and doesn't load the files.
178
1792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
182        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
183
1842000-08-10      Joel Sherrill <joel@OARcorp.com>
185
186        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.