source: rtems/c/src/lib/libcpu/ChangeLog @ 0be2f358

4.104.114.84.95
Last change on this file since 0be2f358 was 193f8107, checked in by Joel Sherrill <joel.sherrill@…>, on 10/10/01 at 00:36:15

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

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