source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 3c55718

4.104.114.84.95
Last change on this file since 3c55718 was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 3.9 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        Eliminate *_O_FILES.
17        * shared/cache/Makefile.am: Ditto.
18        * shared/misc/Makefile.am: Ditto.
19
202002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
23
242002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Add RTEMS_PROG_CCAS.
27
282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * .cvsignore: Reformat.
31        Add autom4te*cache.
32        Remove autom4te.cache.
33
342002-08-21      Joel Sherrill <joel@OARcorp.com>
35
36        * configure.ac, shared/misc/Makefile.am: PR217 required that the
37        idle task be moved to libcpu so it could be more acutely aware of
38        the CPU model.  This file was modified to pick up the idle task
39        from there.
40        * shared/misc/m68kidle.c: New file.
41
422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
45        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
46        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
51
522002-08-06      Joel Sherrill <joel@OARcorp.com>
53
54        * configure.ac: Be more specific about looking at CPU32 and CPU32+
55        CPU model names so we can turn on the best compile of memcpy.c.
56
572002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Replace mcpu32 by mcpu32p conditional.
60        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
61
622002-08-05      Joel Sherrill <joel@OARcorp.com>
63
64        * Per PR260 eliminate use of make-target-options.  This impacted
65        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
66        SuperCore and required that the m68k optimized memcpy be moved
67        to libcpu.
68        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
69        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
70        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
71
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
82
832001-10-26      Joel Sherrill <joel@OARcorp.com>
84
85        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
86
872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
90        * configure.in: Remove.
91        * configure.ac: New file, generated from configure.in by autoupdate.
92
932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
96        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
97
982001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
101        Apply include_*HEADERS instead of H_FILES.
102
1032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
106
1072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
110
1112000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
114        Switch to GNU canonicalization.
115
1162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
119        compile.am
120
1212000-08-10      Joel Sherrill <joel@OARcorp.com>
122
123        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.