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

4.104.114.84.95
Last change on this file since f73ae980 was f73ae980, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/18/03 at 08:48:23

2003-09-18 Ralf Corsepius <corsepiu@…>

  • shared/cache/cache.c (m68030): fix prototype mismatch of _CPU_cache_flush_entire_data.
  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[f73ae980]12003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * shared/cache/cache.c (m68030): fix prototype mismatch of
4        _CPU_cache_flush_entire_data.
5
[4daae74]62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * shared/misc/m68kidle.c: URL for license changed.
9
[fe8bc62f]102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect having moved aclocal/.
13
[5321250]142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
[c483a4e]16        * Makefile.am: Reflect having moved automake/.
17        * m68040/Makefile.am: Reflect having moved automake/.
18        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
19        * shared/Makefile.am: Reflect having moved automake/.
20        * shared/cache/Makefile.am: Reflect having moved automake/.
21        * shared/misc/Makefile.am: Reflect having moved automake/.
[5321250]22
[7dcc3fe]232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
26
[3c55718]272003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove AC_CONFIG_AUX_DIR.
30
[ccd81b60]312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
34
[9b5c258]352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: AC_PREREQ(2.57).
38
[39fa3ed]392002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        Eliminate *_O_FILES.
43        * shared/cache/Makefile.am: Ditto.
44        * shared/misc/Makefile.am: Ditto.
45
[dfa8fe34]462002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
49
[0730209]502002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Add RTEMS_PROG_CCAS.
53
[8730f45]542002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * .cvsignore: Reformat.
57        Add autom4te*cache.
58        Remove autom4te.cache.
59
[06a27bbf]602002-08-21      Joel Sherrill <joel@OARcorp.com>
61
62        * configure.ac, shared/misc/Makefile.am: PR217 required that the
63        idle task be moved to libcpu so it could be more acutely aware of
64        the CPU model.  This file was modified to pick up the idle task
65        from there.
66        * shared/misc/m68kidle.c: New file.
67
[ee64711]682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
77
[f8ac3ae3]782002-08-06      Joel Sherrill <joel@OARcorp.com>
79
80        * configure.ac: Be more specific about looking at CPU32 and CPU32+
81        CPU model names so we can turn on the best compile of memcpy.c.
82
[c5ada0b]832002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Replace mcpu32 by mcpu32p conditional.
86        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
87
[3f5480c]882002-08-05      Joel Sherrill <joel@OARcorp.com>
89
90        * Per PR260 eliminate use of make-target-options.  This impacted
91        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
92        SuperCore and required that the m68k optimized memcpy be moved
93        to libcpu.
94        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
95        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
96        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
97
[e3355c71]982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac:
101        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
102        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
103        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
108
[62f48b3]1092001-10-26      Joel Sherrill <joel@OARcorp.com>
110
111        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
112
[df25c998]1132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
116        * configure.in: Remove.
117        * configure.ac: New file, generated from configure.in by autoupdate.
118
[563acb1]1192001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
122        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
123
[b98c8c9]1242001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
127        Apply include_*HEADERS instead of H_FILES.
128
[feead226]1292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
132
[a314d3b4]1332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
136
[d82c006]1372000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
140        Switch to GNU canonicalization.
141
[00e8978b]1422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
145        compile.am
146
[e94ad1fe]1472000-08-10      Joel Sherrill <joel@OARcorp.com>
148
149        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.