source: rtems/c/src/lib/libcpu/ChangeLog @ 028792e8

4.104.114.84.95
Last change on this file since 028792e8 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: 2.1 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-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac:
10        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
11        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
12        * Makefile.am: Remove AUTOMAKE_OPTIONS.
13
142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
17        * configure.in: Remove.
18        * configure.ac: New file, generated from configure.in by autoupdate.
19
202001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: reformat noinst_HEADERS to work around a bug in
23        automake-1.4-p5.
24        * configure.in: autoupdate to autoconf-2.52, apply
25        RTEMS_CPU_SUBDIRS.
26
272000-12-06      Joel Sherrill <joel@OARcorp.com>
28
29        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
30        to eliminate warnings.
31
322000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
33
34        * shared/src/cache_manager.c
35        (rtems_cache_invalidate_multiple_instruction_lines): If
36        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
37        an instruction cache but no notion of line size.
38
392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
42
432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
46
472000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
50        Switch to GNU canonicalization.
51
522000-10-18        John Cotton <john.cotton@nrc.ca>
53
54        * shared/include/cache.h: Improved file header.
55
562000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
57
58        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
59        last address is invalidated.
60
612000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
62
63        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
64        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
65        entire address space when flushing zero bytes.
66
672000-08-10      Joel Sherrill <joel@OARcorp.com>
68
69        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.