source: rtems/c/src/lib/libcpu/m68k/ChangeLog @ 8730f45

4.104.114.84.95
Last change on this file since 8730f45 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 3.2 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * configure.ac, shared/misc/Makefile.am: PR217 required that the
10        idle task be moved to libcpu so it could be more acutely aware of
11        the CPU model.  This file was modified to pick up the idle task
12        from there.
13        * shared/misc/m68kidle.c: New file.
14
152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
24
252002-08-06      Joel Sherrill <joel@OARcorp.com>
26
27        * configure.ac: Be more specific about looking at CPU32 and CPU32+
28        CPU model names so we can turn on the best compile of memcpy.c.
29
302002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Replace mcpu32 by mcpu32p conditional.
33        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
34
352002-08-05      Joel Sherrill <joel@OARcorp.com>
36
37        * Per PR260 eliminate use of make-target-options.  This impacted
38        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
39        SuperCore and required that the m68k optimized memcpy be moved
40        to libcpu.
41        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
42        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
43        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
44
452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
55
562001-10-26      Joel Sherrill <joel@OARcorp.com>
57
58        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
59
602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
63        * configure.in: Remove.
64        * configure.ac: New file, generated from configure.in by autoupdate.
65
662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
69        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
70
712001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
74        Apply include_*HEADERS instead of H_FILES.
75
762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
79
802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
83
842000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
87        Switch to GNU canonicalization.
88
892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
92        compile.am
93
942000-08-10      Joel Sherrill <joel@OARcorp.com>
95
96        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.