source: rtems/c/src/lib/libbsp/m68k/sim68000/ChangeLog @ 75fcb394

4.104.114.84.95
Last change on this file since 75fcb394 was 75fcb394, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:13:52

Correcting to include PR numbers.

  • Property mode set to 100644
File size: 6.9 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 445/bsps
8        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
9        Remove cpp, old_cpp (now unused).
10
112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
232003-01-20      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds*: Add FreeBSD sysctl() sections.
26
272002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34
352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * start/Makefile.am: Use install-data-local to install startfile.
38
392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-11-01      Joel Sherrill <joel@OARcorp.com>
44
45        * console/conscfg.c, startup/bspstart.c: Removed warnings.
46
472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * .cvsignore: Reformat.
50        Add autom4te*cache.
51        Remove autom4te.cache.
52
532002-08-21      Joel Sherrill <joel@OARcorp.com>
54
55        * wrapup/Makefile.am: PR217 required that the idle task be moved to
56        libcpu so it could be more acutely aware of the CPU model.  This
57        file was modified to pick up the idle task from there.
58
592002-08-21      Joel Sherrill <joel@OARcorp.com>
60
61        * bsp_specs: Added support for -nostdlibs.
62
632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
71
722002-08-05      Joel Sherrill <joel@OARcorp.com>
73
74        * Per PR260 eliminate use of make-target-options.  This impacted
75        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
76        SuperCore and required that the m68k optimized memcpy be moved
77        to libcpu.
78        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
79
802002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * start/Makefile.am: Eliminate PGM.
83        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
84
852002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
88
892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
92        Remove $(OBJS) from all-local.
93
942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Add $(LIB) to all-local.
97
982002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
101
1022001-05-09      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: In support of gcc 3.1, added one of more
105        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
106        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
107        and direction of segments to memory regions may also have been
108        addressed.  This was a sweep across all BSPs.
109 
1102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac:
113        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
114        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
115        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
123
1242002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
127        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
128
1292001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
132
1332001-10-30      Joel Sherrill <joel@OARcorp.com>
134
135        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
136        of conditional so cpu32 does not attempt to use 68000 style
137        interrupt vectoring.
138
1392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
142        * configure.in: Remove.
143        * configure.ac: New file, generated from configure.in by autoupdate.
144
1452001-09-27      Joel Sherrill <joel@OARcorp.com>
146
147        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
148
1492001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * include/Makefile.am: Use 'CLEANFILES ='.
152        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
153
1542001-06-19      Joel Sherrill <joel@OARcorp.com>
155
156        * start/start.S: Reverse sense of conditional compilation so the
157        code will compile for a cpu32.
158
1592001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.in: Add bspopts.h.
162        * include/.cvsignore: Add bspopts.h*, stamp-h*.
163        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
164        * include/bsp.h: Include bspopts.h.
165
1662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
167
168        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
169
1702001-01-03      Joel Sherrill <joel@OARcorp.com>
171
172        * start/start.S: Added space for vectors on CPU32 configuration.
173        * startup/bspstart.c: Fixed typo.
174
1752000-12-19      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
178        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
179        debugging this.
180
1812000-11-27      Joel Sherrill <joel@OARcorp.com>
182
183        * start/start.S, startup/bspstart.c: Not functional for CPU32
184        but hopefully will compile now and give a warning saying that
185        the CPU32 variant needs work.
186
1872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
190
1912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
194
1952000-11-01      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
198        and libcsupport.h moved from libc to lib/include/rtems and
199        now must be referenced as <rtems/XXX.h>.   Header file order
200        was cleaned up while doing this.
201
2022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
205        Switch to GNU canonicalization.
206
2072000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
208
209        * startup/linkcmds: Added lines so DWARF debug information
210        would be available.  Otherwise gdb complains that the offsets
211        for the debug info are incorrect and doesn't load the files.
212
2132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
216        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
217
2182000-08-10      Joel Sherrill <joel@OARcorp.com>
219
220        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.