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

4.104.114.84.95
Last change on this file since bd5efa92 was 5710072, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/08/03 at 03:14:14

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

  • configure.ac: Remove (Merged into ../../configure.ac).
  • Makefile.am: Reflect having merged configure.ac into ../../configure.ac.
  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[5710072]12003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove (Merged into ../../configure.ac).
4        * Makefile.am: Reflect having merged configure.ac into
5        ../../configure.ac.
6
[3c55718]72003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Remove AC_CONFIG_AUX_DIR.
10
[4e7d2181]112003-02-14      Joel Sherrill <joel@OARcorp.com>
12
13        AMD a29k is obsolete.
14        * Makefile.am: Removed reference.
15        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/configure.ac,
16        a29k/clock/.cvsignore, a29k/clock/Makefile.am, a29k/clock/ckinit.c,
17        a29k/clock/clock.S, a29k/clock/clock.h, a29k/timer/.cvsignore,
18        a29k/timer/Makefile.am, a29k/timer/timer.c, a29k/timer/timerisr.c:
19        Removed.
20
[ccd81b60]212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
24
[9b5c258]252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AC_PREREQ(2.57).
28
[8730f45]292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * .cvsignore: Reformat.
32        Add autom4te*cache.
33        Remove autom4te.cache.
34
[7273b6e]352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac:
38        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
39        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
40        * Makefile.am: Remove AUTOMAKE_OPTIONS.
41
[df25c998]422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
45        * configure.in: Remove.
46        * configure.ac: New file, generated from configure.in by autoupdate.
47
[193f8107]482001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: reformat noinst_HEADERS to work around a bug in
51        automake-1.4-p5.
52        * configure.in: autoupdate to autoconf-2.52, apply
53        RTEMS_CPU_SUBDIRS.
54
[1a505aae]552000-12-06      Joel Sherrill <joel@OARcorp.com>
56
57        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
58        to eliminate warnings.
59
[cb88748]602000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
61
62        * shared/src/cache_manager.c
63        (rtems_cache_invalidate_multiple_instruction_lines): If
64        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
65        an instruction cache but no notion of line size.
66
[feead226]672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
70
[a314d3b4]712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
74
[d82c006]752000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
78        Switch to GNU canonicalization.
79
[c5a60819]802000-10-18        John Cotton <john.cotton@nrc.ca>
81
82        * shared/include/cache.h: Improved file header.
83
[ec45e86]842000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
85
86        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
87        last address is invalidated.
88
[4a5578a]892000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
90
91        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
92        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
93        entire address space when flushing zero bytes.
94
[e94ad1fe]952000-08-10      Joel Sherrill <joel@OARcorp.com>
96
97        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.