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

4.104.114.84.95
Last change on this file since 232a22d was 232a22d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:10:59

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

  • Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • start/Makefile.am: Ditto.
  • startup/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 8.5 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
4        Add PRE/TMPINSTALL_FILES to CLEANFILES.
5        * start/Makefile.am: Ditto.
6        * startup/Makefile.am: Ditto.
7
82004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * wrapup/Makefile.am: Eliminate $(LIB).
11        Use noinst_DATA to trigger building libbsp.a.
12
132003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Remove GENERIC_FILES.
16
172003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
20        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
25        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
26
272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
30
312003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: Misc cleanups and fixes.
34        * startup/Makefile.am: Misc cleanups and fixes.
35        * wrapup/Makefile.am: Misc cleanups and fixes.
36
372003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Add preinstallation dirstamp support.
40        * clock/Makefile.am: Cosmetics.
41        * console/Makefile.am: Cosmetics.
42        * shmsupp/Makefile.am: Cosmetics.
43        * startup/Makefile.am: Cosmetics.
44        * timer/Makefile.am: Cosmetics.
45        * wrapup/Makefile.am: Cosmetics.
46
472003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * clock/Makefile.am: Remove all-local: $(ARCH).
50        * console/Makefile.am: Remove all-local: $(ARCH).
51        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
52        * start/Makefile.am: Remove all-local: $(ARCH).
53        * startup/Makefile.am: Remove all-local: $(ARCH).
54        * timer/Makefile.am: Remove all-local: $(ARCH).
55        * wrapup/Makefile.am: Remove all-local: $(ARCH).
56
572003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Merge-in include/Makefile.am.
60        Reflect changes to bsp.am.
61        * include/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63
642003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * bsp_specs: Remove *lib:.
67
682003-09-04      Joel Sherrill <joel@OARcorp.com>
69
70        * include/bsp.h, include/coverhd.h, shmsupp/addrconv.c,
71        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
72        startup/bspstart.c, startup/linkcmds: URL for license changed.
73
742003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect having moved aclocal/.
77
782003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Reflect having moved automake/.
81        * clock/Makefile.am: Reflect having moved automake/.
82        * console/Makefile.am: Reflect having moved automake/.
83        * include/Makefile.am: Reflect having moved automake/.
84        * shmsupp/Makefile.am: Reflect having moved automake/.
85        * start/Makefile.am: Reflect having moved automake/.
86        * startup/Makefile.am: Reflect having moved automake/.
87        * timer/Makefile.am: Reflect having moved automake/.
88        * wrapup/Makefile.am: Reflect having moved automake/.
89
902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        PR 452/bsps
93        * startup/Makefile.am: Remove USE_INIT_FINI.
94
952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
98
992003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        PR 445/bsps
102        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
103        Remove cpp, old_cpp (now unused).
104
1052003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Remove AC_CONFIG_AUX_DIR.
108
1092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
112
1132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: AC_PREREQ(2.57).
116
1172003-01-20      Joel Sherrill <joel@OARcorp.com>
118
119        * startup/linkcmds*: Add FreeBSD sysctl() sections.
120
1212002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
124        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
125        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
126        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129
1302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * start/Makefile.am: Use install-data-local to install startfile.
133
1342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
137
1382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141
1422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * .cvsignore: Reformat.
145        Add autom4te*cache.
146        Remove autom4te.cache.
147
1482002-08-21      Joel Sherrill <joel@OARcorp.com>
149
150        * bsp_specs: Added support for -nostdlibs.
151
1522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
155        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
156        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
161
1622002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Eliminate PGM.
165        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
166
1672002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
170
1712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
174        Remove $(OBJS) from all-local.
175
1762002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
179
1802001-05-09      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds: In support of gcc 3.1, added one of more
183        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
184        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
185        and direction of segments to memory regions may also have been
186        addressed.  This was a sweep across all BSPs.
187 
1882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac:
191        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
192        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
193        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
194        * Makefile.am: Remove AUTOMAKE_OPTIONS.
195        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
202
2032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
206
2072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
210        * configure.in: Remove.
211        * configure.ac: New file, generated from configure.in by autoupdate.
212
2132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
216
2172001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
220        happy.
221
2222001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.in: Add bspopts.h.
225        * include/.cvsignore: Add bspopts.h*, stamp-h*.
226        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
227        * include/bsp.h: Include bspopts.h.
228
2292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
230
231        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
232
2332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
236
2372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
240
2412000-11-01      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
244        and libcsupport.h moved from libc to lib/include/rtems and
245        now must be referenced as <rtems/XXX.h>.   Header file order
246        was cleaned up while doing this.
247
2482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
251        Switch to GNU canonicalization.
252
2532000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
254
255        * startup/linkcmds: Added lines so DWARF debug information
256        would be available.  Otherwise gdb complains that the offsets
257        for the debug info are incorrect and doesn't load the files.
258
2592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
262        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
263        wrapup/Makefile.am: Include compile.am
264
2652000-08-10      Joel Sherrill <joel@OARcorp.com>
266
267        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.