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

4.104.114.84.95
Last change on this file since dc3b7da was dc3b7da, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 06:47:31

2004-01-14 Ralf Corsepius <corsepiu@…>

  • shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[dc3b7da]12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
4        Add PRE/TMPINSTALL_FILES to CLEANFILES.
5
[013b750]62003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
9
[4a8754d]102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * shared/cache/Makefile.am: Remove.
13        * shared/misc/Makefile.am: Remove.
14        * shared/Makefile.am: Merge-in the Makefile.ams above.
15        Eliminate VPATH.
16        * configure.ac: Reflect changes above.
17
[666c004]182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
21
[810720b6]222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
25
[d8746e3]262003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * m68040/fpsp/Makefile.am: Remove all-local: $(ARCH).
29        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
30        * shared/misc/Makefile.am: Remove all-local: $(ARCH).
31
[b768665b]322003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * m68040/Makefile.am: Reformat.
35        * m68040/fpsp/Makefile.am: Reformat.
36        * shared/Makefile.am: Reformat.
37        * shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
38        * shared/misc/Makefile.am: Reformat.
39
[c6328bee]402003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Remove RTEMS_CANONICAL_HOST.
43
[c8e1751]442003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove RTEMS_CHECK_CPU.
47
[f73ae980]482003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * shared/cache/cache.c (m68030): fix prototype mismatch of
51        _CPU_cache_flush_entire_data.
52
[4daae74]532003-09-04      Joel Sherrill <joel@OARcorp.com>
54
55        * shared/misc/m68kidle.c: URL for license changed.
56
[fe8bc62f]572003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect having moved aclocal/.
60
[5321250]612003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
[c483a4e]63        * Makefile.am: Reflect having moved automake/.
64        * m68040/Makefile.am: Reflect having moved automake/.
65        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
66        * shared/Makefile.am: Reflect having moved automake/.
67        * shared/cache/Makefile.am: Reflect having moved automake/.
68        * shared/misc/Makefile.am: Reflect having moved automake/.
[5321250]69
[7dcc3fe]702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
73
[3c55718]742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove AC_CONFIG_AUX_DIR.
77
[ccd81b60]782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
81
[9b5c258]822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: AC_PREREQ(2.57).
85
[39fa3ed]862002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89        Eliminate *_O_FILES.
90        * shared/cache/Makefile.am: Ditto.
91        * shared/misc/Makefile.am: Ditto.
92
[dfa8fe34]932002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
96
[0730209]972002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Add RTEMS_PROG_CCAS.
100
[8730f45]1012002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * .cvsignore: Reformat.
104        Add autom4te*cache.
105        Remove autom4te.cache.
106
[06a27bbf]1072002-08-21      Joel Sherrill <joel@OARcorp.com>
108
109        * configure.ac, shared/misc/Makefile.am: PR217 required that the
110        idle task be moved to libcpu so it could be more acutely aware of
111        the CPU model.  This file was modified to pick up the idle task
112        from there.
113        * shared/misc/m68kidle.c: New file.
114
[ee64711]1152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
124
[f8ac3ae3]1252002-08-06      Joel Sherrill <joel@OARcorp.com>
126
127        * configure.ac: Be more specific about looking at CPU32 and CPU32+
128        CPU model names so we can turn on the best compile of memcpy.c.
129
[c5ada0b]1302002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Replace mcpu32 by mcpu32p conditional.
133        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
134
[3f5480c]1352002-08-05      Joel Sherrill <joel@OARcorp.com>
136
137        * Per PR260 eliminate use of make-target-options.  This impacted
138        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
139        SuperCore and required that the m68k optimized memcpy be moved
140        to libcpu.
141        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
142        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
143        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
144
[e3355c71]1452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac:
148        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
149        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
150        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
155
[62f48b3]1562001-10-26      Joel Sherrill <joel@OARcorp.com>
157
158        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
159
[df25c998]1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.in: Remove.
164        * configure.ac: New file, generated from configure.in by autoupdate.
165
[563acb1]1662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
169        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
170
[b98c8c9]1712001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
174        Apply include_*HEADERS instead of H_FILES.
175
[feead226]1762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
179
[a314d3b4]1802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
183
[d82c006]1842000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
187        Switch to GNU canonicalization.
188
[00e8978b]1892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
192        compile.am
193
[e94ad1fe]1942000-08-10      Joel Sherrill <joel@OARcorp.com>
195
196        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.