source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 1d0ee80e

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 16.9 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        PR 649/bsps
20        * clock/ckinit.c, console/console.c: Add missing structure element.
21
222008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * startup/linkcmds: Add wildcard to gcc_except_table section so
25        programs compiled with gcc 4.3.x can link.
26
272007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
30        of the Configuration Table. Use the RTEMS provided accessor macros to
31        obtain configuration fields.
32
332007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
36        from CPU Table to Configuration Table. Eliminate CPU Table from all
37        ports. Delete references to CPU Table in all forms.
38
392007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
42        Table fields to the Configuration Table. This included
43        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
44        do_zero_of_workspace, extra_mpci_receive_server_stack,
45        stack_allocate_hook, and stack_free_hook. As a side-effect of this
46        effort some multiprocessing code was made conditional and some style
47        clean up occurred.
48
492007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * startup/bspstart.c: Eliminate the interrupt_table_segment and
52        interrupt_table_offset fields in the i386 CPU Table since they are
53        never read.
54
552007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
58        since it was used to configure a no longer used feature. Device names
59        are now part of the filesystem not in a table.
60
612007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * bsp_specs: Remove qrtems_debug.
64
652006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
68
692006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * configure.ac: New BUG-REPORT address.
72
732006-11-15      Joel Sherrill <joel@OARcorp.com>
74
75        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
76        file and simplified initialization.
77
782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Remove superfluous -DASM.
81
822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * configure.ac: Require autoconf-2.60. Require automake-1.10.
85
862006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Remove explicit ampolish3 support (now in
89        RTEMS_BSP_CONFIGURE).
90
912006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * configure.ac: Add ampolish3 support.
94        * Makefile.am: Add preinstall.am.
95
962005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Add pci.rel.
99
1002005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Install/preinstall headers from ../../i386/shared.
103
1042005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
107
1082005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * include/bsp.h: New header guard.
111
1122005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
113
114        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
115        Moved irq.h to bsp subdirectory.
116
1172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
120
1212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Remove build-variant support.
124
1252004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * configure.ac: Require automake > 1.9.
128
1292004-07-25      Joel Sherrill <joel@OARcorp.com>
130
131        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
132        * network/ne2000.c: Add include of <sys/errno.h>.
133
1342004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        PR 610/bsps
137        * Makefile.am: Add include/tm27.h, Cosmetics.
138        * include/tm27.h: Final cosmetics.
139
1402004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * include/bsp.h: Split out tmtest27 support.
143        * include/tm27.h: New.
144
1452004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        PR 613/bsps
148        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
149
1502004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        PR 614/bsps
153        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
154
1552004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
158        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
159
1602004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
163        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
164        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
165
1662004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
169        timer/timer.c: Convert to using c99 fixed size types.
170
1712004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Reflect changes to bsp.am.
174        Preinstall dist_project_lib*.
175
1762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Reflect changes to bsp.am.
179
1802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
183
1842004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Pickup files from ../../i386/shared instead of
187        ../shared. Reformat.
188
1892004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
192        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
193        wrapup/Makefile.am. Use automake compilation rules.
194        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
195        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
196        * configure.ac: Reflect changes above.
197
1982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
201        Add RTEMS_PROG_CCAS.
202
2032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Add PREINSTALL_DIRS.
206        * wrapup/Makefile.am: Reflect changes to libcpu.
207
2082004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
211        Add PRE/TMPINSTALL_FILES to CLEANFILES.
212        * startup/Makefile.am: Ditto.
213
2142004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * start/Makefile.am: Remove.
217        * Makefile.am: Merge-in start/Makefile.am.
218        * configure.ac: Reflect changes above.
219
2202004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Eliminate $(LIB).
223        Use noinst_DATA to trigger building libbsp.a.
224
2252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
228        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
229
2302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
233        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
234
2352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
238
2392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * wrapup/Makefile.am: Cosmetics.
242
2432003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * start/Makefile.am: Misc cleanups and fixes.
246        * startup/Makefile.am: Misc cleanups and fixes.
247        * wrapup/Makefile.am: Misc cleanups and fixes.
248
2492003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Add preinstallation dirstamp support.
252        * clock/Makefile.am: Cosmetics.
253        * console/Makefile.am: Cosmetics.
254        * network/Makefile.am: Cosmetics.
255        * startup/Makefile.am: Cosmetics.
256        * timer/Makefile.am: Cosmetics.
257        * wrapup/Makefile.am: Cosmetics.
258
2592003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * clock/Makefile.am: Remove all-local: $(ARCH).
262        * console/Makefile.am: Remove all-local: $(ARCH).
263        * network/Makefile.am: Remove all-local: $(ARCH).
264        * start/Makefile.am: Remove all-local: $(ARCH).
265        * startup/Makefile.am: Remove all-local: $(ARCH).
266        * timer/Makefile.am: Remove all-local: $(ARCH).
267        * wrapup/Makefile.am: Remove all-local: $(ARCH).
268
2692003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Merge-in include/Makefile.am.
272        Reflect changes to bsp.am.
273        * include/Makefile.am: Remove.
274        * configure.ac: Reflect changes above.
275
2762003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * bsp_specs: Remove *lib:.
279
2802003-09-04      Joel Sherrill <joel@OARcorp.com>
281
282        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
283        include/coverhd.h, network/ne2000.c, start/80386ex.h,
284        start/80386ex.inc, start/macros.inc, start/start.S,
285        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
286        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
287        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
288        tools/debug_c/system.h, tools/network_ada/listener/init.c,
289        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
290        license changed.
291
2922003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Reflect having moved aclocal/.
295
2962003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Reflect having moved automake/.
299        * clock/Makefile.am: Reflect having moved automake/.
300        * console/Makefile.am: Reflect having moved automake/.
301        * include/Makefile.am: Reflect having moved automake/.
302        * network/Makefile.am: Reflect having moved automake/.
303        * start/Makefile.am: Reflect having moved automake/.
304        * startup/Makefile.am: Reflect having moved automake/.
305        * timer/Makefile.am: Reflect having moved automake/.
306        * wrapup/Makefile.am: Reflect having moved automake/.
307
3082003-08-13      Joel Sherrill <joel@OARcorp.com>
309
310        PR 451/bsps
311        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
312
3132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        PR 452/bsps
316        * startup/Makefile.am: Remove USE_INIT_FINI.
317
3182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
321
3222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        PR 445/bsps
325        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
326        Remove cpp, old_cpp (now unused).
327
3282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Remove AC_CONFIG_AUX_DIR.
331
3322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
335
3362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: AC_PREREQ(2.57).
339
3402003-01-20      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
343
3442002-12-19      Joel Sherrill <joel@OARcorp.com>
345
346        * console/console.c: Removed __assert() which conflicts with newlib.
347
3482002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
351        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
352        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
353        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
354        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356
3572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * start/Makefile.am: Use install-data-local to install startfile.
360
3612002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364
3652002-11-04      Joel Sherrill <joel@OARcorp.com>
366
367        * console/console.c, network/ne2000.c: Removed warnings.
368
3692002-11-01      Joel Sherrill <joel@OARcorp.com>
370
371        * startup/bspstart.c: Removed warnings.
372
3732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * .cvsignore: Reformat.
376        Add autom4te*cache.
377        Remove autom4te.cache.
378
3792002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
382
3832002-08-21      Joel Sherrill <joel@OARcorp.com>
384
385        * bsp_specs: Added support for -nostdlibs.
386
3872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
390        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
391        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
392        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
393        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
394        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
395        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
396
3972002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * start/Makefile.am: Eliminate PGM.
400        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
401
4022002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
405
4062002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
409        Remove $(OBJS) from all-local.
410
4112002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
414
4152001-05-17      Joel Sherrill <joel@OARcorp.com>
416
417        * startup/linkcmds: Per PR224, added wild card math to .rodata.
418
4192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * include/bsp.h: include <libcpu/cpu.h>.
422        * console/console.c: Remove unused variable console_open_count.
423
4242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac:
427        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
428        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
429        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
432        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
433        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
434        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
435        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
438
4392002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac: Remove stray ';', PR 139.
442
4432002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
446
4472001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
450        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
451
4522001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
455
4562001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
459        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
460        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
461
4622001-10-12      Joel Sherrill <joel@OARcorp.com>
463
464        * startup/linkcmds: Fixed typo.
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-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.in: Add bspopts.h.
483        * include/.cvsignore: Add bspopts.h*, stamp-h*.
484        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
485        * include/bsp.h: Include bspopts.h.
486
4872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
488
489        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
490
4912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
494
4952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
498
4992000-11-01      Joel Sherrill <joel@OARcorp.com>
500
501        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
502        and libcsupport.h moved from libc to lib/include/rtems and
503        now must be referenced as <rtems/XXX.h>.   Header file order
504        was cleaned up while doing this.
505
5062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
509        Switch to GNU canonicalization.
510
5112000-10-19      Joel Sherrill <joel@OARcorp.com>
512
513        * console/console.c: Invoke BSP_uart_init() with all arguments
514        now that it takes more parameters.
515
5162000-10-17      Joel Sherrill <joel@OARcorp.com>
517
518        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
519        to libbsp/i386/shared/irq.
520
5212000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
522
523        * startup/linkcmds: Added lines so DWARF debug information
524        would be available.  Otherwise gdb complains that the offsets
525        for the debug info are incorrect and doesn't load the files.
526
5272000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
530        * startup/Makefile.am: Cleanup comments.
531
5322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
535        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
536        wrapup/Makefile.am: Include compile.am
537
5382000-08-10      Joel Sherrill <joel@OARcorp.com>
539
540        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.