source: rtems/c/src/lib/libcpu/ChangeLog @ 3c55718

4.104.114.84.95
Last change on this file since 3c55718 was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 2.7 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-14      Joel Sherrill <joel@OARcorp.com>
6
7        AMD a29k is obsolete.
8        * Makefile.am: Removed reference.
9        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/configure.ac,
10        a29k/clock/.cvsignore, a29k/clock/Makefile.am, a29k/clock/ckinit.c,
11        a29k/clock/clock.S, a29k/clock/clock.h, a29k/timer/.cvsignore,
12        a29k/timer/Makefile.am, a29k/timer/timer.c, a29k/timer/timerisr.c:
13        Removed.
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * .cvsignore: Reformat.
26        Add autom4te*cache.
27        Remove autom4te.cache.
28
292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac:
32        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
33        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
34        * Makefile.am: Remove AUTOMAKE_OPTIONS.
35
362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
39        * configure.in: Remove.
40        * configure.ac: New file, generated from configure.in by autoupdate.
41
422001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: reformat noinst_HEADERS to work around a bug in
45        automake-1.4-p5.
46        * configure.in: autoupdate to autoconf-2.52, apply
47        RTEMS_CPU_SUBDIRS.
48
492000-12-06      Joel Sherrill <joel@OARcorp.com>
50
51        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
52        to eliminate warnings.
53
542000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
55
56        * shared/src/cache_manager.c
57        (rtems_cache_invalidate_multiple_instruction_lines): If
58        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
59        an instruction cache but no notion of line size.
60
612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
64
652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
68
692000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
72        Switch to GNU canonicalization.
73
742000-10-18        John Cotton <john.cotton@nrc.ca>
75
76        * shared/include/cache.h: Improved file header.
77
782000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
79
80        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
81        last address is invalidated.
82
832000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
84
85        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
86        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
87        entire address space when flushing zero bytes.
88
892000-08-10      Joel Sherrill <joel@OARcorp.com>
90
91        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.