source: rtems/c/src/lib/libcpu/ChangeLog @ 4de102cc

4.104.114.84.95
Last change on this file since 4de102cc was df25c998, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:36:23

2001-10-11 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • configure.ac: New file, generated from configure.in by autoupdate.
  • Property mode set to 100644
File size: 1.7 KB
Line 
12001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
4        * configure.in: Remove.
5        * configure.ac: New file, generated from configure.in by autoupdate.
6
72001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: reformat noinst_HEADERS to work around a bug in
10        automake-1.4-p5.
11        * configure.in: autoupdate to autoconf-2.52, apply
12        RTEMS_CPU_SUBDIRS.
13
142000-12-06      Joel Sherrill <joel@OARcorp.com>
15
16        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
17        to eliminate warnings.
18
192000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
20
21        * shared/src/cache_manager.c
22        (rtems_cache_invalidate_multiple_instruction_lines): If
23        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
24        an instruction cache but no notion of line size.
25
262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
29
302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
33
342000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
37        Switch to GNU canonicalization.
38
392000-10-18        John Cotton <john.cotton@nrc.ca>
40
41        * shared/include/cache.h: Improved file header.
42
432000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
44
45        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
46        last address is invalidated.
47
482000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
49
50        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
51        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
52        entire address space when flushing zero bytes.
53
542000-08-10      Joel Sherrill <joel@OARcorp.com>
55
56        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.