source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ bc76099

4.104.114.84.95
Last change on this file since bc76099 was 2850606, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/06/04 at 23:49:14

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

  • start/Makefile.am: Remove.
  • Makefile.am: Merge-in start/Makefile.am.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Remove.
4        * Makefile.am: Merge-in start/Makefile.am.
5        * configure.ac: Reflect changes above.
6
72004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * wrapup/Makefile.am: Eliminate $(LIB).
10        Use noinst_DATA to trigger building libbsp.a.
11
122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
15        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
16
172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
20        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
25
262003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * start/Makefile.am: Misc cleanups and fixes.
29        * startup/Makefile.am: Misc cleanups and fixes.
30        * wrapup/Makefile.am: Misc cleanups and fixes.
31
322003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Add preinstallation dirstamp support.
35        * clock/Makefile.am: Cosmetics.
36        * console/Makefile.am: Cosmetics.
37        * startup/Makefile.am: Cosmetics.
38        * timer/Makefile.am: Cosmetics.
39        * wrapup/Makefile.am: Cosmetics.
40
412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * clock/Makefile.am: Remove all-local: $(ARCH).
44        * console/Makefile.am: Remove all-local: $(ARCH).
45        * start/Makefile.am: Remove all-local: $(ARCH).
46        * startup/Makefile.am: Remove all-local: $(ARCH).
47        * timer/Makefile.am: Remove all-local: $(ARCH).
48        * wrapup/Makefile.am: Remove all-local: $(ARCH).
49
502003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Merge-in include/Makefile.am.
53        Reflect changes to bsp.am.
54        * include/Makefile.am: Remove.
55        * configure.ac: Reflect changes above.
56
572003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * bsp_specs: Remove *lib:.
60
612003-09-04      Joel Sherrill <joel@OARcorp.com>
62
63        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
64        URL for license changed.
65
662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Reflect having moved aclocal/.
69
702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect having moved automake/.
73        * clock/Makefile.am: Reflect having moved automake/.
74        * console/Makefile.am: Reflect having moved automake/.
75        * include/Makefile.am: Reflect having moved automake/.
76        * start/Makefile.am: Reflect having moved automake/.
77        * startup/Makefile.am: Reflect having moved automake/.
78        * timer/Makefile.am: Reflect having moved automake/.
79        * wrapup/Makefile.am: Reflect having moved automake/.
80
812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        PR 452/bsps
84        * startup/Makefile.am: Remove USE_INIT_FINI.
85
862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
89
902003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        PR 445/bsps
93        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
94        Remove cpp, old_cpp (now unused).
95
962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Remove AC_CONFIG_AUX_DIR.
99
1002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
103
1042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: AC_PREREQ(2.57).
107
1082003-01-20      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/linkcmds*: Add FreeBSD sysctl() sections.
111
1122002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
115        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
116        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
117        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
118        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
119
1202002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: Use install-data-local to install startfile.
123
1242002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127
1282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131
1322002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Reformat.
135        Add autom4te*cache.
136        Remove autom4te.cache.
137
1382002-08-21      Joel Sherrill <joel@OARcorp.com>
139
140        * bsp_specs: Added support for -nostdlibs.
141
1422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
145        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
146        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
147        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
148        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
149        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
150
1512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/Makefile.am: Eliminate PGM.
154        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
155
1562002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
159
1602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
163        Remove $(OBJS) from all-local.
164
1652002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
168
1692001-05-09      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/linkcmds: In support of gcc 3.1, added one of more
172        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
173        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
174        and direction of segments to memory regions may also have been
175        addressed.  This was a sweep across all BSPs.
176 
1772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac:
180        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
181        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
182        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
190
1912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
194
1952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
198        * configure.in: Remove.
199        * configure.ac: New file, generated from configure.in by autoupdate.
200
2012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * include/Makefile.am: Use 'CLEANFILES ='.
204        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
205
2062001-06-19      Joel Sherrill <joel@OARcorp.com>
207
208        * include/Makefile.am: Fixed typo.
209
2102001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.in: Add bspopts.h.
213        * include/.cvsignore: Add bspopts.h*, stamp-h*.
214        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
215        * include/bsp.h: Include bspopts.h.
216
2172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
218
219        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
220
2212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
224
2252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
228
2292000-11-01      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
232        and libcsupport.h moved from libc to lib/include/rtems and
233        now must be referenced as <rtems/XXX.h>.   Header file order
234        was cleaned up while doing this.
235
2362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
239        Switch to GNU canonicalization.
240
2412000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
242
243        * startup/linkcmds: Added lines so DWARF debug information
244        would be available.  Otherwise gdb complains that the offsets
245        for the debug info are incorrect and doesn't load the files.
246
2472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
250        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
251        compile.am
252
2532000-08-10      Joel Sherrill <joel@OARcorp.com>
254
255        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.