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

4.104.114.84.95
Last change on this file since 5321250 was 5321250, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:16

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

Makefile.am: Reflect having moved automake.
m68040/Makefile.am: Reflect having moved automake.
m68040/fpsp/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/misc/Makefile.am: Reflect having moved automake.

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