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

4.104.114.84.95
Last change on this file since e3b7b1bf was e3b7b1bf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/23/04 at 12:51:29

Cleanup ChangeLogs?.

  • Property mode set to 100644
File size: 6.4 KB
Line 
12004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
4        automake-compilation rules.
5        * m68040/fpsp/Makefile.am: Remove.
6        * shared/Makefile.am: Use automake compilation rules.
7        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
8        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
9        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
10
112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
14        PRE/TMPINSTALL_FILES to CLEANFILES.
15
162003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
19
202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * shared/cache/Makefile.am: Remove.
23        * shared/misc/Makefile.am: Remove.
24        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate VPATH.
25        * configure.ac: Reflect changes above.
26        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from
27        PRE/TMPINSTALL_FILES.
28        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
29
302003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * m68040/fpsp/Makefile.am: Remove all-local: $(ARCH).
33        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
34        * shared/misc/Makefile.am: Remove all-local: $(ARCH).
35
362003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * m68040/Makefile.am: Reformat.
39        * m68040/fpsp/Makefile.am: Reformat.
40        * shared/Makefile.am: Reformat.
41        * shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
42        * shared/misc/Makefile.am: Reformat.
43
442003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove RTEMS_CANONICAL_HOST.
47
482003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove RTEMS_CHECK_CPU.
51
522003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * shared/cache/cache.c (m68030): fix prototype mismatch of
55        _CPU_cache_flush_entire_data.
56
572003-09-04      Joel Sherrill <joel@OARcorp.com>
58
59        * shared/misc/m68kidle.c: URL for license changed.
60
612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Reflect having moved aclocal/.
64
652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Reflect having moved automake/.
68        * m68040/Makefile.am: Reflect having moved automake/.
69        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
70        * shared/Makefile.am: Reflect having moved automake/.
71        * shared/cache/Makefile.am: Reflect having moved automake/.
72        * shared/misc/Makefile.am: Reflect having moved automake/.
73
742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
77
782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove AC_CONFIG_AUX_DIR.
81
822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
85        * configure.ac: AC_PREREQ(2.57).
86
872002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
90
912002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Add RTEMS_PROG_CCAS.
94
952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
98
992002-08-21      Joel Sherrill <joel@OARcorp.com>
100
101        * configure.ac, shared/misc/Makefile.am: PR217 required that the idle
102        task be moved to libcpu so it could be more acutely aware of the CPU
103        model.  This file was modified to pick up the idle task from there.
104        * shared/misc/m68kidle.c: New file.
105
1062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
115
1162002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Replace mcpu32 by mcpu32p conditional.
119        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
120
1212002-08-06      Joel Sherrill <joel@OARcorp.com>
122
123        * configure.ac: Be more specific about looking at CPU32 and CPU32+ CPU
124        model names so we can turn on the best compile of memcpy.c.
125
1262002-08-05      Joel Sherrill <joel@OARcorp.com>
127
128        * Per PR260 eliminate use of make-target-options.  This impacted RTEMS
129        allowing a distinction between the CPU32 and CPU32+ in the SuperCore and
130        required that the m68k optimized memcpy be moved to libcpu.
131        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
132        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
133        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
134
1352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
138        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
139        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
144
1452002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
148        *_O_FILES.
149        * shared/cache/Makefile.am: Ditto.
150        * shared/misc/Makefile.am: Ditto.
151
1522001-10-26      Joel Sherrill <joel@OARcorp.com>
153
154        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
155
1562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
159        * configure.in: Remove.
160        * configure.ac: New file, generated from configure.in by autoupdate.
161
1622001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
165        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
166
1672001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
170        include_*HEADERS instead of H_FILES.
171
1722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
175
1762000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
179
1802000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
183        canonicalization.
184
1852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include compile.am.
188
1892000-08-10      Joel Sherrill <joel@OARcorp.com>
190
191        * ChangeLog: New file.
192
Note: See TracBrowser for help on using the repository browser.