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

Last change on this file since 0f1ee00 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 2.3 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Reformat.
16        Add autom4te*cache.
17        Remove autom4te.cache.
18
192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac:
22        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
23        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
24        * Makefile.am: Remove AUTOMAKE_OPTIONS.
25
262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
29        * configure.in: Remove.
30        * configure.ac: New file, generated from configure.in by autoupdate.
31
322001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: reformat noinst_HEADERS to work around a bug in
35        automake-1.4-p5.
36        * configure.in: autoupdate to autoconf-2.52, apply
37        RTEMS_CPU_SUBDIRS.
38
392000-12-06      Joel Sherrill <joel@OARcorp.com>
40
41        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
42        to eliminate warnings.
43
442000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
45
46        * shared/src/cache_manager.c
47        (rtems_cache_invalidate_multiple_instruction_lines): If
48        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
49        an instruction cache but no notion of line size.
50
512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
54
552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
58
592000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
62        Switch to GNU canonicalization.
63
642000-10-18        John Cotton <john.cotton@nrc.ca>
65
66        * shared/include/cache.h: Improved file header.
67
682000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
69
70        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
71        last address is invalidated.
72
732000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
74
75        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
76        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
77        entire address space when flushing zero bytes.
78
792000-08-10      Joel Sherrill <joel@OARcorp.com>
80
81        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.