source: rtems/c/src/lib/libbsp/m68k/mvme147s/ChangeLog @ c24d7c84

4.104.114.84.95
Last change on this file since c24d7c84 was c24d7c84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 09:08:05

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

  • Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
  • Property mode set to 100644
File size: 9.8 KB
Line 
12004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
4
52004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Pickup files from ../../m68k/shared instead of
8        ../shared. Reformat.
9
102004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
13        Remove AM_CONDITIONAL(HAS_MP).
14
152004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
18
192004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
22        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
23        wrapup/Makefile.am.
24        Use automake compilation rules.
25        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
26        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
27        Remove.
28        * configure.ac: Reflect changes above.
29
302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add PREINSTALL_DIRS.
33        * wrapup/Makefile.am: Reflect changes to libcpu.
34
352004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Reflect changes to libcpu.
38
392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * start/.cvsignore: Remove.
42        * start/Makefile.am: Remove.
43        * Makefile.am: Merge-in start/Makefile.am.
44        * configure.ac: Reflect changes above.
45
462004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
49        Add PRE/TMPINSTALL_FILES to CLEANFILES.
50        * start/Makefile.am: Ditto.
51        * startup/Makefile.am: Ditto.
52
532004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * wrapup/Makefile.am: Eliminate $(LIB).
56        Use noinst_DATA to trigger building libbsp.a.
57
582003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Remove GENERIC_FILES.
61
622003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
65        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
66
672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
70        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
71
722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
75
762003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: Misc cleanups and fixes.
79        * startup/Makefile.am: Misc cleanups and fixes.
80        * wrapup/Makefile.am: Misc cleanups and fixes.
81
822003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Add preinstallation dirstamp support.
85        * clock/Makefile.am: Cosmetics.
86        * console/Makefile.am: Cosmetics.
87        * shmsupp/Makefile.am: Cosmetics.
88        * startup/Makefile.am: Cosmetics.
89        * timer/Makefile.am: Cosmetics.
90        * wrapup/Makefile.am: Cosmetics.
91
922003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * clock/Makefile.am: Remove all-local: $(ARCH).
95        * console/Makefile.am: Remove all-local: $(ARCH).
96        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
97        * start/Makefile.am: Remove all-local: $(ARCH).
98        * startup/Makefile.am: Remove all-local: $(ARCH).
99        * timer/Makefile.am: Remove all-local: $(ARCH).
100        * wrapup/Makefile.am: Remove all-local: $(ARCH).
101
1022003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Merge-in include/Makefile.am.
105        Reflect changes to bsp.am.
106        * include/Makefile.am: Remove.
107        * configure.ac: Reflect changes above.
108
1092003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * bsp_specs: Remove *lib:.
112
1132003-09-04      Joel Sherrill <joel@OARcorp.com>
114
115        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
116        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
117        startup/bspstart.c, startup/linkcmds: URL for license changed.
118
1192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Reflect having moved aclocal/.
122
1232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Reflect having moved automake/.
126        * clock/Makefile.am: Reflect having moved automake/.
127        * console/Makefile.am: Reflect having moved automake/.
128        * include/Makefile.am: Reflect having moved automake/.
129        * shmsupp/Makefile.am: Reflect having moved automake/.
130        * start/Makefile.am: Reflect having moved automake/.
131        * startup/Makefile.am: Reflect having moved automake/.
132        * timer/Makefile.am: Reflect having moved automake/.
133        * wrapup/Makefile.am: Reflect having moved automake/.
134
1352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        PR 452/bsps
138        * startup/Makefile.am: Remove USE_INIT_FINI.
139
1402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
143
1442003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        PR 445/bsps
147        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
148        Remove cpp, old_cpp (now unused).
149
1502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Remove AC_CONFIG_AUX_DIR.
153
1542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
157
1582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: AC_PREREQ(2.57).
161
1622003-01-20      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds*: Add FreeBSD sysctl() sections.
165
1662002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174
1752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Use install-data-local to install startfile.
178
1792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182
1832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186
1872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * .cvsignore: Reformat.
190        Add autom4te*cache.
191        Remove autom4te.cache.
192
1932002-08-21      Joel Sherrill <joel@OARcorp.com>
194
195        * bsp_specs: Added support for -nostdlibs.
196
1972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
200        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
206
2072002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * start/Makefile.am: Eliminate PGM.
210        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
211
2122002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
215
2162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
219        Remove $(OBJS) from all-local.
220
2212002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
224
2252001-05-09      Joel Sherrill <joel@OARcorp.com>
226
227        * startup/linkcmds: In support of gcc 3.1, added one of more
228        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
229        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
230        and direction of segments to memory regions may also have been
231        addressed.  This was a sweep across all BSPs.
232 
2332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac:
236        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
237        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
238        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
247
2482001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
251
2522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
255        * configure.in: Remove.
256        * configure.ac: New file, generated from configure.in by autoupdate.
257
2582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
261
2622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
265        happy.
266
2672001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.in: Add bspopts.h.
270        * include/.cvsignore: Add bspopts.h*, stamp-h*.
271        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
272        * include/bsp.h: Include bspopts.h.
273
2742001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
275
276        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
277
2782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
281
2822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
285
2862000-11-01      Joel Sherrill <joel@OARcorp.com>
287
288        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
289        and libcsupport.h moved from libc to lib/include/rtems and
290        now must be referenced as <rtems/XXX.h>.   Header file order
291        was cleaned up while doing this.
292
2932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
296        Switch to GNU canonicalization.
297
2982000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
299
300        * startup/linkcmds: Added lines so DWARF debug information
301        would be available.  Otherwise gdb complains that the offsets
302        for the debug info are incorrect and doesn't load the files.
303
3042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
307        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
308        wrapup/Makefile.am: Include compile.am
309
3102000-08-10      Joel Sherrill <joel@OARcorp.com>
311
312        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.