source: rtems/c/src/lib/libcpu/ChangeLog @ 98f3cfa

4.104.114.84.95
Last change on this file since 98f3cfa was 1a505aae, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/00 at 15:47:02

2000-12-06 Joel Sherrill <joel@…>

  • shared/src/cache_aligned_malloc.c: Added include of <stdlib.h> to eliminate warnings.
  • Property mode set to 100644
File size: 1.3 KB
Line 
12000-12-06      Joel Sherrill <joel@OARcorp.com>
2
3        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
4        to eliminate warnings.
5
62000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
7
8        * shared/src/cache_manager.c
9        (rtems_cache_invalidate_multiple_instruction_lines): If
10        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
11        an instruction cache but no notion of line size.
12
132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
16
172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
20
212000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
24        Switch to GNU canonicalization.
25
262000-10-18        John Cotton <john.cotton@nrc.ca>
27
28        * shared/include/cache.h: Improved file header.
29
302000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
31
32        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
33        last address is invalidated.
34
352000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
36
37        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
38        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
39        entire address space when flushing zero bytes.
40
412000-08-10      Joel Sherrill <joel@OARcorp.com>
42
43        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.