source: rtems/c/src/lib/libbsp/m68k/gen68360/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.5 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-21      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        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: Use install-data-local to install startfile.
34
352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * .cvsignore: Reformat.
42        Add autom4te*cache.
43        Remove autom4te.cache.
44
452002-08-21      Joel Sherrill <joel@OARcorp.com>
46
47        * wrapup/Makefile.am: PR217 required that the idle task be moved to
48        libcpu so it could be more acutely aware of the CPU model.  This
49        file was modified to pick up the idle task from there.
50
512002-08-21      Joel Sherrill <joel@OARcorp.com>
52
53        * bsp_specs: Added support for -nostdlibs.
54
552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
64
652002-08-05      Joel Sherrill <joel@OARcorp.com>
66
67        * Per PR260 eliminate use of make-target-options.  This impacted
68        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
69        SuperCore and required that the m68k optimized memcpy be moved
70        to libcpu.
71        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
72
732002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: Eliminate PGM.
76        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
77
782002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
81        linkcmds.bootp.
82
832002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
86        Remove $(OBJS) from all-local.
87
882002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
91
922002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
93
94        * startup/Makefile.am: Compile the m68k gdb stub and glue.
95
962002-05-14      Eric Norum <eric.norum@usask.ca>
97
98        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
99        sections needed by gcc 3.1.  linkcmds had already been fixed on
100        a gcc 3.1 clean up sweep.
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        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
124
1252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
128
1292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
132        * configure.in: Remove.
133        * configure.ac: New file, generated from configure.in by autoupdate.
134
1352001-09-27      Joel Sherrill <joel@OARcorp.com>
136
137        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
138
1392001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
142
1432001-09-14      Eric Norum <eric.norum@usask.ca>
144
145        * startup/init68360.c: Modifications to make gcc 3.x happy.
146
1472001-09-19      Eric Norum <eric.norum@usask.ca>
148
149        * README: Bring it more in line with reality.
150
1512001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.in: Add bspopts.h.
154        * include/.cvsignore: Add bspopts.h*, stamp-h*.
155        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
156        * include/bsp.h: Include bspopts.h.
157
1582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
159
160        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
161
1622001-01-12      Eric Norum <eric.norum@usask.ca>
163
164        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
165        Clock driver updated to use shell driver mechanism.
166        * clock/ckinit.c: Removed.
167        * clock/clock.c: New file.
168
1692000-12-19      Joel Sherrill <joel@OARcorp.com>
170
171        * Makefile.am: Removed unneeded blank line.
172
1732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
176
1772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
180
1812000-11-01      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
184        and libcsupport.h moved from libc to lib/include/rtems and
185        now must be referenced as <rtems/XXX.h>.   Header file order
186        was cleaned up while doing this.
187
1882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
191        Switch to GNU canonicalization.
192
1932000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
194
195        * startup/linkcmds: Added lines so DWARF debug information
196        would be available.  Otherwise gdb complains that the offsets
197        for the debug info are incorrect and doesn't load the files.
198
1992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
202        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
203        wrapup/Makefile.am: Include compile.am
204
2052000-08-10      Joel Sherrill <joel@OARcorp.com>
206
207        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.