source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ f6c6e17d

4.104.115
Last change on this file since f6c6e17d was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 18.4 KB
Line 
12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
72008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * timer/timer.c: Eliminate uses of old benchmark timer names.
10
112008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
14        of building libbspstart.a, using automake-rules.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate *_SOURCES.
19
202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
23        components.
24
252008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
28
292008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * configure.ac: Make letting boot_card() handle work area allocation
32        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
33        BSP_BOOTCARD_OPTIONS.
34
352008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * console/console.c, include/bsp.h: Remove unnecessary boilerplate
38        comments. Eliminate use of EXTERN and move unnneccessarily global
39        variables to console.c.
40
412008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * Makefile.am, startup/linkcmds: Use top level shared
44        bsp_get_work_area() implementation.
45
462008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * Makefile.am, clock/ckinit.c, startup/bspstart.c, startup/linkcmds:
49        Add use of bsp_get_work_area() in its own file and rely on BSP
50        Framework to perform more initialization. Remove unnecessary includes
51        of rtems/libio.h and rtems/libcsupport.h.
52
532008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
56        phase, all prototypes were removed from bsp.h and empty
57        implementations were removed and made to use the shared stub.
58
592008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * clock/ckinit.c: The Shared Memory Driver no longer requires the
62        special IOCTL in Clock_control. This was a hack which has existed
63        since before the Classic API Timer Manager was implemented. All
64        implementations of and references to Clock_control were removed.
65
662008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * console/console.c, timer/timer.c: Convert to "bool".
69
702008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * timer/timer.c: Eliminate empty function from every benchmark timer
73        driver. Fix spelling.
74
752008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * timer/timer.c: Rename timer driver methods to follow RTEMS
78        programming conventions.
79
802008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * startup/bspclean.c, timer/timer.c: Add missing prototypes.
83
842008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * Makefile.am, configure.ac, startup/bspstart.c: Add capability for
87        bootcard.c BSP Initialization Framework to ask the BSP where it has
88        memory for the RTEMS Workspace and C Program Heap. These collectively
89        are referred to as work area. If the BSP supports this, then it does
90        not have to include code to split the available memory between the
91        two areas. This reduces the amount of code in the BSP specific
92        bspstart.c file. Additionally, the shared framework can dirty the
93        work area memory. Until most/all BSPs support this new capability, if
94        the BSP supports this, it should call
95        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When
96        the transition is complete, this autoconf macro can be removed.
97
982008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * Makefile.am: Rework to avoid .rel files.
101
1022008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * startup/bspstart.c: Refactored and renamed initialization routines to
105        rtems_initialize_data_structures, rtems_initialize_before_drivers,
106        rtems_initialize_device_drivers, and
107        rtems_initialize_start_multitasking. This opened the sequence up so
108        that bootcard() could provide a more robust and flexible framework
109        which is easier to explain and understand. This also lays the
110        groundwork for sharing the division of available memory between the
111        RTEMS workspace and heap and the C library initialization across all
112        BSPs.
113
1142008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * startup/linkcmds: Add wildcard to gcc_except_table section so
117        programs compiled with gcc 4.3.x can link.
118
1192007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
122        of the Configuration Table. Use the RTEMS provided accessor macros to
123        obtain configuration fields.
124
1252007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
128        from CPU Table to Configuration Table. Eliminate CPU Table from all
129        ports. Delete references to CPU Table in all forms.
130
1312007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
134        Table fields to the Configuration Table. This included
135        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
136        do_zero_of_workspace, extra_mpci_receive_server_stack,
137        stack_allocate_hook, and stack_free_hook. As a side-effect of this
138        effort some multiprocessing code was made conditional and some style
139        clean up occurred.
140
1412007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
144        m68k CPU Table since it is never read.
145
1462007-05-03      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Handle .data.* sections
149
1502007-05-01      Joel Sherrill <joel@OARcorp.com>
151
152        * Makefile.am: Minor rework to shrink minimum size to <48K.
153
1542007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * bsp_specs: Remove qrtems_debug.
157
1582007-04-02      Joel Sherrill <joel@OARcorp.com>
159
160        * Makefile.am: Add dummy printk support so all tests link.
161
1622006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * configure.ac: New BUG-REPORT address.
165
1662006-11-15      Joel Sherrill <joel@OARcorp.com>
167
168        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
169        file and simplified initialization.
170
1712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Remove superfluous -DASM.
174
1752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * configure.ac: Require autoconf-2.60. Require automake-1.10.
178
1792006-02-08      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds: Add sections required by newer gcc versions.
182
1832006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * Makefile.am: Add preinstall.am.
186
1872005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * include/bsp.h: New header guard.
190
1912005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
194
1952005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Remove build-variant support.
198
1992004-11-25      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
202
2032004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
204
205        * configure.ac: Require automake > 1.9.
206
2072004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
208
209        PR 610/bsps
210        * Makefile.am: Add include/tm27.h, Cosmetics.
211        * include/tm27.h: Final cosmetics.
212
2132004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        * include/bsp.h: Split out tmtest27 support.
216        * include/tm27.h: New.
217
2182004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
219
220        PR 613/bsps
221        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
222
2232004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
224
225        PR 614/bsps
226        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
227
2282004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
229
230        * mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
231        mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
232        <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
233
2342004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
237
2382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
241        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
242        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
243        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
244
2452004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
246
247        * clock/ckinit.c, include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
248        shmsupp/mpisr.c, startup/bspstart.c, timer/timer.c: Convert to using
249        c99 fixed size types.
250
2512004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Reflect changes to bsp.am.
254        Preinstall dist_project_lib*.
255
2562004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Reflect changes to bsp.am.
259
2602004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
263
2642004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Pickup files from ../../m68k/shared instead of
267        ../shared. Reformat.
268
2692004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
272        Remove AM_CONDITIONAL(HAS_MP).
273
2742004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
277
2782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
281        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
282        wrapup/Makefile.am.
283        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am
284        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
285        Remove.
286        * configure.ac: Reflect changes above.
287
2882004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Add PREINSTALL_DIRS.
291        * wrapup/Makefile.am: Reflect changes to libcpu.
292
2932004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * wrapup/Makefile.am: Reflect changes to libcpu.
296
2972004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
300        Add PRE/TMPINSTALL_FILES to CLEANFILES.
301        * startup/Makefile.am: Ditto.
302
3032004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * start/.cvsignore: Remove.
306        * start/Makefile.am: Remove.
307        * Makefile.am: Merge-in start/Makefile.am.
308        * configure.ac: Reflect changes above.
309
3102004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Eliminate $(LIB).
313        Use noinst_DATA to trigger building libbsp.a.
314
3152003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * wrapup/Makefile.am: Remove GENERIC_FILES.
318
3192003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
322        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
323
3242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
327        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
328
3292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
332
3332003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * start/Makefile.am: Misc cleanups and fixes.
336        * startup/Makefile.am: Misc cleanups and fixes.
337        * wrapup/Makefile.am: Misc cleanups and fixes.
338
3392003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Add preinstallation dirstamp support.
342        * clock/Makefile.am: Cosmetics.
343        * console/Makefile.am: Cosmetics.
344        * shmsupp/Makefile.am: Cosmetics.
345        * startup/Makefile.am: Cosmetics.
346        * timer/Makefile.am: Cosmetics.
347        * wrapup/Makefile.am: Cosmetics.
348
3492003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * clock/Makefile.am: Remove all-local: $(ARCH).
352        * console/Makefile.am: Remove all-local: $(ARCH).
353        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
354        * start/Makefile.am: Remove all-local: $(ARCH).
355        * startup/Makefile.am: Remove all-local: $(ARCH).
356        * timer/Makefile.am: Remove all-local: $(ARCH).
357        * wrapup/Makefile.am: Remove all-local: $(ARCH).
358
3592003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Merge-in include/Makefile.am.
362        Reflect changes to bsp.am.
363        * include/Makefile.am: Remove.
364        * configure.ac: Reflect changes above.
365
3662003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * bsp_specs: Remove *lib:.
369
3702003-09-04      Joel Sherrill <joel@OARcorp.com>
371
372        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
373        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
374        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
375        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
376        changed.
377
3782003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * Makefile.am: Reflect having moved aclocal/.
381
3822003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Reflect having moved automake/.
385        * clock/Makefile.am: Reflect having moved automake/.
386        * console/Makefile.am: Reflect having moved automake/.
387        * include/Makefile.am: Reflect having moved automake/.
388        * shmsupp/Makefile.am: Reflect having moved automake/.
389        * start/Makefile.am: Reflect having moved automake/.
390        * startup/Makefile.am: Reflect having moved automake/.
391        * timer/Makefile.am: Reflect having moved automake/.
392        * wrapup/Makefile.am: Reflect having moved automake/.
393
3942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        PR 452/bsps
397        * startup/Makefile.am: Remove USE_INIT_FINI.
398
3992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
402
4032003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        PR 445/bsps
406        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
407        Remove cpp, old_cpp (now unused).
408
4092003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: Remove AC_CONFIG_AUX_DIR.
412
4132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
416
4172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac: AC_PREREQ(2.57).
420
4212003-01-20      Joel Sherrill <joel@OARcorp.com>
422
423        * startup/linkcmds*: Add FreeBSD sysctl() sections.
424
4252002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
428        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
429        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
430        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
431        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
432        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
433
4342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * start/Makefile.am: Use install-data-local to install startfile.
437
4382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
441
4422002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * .cvsignore: Reformat.
445        Add autom4te*cache.
446        Remove autom4te.cache.
447
4482002-08-21      Joel Sherrill <joel@OARcorp.com>
449
450        * bsp_specs: Added support for -nostdlibs.
451
4522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
455        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
456        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
457        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
458        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
459        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
460        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
461
4622002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * start/Makefile.am: Eliminate PGM.
465        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
466
4672002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
470
4712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
474        Remove $(OBJS) from all-local.
475
4762002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
479
4802001-05-09      Joel Sherrill <joel@OARcorp.com>
481
482        * startup/linkcmds: In support of gcc 3.1, added one of more
483        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
484        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
485        and direction of segments to memory regions may also have been
486        addressed.  This was a sweep across all BSPs.
487 
4882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac:
491        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
492        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
493        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
502
5032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
506
5072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
510        * configure.in: Remove.
511        * configure.ac: New file, generated from configure.in by autoupdate.
512
5132001-09-27      Joel Sherrill <joel@OARcorp.com>
514
515        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
516
5172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
520
5212001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
524        happy.
525
5262001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.in: Add bspopts.h.
529        * include/.cvsignore: Add bspopts.h*, stamp-h*.
530        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
531        * include/bsp.h: Include bspopts.h.
532
5332001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
534
535        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
536
5372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
540
5412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
544
5452000-11-01      Joel Sherrill <joel@OARcorp.com>
546
547        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
548        and libcsupport.h moved from libc to lib/include/rtems and
549        now must be referenced as <rtems/XXX.h>.   Header file order
550        was cleaned up while doing this.
551
5522000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
555        Switch to GNU canonicalization.
556
5572000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
558
559        * startup/linkcmds: Added lines so DWARF debug information
560        would be available.  Otherwise gdb complains that the offsets
561        for the debug info are incorrect and doesn't load the files.
562
5632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
566        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
567        wrapup/Makefile.am: Include compile.am
568
5692000-08-10      Joel Sherrill <joel@OARcorp.com>
570
571        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.