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

Last change on this file since c8f3e82 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

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

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