source: rtems/c/src/lib/libcpu/ChangeLog @ d0d73ec

4.104.114.84.95
Last change on this file since d0d73ec was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 1.9 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * Makefile.am: Remove AUTOMAKE_OPTIONS.
7
82001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
11        * configure.in: Remove.
12        * configure.ac: New file, generated from configure.in by autoupdate.
13
142001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: reformat noinst_HEADERS to work around a bug in
17        automake-1.4-p5.
18        * configure.in: autoupdate to autoconf-2.52, apply
19        RTEMS_CPU_SUBDIRS.
20
212000-12-06      Joel Sherrill <joel@OARcorp.com>
22
23        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
24        to eliminate warnings.
25
262000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
27
28        * shared/src/cache_manager.c
29        (rtems_cache_invalidate_multiple_instruction_lines): If
30        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
31        an instruction cache but no notion of line size.
32
332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
36
372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
40
412000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
44        Switch to GNU canonicalization.
45
462000-10-18        John Cotton <john.cotton@nrc.ca>
47
48        * shared/include/cache.h: Improved file header.
49
502000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
51
52        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
53        last address is invalidated.
54
552000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
56
57        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
58        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
59        entire address space when flushing zero bytes.
60
612000-08-10      Joel Sherrill <joel@OARcorp.com>
62
63        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.