source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ 9957dbf

4.104.115
Last change on this file since 9957dbf was 9957dbf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:39:40

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
  • Property mode set to 100644
File size: 18.6 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
4        * include/tm27.h: Removed.
5
62008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * timer/timer.c: Eliminate uses of old benchmark timer names.
9
102008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
13        of building libbspstart.a, using automake-rules.
14        * start/startfor340only.S: Remove (Unused).
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        * include/bsp.h: Remove unnecessary boilerplate comments.
38
392008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, startup/linkcmds: Use top level shared
42        bsp_get_work_area() implementation.
43
442008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use
47        of bsp_get_work_area() in its own file and rely on BSP Framework to
48        perform more initialization. Remove unnecessary includes of
49        rtems/libio.h and rtems/libcsupport.h.
50        * startup/bspstart.c: Removed.
51
522008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
55        implementations. In this phase, all prototypes were removed from
56        bsp.h and empty implementations were removed and made to use the
57        shared stub.
58        * startup/bspclean.c: Removed.
59
602008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * clock/ckinit.c: The Shared Memory Driver no longer requires the
63        special IOCTL in Clock_control. This was a hack which has existed
64        since before the Classic API Timer Manager was implemented. All
65        implementations of and references to Clock_control were removed.
66
672008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * timer/timer.c: Convert to "bool".
70
712008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * console/console.c, include/m340timer.h, timer/timer.c: Eliminate
74        empty function from every benchmark timer driver. Fix spelling.
75
762008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * console/console.c, include/m340timer.h, timer/timer.c: Rename timer
79        driver methods to follow RTEMS programming conventions.
80
812008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * timer/timer.c: Add missing prototypes.
84
852008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * console/console.c, include/m340uart.h: Use new shared
88        termios_baud_to_number() routine.
89
902008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * console/m340uart.c: Eliminate copies of switches to convert termios
93        Bxxx constants to xxx as an integer. Use the shared
94        termios_baud_to_number() routine to do the same conversion.
95
962008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * Makefile.am: Rework to avoid .rel files.
99
1002008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * startup/bspstart.c: Refactored and renamed initialization routines to
103        rtems_initialize_data_structures, rtems_initialize_before_drivers,
104        rtems_initialize_device_drivers, and
105        rtems_initialize_start_multitasking. This opened the sequence up so
106        that bootcard() could provide a more robust and flexible framework
107        which is easier to explain and understand. This also lays the
108        groundwork for sharing the division of available memory between the
109        RTEMS workspace and heap and the C library initialization across all
110        BSPs.
111
1122008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * startup/linkcmds: Add wildcard to gcc_except_table section so
115        programs compiled with gcc 4.3.x can link.
116
1172007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
120        of the Configuration Table. Use the RTEMS provided accessor macros to
121        obtain configuration fields.
122
1232007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
126        from CPU Table to Configuration Table. Eliminate CPU Table from all
127        ports. Delete references to CPU Table in all forms.
128
1292007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
132        Table fields to the Configuration Table. This included
133        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
134        do_zero_of_workspace, extra_mpci_receive_server_stack,
135        stack_allocate_hook, and stack_free_hook. As a side-effect of this
136        effort some multiprocessing code was made conditional and some style
137        clean up occurred.
138
1392007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
142        m68k CPU Table since it is never read.
143
1442007-05-03      Joel Sherrill <joel@OARcorp.com>
145
146        * startup/linkcmds: Handle .data.* sections
147
1482007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * bsp_specs: Remove qrtems_debug.
151
1522007-04-02      Joel Sherrill <joel@OARcorp.com>
153
154        * Makefile.am: Add dummy printk support so all tests link.
155
1562007-03-11      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/bspstart.c: Remove assignments of
159        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
160        value in boot_card.c
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-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * include/m68349.inc, start/start.S, startup/dumpanic.c:
182        Convert to utf-8.
183
1842006-02-08      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds: Add sections required by newer gcc versions.
187
1882006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * Makefile.am: Add preinstall.am.
191
1922005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * include/bsp.h: New header guard.
195
1962005-02-11      Joel Sherrill <joel@OARcorp.com>
197
198        * include/bsp.h: Correct type of symbols from linkcmds to compile with
199        gcc 4.x.
200
2012005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
204
2052005-01-04      Joel Sherrill <joel@OARcorp.com>
206
207        * console/console.c: Remove warnings.
208
2092005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Remove build-variant support.
212
2132004-11-25      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
216
2172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
218
219        * configure.ac: Require automake > 1.9.
220
2212004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        PR 610/bsps
224        * Makefile.am: Add include/tm27.h, Cosmetics.
225        * include/tm27.h: Final cosmetics.
226
2272004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
228
229        * include/bsp.h: Split out tmtest27 support.
230        * include/tm27.h: New.
231
2322004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        PR 613/bsps
235        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
236
2372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        PR 614/bsps
240        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
241
2422004-04-19      Joel Sherrill <joel@OARcorp.com>
243
244        * start/start.S: DWARF on the m68k requires that all objects me a
245        multiple of a 16-bit word in length.
246
2472004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
248
249        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
250        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
251
2522004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
253
254        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
255        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
256        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
257        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
258
2592004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
260
261        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
262        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
263        size types.
264
2652004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Reflect changes to bsp.am.
268        Preinstall dist_project_lib*.
269
2702004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Reflect changes to bsp.am.
273
2742004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
277
2782004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Pickup files from ../../m68k/shared instead of
281        ../shared. Reformat.
282
2832004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
286
2872004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Distribute start/startfor340only.S.
290
2912004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
294        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
295        compilation rules.
296        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
297        timer/Makefile.am, wrapup/Makefile.am: Remove.
298        * configure.ac: Reflect changes above.
299
3002004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Add PREINSTALL_DIRS.
303        * wrapup/Makefile.am: Reflect changes to libcpu.
304
3052004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
308        * README: Fix minor typo.
309        * wrapup/Makefile.am: Reflect changes to libcpu.
310
3112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
314        Add PRE/TMPINSTALL_FILES to CLEANFILES.
315        * startup/Makefile.am: Ditto.
316
3172004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: Remove.
320        * Makefile.am: Merge-in start/Makefile.am.
321        * configure.ac: Reflect changes above.
322
3232004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * wrapup/Makefile.am: Eliminate $(LIB).
326        Use noinst_DATA to trigger building libbsp.a.
327
3282003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
331        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
332
3332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
336        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
337
3382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
341
3422003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * start/Makefile.am: Misc cleanups and fixes.
345        * startup/Makefile.am: Misc cleanups and fixes.
346        * wrapup/Makefile.am: Misc cleanups and fixes.
347
3482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Add preinstallation dirstamp support.
351        * clock/Makefile.am: Cosmetics.
352        * console/Makefile.am: Cosmetics.
353        * startup/Makefile.am: Cosmetics.
354        * timer/Makefile.am: Cosmetics.
355        * wrapup/Makefile.am: Cosmetics.
356
3572003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * clock/Makefile.am: Remove all-local: $(ARCH).
360        * console/Makefile.am: Remove all-local: $(ARCH).
361        * start/Makefile.am: Remove all-local: $(ARCH).
362        * startup/Makefile.am: Remove all-local: $(ARCH).
363        * timer/Makefile.am: Remove all-local: $(ARCH).
364        * wrapup/Makefile.am: Remove all-local: $(ARCH).
365
3662003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Merge-in include/Makefile.am.
369        Reflect changes to bsp.am.
370        * include/Makefile.am: Remove.
371        * configure.ac: Reflect changes above.
372
3732003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * bsp_specs: Remove *lib:.
376
3772003-09-04      Joel Sherrill <joel@OARcorp.com>
378
379        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
380        console/m340uart.c, include/bsp.h, include/m340timer.h,
381        include/m340uart.h, start/start.S, start/startfor340only.S,
382        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
383        timer/timer.c: URL for license changed.
384
3852003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Reflect having moved aclocal/.
388
3892003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: Reflect having moved automake/.
392        * clock/Makefile.am: Reflect having moved automake/.
393        * console/Makefile.am: Reflect having moved automake/.
394        * include/Makefile.am: Reflect having moved automake/.
395        * start/Makefile.am: Reflect having moved automake/.
396        * startup/Makefile.am: Reflect having moved automake/.
397        * timer/Makefile.am: Reflect having moved automake/.
398        * wrapup/Makefile.am: Reflect having moved automake/.
399
4002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        PR 452/bsps
403        * startup/Makefile.am: Remove USE_INIT_FINI.
404
4052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
408
4092003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        PR 445/bsps
412        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
413        Remove cpp, old_cpp (now unused).
414
4152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.ac: Remove AC_CONFIG_AUX_DIR.
418
4192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
422
4232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.ac: AC_PREREQ(2.57).
426
4272003-01-20      Joel Sherrill <joel@OARcorp.com>
428
429        * startup/linkcmds*: Add FreeBSD sysctl() sections.
430
4312002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
434        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
435        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
436        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
437        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
438
4392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * start/Makefile.am: Use install-data-local to install startfile.
442
4432002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
446
4472002-11-04      Joel Sherrill <joel@OARcorp.com>
448
449        * console/console.c, console/m340uart.c: Removed warnings.
450
4512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * .cvsignore: Reformat.
454        Add autom4te*cache.
455        Remove autom4te.cache.
456
4572002-08-21      Joel Sherrill <joel@OARcorp.com>
458
459        * wrapup/Makefile.am: PR217 required that the idle task be moved to
460        libcpu so it could be more acutely aware of the CPU model.  This
461        file was modified to pick up the idle task from there.
462
4632002-08-21      Joel Sherrill <joel@OARcorp.com>
464
465        * bsp_specs: Added support for -nostdlibs.
466
4672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
470        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
471        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
472        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
473        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
474        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
475
4762002-08-05      Joel Sherrill <joel@OARcorp.com>
477
478        * Per PR260 eliminate use of make-target-options.  This impacted
479        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
480        SuperCore and required that the m68k optimized memcpy be moved
481        to libcpu.
482        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
483
4842002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * start/Makefile.am: Eliminate PGM.
487        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
488
4892002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
492
4932002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
496        Remove $(OBJS) from all-local.
497
4982002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
501
5022001-05-09      Joel Sherrill <joel@OARcorp.com>
503
504        * startup/linkcmds: In support of gcc 3.1, added one of more
505        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
506        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
507        and direction of segments to memory regions may also have been
508        addressed.  This was a sweep across all BSPs.
509 
5102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac:
513        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
514        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
515        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
523
5242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
527
5282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
531        * configure.in: Remove.
532        * configure.ac: New file, generated from configure.in by autoupdate.
533
5342001-09-27      Joel Sherrill <joel@OARcorp.com>
535
536        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
537
5382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
541
5422001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * include/Makefile.am: Fix typo in include_HEADERS.
545
5462001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.in: Add bspopts.h.
549        * include/.cvsignore: Add bspopts.h*, stamp-h*.
550        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
551        * include/bsp.h: Include bspopts.h.
552
5532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
554
555        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
556
5572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
560
5612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
564
5652000-11-01      Joel Sherrill <joel@OARcorp.com>
566
567        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
568        and libcsupport.h moved from libc to lib/include/rtems and
569        now must be referenced as <rtems/XXX.h>.   Header file order
570        was cleaned up while doing this.
571
5722000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
575        Switch to GNU canonicalization.
576
5772000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
578
579        * startup/linkcmds: Added lines so DWARF debug information
580        would be available.  Otherwise gdb complains that the offsets
581        for the debug info are incorrect and doesn't load the files.
582
5832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
586        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
587        compile.am
588
5892000-08-10      Joel Sherrill <joel@OARcorp.com>
590
591        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.