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

4.104.114.84.95
Last change on this file since b768665b was b768665b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 12:17:02

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

  • m68040/Makefile.am: Reformat.
  • m68040/fpsp/Makefile.am: Reformat.
  • shared/Makefile.am: Reformat.
  • shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
  • shared/misc/Makefile.am: Reformat.
  • Property mode set to 100644
File size: 5.2 KB
Line 
12003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * m68040/Makefile.am: Reformat.
4        * m68040/fpsp/Makefile.am: Reformat.
5        * shared/Makefile.am: Reformat.
6        * shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
7        * shared/misc/Makefile.am: Reformat.
8
92003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove RTEMS_CANONICAL_HOST.
12
132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove RTEMS_CHECK_CPU.
16
172003-09-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * shared/cache/cache.c (m68030): fix prototype mismatch of
20        _CPU_cache_flush_entire_data.
21
222003-09-04      Joel Sherrill <joel@OARcorp.com>
23
24        * shared/misc/m68kidle.c: URL for license changed.
25
262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect having moved aclocal/.
29
302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Reflect having moved automake/.
33        * m68040/Makefile.am: Reflect having moved automake/.
34        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
35        * shared/Makefile.am: Reflect having moved automake/.
36        * shared/cache/Makefile.am: Reflect having moved automake/.
37        * shared/misc/Makefile.am: Reflect having moved automake/.
38
392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
42
432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove AC_CONFIG_AUX_DIR.
46
472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
50
512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: AC_PREREQ(2.57).
54
552002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        Eliminate *_O_FILES.
59        * shared/cache/Makefile.am: Ditto.
60        * shared/misc/Makefile.am: Ditto.
61
622002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
65
662002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Add RTEMS_PROG_CCAS.
69
702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * .cvsignore: Reformat.
73        Add autom4te*cache.
74        Remove autom4te.cache.
75
762002-08-21      Joel Sherrill <joel@OARcorp.com>
77
78        * configure.ac, shared/misc/Makefile.am: PR217 required that the
79        idle task be moved to libcpu so it could be more acutely aware of
80        the CPU model.  This file was modified to pick up the idle task
81        from there.
82        * shared/misc/m68kidle.c: New file.
83
842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
93
942002-08-06      Joel Sherrill <joel@OARcorp.com>
95
96        * configure.ac: Be more specific about looking at CPU32 and CPU32+
97        CPU model names so we can turn on the best compile of memcpy.c.
98
992002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Replace mcpu32 by mcpu32p conditional.
102        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
103
1042002-08-05      Joel Sherrill <joel@OARcorp.com>
105
106        * Per PR260 eliminate use of make-target-options.  This impacted
107        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
108        SuperCore and required that the m68k optimized memcpy be moved
109        to libcpu.
110        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
111        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
112        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
113
1142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac:
117        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
118        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
119        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
124
1252001-10-26      Joel Sherrill <joel@OARcorp.com>
126
127        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
128
1292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
132        * configure.in: Remove.
133        * configure.ac: New file, generated from configure.in by autoupdate.
134
1352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
138        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
139
1402001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
143        Apply include_*HEADERS instead of H_FILES.
144
1452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
148
1492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
152
1532000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
156        Switch to GNU canonicalization.
157
1582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
161        compile.am
162
1632000-08-10      Joel Sherrill <joel@OARcorp.com>
164
165        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.