source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 9b5c258

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

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

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 3.7 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8        Eliminate *_O_FILES.
9        * shared/cache/Makefile.am: Ditto.
10        * shared/misc/Makefile.am: Ditto.
11
122002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
15
162002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Add RTEMS_PROG_CCAS.
19
202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * .cvsignore: Reformat.
23        Add autom4te*cache.
24        Remove autom4te.cache.
25
262002-08-21      Joel Sherrill <joel@OARcorp.com>
27
28        * configure.ac, shared/misc/Makefile.am: PR217 required that the
29        idle task be moved to libcpu so it could be more acutely aware of
30        the CPU model.  This file was modified to pick up the idle task
31        from there.
32        * shared/misc/m68kidle.c: New file.
33
342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
43
442002-08-06      Joel Sherrill <joel@OARcorp.com>
45
46        * configure.ac: Be more specific about looking at CPU32 and CPU32+
47        CPU model names so we can turn on the best compile of memcpy.c.
48
492002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Replace mcpu32 by mcpu32p conditional.
52        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
53
542002-08-05      Joel Sherrill <joel@OARcorp.com>
55
56        * Per PR260 eliminate use of make-target-options.  This impacted
57        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
58        SuperCore and required that the m68k optimized memcpy be moved
59        to libcpu.
60        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
61        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
62        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
63
642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac:
67        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
68        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
69        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
74
752001-10-26      Joel Sherrill <joel@OARcorp.com>
76
77        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
78
792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
82        * configure.in: Remove.
83        * configure.ac: New file, generated from configure.in by autoupdate.
84
852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
88        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
89
902001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
93        Apply include_*HEADERS instead of H_FILES.
94
952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
98
992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
102
1032000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
106        Switch to GNU canonicalization.
107
1082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
111        compile.am
112
1132000-08-10      Joel Sherrill <joel@OARcorp.com>
114
115        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.