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

4.104.114.84.95
Last change on this file since 18039447 was 18039447, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/20/04 at 02:20:27

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

  • m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use automake-compilation rules.
  • m68040/fpsp/Makefile.am: Remove.
  • shared/Makefile.am: Use automake compilation rules.
  • Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
  • configure.ac: Require automake >= 1.8.2. Add subdir-objects to AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
  • Property mode set to 100644
File size: 6.6 KB
Line 
12004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am.
4        Use 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.
9        Add subdir-objects to AUTOMAKE_OPTIONS.
10        Remove CHECK_CUSTOM_BSP.
11        Reflect changes above.
12
132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
16        Add PRE/TMPINSTALL_FILES to CLEANFILES.
17
182003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * shared/Makefile.am: Fix typo in rule to build from cache/%.c.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * shared/cache/Makefile.am: Remove.
25        * shared/misc/Makefile.am: Remove.
26        * shared/Makefile.am: Merge-in the Makefile.ams above.
27        Eliminate VPATH.
28        * configure.ac: Reflect changes above.
29
302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
33
342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
37
382003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * m68040/fpsp/Makefile.am: Remove all-local: $(ARCH).
41        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
42        * shared/misc/Makefile.am: Remove all-local: $(ARCH).
43
442003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * m68040/Makefile.am: Reformat.
47        * m68040/fpsp/Makefile.am: Reformat.
48        * shared/Makefile.am: Reformat.
49        * shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
50        * shared/misc/Makefile.am: Reformat.
51
522003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove RTEMS_CANONICAL_HOST.
55
562003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Remove RTEMS_CHECK_CPU.
59
602003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * shared/cache/cache.c (m68030): fix prototype mismatch of
63        _CPU_cache_flush_entire_data.
64
652003-09-04      Joel Sherrill <joel@OARcorp.com>
66
67        * shared/misc/m68kidle.c: URL for license changed.
68
692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Reflect having moved aclocal/.
72
732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Reflect having moved automake/.
76        * m68040/Makefile.am: Reflect having moved automake/.
77        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
78        * shared/Makefile.am: Reflect having moved automake/.
79        * shared/cache/Makefile.am: Reflect having moved automake/.
80        * shared/misc/Makefile.am: Reflect having moved automake/.
81
822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
85
862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove AC_CONFIG_AUX_DIR.
89
902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
93
942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: AC_PREREQ(2.57).
97
982002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
101        Eliminate *_O_FILES.
102        * shared/cache/Makefile.am: Ditto.
103        * shared/misc/Makefile.am: Ditto.
104
1052002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
108
1092002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Add RTEMS_PROG_CCAS.
112
1132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Reformat.
116        Add autom4te*cache.
117        Remove autom4te.cache.
118
1192002-08-21      Joel Sherrill <joel@OARcorp.com>
120
121        * configure.ac, shared/misc/Makefile.am: PR217 required that the
122        idle task be moved to libcpu so it could be more acutely aware of
123        the CPU model.  This file was modified to pick up the idle task
124        from there.
125        * shared/misc/m68kidle.c: New file.
126
1272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
130        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
131        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
132        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
133        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
134        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
135        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
136
1372002-08-06      Joel Sherrill <joel@OARcorp.com>
138
139        * configure.ac: Be more specific about looking at CPU32 and CPU32+
140        CPU model names so we can turn on the best compile of memcpy.c.
141
1422002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Replace mcpu32 by mcpu32p conditional.
145        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
146
1472002-08-05      Joel Sherrill <joel@OARcorp.com>
148
149        * Per PR260 eliminate use of make-target-options.  This impacted
150        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
151        SuperCore and required that the m68k optimized memcpy be moved
152        to libcpu.
153        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
154        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
155        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
156
1572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac:
160        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
161        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
162        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
167
1682001-10-26      Joel Sherrill <joel@OARcorp.com>
169
170        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
171
1722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
175        * configure.in: Remove.
176        * configure.ac: New file, generated from configure.in by autoupdate.
177
1782001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
181        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
182
1832001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
186        Apply include_*HEADERS instead of H_FILES.
187
1882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
191
1922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
195
1962000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
199        Switch to GNU canonicalization.
200
2012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
204        compile.am
205
2062000-08-10      Joel Sherrill <joel@OARcorp.com>
207
208        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.