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

4.104.114.84.95
Last change on this file since fe8bc62f was fe8bc62f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:47:09

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

  • Makefile.am: Reflect having moved aclocal/.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved aclocal/.
4
52003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Reflect having moved automake/.
8        * m68040/Makefile.am: Reflect having moved automake/.
9        * m68040/fpsp/Makefile.am: Reflect having moved automake/.
10        * shared/Makefile.am: Reflect having moved automake/.
11        * shared/cache/Makefile.am: Reflect having moved automake/.
12        * shared/misc/Makefile.am: Reflect having moved automake/.
13
142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
17
182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove AC_CONFIG_AUX_DIR.
21
222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
25
262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: AC_PREREQ(2.57).
29
302002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        Eliminate *_O_FILES.
34        * shared/cache/Makefile.am: Ditto.
35        * shared/misc/Makefile.am: Ditto.
36
372002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
40
412002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Add RTEMS_PROG_CCAS.
44
452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Reformat.
48        Add autom4te*cache.
49        Remove autom4te.cache.
50
512002-08-21      Joel Sherrill <joel@OARcorp.com>
52
53        * configure.ac, shared/misc/Makefile.am: PR217 required that the
54        idle task be moved to libcpu so it could be more acutely aware of
55        the CPU model.  This file was modified to pick up the idle task
56        from there.
57        * shared/misc/m68kidle.c: New file.
58
592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
68
692002-08-06      Joel Sherrill <joel@OARcorp.com>
70
71        * configure.ac: Be more specific about looking at CPU32 and CPU32+
72        CPU model names so we can turn on the best compile of memcpy.c.
73
742002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Replace mcpu32 by mcpu32p conditional.
77        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
78
792002-08-05      Joel Sherrill <joel@OARcorp.com>
80
81        * Per PR260 eliminate use of make-target-options.  This impacted
82        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
83        SuperCore and required that the m68k optimized memcpy be moved
84        to libcpu.
85        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
86        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
87        * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
88
892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac:
92        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
93        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
94        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * m68040/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
99
1002001-10-26      Joel Sherrill <joel@OARcorp.com>
101
102        * Makefile.am, configure.ac: New libcpu support for mcf5206e.
103
1042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
107        * configure.in: Remove.
108        * configure.ac: New file, generated from configure.in by autoupdate.
109
1102001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * shared/cache/Makefile.am: Use 'PREINSTALL_FILES ='.
113        * shared/cache/Makefile.am: Use 'CLEANFILES ='.
114
1152001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
118        Apply include_*HEADERS instead of H_FILES.
119
1202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
123
1242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
127
1282000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
131        Switch to GNU canonicalization.
132
1332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
136        compile.am
137
1382000-08-10      Joel Sherrill <joel@OARcorp.com>
139
140        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.