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

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

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

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4        Remove cpp, old_cpp (now unused).
5
62003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove AC_CONFIG_AUX_DIR.
9
102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AC_PREREQ(2.57).
17
182003-01-20      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds*: Add FreeBSD sysctl() sections.
21
222002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29
302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Use install-data-local to install startfile.
33
342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37
382002-11-01      Joel Sherrill <joel@OARcorp.com>
39
40        * console/conscfg.c, startup/bspstart.c: Removed warnings.
41
422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * .cvsignore: Reformat.
45        Add autom4te*cache.
46        Remove autom4te.cache.
47
482002-08-21      Joel Sherrill <joel@OARcorp.com>
49
50        * wrapup/Makefile.am: PR217 required that the idle task be moved to
51        libcpu so it could be more acutely aware of the CPU model.  This
52        file was modified to pick up the idle task from there.
53
542002-08-21      Joel Sherrill <joel@OARcorp.com>
55
56        * bsp_specs: Added support for -nostdlibs.
57
582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
66
672002-08-05      Joel Sherrill <joel@OARcorp.com>
68
69        * Per PR260 eliminate use of make-target-options.  This impacted
70        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
71        SuperCore and required that the m68k optimized memcpy be moved
72        to libcpu.
73        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
74
752002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Eliminate PGM.
78        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
79
802002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
83
842002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
87        Remove $(OBJS) from all-local.
88
892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Add $(LIB) to all-local.
92
932002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
96
972001-05-09      Joel Sherrill <joel@OARcorp.com>
98
99        * startup/linkcmds: In support of gcc 3.1, added one of more
100        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
101        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
102        and direction of segments to memory regions may also have been
103        addressed.  This was a sweep across all BSPs.
104 
1052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac:
108        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
109        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
110        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118
1192002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
122        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
123
1242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
127
1282001-10-30      Joel Sherrill <joel@OARcorp.com>
129
130        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
131        of conditional so cpu32 does not attempt to use 68000 style
132        interrupt vectoring.
133
1342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
137        * configure.in: Remove.
138        * configure.ac: New file, generated from configure.in by autoupdate.
139
1402001-09-27      Joel Sherrill <joel@OARcorp.com>
141
142        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
143
1442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * include/Makefile.am: Use 'CLEANFILES ='.
147        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
148
1492001-06-19      Joel Sherrill <joel@OARcorp.com>
150
151        * start/start.S: Reverse sense of conditional compilation so the
152        code will compile for a cpu32.
153
1542001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.in: Add bspopts.h.
157        * include/.cvsignore: Add bspopts.h*, stamp-h*.
158        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
159        * include/bsp.h: Include bspopts.h.
160
1612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
162
163        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
164
1652001-01-03      Joel Sherrill <joel@OARcorp.com>
166
167        * start/start.S: Added space for vectors on CPU32 configuration.
168        * startup/bspstart.c: Fixed typo.
169
1702000-12-19      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
173        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
174        debugging this.
175
1762000-11-27      Joel Sherrill <joel@OARcorp.com>
177
178        * start/start.S, startup/bspstart.c: Not functional for CPU32
179        but hopefully will compile now and give a warning saying that
180        the CPU32 variant needs work.
181
1822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
185
1862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
189
1902000-11-01      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
193        and libcsupport.h moved from libc to lib/include/rtems and
194        now must be referenced as <rtems/XXX.h>.   Header file order
195        was cleaned up while doing this.
196
1972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
200        Switch to GNU canonicalization.
201
2022000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
203
204        * startup/linkcmds: Added lines so DWARF debug information
205        would be available.  Otherwise gdb complains that the offsets
206        for the debug info are incorrect and doesn't load the files.
207
2082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
211        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
212
2132000-08-10      Joel Sherrill <joel@OARcorp.com>
214
215        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.