summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
blob: e10fe4a677ae3e8b03b349269300b61b206c0e50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
2003-08-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	Makefile.am: Reflect having moved automake.
	lib/Makefile.am: Reflect having moved automake.
	support/Makefile.am: Reflect having moved automake.
	wrapup/Makefile.am: Reflect having moved automake.

2003-08-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* automake/compile.am, automake/force-preinstall.am,
	automake/host.am, automake/lib.am, automake/local.am,
	automake/subdirs.am: New (copied from ../../automake).

2003-08-13	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Add bsp.pc.in
	* bsp.pc.in: New (pkgconfig support).

2003-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use rtems-bugs@rtems.com as bug report email address.

2003-08-08	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* lib/Makefile.am: New (Required by 'make dist').
	* lib/ChangeLog: Remove.
	* lib/.cvsignore: Cleanup.
	* configure.ac: Reflect having added lib/Makefile.am.

2003-08-08	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Merge-in lib/libcpu/configure.ac.
	Merge-in lib/libbsp/configure.ac.

2003-07-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use relative dir to make/${RTEMS_BSP}.cache.

2003-07-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Merge-in librdbg/configure.ac.

2003-07-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Merge-in libnetworking/configure.ac.
	Merge-in parts of librdbg/configure.ac.

2003-07-10	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Merge-in libchip/configure.ac.
	Merge-in optman/configure.ac.

2003-07-08	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* support/version.c: Reflect having remove "rtems-" from
	RTEMS_VERSION.

2003-06-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove support for profile-variant.

2003-04-29	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Add libide.a.

2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_CONFIG_AUX_DIR.

2003-03-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add support/.
	* support/.cvsignore: New.
	* support/Makefile.am: New.
	* support/version.c: New.
	* wrapup/Makefile.am: Add support/libsupport.a.

2003-03-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Use SRC += instead of make-vars.

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AM_INIT_AUTOMAKE([1.7.2]).

2003-02-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: AC_PREREQ(2.57).

2003-01-15	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.

2002-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
	Let all-local: depend on $(LIB).

2002-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Remove libmisc.

2002-12-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove libmisc.

2002-12-07	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
	Resort cache-checking.

2002-12-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Expand RTEMS_CHECK_BSP_CACHE.

2002-12-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
	CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
	ac_configure_args.

2002-11-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
	HAS_LIBBSP conditional (Solaris/bash incompatibility fix).

2002-11-06	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use "'"-quotes to pass args to bsp.mak.
	* configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
	Fix braino in comment on "exec".
	Extend --enable-ada handling.

2002-10-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Reformat.
	Add autom4te*cache.
	Remove autom4te.cache.
	* wrapup/.cvsignore: Remove autom4te.cache.

2002-10-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.

2002-08-28	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add ada-tests.

2002-08-21	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Add preinstall-stamp.

2002-08-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	Posix-BSP-Hacks:
	* configure.ac: Add AM_CONDITIONAL(LIBCHIP).
	Pass RTEMS_HOST to make/bsp.mak
	* Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
	* wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).

2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.

2002-08-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add BSP_SUBDIRS.
	* Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.

2002-08-10	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
	Cosmetic cleanups.

2002-08-10	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
    	../libchip/serial/$(ARCH)/libserialio.a.

2002-08-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Add rtems_makedir.

2002-08-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Merge wrapup/configure.ac.
	Cosmetic cleanups.
	* Makefile.am: Add wrapup-SUBDIR.
	* wrapup/ChangeLog: Remove.
	* wrapup/configure.ac: Remove.

2002-08-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
	creation (Make the bare BSP happy).
	* configure.ac: Ditto.

2002-08-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Create make/@RTEMS_BSP@.cache.
	Handle make/custom/*.cfgs.
	Create make/custom/default.cfg.
	* configure.ac: Add creation of make/custon/*.cfg.
	Create make/${RTEMS_BSP}.cache.
	Read make/${RTEMS_BSP}.cache

2002-08-01	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Clean $(PROJECT_RELEASE).

2002-07-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* acinclude.m4: Add test "$multilib" != "yes".
	* config-ml.in: Remove.

2002-07-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* acinclude.m4: Cleanups.
	* configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
	${srcdir}/exec/.
	Further adaptations to autoconf >= 2.50.

2002-07-05	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* acinclude.m4: New.
	* Makefile.am: Remove tar-installation. 
	Prepend @exec@ to SUBDIRS.
	* configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
	Add RTEMS_ENABLE_MULTIPROCESSING.
	Add RTEMS_CONFIG_SUBDIR([exec]...).

2002-06-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove librpc.

2002-06-25	Joel Sherrill <joel@OARcorp.com>

	* Per PR233, moved librpc to exec.
	* configure.ac, wrapup/Makefile.am: Modified.
	* librpc, librpc/ChangeLog: Removed.

2002-05-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.

2002-05-15	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove lib.

2002-05-14	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* config-ml.in: Take out arm and sh variants RTEMS does not support.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* Makefile.am: Remove AUTOMAKE_OPTIONS.

2002-02-28	Victor V. Vengerov <vvv@oktet.ru>

	* DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
	* configure.ac: Modified to reflect addition.

2002-01-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
	AC_CONFIG_COMMANDS.

2001-12-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* config-ml.in: New file. Imported from gcc and modified for RTEMS.

2001-10-16	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
	* configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
	autoconf-2.52 happy.

2001-10-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add autom4te.cache for autoconf > 2.52.
	* configure.in: Remove.
	* configure.ac: New file, generated from configure.in by autoupdate.

2001-02-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.

2000-11-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

2000-11-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.

2000-10-30	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: Switch to GNU-canonicalization.
	* Makefile.am: Reflect changes to configure.in.
	* acinclude.m4: Remove.

2000-10-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: add lib/libbsp to the GNU canonicalized
	subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
	* Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
	* ChangeLog: Fix typos.

2000-10-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: add tests to the GNU canonicalized subdirectories.

2000-10-26	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: add lib/libcpu to the GNU canonicalized subdirectories. 

2000-10-26	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: add lib to the GNU canonicalized subdirectories, 
	make the lib directory before configuring lib/.

2000-10-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

 	* configure.in, Makefile.am: add exec to the GNU canonicalized 
 	subdirectories.

2000-10-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

 	* configure.in: add librtems++ to the GNU canonicalized subdirectories.

2000-10-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

 	* configure.in: add libnetworking, librpc and librdb to the GNU 
 	canonicalized subdirectories.
 
2000-10-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: add libmisc and libchip to the GNU canonicalized
	subdirectories.

2000-10-24	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am, acinclude.m4, configure.in: Introduce GNU
	canonicalization to libfs/.
	The approach is currently a bit of a hack as GNU canonicalization
	does not support the per-BSP build some of the other directories
	require.  As more of the tree is converted, this will become less 
	of an issue.

2000-10-18	Joel Sherrill <joel@OARcorp.com>

	* wrapup/Makefile.am: Added libfs.

2000-10-18	 Chris Johns <ccj@acm.org>

	* libfs created.
	* configure.in: Added libfs subdirectory.

2000-09-12	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
	RTEMS_CANONICALIZE_TOOLS.

2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* wrapup/Makefile.am: Include compile.am.

2000-08-30	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.

2000-08-10	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.