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

4.104.114.84.95
Last change on this file since c6328bee was c6328bee, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/22/03 at 10:05:17

2003-10-22 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_CANONICAL_HOST.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_CANONICAL_HOST.
4
52003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_CHECK_CPU.
8
92003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * shared/cache/cache.c (m68030): fix prototype mismatch of
12        _CPU_cache_flush_entire_data.
13
142003-09-04      Joel Sherrill <joel@OARcorp.com>
15
16        * shared/misc/m68kidle.c: URL for license changed.
17
182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having moved aclocal/.
21
222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having moved automake/.
25        * m68040/Makefile.am: Reflect having moved automake/.
26        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
27        * shared/Makefile.am: Reflect having moved automake/.
28        * shared/cache/Makefile.am: Reflect having moved automake/.
29        * shared/misc/Makefile.am: Reflect having moved automake/.
30
312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
34
352003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove AC_CONFIG_AUX_DIR.
38
392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
42
432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: AC_PREREQ(2.57).
46
472002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        Eliminate *_O_FILES.
51        * shared/cache/Makefile.am: Ditto.
52        * shared/misc/Makefile.am: Ditto.
53
542002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
57
582002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Add RTEMS_PROG_CCAS.
61
622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * .cvsignore: Reformat.
65        Add autom4te*cache.
66        Remove autom4te.cache.
67
682002-08-21      Joel Sherrill <joel@OARcorp.com>
69
70        * configure.ac, shared/misc/Makefile.am: PR217 required that the
71        idle task be moved to libcpu so it could be more acutely aware of
72        the CPU model.  This file was modified to pick up the idle task
73        from there.
74        * shared/misc/m68kidle.c: New file.
75
762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
85
862002-08-06      Joel Sherrill <joel@OARcorp.com>
87
88        * configure.ac: Be more specific about looking at CPU32 and CPU32+
89        CPU model names so we can turn on the best compile of memcpy.c.
90
912002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Replace mcpu32 by mcpu32p conditional.
94        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
95
962002-08-05      Joel Sherrill <joel@OARcorp.com>
97
98        * Per PR260 eliminate use of make-target-options.  This impacted
99        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
100        SuperCore and required that the m68k optimized memcpy be moved
101        to libcpu.
102        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
103        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
104        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
105
1062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac:
109        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
110        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
111        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
116
1172001-10-26      Joel Sherrill <joel@OARcorp.com>
118
119        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
120
1212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
124        * configure.in: Remove.
125        * configure.ac: New file, generated from configure.in by autoupdate.
126
1272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
130        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
131
1322001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
135        Apply include_*HEADERS instead of H_FILES.
136
1372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
140
1412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
144
1452000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
148        Switch to GNU canonicalization.
149
1502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
153        compile.am
154
1552000-08-10      Joel Sherrill <joel@OARcorp.com>
156
157        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.