source: rtems/c/src/lib/libbsp/m68k/mvme147/ChangeLog @ c880dc8

4.104.114.84.95
Last change on this file since c880dc8 was c880dc8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/20/04 at 03:03:32

2004-01-20 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to libcpu.
  • Property mode set to 100644
File size: 8.6 KB
RevLine 
[c880dc8]12004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reflect changes to libcpu.
4
[d5f9138]52004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
8        Add PRE/TMPINSTALL_FILES to CLEANFILES.
9        * configure.ac: Ditto.
10        * start/Makefile.am: Ditto.
11        * startup/Makefile.am: Ditto.
12
[5146f3d6]132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * start/.cvsignore: Remove.
16        * start/Makefile.am: Remove.
17        * Makefile.am: Merge-in start/Makefile.am.
18        * configure.ac: Reflect changes above.
19
[6411947]202004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Eliminate $(LIB).
23        Use noinst_DATA to trigger building libbsp.a.
24
[b35414a]252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
28        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
29
[935773b]302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
33        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
34
[810720b6]352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
38
[4d5d97b]392003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * start/Makefile.am: Misc cleanups and fixes.
42        * startup/Makefile.am: Misc cleanups and fixes.
43        * wrapup/Makefile.am: Misc cleanups and fixes.
44
[d4ee0ce]452003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Add preinstallation dirstamp support.
48        * clock/Makefile.am: Cosmetics.
49        * console/Makefile.am: Cosmetics.
50        * startup/Makefile.am: Cosmetics.
51        * timer/Makefile.am: Cosmetics.
52        * wrapup/Makefile.am: Cosmetics.
53
[5ceaa08]542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * clock/Makefile.am: Remove all-local: $(ARCH).
57        * console/Makefile.am: Remove all-local: $(ARCH).
58        * start/Makefile.am: Remove all-local: $(ARCH).
59        * startup/Makefile.am: Remove all-local: $(ARCH).
60        * timer/Makefile.am: Remove all-local: $(ARCH).
61        * wrapup/Makefile.am: Remove all-local: $(ARCH).
62
[2821666f]632003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Merge-in include/Makefile.am.
66        Reflect changes to bsp.am.
67        * include/Makefile.am: Remove.
68        * configure.ac: Reflect changes above.
69
[a1546de]702003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * bsp_specs: Remove *lib:.
73
[9e4c801]742003-09-04      Joel Sherrill <joel@OARcorp.com>
75
76        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
77        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
78        timer/timer.c: URL for license changed.
79
[fe8bc62f]802003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect having moved aclocal/.
83
[a4aeb92]842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
[c483a4e]86        * Makefile.am: Reflect having moved automake/.
87        * clock/Makefile.am: Reflect having moved automake/.
88        * console/Makefile.am: Reflect having moved automake/.
89        * include/Makefile.am: Reflect having moved automake/.
90        * start/Makefile.am: Reflect having moved automake/.
91        * startup/Makefile.am: Reflect having moved automake/.
92        * timer/Makefile.am: Reflect having moved automake/.
93        * wrapup/Makefile.am: Reflect having moved automake/.
[a4aeb92]94
[317458ce]952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
[75fcb394]97        PR 452/bsps
[317458ce]98        * startup/Makefile.am: Remove USE_INIT_FINI.
99
[7dcc3fe]1002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
103
[d266acd2]1042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
[75fcb394]106        PR 445/bsps
[d266acd2]107        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
108        Remove cpp, old_cpp (now unused).
109
[7a97f26]1102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Remove AC_CONFIG_AUX_DIR.
113
[ccd81b60]1142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
117
[9b5c258]1182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: AC_PREREQ(2.57).
121
[1d36d2af]1222003-01-20      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds*: Add FreeBSD sysctl() sections.
125
[7ca1cea]1262003-01-20      Joel Sherrill <joel@OARcorp.com>
127
128        * ChangeLog: Add FreeBSD sysctl() sections.
129
1302003-01-20      Joel Sherrill <joel@OARcorp.com>
131
132        * ChangeLog, startup/linkcmds: Add FreeBSD sysctl() sections.
133
1342003-01-20      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds: Add FreeBSD sysctl() sections.
137
[1310fff]1382002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
142        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
143        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
144        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
145
[59a01a6e]1462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * start/Makefile.am: Use install-data-local to install startfile.
149
[b5a2912f]1502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
153
[d7f7d65]1542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
157
[8730f45]1582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * .cvsignore: Reformat.
161        Add autom4te*cache.
162        Remove autom4te.cache.
163
[a2ae30c2]1642002-08-21      Joel Sherrill <joel@OARcorp.com>
165
166        * bsp_specs: Added support for -nostdlibs.
167
[c112760a]1682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
176
[496686a]1772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * start/Makefile.am: Eliminate PGM.
180        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
181
[f4d43dd]1822002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
185
[445c0a0]1862002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
189        Remove $(OBJS) from all-local.
190
[80defac]1912002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
194
[85c92574]1952001-05-09      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/linkcmds: In support of gcc 3.1, added one of more
198        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
199        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
200        and direction of segments to memory regions may also have been
201        addressed.  This was a sweep across all BSPs.
202 
[ddd9abf]2032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac:
206        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
207        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
208        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
212        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
216
[9e1ae79]2172001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
220
[df25c998]2212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
224        * configure.in: Remove.
225        * configure.ac: New file, generated from configure.in by autoupdate.
226
[c1767be0]2272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
230
[c4d92216]2312001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.in: Add bspopts.h.
234        * include/.cvsignore: Add bspopts.h*, stamp-h*.
235        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
236        * include/bsp.h: Include bspopts.h.
237
[6f21328]2382001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
239
240        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
241
[feead226]2422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
245
[a314d3b4]2462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
249
[eba2e4f]2502000-11-01      Joel Sherrill <joel@OARcorp.com>
251
252        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
253        and libcsupport.h moved from libc to lib/include/rtems and
254        now must be referenced as <rtems/XXX.h>.   Header file order
255        was cleaned up while doing this.
256
[e83378d]2572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
260        Switch to GNU canonicalization.
261
[9f30a08b]2622000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
263
264        * startup/linkcmds: Added lines so DWARF debug information
265        would be available.  Otherwise gdb complains that the offsets
266        for the debug info are incorrect and doesn't load the files.
267
[476b632]2682000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
271        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
272        compile.am
273
[e94ad1fe]2742000-08-10      Joel Sherrill <joel@OARcorp.com>
275
276        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.