source: rtems/c/src/lib/libbsp/sparc/erc32/ChangeLog @ 44dde18e

Last change on this file since 44dde18e was 44dde18e, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/06 at 16:31:14

2006-11-16 Joel Sherrill <joel@…>

  • clock/ckinit.c, console/console.c: Use common clock driver template and eliminate all fast idle code specific to this BSP. This eliminates a fair amount of code in the BSP clock driver and bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the timer so I added the new hook Clock_driver_support_find_timer to support this. In general, there was some clean up to the file headers of various files.
  • Property mode set to 100644
File size: 16.9 KB
Line 
12006-11-16      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c, console/console.c: Use common clock driver template
4        and eliminate all fast idle code specific to this BSP. This
5        eliminates a fair amount of code in the BSP clock driver and
6        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
7        timer so I added the new hook Clock_driver_support_find_timer to
8        support this. In general, there was some clean up to the file headers
9        of various files.
10
112006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Remove superfluous -DASM.
14
152006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * configure.ac: Require automake-1.10. Require autoconf-2.60.
18
192006-06-24      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds: Add .rela.dyn sections.
22
232006-06-22      Joel Sherrill <joel@OARcorp.com>
24
25        PR 1100/bsps
26        * console/debugputs.c: Remove redundant return.
27
282006-03-08      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds: Add .gnu.linkonce.b.* section.
31
322006-02-08      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: Add sections required by newer gcc versions.
35
362006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Remove explicit ampolish3 support (now in
39        RTEMS_BSP_CONFIGURE).
40
412006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * configure.ac: Add ampolish3 support.
44        * Makefile.am: Add preinstall.am.
45
462006-01-10      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop
49        works.
50
512006-01-10      Joel Sherrill <joel@OARcorp.com>
52
53        * configure.ac: Add configuration for ENABLE_SIS_QUIRKS.
54
552005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * include/bsp.h: New header guard.
58
592005-01-20      Joel Sherrill <joel@OARcorp.com>
60
61        * bsp_specs: Conditionalize inclusion of crtend/crtn.
62
632005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
66
672005-01-06      Joel Sherrill <joel@OARcorp.com>
68
69        * Makefile.am: Fix typo.
70
712005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * Makefile.am: Remove build-variant support.
74
752004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * configure.ac: Require automake > 1.9.
78
792004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        PR 610/bsps
82        * Makefile.am: Add include/tm27.h, Cosmetics.
83        * include/tm27.h: Final cosmetics.
84
852004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * include/bsp.h: Split out tmtest27 support.
88        * include/tm27.h: New.
89
902004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        PR 613/bsps
93        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
94
952004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        PR 614/bsps
98        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
99
1002004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
101
102        * startup/boardinit.S: Include <rtems/asm.h> instead of <asm.h>.
103        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
104        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
105        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
106        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
107
1082004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * clock/ckinit.c, console/console.c, console/debugputs.c,
111        erc32sonic/erc32sonic.c, include/bsp.h, include/erc32.h,
112        startup/setvec.c, startup/spurious.c, timer/timer.c: Convert to
113        using c99 fixed size types.
114
1152004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Reflect changes to bsp.am.
118        Preinstall dist_project_lib*.
119
1202004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Reflect changes to bsp.am.
123
1242004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
127
1282004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Pickup files from ../../sparc/shared instead of
131        ../shared. Reformat.
132
1332004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Cosmetics.
136
1372004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Cosmetics.
140
1412004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Merge-in clock/Makefile.am, erc32sonic/Makefile.am,
144        startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
145        timer/Makefile.am, wrapup/Makefile.am.
146        Use automake compilation rules.
147        * clock/Makefile.am, erc32sonic/Makefile.am, startup/Makefile.am,
148        console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am,
149        wrapup/Makefile.am: Remove.
150        * configure.ac: Reflect changes above.
151
1522004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Add PREINSTALL_DIRS.
155
1562004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * wrapup/Makefile.am: Reflect changes to libcpu.
159
1602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
163        Add PRE/TMPINSTALL_FILES to CLEANFILES.
164        * startup/Makefile.am: Ditto.
165
1662004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * gnatsupp/Makefile.am: Eliminate VPATH.
169
1702004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * start/.cvsignore: Remove.
173
1742004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: Remove.
177        * Makefile.am: Merge-in start/Makefile.am.
178        * configure.ac: Reflect changes above.
179
1802004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * wrapup/Makefile.am: Eliminate $(LIB).
183        Use noinst_DATA to trigger building libbsp.a.
184
1852003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * start/Makefile.am: Eliminate VPATH.
188
1892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
192        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
193
1942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
197        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
198        * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
199
2002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
203
2042003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * start/Makefile.am: Misc cleanups and fixes.
207        * startup/Makefile.am: Misc cleanups and fixes.
208        * wrapup/Makefile.am: Misc cleanups and fixes.
209
2102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Add dirstamp support to preinstallation.
213        * clock/Makefile.am: Cosmetics.
214        * console/Makefile.am: Cosmetics.
215        * erc32sonic/Makefile.am: Cosmetics.
216        * gnatsupp/Makefile.am: Cosmetics.
217        * start/Makefile.am: Cosmetics.
218        * startup/Makefile.am: Cosmetics.
219        * timer/Makefile.am: Cosmetics.
220        * wrapup/Makefile.am: Cosmetics.
221
2222003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * clock/Makefile.am: Remove all-local: $(ARCH).
225        * console/Makefile.am: Remove all-local: $(ARCH).
226        * erc32sonic/Makefile.am: Remove all-local: $(ARCH).
227        * gnatsupp/Makefile.am: Remove all-local: $(ARCH).
228        * start/Makefile.am: Remove all-local: $(ARCH).
229        * startup/Makefile.am: Remove all-local: $(ARCH).
230        * timer/Makefile.am: Remove all-local: $(ARCH).
231        * wrapup/Makefile.am: Remove all-local: $(ARCH).
232
2332003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Fix preinstallation of include/coverhd.h.
236
2372003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Merge-in include/Makefile.am.
240        Reflect changes to bsp.am.
241        * include/Makefile.am: Remove.
242        * configure.ac: Reflect changes above.
243
2442003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * bsp_specs: Remove *lib:.
247
2482003-09-04      Joel Sherrill <joel@OARcorp.com>
249
250        * clock/ckinit.c, console/console.c, console/consolereserveresources.c,
251        console/debugputs.c, include/bsp.h, include/coverhd.h,
252        include/erc32.h, startup/erc32mec.c, startup/setvec.c, timer/timer.c:
253        URL for license changed.
254
2552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Reflect having moved aclocal/.
258
2592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Reflect having moved automake/.
262        * clock/Makefile.am: Reflect having moved automake/.
263        * console/Makefile.am: Reflect having moved automake/.
264        * erc32sonic/Makefile.am: Reflect having moved automake/.
265        * gnatsupp/Makefile.am: Reflect having moved automake/.
266        * include/Makefile.am: Reflect having moved automake/.
267        * start/Makefile.am: Reflect having moved automake/.
268        * startup/Makefile.am: Reflect having moved automake/.
269        * timer/Makefile.am: Reflect having moved automake/.
270        * wrapup/Makefile.am: Reflect having moved automake/.
271
2722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        PR 452/bsps
275        * startup/Makefile.am: Remove USE_INIT_FINI.
276
2772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
280
2812003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        PR 445/bsps
284        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
285        Remove cpp, old_cpp (now unused).
286
2872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Remove AC_CONFIG_AUX_DIR.
290
2912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
294
2952003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: AC_PREREQ(2.57).
298
2992003-01-20      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/linkcmds*: Add FreeBSD sysctl() sections.
302
3032002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307        * erc32sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308        * gnatsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312
3132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: Use install-data-local to install startfile.
316
3172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
320
3212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * .cvsignore: Reformat.
324        Add autom4te*cache.
325        Remove autom4te.cache.
326
3272002-08-21      Joel Sherrill <joel@OARcorp.com>
328
329        * bsp_specs: Added support for -nostdlibs.
330
3312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
335
3362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
339        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
340        * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
341        * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
342        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
343        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
344        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
345
3462002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * start/Makefile.am: Eliminate PGM.
349        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
350
3512002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
354
3552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
358        Remove $(OBJS) from all-local.
359
3602002-07-01      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/erc32mec.c: New file.
363        * startup/Makefile.am: Reflect above.
364        * include/erc32.h: Converted SCORE_EXTERN to extern.
365        * tools/runtest.in: Lengthened timeout on test runs.
366
3672002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
370
3712001-05-09      Joel Sherrill <joel@OARcorp.com>
372
373        * startup/linkcmds: In support of gcc 3.1, added one of more
374        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
375        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
376        and direction of segments to memory regions may also have been
377        addressed.  This was a sweep across all BSPs.
378 
3792001-04-26      Joel Sherrill <joel@OARcorp.com>
380
381        * include/bsp.h: Change SIS to ERC32_BSP.
382 
3832002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
386        Remove BSPOPTS_*(FPU_REVB).
387        * wrapup/Makefile.am: Remove tbr.
388
3892002-03-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).
392        Add BSPOPTS_*(FPU_REVB).
393        * wrapup/Makefile.am: Add tbr.
394
3952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac:
398        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
399        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
400        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * erc32sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
404        * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
406        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
407        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
408        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
409        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
410
4112001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Add RTEMS_BSPOPTS*(CONSOLE_USE_INTERRUPTS).
414        Add RTEMS_BSPOPTS*(SIMSPARC_FAST_IDLE).
415        Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
416        * include/bsp.h: include bspopts.h.
417
4182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
421
4222001-11-08      Jiri Gaisler <jiri@gaisler.com>
423
424        This fix is in response to test results reported by Jerry Needell
425        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
426        * include/bsp.h: TM27 was not running properly because the ERC32
427        and LEON cannot nest interrupts at the same level.  The BSP test support
428        had to be modified to support using two different interrupt sources.
429
4302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
433        * configure.in: Remove.
434        * configure.ac: New file, generated from configure.in by autoupdate.
435
4362001-09-27      Joel Sherrill <joel@OARcorp.com>
437
438        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
439
4402001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
443
4442001-08-16      Joel Sherrill <joel@OARcorp.com>
445
446        * tools/runtest.in: Recognize debug variant of monitor test.
447
4482001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.in: Add bspopts.h.
451        * include/.cvsignore: Add bspopts.h*, stamp-h*.
452        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
453        * include/bsp.h: Include bspopts.h.
454
4552001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
456
457        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
458
4592000-04-23      Jiri Gaisler <jiri@gaisler.com>
460
461        * console/debugputs.c: Switched to unsigned characters.
462
4632000-12-06      Joel Sherrill <joel@OARcorp.com>
464
465        * gnatsupp/gnatsupp.c: Added prototype to eliminate warning.
466
4672000-11-30      Joel Sherrill <joel@OARcorp.com>
468
469        * erc32sonic/Makefile.am: Only compile this if networking is enabled.
470
4712000-11-21      Jiri Gaisler <jgais@ws.estec.esa.nl>
472
473        * erc32sonic/erc32sonic.c: Minor modifications which enable
474        network interface to come up and work for some time before
475        getting an error in the SONIC driver.  The error is a bit random,
476        sometimes MCLGET (m, M_WAIT) tries to access memory way outside the
477        available ram (and traps) while sometimes there is a panic due
478        to RBAE/RXEN.
479
4802000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * Makefile.am: Cleanup.
483
4842000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
485
486        * wrapup/Makefile.am: Pick up cache code from libcpu and pick
487        up .o's instead of .rel's from libcpu.
488
4892000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
490
491        * Makefile.am, configure.in, gnatsupp/Makefile.am,
492        gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h,
493        start/Makefile.am, startup/Makefile.am, startup/setvec.c,
494        wrapup/Makefile.am:
495        * erc32sonic: New directory.
496        * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c,
497        erc32sonic/.cvsignore: New files.
498        * include/erc32.h: New file.
499        * startup/boardinit.S: New file.
500        Big update of SPARC support for ERC32 and LEON.
501        Added support for ERC32 without floating point.
502        Added SONIC support as configured on Tharsys ERC32 board.
503        The bsp's share various code in the shared directory:
504           gnat-support, start-up code, etc.
505        To decrease the foot-print, I removed the 16 kbyte start-up
506        stack that was put in .bss and never reused once the system
507        was up. The stack is now put between the heap and the
508        workspace. To reclaim it, the user can do a rtems_region_extend
509        to merge the stack to the heap region once the system is up.
510
5112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
514
5152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
518
5192000-11-01      Joel Sherrill <joel@OARcorp.com>
520
521        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
522        and libcsupport.h moved from libc to lib/include/rtems and
523        now must be referenced as <rtems/XXX.h>.   Header file order
524        was cleaned up while doing this.
525
5262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
529        Switch to GNU canonicalization.
530
5312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * clock/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am,
534        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
535        wrapup/Makefile.am: Include compile.am
536
5372000-08-10      Joel Sherrill <joel@OARcorp.com>
538
539        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.