source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 39fa3ed

4.104.114.84.95
Last change on this file since 39fa3ed was 39fa3ed, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/15/03 at 18:12:16

2002-01-15 Ralf Corsepius <corsepiu@…>

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