source: rtems/c/src/lib/libcpu/ChangeLog @ 546aa4f

Last change on this file since 546aa4f was 546aa4f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:54:14

2003-09-04 Joel Sherrill <joel@…>

  • shared/include/cache.h, shared/src/cache_aligned_malloc.c, shared/src/cache_manager.c: URL for license changed.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * shared/include/cache.h, shared/src/cache_aligned_malloc.c,
4        shared/src/cache_manager.c: URL for license changed.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AC_PREREQ(2.57).
21
222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * .cvsignore: Reformat.
25        Add autom4te*cache.
26        Remove autom4te.cache.
27
282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac:
31        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
32        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
33        * Makefile.am: Remove AUTOMAKE_OPTIONS.
34
352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
38        * configure.in: Remove.
39        * configure.ac: New file, generated from configure.in by autoupdate.
40
412001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: reformat noinst_HEADERS to work around a bug in
44        automake-1.4-p5.
45        * configure.in: autoupdate to autoconf-2.52, apply
46        RTEMS_CPU_SUBDIRS.
47
482000-12-06      Joel Sherrill <joel@OARcorp.com>
49
50        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
51        to eliminate warnings.
52
532000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
54
55        * shared/src/cache_manager.c
56        (rtems_cache_invalidate_multiple_instruction_lines): If
57        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
58        an instruction cache but no notion of line size.
59
602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
63
642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
67
682000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
71        Switch to GNU canonicalization.
72
732000-10-18        John Cotton <john.cotton@nrc.ca>
74
75        * shared/include/cache.h: Improved file header.
76
772000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
78
79        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
80        last address is invalidated.
81
822000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
83
84        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
85        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
86        entire address space when flushing zero bytes.
87
882000-08-10      Joel Sherrill <joel@OARcorp.com>
89
90        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.