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

Last change on this file since b8ed0dff was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

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