source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ ccd81b60

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 3.8 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        Eliminate *_O_FILES.
13        * shared/cache/Makefile.am: Ditto.
14        * shared/misc/Makefile.am: Ditto.
15
162002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
19
202002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Add RTEMS_PROG_CCAS.
23
242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * .cvsignore: Reformat.
27        Add autom4te*cache.
28        Remove autom4te.cache.
29
302002-08-21      Joel Sherrill <joel@OARcorp.com>
31
32        * configure.ac, shared/misc/Makefile.am: PR217 required that the
33        idle task be moved to libcpu so it could be more acutely aware of
34        the CPU model.  This file was modified to pick up the idle task
35        from there.
36        * shared/misc/m68kidle.c: New file.
37
382002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
44        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
47
482002-08-06      Joel Sherrill <joel@OARcorp.com>
49
50        * configure.ac: Be more specific about looking at CPU32 and CPU32+
51        CPU model names so we can turn on the best compile of memcpy.c.
52
532002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Replace mcpu32 by mcpu32p conditional.
56        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
57
582002-08-05      Joel Sherrill <joel@OARcorp.com>
59
60        * Per PR260 eliminate use of make-target-options.  This impacted
61        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
62        SuperCore and required that the m68k optimized memcpy be moved
63        to libcpu.
64        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
65        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
66        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
67
682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac:
71        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
72        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
73        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
78
792001-10-26      Joel Sherrill <joel@OARcorp.com>
80
81        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
82
832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
86        * configure.in: Remove.
87        * configure.ac: New file, generated from configure.in by autoupdate.
88
892001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
92        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
93
942001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
97        Apply include_*HEADERS instead of H_FILES.
98
992000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
102
1032000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
106
1072000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
110        Switch to GNU canonicalization.
111
1122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
115        compile.am
116
1172000-08-10      Joel Sherrill <joel@OARcorp.com>
118
119        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.