source: rtems/c/src/lib/libbsp/m68k/dmv152/ChangeLog @ 2a7f9a28

4.104.114.84.95
Last change on this file since 2a7f9a28 was 2a7f9a28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/04 at 06:22:18

2004-02-19 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
  • Property mode set to 100644
File size: 10.1 KB
Line 
12004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4        Preinstall dist_project_lib*.
5
62004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect changes to bsp.am.
9
102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
13
142004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Pickup files from ../../m68k/shared instead of
17        ../shared. Reformat.
18
192004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
22
232004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
26        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
27        wrapup/Makefile.am.
28        Use automake compilation rules.
29        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
30        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
31        Remove.
32        * configure.ac: Reflect changes above.
33
342004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Add PREINSTALL_DIRS.
37        * wrapup/Makefile.am: Reflect changes to libcpu.
38
392004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Reflect changes to libcpu.
42
432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
46        Add PRE/TMPINSTALL_FILES to CLEANFILES.
47        * startup/Makefile.am: Ditto.
48
492004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * start/.cvsignore: Remove.
52
532004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * start/Makefile.am: Remove.
56        * Makefile.am: Merge-in start/Makefile.am.
57        * configure.ac: Reflect changes above.
58
592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Eliminate $(LIB).
62        Use noinst_DATA to trigger building libbsp.a.
63
642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
67        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
68
692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73
742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
77
782003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Misc cleanups and fixes.
81        * startup/Makefile.am: Misc cleanups and fixes.
82        * wrapup/Makefile.am: Misc cleanups and fixes.
83
842003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add preinstallation dirstamp support.
87        * clock/Makefile.am: Cosmetics.
88        * console/Makefile.am: Cosmetics.
89        * spurious/Makefile.am: Cosmetics.
90        * startup/Makefile.am: Cosmetics.
91        * timer/Makefile.am: Cosmetics.
92        * wrapup/Makefile.am: Cosmetics.
93
942003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * clock/Makefile.am: Remove all-local: $(ARCH).
97        * console/Makefile.am: Remove all-local: $(ARCH).
98        * spurious/Makefile.am: Remove all-local: $(ARCH).
99        * start/Makefile.am: Remove all-local: $(ARCH).
100        * startup/Makefile.am: Remove all-local: $(ARCH).
101        * timer/Makefile.am: Remove all-local: $(ARCH).
102        * wrapup/Makefile.am: Remove all-local: $(ARCH).
103
1042003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Merge-in include/Makefile.am.
107        Reflect changes to bsp.am.
108        * include/Makefile.am: Remove.
109        * configure.ac: Reflect changes above.
110
1112003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * bsp_specs: Remove *lib:.
114
1152003-09-04      Joel Sherrill <joel@OARcorp.com>
116
117        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
118        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
119        startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S:
120        URL for license changed.
121
1222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Reflect having moved aclocal/.
125
1262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Reflect having moved automake/.
129        * clock/Makefile.am: Reflect having moved automake/.
130        * console/Makefile.am: Reflect having moved automake/.
131        * include/Makefile.am: Reflect having moved automake/.
132        * spurious/Makefile.am: Reflect having moved automake/.
133        * start/Makefile.am: Reflect having moved automake/.
134        * startup/Makefile.am: Reflect having moved automake/.
135        * timer/Makefile.am: Reflect having moved automake/.
136        * wrapup/Makefile.am: Reflect having moved automake/.
137
1382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        PR 452/bsps
141        * startup/Makefile.am: Remove USE_INIT_FINI.
142
1432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
146
1472003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        PR 445/bsps
150        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
151        Remove cpp, old_cpp (now unused).
152
1532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Remove AC_CONFIG_AUX_DIR.
156
1572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
160
1612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: AC_PREREQ(2.57).
164
1652003-01-20      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds*: Add FreeBSD sysctl() sections.
168
1692002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177
1782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * start/Makefile.am: Use install-data-local to install startfile.
181
1822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185
1862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * .cvsignore: Reformat.
189        Add autom4te*cache.
190        Remove autom4te.cache.
191
1922002-08-21      Joel Sherrill <joel@OARcorp.com>
193
194        * bsp_specs: Added support for -nostdlibs.
195
1962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
199        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
200        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
205
2062002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * start/Makefile.am: Eliminate PGM.
209        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
210
2112002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
214
2152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
218        Remove $(OBJS) from all-local.
219
2202002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
223
2242001-05-09      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/linkcmds: In support of gcc 3.1, added one of more
227        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
228        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
229        and direction of segments to memory regions may also have been
230        addressed.  This was a sweep across all BSPs.
231 
2322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac:
235        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
236        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
237        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
246
2472001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
250        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
251
2522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
255
2562001-11-15      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Add RTEMS_BSPOPTS_*(USE_CONSOLE_A),
259        add RTEMS_BSPOPTS_*(USE_CONSOLE_B).
260
2612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
264        * configure.in: Remove.
265        * configure.ac: New file, generated from configure.in by autoupdate.
266
2672001-09-27      Joel Sherrill <joel@OARcorp.com>
268
269        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
270
2712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
274
2752001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.in: Add bspopts.h.
278        * include/.cvsignore: Add bspopts.h*, stamp-h*.
279        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
280        * include/bsp.h: Include bspopts.h.
281
2822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
283
284        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
285
2862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
289
2902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
293
2942000-11-01      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
297        and libcsupport.h moved from libc to lib/include/rtems and
298        now must be referenced as <rtems/XXX.h>.   Header file order
299        was cleaned up while doing this.
300
3012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
304        Switch to GNU canonicalization.
305
3062000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
307
308        * startup/linkcmds: Added lines so DWARF debug information
309        would be available.  Otherwise gdb complains that the offsets
310        for the debug info are incorrect and doesn't load the files.
311
3122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
315        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
316        wrapup/Makefile.am: Include compile.am
317
3182000-08-10      Joel Sherrill <joel@OARcorp.com>
319
320        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.