source: rtems/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog @ 037864f5

4.104.114.84.95
Last change on this file since 037864f5 was 756f4a4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/16/05 at 10:13:09

2005-02-16 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
  • Property mode set to 100644
File size: 16.6 KB
Line 
12005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
4
52005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * startup/spurious.c: Merge ppc603 and ppc603e.
8        Remove digits (Unused).
9
102005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Fix typo in previous patch.
13
142005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Merge-in wrapup/Makefile.am.
17        * wrapup/Makefile.am: Remove.
18        * configure.ac: Reflect changes above.
19
202005-02-10      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * vectors/vectors.S: Remove PPC_ABI_POWEROPEN.
23
242005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * vectors/vectors.S: Remove PPC_ABI_GCC27.
27
282005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * vectors/vectors.S: Remove XCOFF support.
31
322005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
35        * console/config.c: Remove typos from 2005-01-04 changes.
36        * include/tod.h: Remove.
37
382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
41
422005-01-04      Joel Sherrill <joel@OARcorp.com>
43
44        * console/config.c: Remove warnings.
45
462005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
49
502004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * configure.ac: Require automake > 1.9.
53
542004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        PR 610/bsps
57        * Makefile.am: Add include/tm27.h, Cosmetics.
58        * include/tm27.h: Final cosmetics.
59
602004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * include/bsp.h: Split out tmtest27 support.
63        * include/tm27.h: New.
64
652004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        PR 613/bsps
68        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
69
702004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        PR 614/bsps
73        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
74
752004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
78        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
79
802004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
83        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
84        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
85        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
86        * console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
87        * console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
88
892004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * clock/clock.c, console/config.c, console/console.c,
92        console/debugio.c, console/i8042.c, console/ns16550cfg.c,
93        console/ns16550cfg.h, console/vga.c, console/vga_p.h,
94        console/z85c30cfg.c, console/z85c30cfg.h, include/bsp.h,
95        include/nvram.h, include/pci.h, network/amd79c970.c,
96        network/amd79c970.h, nvram/mk48t18.h, nvram/nvram.c,
97        nvram/stk11c68.h, pci/pci.c, startup/bspstart.c, startup/genpvec.c,
98        startup/spurious.c, startup/swap.c, timer/timer.c, tod/cmos.h,
99        tod/tod.c, universe/universe.c: Convert to using c99 fixed size
100        types.
101
1022004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Reflect changes to bsp.am.
105        Preinstall dist_project_lib*.
106
1072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Reflect changes to bsp.am.
110
1112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
114
1152004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Convert to automake-building rules.
118
1192004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
122        network/Makefile.am, nvram/Makefile.am, pci/Makefile.am,
123        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
124        universe/Makefile.am, vectors/Makefile.am. Use automake compilation
125        rules.
126        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
127        nvram/Makefile.am, pci/Makefile.am, startup/Makefile.am,
128        timer/Makefile.am, tod/Makefile.am, universe/Makefile.am,
129        vectors/Makefile.am: Remove.
130        * configure.ac: Reflect changes above.
131        * wrapup/Makefile.am: Reflect changes above.
132
1332004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Merge-in start/Makefile.am.
136        * start/Makefile.am: Remove.
137        * configure.ac: Reflect changes above.
138
1392004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Reflect changes to
142        ../support/*exception_processing/*.
143
1442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
147        Add RTEMS_PROG_CCAS.
148
1492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Add PREINSTALL_DIRS.
152        * wrapup/Makefile.am: Reflect changes to libcpu.
153
1542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
157        Add PRE/TMPINSTALL_FILES to CLEANFILES.
158        * start/Makefile.am: Ditto.
159        * startup/Makefile.am: Ditto.
160
1612004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Eliminate $(LIB).
164        Use noinst_DATA to trigger building libbsp.a.
165
1662003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * startup/Makefile.am: Cosmetics.
169
1702003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * clock/Makefile.am: Eliminate VPATH.
173        * console/Makefile.am: Eliminate VPATH.
174        * network/Makefile.am: Eliminate VPATH.
175        * nvram/Makefile.am: Eliminate VPATH.
176        * pci/Makefile.am: Eliminate VPATH.
177        * start/Makefile.am: Eliminate VPATH.
178        * startup/Makefile.am: Eliminate VPATH.
179        * timer/Makefile.am: Eliminate VPATH.
180        * tod/Makefile.am: Eliminate VPATH.
181        * universe/Makefile.am: Eliminate VPATH.
182        * vectors/Makefile.am: Eliminate VPATH.
183
1842003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
187        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
188
1892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
192        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
193
1942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
197
1982003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * start/Makefile.am: Misc cleanups and fixes.
201        * startup/Makefile.am: Misc cleanups and fixes.
202        * wrapup/Makefile.am: Misc cleanups and fixes.
203
2042003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Add preinstallation dirstamp support.
207        * clock/Makefile.am: Cosmetics.
208        * console/Makefile.am: Cosmetics.
209        * network/Makefile.am: Cosmetics.
210        * nvram/Makefile.am: Cosmetics.
211        * pci/Makefile.am: Cosmetics.
212        * startup/Makefile.am: Cosmetics.
213        * timer/Makefile.am: Cosmetics.
214        * tod/Makefile.am: Cosmetics.
215        * universe/Makefile.am: Cosmetics.
216        * vectors/Makefile.am: Cosmetics.
217        * wrapup/Makefile.am: Cosmetics.
218
2192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am: Remove all-local: $(ARCH).
222        * console/Makefile.am: Remove all-local: $(ARCH).
223        * network/Makefile.am: Remove all-local: $(ARCH).
224        * nvram/Makefile.am: Remove all-local: $(ARCH).
225        * pci/Makefile.am: Remove all-local: $(ARCH).
226        * start/Makefile.am: Remove all-local: $(ARCH).
227        * startup/Makefile.am: Remove all-local: $(ARCH).
228        * timer/Makefile.am: Remove all-local: $(ARCH).
229        * tod/Makefile.am: Remove all-local: $(ARCH).
230        * universe/Makefile.am: Remove all-local: $(ARCH).
231        * vectors/Makefile.am: Remove all-local: $(ARCH).
232        * wrapup/Makefile.am: Remove all-local: $(ARCH).
233
2342003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Merge-in include/Makefile.am.
237        Reflect changes to bsp.am.
238        * include/Makefile.am: Remove.
239        * configure.ac: Reflect changes above.
240
2412003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * bsp_specs: Remove *lib:.
244
2452003-09-04      Joel Sherrill <joel@OARcorp.com>
246
247        * clock/clock.c, console/console.c, console/debugio.c,
248        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
249        console/z85c30cfg.h, include/tod.h, startup/bspstart.c,
250        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
251        timer/timer.c: URL for license changed.
252
2532003-09-04      Joel Sherrill <joel@OARcorp.com>
254
255        * console/vga.c, universe/universe.c: Removed incorrect statement about
256        copyright assignment.
257
2582003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Reflect having moved aclocal/.
261
2622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Reflect having moved automake/.
265        * clock/Makefile.am: Reflect having moved automake/.
266        * console/Makefile.am: Reflect having moved automake/.
267        * include/Makefile.am: Reflect having moved automake/.
268        * network/Makefile.am: Reflect having moved automake/.
269        * nvram/Makefile.am: Reflect having moved automake/.
270        * pci/Makefile.am: Reflect having moved automake/.
271        * start/Makefile.am: Reflect having moved automake/.
272        * startup/Makefile.am: Reflect having moved automake/.
273        * timer/Makefile.am: Reflect having moved automake/.
274        * tod/Makefile.am: Reflect having moved automake/.
275        * universe/Makefile.am: Reflect having moved automake/.
276        * vectors/Makefile.am: Reflect having moved automake/.
277        * wrapup/Makefile.am: Reflect having moved automake/.
278
2792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
282
2832003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        PR 445/bsps
286        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
287        Remove cpp, old_cpp (now unused).
288
2892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Remove AC_CONFIG_AUX_DIR.
292
2932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
296
2972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: AC_PREREQ(2.57).
300
3012003-01-20      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/linkcmds*: Add FreeBSD sysctl() sections.
304
3052002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
308        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
317        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
318
3192002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * start/Makefile.am: Use install-data-local to install startfile.
322
3232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
326
3272002-11-04      Joel Sherrill <joel@OARcorp.com>
328
329        * console/i8042.c: Removed warnings.
330
3312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * .cvsignore: Reformat.
334        Add autom4te*cache.
335        Remove autom4te.cache.
336
3372002-08-21      Joel Sherrill <joel@OARcorp.com>
338
339        * bsp_specs: Added support for -nostdlibs.
340
3412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
344        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
345        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
346        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
347        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
348        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
349        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
350        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
351        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
352        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
353        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
355
3562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * start/Makefile.am: Eliminate PGM.
359        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
360
3612002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
364
3652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
368        Remove $(OBJS) from all-local.
369
3702002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
373
3742001-05-09      Joel Sherrill <joel@OARcorp.com>
375
376        * startup/linkcmds: In support of gcc 3.1, added one of more
377        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
378        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
379        and direction of segments to memory regions may also have been
380        addressed.  This was a sweep across all BSPs.
381 
3822002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
385
3862002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * start/start.S: remove targopts.h.
389
3902001-04-08      Joel Sherrill <joel@OARcorp.com>
391
392        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
393 
3942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac:
397        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
398        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
399        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
404        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * pci/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        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
410        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
411        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
412        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
413
4142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
417
4182001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * Makefile.am: Add @exceptions@ to SUBDIRS.
421        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
422        make/custom/ppcn_60x.cfg;
423        Add RTEMS_PPC_EXCEPTIONS([old]).
424        * include/Makefile.am: include force-preinstall.am.
425        * wrapup/Makefile.am: Apply @exceptions@.
426
4272001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
428
429        This modification is part of the submitted modifications necessary to
430        support the IBM PPC405 family.  This submission was reviewed by
431        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
432        not negatively impact the ppc403 BSPs.  The submission and tracking
433        process was captured as PR50.
434        * startup/spurious.c: Added ppc405 support.
435
4362001-10-25      Joel Sherrill <joel@OARcorp.com>
437
438        * startup/linkcmds: Added _init and _fini.
439
4402001-10-12      Joel Sherrill <joel@OARcorp.com>
441
442        * clock/clock.c, console/console.c, console/debugio.c,
443        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
444        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
445        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
446        timer/timer.c: Fixed typo.
447
4482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
451        * configure.in: Remove.
452        * configure.ac: New file, generated from configure.in by autoupdate.
453
4542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
457
4582001-06-19      Joel Sherrill <joel@OARcorp.com>
459
460        * include/Makefile.am: Fixed typo.
461
4622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.in: Add bspopts.h.
465        * include/.cvsignore: Add bspopts.h*, stamp-h*.
466        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
467        * include/bsp.h: Include bspopts.h.
468
4692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
470
471        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
472
4732001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
476        CVS-Id.
477        * include/chain.h: Remove.
478        * include/Makefile.am: Remove chain.h.
479
4802000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
483
4842000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
487
4882000-11-01      Joel Sherrill <joel@OARcorp.com>
489
490        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
491        and libcsupport.h moved from libc to lib/include/rtems and
492        now must be referenced as <rtems/XXX.h>.   Header file order
493        was cleaned up while doing this.
494
4952000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
498        Switch to GNU canonicalization.
499
5002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
503        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
504        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
505        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
506        Include compile.am
507
5082000-08-10      Joel Sherrill <joel@OARcorp.com>
509
510        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.