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

4.104.114.84.95
Last change on this file since d8746e3 was d8746e3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:07:32

2003-12-02 Ralf Corsepius <corsepiu@…>

  • m68040/fpsp/Makefile.am: Remove all-local: $(ARCH).
  • shared/cache/Makefile.am: Remove all-local: $(ARCH).
  • shared/misc/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 5.4 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * m68040/fpsp/Makefile.am: Remove all-local: $(ARCH).
4        * shared/cache/Makefile.am: Remove all-local: $(ARCH).
5        * shared/misc/Makefile.am: Remove all-local: $(ARCH).
6
72003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * m68040/Makefile.am: Reformat.
10        * m68040/fpsp/Makefile.am: Reformat.
11        * shared/Makefile.am: Reformat.
12        * shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
13        * shared/misc/Makefile.am: Reformat.
14
152003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove RTEMS_CANONICAL_HOST.
18
192003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Remove RTEMS_CHECK_CPU.
22
232003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * shared/cache/cache.c (m68030): fix prototype mismatch of
26        _CPU_cache_flush_entire_data.
27
282003-09-04      Joel Sherrill <joel@OARcorp.com>
29
30        * shared/misc/m68kidle.c: URL for license changed.
31
322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Reflect having moved aclocal/.
35
362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect having moved automake/.
39        * m68040/Makefile.am: Reflect having moved automake/.
40        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
41        * shared/Makefile.am: Reflect having moved automake/.
42        * shared/cache/Makefile.am: Reflect having moved automake/.
43        * shared/misc/Makefile.am: Reflect having moved automake/.
44
452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
48
492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove AC_CONFIG_AUX_DIR.
52
532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
56
572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: AC_PREREQ(2.57).
60
612002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64        Eliminate *_O_FILES.
65        * shared/cache/Makefile.am: Ditto.
66        * shared/misc/Makefile.am: Ditto.
67
682002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
71
722002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Add RTEMS_PROG_CCAS.
75
762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * .cvsignore: Reformat.
79        Add autom4te*cache.
80        Remove autom4te.cache.
81
822002-08-21      Joel Sherrill <joel@OARcorp.com>
83
84        * configure.ac, shared/misc/Makefile.am: PR217 required that the
85        idle task be moved to libcpu so it could be more acutely aware of
86        the CPU model.  This file was modified to pick up the idle task
87        from there.
88        * shared/misc/m68kidle.c: New file.
89
902002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
99
1002002-08-06      Joel Sherrill <joel@OARcorp.com>
101
102        * configure.ac: Be more specific about looking at CPU32 and CPU32+
103        CPU model names so we can turn on the best compile of memcpy.c.
104
1052002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Replace mcpu32 by mcpu32p conditional.
108        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
109
1102002-08-05      Joel Sherrill <joel@OARcorp.com>
111
112        * Per PR260 eliminate use of make-target-options.  This impacted
113        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
114        SuperCore and required that the m68k optimized memcpy be moved
115        to libcpu.
116        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
117        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
118        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
119
1202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac:
123        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
124        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
125        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
130
1312001-10-26      Joel Sherrill <joel@OARcorp.com>
132
133        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
134
1352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
138        * configure.in: Remove.
139        * configure.ac: New file, generated from configure.in by autoupdate.
140
1412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
144        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
145
1462001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
149        Apply include_*HEADERS instead of H_FILES.
150
1512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
154
1552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
158
1592000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
162        Switch to GNU canonicalization.
163
1642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
167        compile.am
168
1692000-08-10      Joel Sherrill <joel@OARcorp.com>
170
171        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.