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

4.104.115
Last change on this file since 94e6d84 was 94e6d84, checked in by Joel Sherrill <joel.sherrill@…>, on 04/28/10 at 19:43:35

2010-04-28 Joel Sherrill <joel.sherrilL@…>

  • timer/timer.c: Remove warnings.
  • Property mode set to 100644
File size: 18.6 KB
Line 
12010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * timer/timer.c: Remove warnings.
4
52010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * console/leds.c, timer/timer.c: Remove warnings.
8
92009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
10
11        * console/console.c: adapted to new prototype for *_write
12        function
13
142009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * make/custom/idp.cfg: Remove RTEMS_BSP_FAMILY.
17
182009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Don't add -ansi -fasm to CFLAGS.
21
222009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * make/custom/idp.cfg: New (relocated from /make/custom).
25
262009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
29
30 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
33        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
34        have the same options.
35
362008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * bsp_specs: Move -e start from *link to *startfile to avoid warning
39        for undefined entry symbol when linking relocatables with binutils
40        2.19.
41
422008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * Makefile.am, preinstall.am: Use shared tm27.h stub.
45        * include/tm27.h: Removed.
46
472008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * timer/timer.c: Eliminate uses of old benchmark timer names.
50
512008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
54        of building libbspstart.a, using automake-rules.
55
562008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Eliminate *_SOURCES.
59
602008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
63        components.
64
652008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Remove noinst_PROGRAMS (Unused).
68
692008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
72
732008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * configure.ac: Make letting boot_card() handle work area allocation
76        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
77        BSP_BOOTCARD_OPTIONS.
78
792008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
82        of EXTERN.
83
842008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * Makefile.am, startup/linkcmds: Use top level shared
87        bsp_get_work_area() implementation.
88
892008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
92        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
93        rely on BSP Framework to perform more initialization. Remove
94        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
95
962008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
99        phase, all prototypes were removed from bsp.h and empty
100        implementations were removed and made to use the shared stub.
101
1022008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * clock/ckinit.c: The Shared Memory Driver no longer requires the
105        special IOCTL in Clock_control. This was a hack which has existed
106        since before the Classic API Timer Manager was implemented. All
107        implementations of and references to Clock_control were removed.
108
1092008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * console/console.c, timer/timer.c: Convert to "bool".
112
1132008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * timer/timer.c: Eliminate empty function from every benchmark timer
116        driver. Fix spelling.
117
1182008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * timer/timer.c: Rename timer driver methods to follow RTEMS
121        programming conventions.
122
1232008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * clock/ckinit.c, console/leds.c, console/mc68ec.c,
126        startup/bspstart.c, timer/timer.c: Add missing prototypes.
127
1282008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * Makefile.am: Rework to avoid .rel files.
131
1322008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * startup/bspstart.c: Refactored and renamed initialization routines to
135        rtems_initialize_data_structures, rtems_initialize_before_drivers,
136        rtems_initialize_device_drivers, and
137        rtems_initialize_start_multitasking. This opened the sequence up so
138        that bootcard() could provide a more robust and flexible framework
139        which is easier to explain and understand. This also lays the
140        groundwork for sharing the division of available memory between the
141        RTEMS workspace and heap and the C library initialization across all
142        BSPs.
143
1442008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * startup/linkcmds: Add wildcard to gcc_except_table section so
147        programs compiled with gcc 4.3.x can link.
148
1492008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
152          to rtems/motorola/*.h.
153
1542007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
157        of the Configuration Table. Use the RTEMS provided accessor macros to
158        obtain configuration fields.
159
1602007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
163        from CPU Table to Configuration Table. Eliminate CPU Table from all
164        ports. Delete references to CPU Table in all forms.
165
1662007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
169        Table fields to the Configuration Table. This included
170        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
171        do_zero_of_workspace, extra_mpci_receive_server_stack,
172        stack_allocate_hook, and stack_free_hook. As a side-effect of this
173        effort some multiprocessing code was made conditional and some style
174        clean up occurred.
175
1762007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
179        m68k CPU Table since it is never read.
180
1812007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
184        avoid conflicts in application space.
185
1862007-05-03      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/linkcmds: Handle .data.* sections
189
1902007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * bsp_specs: Remove qrtems_debug.
193
1942007-04-02      Joel Sherrill <joel@OARcorp.com>
195
196        * Makefile.am: Add dummy printk support so all tests link.
197
1982006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * configure.ac: New BUG-REPORT address.
201
2022006-11-15      Joel Sherrill <joel@OARcorp.com>
203
204        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
205        file and simplified initialization.
206
2072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Remove superfluous -DASM.
210
2112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * configure.ac: Require autoconf-2.60. Require automake-1.10.
214
2152006-02-08      Joel Sherrill <joel@OARcorp.com>
216
217        * startup/linkcmds: Add sections required by newer gcc versions.
218
2192006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * Makefile.am: Add preinstall.am.
222
2232005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * include/bsp.h: New header guard.
226
2272005-05-20      Joel Sherrill <joel@OARcorp.com>
228
229        * console/duart.c: Remove warning.
230
2312005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
234
2352005-01-04      Joel Sherrill <joel@OARcorp.com>
236
237        * console/leds.c: Remove warnings.
238
2392005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * Makefile.am: Remove build-variant support.
242
2432005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
244
245        * console/leds.c: Fix prototype of led_putnum().
246
2472004-11-25      Joel Sherrill <joel@OARcorp.com>
248
249        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
250
2512004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * configure.ac: Require automake > 1.9.
254
2552004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
256
257        PR 610/bsps
258        * Makefile.am: Add include/tm27.h, Cosmetics.
259        * include/tm27.h: Final cosmetics.
260
2612004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
262
263        * include/bsp.h: Split out tmtest27 support.
264        * include/tm27.h: New.
265
2662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
267
268        PR 613/bsps
269        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
270
2712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
272
273        PR 614/bsps
274        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
275
2762004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
277
278        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
279        <motorola/mc68230.h>.
280        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
281        <motorola/mc68681.h>.
282
2832004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
284
285        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
286        <motorola/mc68230.h>.
287
2882004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
289
290        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
291
2922004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
295        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
296        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
297        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
298
2992004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
300
301        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
302        using c99 fixed size types.
303
3042004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Reflect changes to bsp.am.
307        Preinstall dist_project_lib*.
308
3092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Reflect changes to bsp.am.
312
3132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
316
3172004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Pickup files from ../../m68k/shared instead of
320        ../shared. Reformat.
321
3222004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
325
3262004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
329        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
330        compilation rules.
331        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
332        timer/Makefile.am, wrapup/Makefile.am: Remove.
333        * configure.ac: Reflect changes above.
334
3352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Add PREINSTALL_DIRS.
338        * wrapup/Makefile.am: Reflect changes to libcpu.
339
3402004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * wrapup/Makefile.am: Reflect changes to libcpu.
343
3442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
347        Add PRE/TMPINSTALL_FILES to CLEANFILES.
348        * startup/Makefile.am: Ditto.
349
3502004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * start/Makefile.am: Remove.
353        * Makefile.am: Merge-in start/Makefile.am.
354        * configure.ac: Reflect changes above.
355
3562004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * wrapup/Makefile.am: Eliminate $(LIB).
359        Use noinst_DATA to trigger building libbsp.a.
360
3612003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
364        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
365
3662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
369        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
370
3712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
374
3752003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * start/Makefile.am: Misc cleanups and fixes.
378        * startup/Makefile.am: Misc cleanups and fixes.
379        * wrapup/Makefile.am: Misc cleanups and fixes.
380
3812003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: Add preinstallation dirstamp support.
384        * clock/Makefile.am: Cosmetics.
385        * console/Makefile.am: Cosmetics.
386        * startup/Makefile.am: Cosmetics.
387        * timer/Makefile.am: Cosmetics.
388        * wrapup/Makefile.am: Cosmetics.
389
3902003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * clock/Makefile.am: Remove all-local: $(ARCH).
393        * console/Makefile.am: Remove all-local: $(ARCH).
394        * start/Makefile.am: Remove all-local: $(ARCH).
395        * startup/Makefile.am: Remove all-local: $(ARCH).
396        * timer/Makefile.am: Remove all-local: $(ARCH).
397        * wrapup/Makefile.am: Remove all-local: $(ARCH).
398
3992003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Merge-in include/Makefile.am.
402        Reflect changes to bsp.am.
403        * include/Makefile.am: Remove.
404        * configure.ac: Reflect changes above.
405
4062003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * bsp_specs: Remove *lib:.
409
4102003-09-04      Joel Sherrill <joel@OARcorp.com>
411
412        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
413        URL for license changed.
414
4152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Reflect having moved aclocal/.
418
4192003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: Reflect having moved automake/.
422        * clock/Makefile.am: Reflect having moved automake/.
423        * console/Makefile.am: Reflect having moved automake/.
424        * include/Makefile.am: Reflect having moved automake/.
425        * start/Makefile.am: Reflect having moved automake/.
426        * startup/Makefile.am: Reflect having moved automake/.
427        * timer/Makefile.am: Reflect having moved automake/.
428        * wrapup/Makefile.am: Reflect having moved automake/.
429
4302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        PR 452/bsps
433        * startup/Makefile.am: Remove USE_INIT_FINI.
434
4352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
438
4392003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        PR 445/bsps
442        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
443        Remove cpp, old_cpp (now unused).
444
4452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Remove AC_CONFIG_AUX_DIR.
448
4492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
452
4532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: AC_PREREQ(2.57).
456
4572003-01-20      Joel Sherrill <joel@OARcorp.com>
458
459        * startup/linkcmds*: Add FreeBSD sysctl() sections.
460
4612002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
464        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
465        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
466        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
467        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
468
4692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * start/Makefile.am: Use install-data-local to install startfile.
472
4732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476
4772002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
480
4812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * .cvsignore: Reformat.
484        Add autom4te*cache.
485        Remove autom4te.cache.
486
4872002-08-21      Joel Sherrill <joel@OARcorp.com>
488
489        * bsp_specs: Added support for -nostdlibs.
490
4912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
494        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
495        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
496        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
497        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
498        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
499
5002002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * start/Makefile.am: Eliminate PGM.
503        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
504
5052002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
508
5092002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
512        Remove $(OBJS) from all-local.
513
5142002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
517
5182001-05-09      Joel Sherrill <joel@OARcorp.com>
519
520        * startup/linkcmds: In support of gcc 3.1, added one of more
521        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
522        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
523        and direction of segments to memory regions may also have been
524        addressed.  This was a sweep across all BSPs.
525 
5262002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac:
529        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
530        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
531        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
539
5402001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
543
5442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
547        * configure.in: Remove.
548        * configure.ac: New file, generated from configure.in by autoupdate.
549
5502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * include/Makefile.am: Use 'CLEANFILES ='.
553        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
554
5552001-06-19      Joel Sherrill <joel@OARcorp.com>
556
557        * include/Makefile.am: Fixed typo.
558
5592001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.in: Add bspopts.h.
562        * include/.cvsignore: Add bspopts.h*, stamp-h*.
563        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
564        * include/bsp.h: Include bspopts.h.
565
5662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
567
568        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
569
5702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
573
5742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
577
5782000-11-01      Joel Sherrill <joel@OARcorp.com>
579
580        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
581        and libcsupport.h moved from libc to lib/include/rtems and
582        now must be referenced as <rtems/XXX.h>.   Header file order
583        was cleaned up while doing this.
584
5852000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
588        Switch to GNU canonicalization.
589
5902000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
591
592        * startup/linkcmds: Added lines so DWARF debug information
593        would be available.  Otherwise gdb complains that the offsets
594        for the debug info are incorrect and doesn't load the files.
595
5962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
599        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
600        compile.am
601
6022000-08-10      Joel Sherrill <joel@OARcorp.com>
603
604        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.