source: rtems/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog @ 06ef44f5

4.104.114.84.95
Last change on this file since 06ef44f5 was 06ef44f5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/05 at 16:00:59

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

  • vectors/vectors.S: Remove PPC_ABI_GCC27.
  • Property mode set to 100644
File size: 16.0 KB
RevLine 
[06ef44f5]12005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * vectors/vectors.S: Remove PPC_ABI_GCC27.
4
[58f0d35f]52005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * vectors/vectors.S: Remove XCOFF support.
8
[5a513d4]92005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
12        * console/config.c: Remove typos from 2005-01-04 changes.
13        * include/tod.h: Remove.
14
[844609f9]152005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
18
[fec25de9]192005-01-04      Joel Sherrill <joel@OARcorp.com>
20
21        * console/config.c: Remove warnings.
22
[71cbb66]232005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
26
[97891e5e]272004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * configure.ac: Require automake > 1.9.
30
[3defec6]312004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        PR 610/bsps
34        * Makefile.am: Add include/tm27.h, Cosmetics.
35        * include/tm27.h: Final cosmetics.
36
[62f529f]372004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * include/bsp.h: Split out tmtest27 support.
40        * include/tm27.h: New.
41
[3344730a]422004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        PR 613/bsps
45        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
46
[7dd6e8d]472004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        PR 614/bsps
50        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
51
[6bee4d6]522004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
55        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
56
[0505504]572004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
60        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
61        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
62        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
63        * console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
64        * console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
65
[bad8092c]662004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * clock/clock.c, console/config.c, console/console.c,
69        console/debugio.c, console/i8042.c, console/ns16550cfg.c,
70        console/ns16550cfg.h, console/vga.c, console/vga_p.h,
71        console/z85c30cfg.c, console/z85c30cfg.h, include/bsp.h,
72        include/nvram.h, include/pci.h, network/amd79c970.c,
73        network/amd79c970.h, nvram/mk48t18.h, nvram/nvram.c,
74        nvram/stk11c68.h, pci/pci.c, startup/bspstart.c, startup/genpvec.c,
75        startup/spurious.c, startup/swap.c, timer/timer.c, tod/cmos.h,
76        tod/tod.c, universe/universe.c: Convert to using c99 fixed size
77        types.
78
[2a7f9a28]792004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Reflect changes to bsp.am.
82        Preinstall dist_project_lib*.
83
[6ac101b]842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Reflect changes to bsp.am.
87
[c24d7c84]882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
91
[89b253c6]922004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Convert to automake-building rules.
95
[59d46401]962004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
99        network/Makefile.am, nvram/Makefile.am, pci/Makefile.am,
100        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
101        universe/Makefile.am, vectors/Makefile.am. Use automake compilation
102        rules.
103        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
104        nvram/Makefile.am, pci/Makefile.am, startup/Makefile.am,
105        timer/Makefile.am, tod/Makefile.am, universe/Makefile.am,
106        vectors/Makefile.am: Remove.
107        * configure.ac: Reflect changes above.
108        * wrapup/Makefile.am: Reflect changes above.
109
[ad1abd3]1102004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Merge-in start/Makefile.am.
113        * start/Makefile.am: Remove.
114        * configure.ac: Reflect changes above.
115
[84b68f5f]1162004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Reflect changes to
119        ../support/*exception_processing/*.
120
[f3c5a0ec]1212004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
124        Add RTEMS_PROG_CCAS.
125
[9fce0fd]1262004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add PREINSTALL_DIRS.
129        * wrapup/Makefile.am: Reflect changes to libcpu.
130
[232a22d]1312004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
134        Add PRE/TMPINSTALL_FILES to CLEANFILES.
135        * start/Makefile.am: Ditto.
136        * startup/Makefile.am: Ditto.
137
[6411947]1382004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Eliminate $(LIB).
141        Use noinst_DATA to trigger building libbsp.a.
142
[5a30032]1432003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * startup/Makefile.am: Cosmetics.
146
[ae3ef43d]1472003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * clock/Makefile.am: Eliminate VPATH.
150        * console/Makefile.am: Eliminate VPATH.
151        * network/Makefile.am: Eliminate VPATH.
152        * nvram/Makefile.am: Eliminate VPATH.
153        * pci/Makefile.am: Eliminate VPATH.
154        * start/Makefile.am: Eliminate VPATH.
155        * startup/Makefile.am: Eliminate VPATH.
156        * timer/Makefile.am: Eliminate VPATH.
157        * tod/Makefile.am: Eliminate VPATH.
158        * universe/Makefile.am: Eliminate VPATH.
159        * vectors/Makefile.am: Eliminate VPATH.
160
[b35414a]1612003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
164        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
165
[935773b]1662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
169        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
170
[810720b6]1712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
174
[2a64a035]1752003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Misc cleanups and fixes.
178        * startup/Makefile.am: Misc cleanups and fixes.
179        * wrapup/Makefile.am: Misc cleanups and fixes.
180
[7a9e766]1812003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Add preinstallation dirstamp support.
184        * clock/Makefile.am: Cosmetics.
185        * console/Makefile.am: Cosmetics.
186        * network/Makefile.am: Cosmetics.
187        * nvram/Makefile.am: Cosmetics.
188        * pci/Makefile.am: Cosmetics.
189        * startup/Makefile.am: Cosmetics.
190        * timer/Makefile.am: Cosmetics.
191        * tod/Makefile.am: Cosmetics.
192        * universe/Makefile.am: Cosmetics.
193        * vectors/Makefile.am: Cosmetics.
194        * wrapup/Makefile.am: Cosmetics.
195
[30160cb]1962003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * clock/Makefile.am: Remove all-local: $(ARCH).
199        * console/Makefile.am: Remove all-local: $(ARCH).
200        * network/Makefile.am: Remove all-local: $(ARCH).
201        * nvram/Makefile.am: Remove all-local: $(ARCH).
202        * pci/Makefile.am: Remove all-local: $(ARCH).
203        * start/Makefile.am: Remove all-local: $(ARCH).
204        * startup/Makefile.am: Remove all-local: $(ARCH).
205        * timer/Makefile.am: Remove all-local: $(ARCH).
206        * tod/Makefile.am: Remove all-local: $(ARCH).
207        * universe/Makefile.am: Remove all-local: $(ARCH).
208        * vectors/Makefile.am: Remove all-local: $(ARCH).
209        * wrapup/Makefile.am: Remove all-local: $(ARCH).
210
[db0b369]2112003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Merge-in include/Makefile.am.
214        Reflect changes to bsp.am.
215        * include/Makefile.am: Remove.
216        * configure.ac: Reflect changes above.
217
[e05490a8]2182003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * bsp_specs: Remove *lib:.
221
[2e05348]2222003-09-04      Joel Sherrill <joel@OARcorp.com>
223
224        * clock/clock.c, console/console.c, console/debugio.c,
225        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
226        console/z85c30cfg.h, include/tod.h, startup/bspstart.c,
227        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
228        timer/timer.c: URL for license changed.
229
[9e78e58]2302003-09-04      Joel Sherrill <joel@OARcorp.com>
231
232        * console/vga.c, universe/universe.c: Removed incorrect statement about
233        copyright assignment.
234
[fe8bc62f]2352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Reflect having moved aclocal/.
238
[49744668]2392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
[c483a4e]241        * Makefile.am: Reflect having moved automake/.
242        * clock/Makefile.am: Reflect having moved automake/.
243        * console/Makefile.am: Reflect having moved automake/.
244        * include/Makefile.am: Reflect having moved automake/.
245        * network/Makefile.am: Reflect having moved automake/.
246        * nvram/Makefile.am: Reflect having moved automake/.
247        * pci/Makefile.am: Reflect having moved automake/.
248        * start/Makefile.am: Reflect having moved automake/.
249        * startup/Makefile.am: Reflect having moved automake/.
250        * timer/Makefile.am: Reflect having moved automake/.
251        * tod/Makefile.am: Reflect having moved automake/.
252        * universe/Makefile.am: Reflect having moved automake/.
253        * vectors/Makefile.am: Reflect having moved automake/.
254        * wrapup/Makefile.am: Reflect having moved automake/.
[49744668]255
[7dcc3fe]2562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
259
[d266acd2]2602003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
[75fcb394]262        PR 445/bsps
[d266acd2]263        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
264        Remove cpp, old_cpp (now unused).
265
[7a97f26]2662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove AC_CONFIG_AUX_DIR.
269
[ccd81b60]2702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
273
[9b5c258]2742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: AC_PREREQ(2.57).
277
[1d36d2af]2782003-01-20      Joel Sherrill <joel@OARcorp.com>
279
280        * startup/linkcmds*: Add FreeBSD sysctl() sections.
281
[7b3321a5]2822002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295
[59a01a6e]2962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * start/Makefile.am: Use install-data-local to install startfile.
299
[8361b50]3002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303
[ae8c709e]3042002-11-04      Joel Sherrill <joel@OARcorp.com>
305
306        * console/i8042.c: Removed warnings.
307
[8730f45]3082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * .cvsignore: Reformat.
311        Add autom4te*cache.
312        Remove autom4te.cache.
313
[a2ae30c2]3142002-08-21      Joel Sherrill <joel@OARcorp.com>
315
316        * bsp_specs: Added support for -nostdlibs.
317
[61f1ba5]3182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
332
[b9288fb1]3332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * start/Makefile.am: Eliminate PGM.
336        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
337
[f1feebb]3382002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
341
[445c0a0]3422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
345        Remove $(OBJS) from all-local.
346
[80defac]3472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
350
[85c92574]3512001-05-09      Joel Sherrill <joel@OARcorp.com>
352
353        * startup/linkcmds: In support of gcc 3.1, added one of more
354        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
355        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
356        and direction of segments to memory regions may also have been
357        addressed.  This was a sweep across all BSPs.
358 
[f4153d1]3592002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
362
[fb43067]3632002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * start/start.S: remove targopts.h.
366
[238f450]3672001-04-08      Joel Sherrill <joel@OARcorp.com>
368
369        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
370 
[fd2b7d35]3712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac:
374        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
375        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
376        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
390
[9e1ae79]3912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
394
[1c3c605]3952001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * Makefile.am: Add @exceptions@ to SUBDIRS.
398        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
399        make/custom/ppcn_60x.cfg;
400        Add RTEMS_PPC_EXCEPTIONS([old]).
401        * include/Makefile.am: include force-preinstall.am.
402        * wrapup/Makefile.am: Apply @exceptions@.
403
[aecef8f9]4042001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
405
406        This modification is part of the submitted modifications necessary to
407        support the IBM PPC405 family.  This submission was reviewed by
408        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
409        not negatively impact the ppc403 BSPs.  The submission and tracking
410        process was captured as PR50.
411        * startup/spurious.c: Added ppc405 support.
412
[ac9253e]4132001-10-25      Joel Sherrill <joel@OARcorp.com>
414
415        * startup/linkcmds: Added _init and _fini.
416
[d530943]4172001-10-12      Joel Sherrill <joel@OARcorp.com>
418
419        * clock/clock.c, console/console.c, console/debugio.c,
420        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
421        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
422        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
423        timer/timer.c: Fixed typo.
424
[df25c998]4252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
428        * configure.in: Remove.
429        * configure.ac: New file, generated from configure.in by autoupdate.
430
[c1767be0]4312001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
434
[1f17d21]4352001-06-19      Joel Sherrill <joel@OARcorp.com>
436
437        * include/Makefile.am: Fixed typo.
438
[4906d72f]4392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.in: Add bspopts.h.
442        * include/.cvsignore: Add bspopts.h*, stamp-h*.
443        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
444        * include/bsp.h: Include bspopts.h.
445
[6f21328]4462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
447
448        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
449
[4145ad6]4502001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
453        CVS-Id.
454        * include/chain.h: Remove.
455        * include/Makefile.am: Remove chain.h.
456
[feead226]4572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
460
[a314d3b4]4612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
464
[eba2e4f]4652000-11-01      Joel Sherrill <joel@OARcorp.com>
466
467        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
468        and libcsupport.h moved from libc to lib/include/rtems and
469        now must be referenced as <rtems/XXX.h>.   Header file order
470        was cleaned up while doing this.
471
[e83378d]4722000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
475        Switch to GNU canonicalization.
476
[cbe55055]4772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
480        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
481        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
482        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
483        Include compile.am
484
[e94ad1fe]4852000-08-10      Joel Sherrill <joel@OARcorp.com>
486
487        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.