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

4.104.114.84.95
Last change on this file since 4cb9d26 was 4cb9d26, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/04 at 08:01:14

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

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