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

4.104.114.84.95
Last change on this file since 317458ce was 317458ce, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 16:07:24

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

  • startup/Makefile.am: Remove USE_INIT_FINI.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Remove USE_INIT_FINI.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
8
92003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
12        Remove cpp, old_cpp (now unused).
13
142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove AC_CONFIG_AUX_DIR.
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
21
222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: AC_PREREQ(2.57).
25
262003-01-20      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds*: Add FreeBSD sysctl() sections.
29
302002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * start/Makefile.am: Use install-data-local to install startfile.
42
432002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
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        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
72
732002-08-05      Joel Sherrill <joel@OARcorp.com>
74
75        * Per PR260 eliminate use of make-target-options.  This impacted
76        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
77        SuperCore and required that the m68k optimized memcpy be moved
78        to libcpu.
79        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
80
812002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Eliminate PGM.
84        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
85
862002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
89        linkcmds.bootp.
90
912002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
94        Remove $(OBJS) from all-local.
95
962002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
99
1002002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
101
102        * startup/Makefile.am: Compile the m68k gdb stub and glue.
103
1042002-05-14      Eric Norum <eric.norum@usask.ca>
105
106        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
107        sections needed by gcc 3.1.  linkcmds had already been fixed on
108        a gcc 3.1 clean up sweep.
109
1102001-05-09      Joel Sherrill <joel@OARcorp.com>
111
112        * startup/linkcmds: In support of gcc 3.1, added one of more
113        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
114        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
115        and direction of segments to memory regions may also have been
116        addressed.  This was a sweep across all BSPs.
117 
1182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac:
121        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
122        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
123        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
132
1332001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
136
1372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
140        * configure.in: Remove.
141        * configure.ac: New file, generated from configure.in by autoupdate.
142
1432001-09-27      Joel Sherrill <joel@OARcorp.com>
144
145        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
146
1472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
150
1512001-09-14      Eric Norum <eric.norum@usask.ca>
152
153        * startup/init68360.c: Modifications to make gcc 3.x happy.
154
1552001-09-19      Eric Norum <eric.norum@usask.ca>
156
157        * README: Bring it more in line with reality.
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-12      Eric Norum <eric.norum@usask.ca>
171
172        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
173        Clock driver updated to use shell driver mechanism.
174        * clock/ckinit.c: Removed.
175        * clock/clock.c: New file.
176
1772000-12-19      Joel Sherrill <joel@OARcorp.com>
178
179        * Makefile.am: Removed unneeded blank line.
180
1812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
184
1852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
188
1892000-11-01      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
192        and libcsupport.h moved from libc to lib/include/rtems and
193        now must be referenced as <rtems/XXX.h>.   Header file order
194        was cleaned up while doing this.
195
1962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
199        Switch to GNU canonicalization.
200
2012000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
202
203        * startup/linkcmds: Added lines so DWARF debug information
204        would be available.  Otherwise gdb complains that the offsets
205        for the debug info are incorrect and doesn't load the files.
206
2072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
210        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
211        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.