source: rtems/c/src/lib/libbsp/m68k/idp/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.1 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-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
13
142004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
17        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
18        compilation rules.
19        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
20        timer/Makefile.am, wrapup/Makefile.am: Remove.
21        * configure.ac: Reflect changes above.
22
232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Add PREINSTALL_DIRS.
26        * wrapup/Makefile.am: Reflect changes to libcpu.
27
282004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Reflect changes to libcpu.
31
322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
35        Add PRE/TMPINSTALL_FILES to CLEANFILES.
36        * startup/Makefile.am: Ditto.
37
382004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Remove.
41        * Makefile.am: Merge-in start/Makefile.am.
42        * configure.ac: Reflect changes above.
43
442004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Eliminate $(LIB).
47        Use noinst_DATA to trigger building libbsp.a.
48
492003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
52        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
53
542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
57        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
58
592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
62
632003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * start/Makefile.am: Misc cleanups and fixes.
66        * startup/Makefile.am: Misc cleanups and fixes.
67        * wrapup/Makefile.am: Misc cleanups and fixes.
68
692003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add preinstallation dirstamp support.
72        * clock/Makefile.am: Cosmetics.
73        * console/Makefile.am: Cosmetics.
74        * startup/Makefile.am: Cosmetics.
75        * timer/Makefile.am: Cosmetics.
76        * wrapup/Makefile.am: Cosmetics.
77
782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * clock/Makefile.am: Remove all-local: $(ARCH).
81        * console/Makefile.am: Remove all-local: $(ARCH).
82        * start/Makefile.am: Remove all-local: $(ARCH).
83        * startup/Makefile.am: Remove all-local: $(ARCH).
84        * timer/Makefile.am: Remove all-local: $(ARCH).
85        * wrapup/Makefile.am: Remove all-local: $(ARCH).
86
872003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Merge-in include/Makefile.am.
90        Reflect changes to bsp.am.
91        * include/Makefile.am: Remove.
92        * configure.ac: Reflect changes above.
93
942003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * bsp_specs: Remove *lib:.
97
982003-09-04      Joel Sherrill <joel@OARcorp.com>
99
100        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
101        URL for license changed.
102
1032003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Reflect having moved aclocal/.
106
1072003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Reflect having moved automake/.
110        * clock/Makefile.am: Reflect having moved automake/.
111        * console/Makefile.am: Reflect having moved automake/.
112        * include/Makefile.am: Reflect having moved automake/.
113        * start/Makefile.am: Reflect having moved automake/.
114        * startup/Makefile.am: Reflect having moved automake/.
115        * timer/Makefile.am: Reflect having moved automake/.
116        * wrapup/Makefile.am: Reflect having moved automake/.
117
1182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        PR 452/bsps
121        * startup/Makefile.am: Remove USE_INIT_FINI.
122
1232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
126
1272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        PR 445/bsps
130        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
131        Remove cpp, old_cpp (now unused).
132
1332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove AC_CONFIG_AUX_DIR.
136
1372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
140
1412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: AC_PREREQ(2.57).
144
1452003-01-20      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds*: Add FreeBSD sysctl() sections.
148
1492002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
152        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
153        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
154        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
155        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
156
1572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * start/Makefile.am: Use install-data-local to install startfile.
160
1612002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
164
1652002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168
1692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * .cvsignore: Reformat.
172        Add autom4te*cache.
173        Remove autom4te.cache.
174
1752002-08-21      Joel Sherrill <joel@OARcorp.com>
176
177        * bsp_specs: Added support for -nostdlibs.
178
1792002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
182        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
183        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
184        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
185        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
186        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
187
1882002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * start/Makefile.am: Eliminate PGM.
191        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
192
1932002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
196
1972002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
200        Remove $(OBJS) from all-local.
201
2022002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
205
2062001-05-09      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds: In support of gcc 3.1, added one of more
209        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
210        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
211        and direction of segments to memory regions may also have been
212        addressed.  This was a sweep across all BSPs.
213 
2142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac:
217        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
218        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
219        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
227
2282001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
231
2322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
235        * configure.in: Remove.
236        * configure.ac: New file, generated from configure.in by autoupdate.
237
2382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * include/Makefile.am: Use 'CLEANFILES ='.
241        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
242
2432001-06-19      Joel Sherrill <joel@OARcorp.com>
244
245        * include/Makefile.am: Fixed typo.
246
2472001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.in: Add bspopts.h.
250        * include/.cvsignore: Add bspopts.h*, stamp-h*.
251        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
252        * include/bsp.h: Include bspopts.h.
253
2542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
255
256        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
257
2582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
261
2622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
265
2662000-11-01      Joel Sherrill <joel@OARcorp.com>
267
268        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
269        and libcsupport.h moved from libc to lib/include/rtems and
270        now must be referenced as <rtems/XXX.h>.   Header file order
271        was cleaned up while doing this.
272
2732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
276        Switch to GNU canonicalization.
277
2782000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
279
280        * startup/linkcmds: Added lines so DWARF debug information
281        would be available.  Otherwise gdb complains that the offsets
282        for the debug info are incorrect and doesn't load the files.
283
2842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
287        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
288        compile.am
289
2902000-08-10      Joel Sherrill <joel@OARcorp.com>
291
292        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.