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

4.104.114.84.95
Last change on this file since 88daa3d was 88daa3d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:56:51

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
network/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 7.3 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4        clock/Makefile.am: Reflect having moved automake.
5        console/Makefile.am: Reflect having moved automake.
6        include/Makefile.am: Reflect having moved automake.
7        network/Makefile.am: Reflect having moved automake.
8        start/Makefile.am: Reflect having moved automake.
9        startup/Makefile.am: Reflect having moved automake.
10        timer/Makefile.am: Reflect having moved automake.
11        wrapup/Makefile.am: Reflect having moved automake.
12
132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        PR 452/bsps
16        * startup/Makefile.am: Remove USE_INIT_FINI.
17
182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
21
222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        PR 445/bsps
25        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
26        Remove cpp, old_cpp (now unused).
27
282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove AC_CONFIG_AUX_DIR.
31
322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AC_PREREQ(2.57).
39
402003-01-20      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds*: Add FreeBSD sysctl() sections.
43
442002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
52
532002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * start/Makefile.am: Use install-data-local to install startfile.
56
572002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60
612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * .cvsignore: Reformat.
64        Add autom4te*cache.
65        Remove autom4te.cache.
66
672002-08-21      Joel Sherrill <joel@OARcorp.com>
68
69        * wrapup/Makefile.am: PR217 required that the idle task be moved to
70        libcpu so it could be more acutely aware of the CPU model.  This
71        file was modified to pick up the idle task from there.
72
732002-08-21      Joel Sherrill <joel@OARcorp.com>
74
75        * bsp_specs: Added support for -nostdlibs.
76
772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
86
872002-08-05      Joel Sherrill <joel@OARcorp.com>
88
89        * Per PR260 eliminate use of make-target-options.  This impacted
90        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
91        SuperCore and required that the m68k optimized memcpy be moved
92        to libcpu.
93        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
94
952002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * start/Makefile.am: Eliminate PGM.
98        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
99
1002002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
103        linkcmds.bootp.
104
1052002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
108        Remove $(OBJS) from all-local.
109
1102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
113
1142002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
115
116        * startup/Makefile.am: Compile the m68k gdb stub and glue.
117
1182002-05-14      Eric Norum <eric.norum@usask.ca>
119
120        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
121        sections needed by gcc 3.1.  linkcmds had already been fixed on
122        a gcc 3.1 clean up sweep.
123
1242001-05-09      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/linkcmds: In support of gcc 3.1, added one of more
127        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
128        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
129        and direction of segments to memory regions may also have been
130        addressed.  This was a sweep across all BSPs.
131 
1322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac:
135        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
136        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
137        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
146
1472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
150
1512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
154        * configure.in: Remove.
155        * configure.ac: New file, generated from configure.in by autoupdate.
156
1572001-09-27      Joel Sherrill <joel@OARcorp.com>
158
159        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
160
1612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
164
1652001-09-14      Eric Norum <eric.norum@usask.ca>
166
167        * startup/init68360.c: Modifications to make gcc 3.x happy.
168
1692001-09-19      Eric Norum <eric.norum@usask.ca>
170
171        * README: Bring it more in line with reality.
172
1732001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.in: Add bspopts.h.
176        * include/.cvsignore: Add bspopts.h*, stamp-h*.
177        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
178        * include/bsp.h: Include bspopts.h.
179
1802001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
181
182        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
183
1842001-01-12      Eric Norum <eric.norum@usask.ca>
185
186        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
187        Clock driver updated to use shell driver mechanism.
188        * clock/ckinit.c: Removed.
189        * clock/clock.c: New file.
190
1912000-12-19      Joel Sherrill <joel@OARcorp.com>
192
193        * Makefile.am: Removed unneeded blank line.
194
1952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
198
1992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
202
2032000-11-01      Joel Sherrill <joel@OARcorp.com>
204
205        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
206        and libcsupport.h moved from libc to lib/include/rtems and
207        now must be referenced as <rtems/XXX.h>.   Header file order
208        was cleaned up while doing this.
209
2102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
213        Switch to GNU canonicalization.
214
2152000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
216
217        * startup/linkcmds: Added lines so DWARF debug information
218        would be available.  Otherwise gdb complains that the offsets
219        for the debug info are incorrect and doesn't load the files.
220
2212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
224        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
225        wrapup/Makefile.am: Include compile.am
226
2272000-08-10      Joel Sherrill <joel@OARcorp.com>
228
229        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.