source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ 352288b

4.104.114.84.95
Last change on this file since 352288b was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * wrapup/Makefile.am: PR217 required that the idle task be moved to
10        libcpu so it could be more acutely aware of the CPU model.  This
11        file was modified to pick up the idle task from there.
12
132002-08-21      Joel Sherrill <joel@OARcorp.com>
14
15        * bsp_specs: Added support for -nostdlibs.
16
172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
26
272002-08-05      Joel Sherrill <joel@OARcorp.com>
28
29        * Per PR260 eliminate use of make-target-options.  This impacted
30        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
31        SuperCore and required that the m68k optimized memcpy be moved
32        to libcpu.
33        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
34
352002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * start/Makefile.am: Eliminate PGM.
38        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
39
402002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
43        linkcmds.bootp.
44
452002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
48        Remove $(OBJS) from all-local.
49
502002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
53
542002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
55
56        * startup/Makefile.am: Compile the m68k gdb stub and glue.
57
582002-05-14      Eric Norum <eric.norum@usask.ca>
59
60        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
61        sections needed by gcc 3.1.  linkcmds had already been fixed on
62        a gcc 3.1 clean up sweep.
63
642001-05-09      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: In support of gcc 3.1, added one of more
67        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
68        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
69        and direction of segments to memory regions may also have been
70        addressed.  This was a sweep across all BSPs.
71 
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
86
872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
90
912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
94        * configure.in: Remove.
95        * configure.ac: New file, generated from configure.in by autoupdate.
96
972001-09-27      Joel Sherrill <joel@OARcorp.com>
98
99        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
100
1012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
104
1052001-09-14      Eric Norum <eric.norum@usask.ca>
106
107        * startup/init68360.c: Modifications to make gcc 3.x happy.
108
1092001-09-19      Eric Norum <eric.norum@usask.ca>
110
111        * README: Bring it more in line with reality.
112
1132001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.in: Add bspopts.h.
116        * include/.cvsignore: Add bspopts.h*, stamp-h*.
117        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
118        * include/bsp.h: Include bspopts.h.
119
1202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
123
1242001-01-12      Eric Norum <eric.norum@usask.ca>
125
126        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
127        Clock driver updated to use shell driver mechanism.
128        * clock/ckinit.c: Removed.
129        * clock/clock.c: New file.
130
1312000-12-19      Joel Sherrill <joel@OARcorp.com>
132
133        * Makefile.am: Removed unneeded blank line.
134
1352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
138
1392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
142
1432000-11-01      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
146        and libcsupport.h moved from libc to lib/include/rtems and
147        now must be referenced as <rtems/XXX.h>.   Header file order
148        was cleaned up while doing this.
149
1502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
153        Switch to GNU canonicalization.
154
1552000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
156
157        * startup/linkcmds: Added lines so DWARF debug information
158        would be available.  Otherwise gdb complains that the offsets
159        for the debug info are incorrect and doesn't load the files.
160
1612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
164        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
165        wrapup/Makefile.am: Include compile.am
166
1672000-08-10      Joel Sherrill <joel@OARcorp.com>
168
169        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.