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

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 6.3 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92003-01-20      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds*: Add FreeBSD sysctl() sections.
12
132002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21
222002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * start/Makefile.am: Use install-data-local to install startfile.
25
262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29
302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * .cvsignore: Reformat.
33        Add autom4te*cache.
34        Remove autom4te.cache.
35
362002-08-21      Joel Sherrill <joel@OARcorp.com>
37
38        * wrapup/Makefile.am: PR217 required that the idle task be moved to
39        libcpu so it could be more acutely aware of the CPU model.  This
40        file was modified to pick up the idle task from there.
41
422002-08-21      Joel Sherrill <joel@OARcorp.com>
43
44        * bsp_specs: Added support for -nostdlibs.
45
462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
55
562002-08-05      Joel Sherrill <joel@OARcorp.com>
57
58        * Per PR260 eliminate use of make-target-options.  This impacted
59        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
60        SuperCore and required that the m68k optimized memcpy be moved
61        to libcpu.
62        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
63
642002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Eliminate PGM.
67        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
68
692002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
72        linkcmds.bootp.
73
742002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
77        Remove $(OBJS) from all-local.
78
792002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
82
832002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
84
85        * startup/Makefile.am: Compile the m68k gdb stub and glue.
86
872002-05-14      Eric Norum <eric.norum@usask.ca>
88
89        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
90        sections needed by gcc 3.1.  linkcmds had already been fixed on
91        a gcc 3.1 clean up sweep.
92
932001-05-09      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: In support of gcc 3.1, added one of more
96        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
97        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
98        and direction of segments to memory regions may also have been
99        addressed.  This was a sweep across all BSPs.
100 
1012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac:
104        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
105        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
106        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
115
1162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
119
1202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
123        * configure.in: Remove.
124        * configure.ac: New file, generated from configure.in by autoupdate.
125
1262001-09-27      Joel Sherrill <joel@OARcorp.com>
127
128        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
129
1302001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
133
1342001-09-14      Eric Norum <eric.norum@usask.ca>
135
136        * startup/init68360.c: Modifications to make gcc 3.x happy.
137
1382001-09-19      Eric Norum <eric.norum@usask.ca>
139
140        * README: Bring it more in line with reality.
141
1422001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Add bspopts.h.
145        * include/.cvsignore: Add bspopts.h*, stamp-h*.
146        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
147        * include/bsp.h: Include bspopts.h.
148
1492001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
150
151        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
152
1532001-01-12      Eric Norum <eric.norum@usask.ca>
154
155        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
156        Clock driver updated to use shell driver mechanism.
157        * clock/ckinit.c: Removed.
158        * clock/clock.c: New file.
159
1602000-12-19      Joel Sherrill <joel@OARcorp.com>
161
162        * Makefile.am: Removed unneeded blank line.
163
1642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
167
1682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
171
1722000-11-01      Joel Sherrill <joel@OARcorp.com>
173
174        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
175        and libcsupport.h moved from libc to lib/include/rtems and
176        now must be referenced as <rtems/XXX.h>.   Header file order
177        was cleaned up while doing this.
178
1792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
182        Switch to GNU canonicalization.
183
1842000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
185
186        * startup/linkcmds: Added lines so DWARF debug information
187        would be available.  Otherwise gdb complains that the offsets
188        for the debug info are incorrect and doesn't load the files.
189
1902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
193        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
194        wrapup/Makefile.am: Include compile.am
195
1962000-08-10      Joel Sherrill <joel@OARcorp.com>
197
198        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.