source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ d1f57b5

4.104.114.95
Last change on this file since d1f57b5 was d1f57b5, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/08 at 23:07:47

2008-03-03 Joel Sherrill <joel.sherrill@…>

  • startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
  • Property mode set to 100644
File size: 16.6 KB
Line 
12008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/linkcmds: Add wildcard to gcc_except_table section so
4        programs compiled with gcc 4.3.x can link.
5
62007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
9        of the Configuration Table. Use the RTEMS provided accessor macros to
10        obtain configuration fields.
11
122007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
15        from CPU Table to Configuration Table. Eliminate CPU Table from all
16        ports. Delete references to CPU Table in all forms.
17
182007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
21        Table fields to the Configuration Table. This included
22        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
23        do_zero_of_workspace, extra_mpci_receive_server_stack,
24        stack_allocate_hook, and stack_free_hook. As a side-effect of this
25        effort some multiprocessing code was made conditional and some style
26        clean up occurred.
27
282007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * startup/bspstart.c: Eliminate the interrupt_table_segment and
31        interrupt_table_offset fields in the i386 CPU Table since they are
32        never read.
33
342007-05-03      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/linkcmds: Handle .data.* sections
37
382007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * bsp_specs: Remove qrtems_debug.
41
422006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * network/network.c (uti596_ioctl): Use ioctl_command_t.
45
462006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: New BUG-REPORT address.
49
502006-11-15      Joel Sherrill <joel@OARcorp.com>
51
52        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
53        file and simplified initialization.
54
552006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Remove superfluous -DASM.
58
592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * configure.ac: Require autoconf-2.60. Require automake-1.10.
62
632006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Remove explicit ampolish3 support (now in
66        RTEMS_BSP_CONFIGURE).
67
682006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * configure.ac: Add ampolish3 support.
71        * Makefile.am: Add preinstall.am.
72
732005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Add pci.rel.
76
772005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Install/preinstall headers from ../../i386/shared.
80
812005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * network/network.c: Remove #define KERNEL.
84        Include <errno.h>.
85        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
86
872005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * include/bsp.h: New header guard.
90
912005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
92
93        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
94        Moved irq.h to bsp subdirectory.
95
962005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
97
98        * clock/ckinit.c, console/console.c: Added support for
99        addition of parameter to ISRs.
100        * network/network.c: Modified parameter list to remove
101        warnings.
102
1032005-04-15      Joel Sherrill <joel@OARcorp.com>
104
105        * network/network.c: Fix warnings.
106
1072005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
108
109        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
110
1112005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * Makefile.am: Remove build-variant support.
114
1152004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * configure.ac: Require automake > 1.9.
118
1192004-07-28      Joel Sherrill <joel@OARcorp.com>
120
121        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
122
1232004-07-25      Joel Sherrill <joel@OARcorp.com>
124
125        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
126
1272004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        PR 610/bsps
130        * Makefile.am: Add include/tm27.h, Cosmetics.
131        * include/tm27.h: Final cosmetics.
132
1332004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * include/bsp.h: Split out tmtest27 support.
136        * include/tm27.h: New.
137
1382004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        PR 613/bsps
141        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
142
1432004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        PR 614/bsps
146        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
147
1482004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
151        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
152
1532004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
156        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
157        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
158        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
159
1602004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
163        Convert to using c99 fixed size types.
164
1652004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect changes to bsp.am.
168        Preinstall dist_project_lib*.
169
1702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect changes to bsp.am.
173
1742004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
177
1782004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Pickup files from ../../i386/shared instead of
181        ../shared. Reformat.
182
1832004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
186        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
187        wrapup/Makefile.am. Use automake compilation rules.
188        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
189        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
190        * configure.ac: Reflect changes above.
191
1922004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
195        Add RTEMS_PROG_CCAS.
196
1972004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Add PREINSTALL_DIRS.
200        * wrapup/Makefile.am: Reflect changes to libcpu.
201
2022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
205        Add PRE/TMPINSTALL_FILES to CLEANFILES.
206        * startup/Makefile.am: Ditto.
207
2082004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * start/Makefile.am: Remove.
211        * Makefile.am: Merge-in start/Makefile.am.
212        * configure.ac: Reflect changes above.
213
2142004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Eliminate $(LIB).
217        Use noinst_DATA to trigger building libbsp.a.
218
2192003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
222        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
223
2242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
227        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
228
2292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
232
2332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * wrapup/Makefile.am: Cosmetics.
236
2372003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am: Misc cleanups and fixes.
240        * startup/Makefile.am: Misc cleanups and fixes.
241        * wrapup/Makefile.am: Misc cleanups and fixes.
242
2432003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Add preinstallation dirstamp support.
246        * clock/Makefile.am: Cosmetics.
247        * console/Makefile.am: Cosmetics.
248        * network/Makefile.am: Cosmetics.
249        * startup/Makefile.am: Cosmetics.
250        * timer/Makefile.am: Cosmetics.
251        * wrapup/Makefile.am: Cosmetics
252
2532003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * clock/Makefile.am: Remove all-local: $(ARCH).
256        * console/Makefile.am: Remove all-local: $(ARCH).
257        * network/Makefile.am: Remove all-local: $(ARCH).
258        * start/Makefile.am: Remove all-local: $(ARCH).
259        * startup/Makefile.am: Remove all-local: $(ARCH).
260        * timer/Makefile.am: Remove all-local: $(ARCH).
261        * wrapup/Makefile.am: Remove all-local: $(ARCH).
262
2632003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Merge-in include/Makefile.am.
266        Reflect changes to bsp.am.
267        * include/Makefile.am: Remove.
268        * configure.ac: Reflect changes above.
269
2702003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * bsp_specs: Remove *lib:.
273
2742003-09-04      Joel Sherrill <joel@OARcorp.com>
275
276        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
277        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
278        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
279        timer/timer.c, timer/timerisr.S: URL for license changed.
280
2812003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Reflect having moved aclocal/.
284
2852003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Reflect having moved automake/.
288        * clock/Makefile.am: Reflect having moved automake/.
289        * console/Makefile.am: Reflect having moved automake/.
290        * include/Makefile.am: Reflect having moved automake/.
291        * network/Makefile.am: Reflect having moved automake/.
292        * start/Makefile.am: Reflect having moved automake/.
293        * startup/Makefile.am: Reflect having moved automake/.
294        * timer/Makefile.am: Reflect having moved automake/.
295        * wrapup/Makefile.am: Reflect having moved automake/.
296
2972003-08-13      Joel Sherrill <joel@OARcorp.com>
298
299        PR 451/bsps
300        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
301
3022003-08-11      Joel Sherrill <joel@OARcorp.com>
303
304        PR 450/make_build
305        * startup/linkcmds: Added .eh_frame
306
3072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
310
3112003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        PR 445/bsps
314        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
315        Remove cpp, old_cpp (now unused).
316
3172003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
320
3212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Remove AC_CONFIG_AUX_DIR.
324
3252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
328
3292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: AC_PREREQ(2.57).
332
3332003-01-20      Joel Sherrill <joel@OARcorp.com>
334
335        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
336
3372002-12-19      Joel Sherrill <joel@OARcorp.com>
338
339        * console/console.c: Removed __assert() which conflicts with newlib.
340
3412002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
345        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
346        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
347        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
348        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
349
3502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * start/Makefile.am: Use install-data-local to install startfile.
353
3542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357
3582002-11-04      Joel Sherrill <joel@OARcorp.com>
359
360        * network/network.c: Removed warnings.
361
3622002-11-04      Joel Sherrill <joel@OARcorp.com>
363
364        * console/console.c, network/network.c: Removed warnings.
365
3662002-11-01      Joel Sherrill <joel@OARcorp.com>
367
368        * startup/bspstart.c: Removed warnings.
369
3702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * .cvsignore: Reformat.
373        Add autom4te*cache.
374        Remove autom4te.cache.
375
3762002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
379
3802002-08-21      Joel Sherrill <joel@OARcorp.com>
381
382        * bsp_specs: Added support for -nostdlibs.
383
3842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
387        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
388        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
389        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
390        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
391        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
392        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
393
3942002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * startup/bspstart.c: Per PR252 removed hack that tripled size of
397        RTEMS Workspace when POSIX is configured.  This was probably done to
398        account for confdefs.h missing some application requirements.
399
4002002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * start/Makefile.am: Eliminate PGM.
403        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
404
4052002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
408
4092002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
412        Remove $(OBJS) from all-local.
413
4142002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
417
4182001-05-09      Joel Sherrill <joel@OARcorp.com>
419
420        * startup/linkcmds: In support of gcc 3.1, added one of more
421        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
422        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
423        and direction of segments to memory regions may also have been
424        addressed.  This was a sweep across all BSPs.
425 
4262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * include/bsp.h: include <libcpu/cpu.h>.
429
4302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac:
433        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
434        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
435        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
444
4452002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Remove stray ';', PR 139.
448
4492002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
452
4532001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
456        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
457
4582001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
461
4622001-10-25      Joel Sherrill <joel@OARcorp.com>
463
464        * startup/linkcmds: Added _init and _fini.
465
4662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
469        * configure.in: Remove.
470        * configure.ac: New file, generated from configure.in by autoupdate.
471
4722001-09-27      Joel Sherrill <joel@OARcorp.com>
473
474        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
475
4762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
479
4802001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.in: Add bspopts.h.
483        * include/bsp.h: Include bspopts.h.
484        * include/.cvsignore: Add bspopts.h*, stamp-h*.
485        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
486        * start/Makefile.am: Dito.
487        * network/Makefile.am: Dito.
488
4892001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
492
4932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
496
4972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
500
5012000-11-01      Joel Sherrill <joel@OARcorp.com>
502
503        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
504        and libcsupport.h moved from libc to lib/include/rtems and
505        now must be referenced as <rtems/XXX.h>.   Header file order
506        was cleaned up while doing this.
507
5082000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
511        Switch to GNU canonicalization.
512
5132000-10-20      Joel Sherrill <joel@OARcorp.com>
514
515        * console/console.c: Invoke BSP_uart_init() with enough arguments
516        now that more communication parameters are settable.
517
5182000-10-17      Joel Sherrill <joel@OARcorp.com>
519
520        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
521        to libbsp/i386/shared/irq.
522
5232000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
524
525        * startup/linkcmds: Added lines so DWARF debug information
526        would be available.  Otherwise gdb complains that the offsets
527        for the debug info are incorrect and doesn't load the files.
528
5292000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
532
5332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
536        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
537        wrapup/Makefile.am: Include compile.am
538
5392000-08-10      Joel Sherrill <joel@OARcorp.com>
540
541        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.