source: rtems/c/src/lib/libbsp/powerpc/dmv177/ChangeLog @ bfcd473

4.104.114.84.95
Last change on this file since bfcd473 was bfcd473, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:41:25

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • scv64/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * scv64/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
17
182001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
21
222001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
25
262001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Add @exceptions@ to SUBDIRS.
29        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
30        make/custom/dmv177.cfg;
31        Rename PPC_USE_INSTRUCTION_CACHE to DMV177_USE_INSTRUCTION_CACHE,
32        Add RTEMS_PPC_EXCEPTIONS([old]).
33        * include/Makefile.am: include force-preinstall.am.
34        * startup/bspstart.c: Rename PPC_USE_INSTRUCTION_CACHE to
35        DMV177_USE_INSTRUCTION_CACHE.
36        * wrapup/Makefile.am: Apply @exceptions@.
37
382001-10-25      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/linkcmds: Added _init and _fini.
41
422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
45        * configure.in: Remove.
46        * configure.ac: New file, generated from configure.in by autoupdate.
47
482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * include/Makefile.am: Use 'CLEANFILES ='.
51        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
52
532001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.in: Remove CONSOLE_USE_POLLED, HAS_RTC.
56
572001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.in: Add bspopts.h, AC_DEFINE CONSOLE_USE_INTERRUPTS,
60        CONSOLE_USE_POLLED, HAS_RTC.
61        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h, tod.h.
62        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, New
63        treatment of tod.h, coverhd.h.
64        * include/bsp.h: Add include bspopts.h.
65
662001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
69
702001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * startup/genpvec.c: #include <chain.h> instead of "chain.h".
73
742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
77
782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
81
822000-11-01      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
85        and libcsupport.h moved from libc to lib/include/rtems and
86        now must be referenced as <rtems/XXX.h>.   Header file order
87        was cleaned up while doing this.
88
892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
92        Switch to GNU canonicalization.
93
942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * clock/Makefile.am, console/Makefile.am, scv64/Makefile.am,
97        sonic/Makefile.am, start/Makefile.am, startup/Makefile.am,
98        timer/Makefile.am, tod/Makefile.am, wrapup/Makefile.am: Include
99        compile.am
100
1012000-08-10      Joel Sherrill <joel@OARcorp.com>
102
103        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.