source: rtems/c/src/lib/libcpu/ChangeLog @ 9dffd2de

4.104.114.84.95
Last change on this file since 9dffd2de was 2c48597d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 12:18:48

2003-12-01 Ralf Corsepius <corsepius@…>

  • Makefile.am: Reformat.
  • Property mode set to 100644
File size: 3.8 KB
Line 
12003-12-01      Ralf Corsepius <corsepius@faw.uni-ulm.de>
2
3        * Makefile.am: Reformat.
4
52003-09-26      Joel Sherrill <joel@OARcorp.com>
6
7        * hppa1.1/.cvsignore, hppa1.1/ChangeLog, hppa1.1/Makefile.am,
8        hppa1.1/configure.ac, hppa1.1/clock/.cvsignore,
9        hppa1.1/clock/Makefile.am, hppa1.1/clock/clock.c,
10        hppa1.1/include/.cvsignore, hppa1.1/include/Makefile.am,
11        hppa1.1/include/runway.h, hppa1.1/include/semaphore.h,
12        hppa1.1/milli/.cvsignore, hppa1.1/milli/Makefile.am,
13        hppa1.1/milli/milli.S, hppa1.1/semaphore/.cvsignore,
14        hppa1.1/semaphore/Makefile.am, hppa1.1/semaphore/semaphore.c,
15        hppa1.1/timer/.cvsignore, hppa1.1/timer/Makefile.am,
16        hppa1.1/timer/timer.c: Removed.
17
182003-09-04      Joel Sherrill <joel@OARcorp.com>
19
20        * shared/include/cache.h, shared/src/cache_aligned_malloc.c,
21        shared/src/cache_manager.c: URL for license changed.
22
232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect having moved automake/.
26
272003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove (Merged into ../../configure.ac).
30        * Makefile.am: Reflect having merged configure.ac into
31        ../../configure.ac.
32
332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove AC_CONFIG_AUX_DIR.
36
372003-02-14      Joel Sherrill <joel@OARcorp.com>
38
39        AMD a29k is obsolete.
40        * Makefile.am: Removed reference.
41        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/configure.ac,
42        a29k/clock/.cvsignore, a29k/clock/Makefile.am, a29k/clock/ckinit.c,
43        a29k/clock/clock.S, a29k/clock/clock.h, a29k/timer/.cvsignore,
44        a29k/timer/Makefile.am, a29k/timer/timer.c, a29k/timer/timerisr.c:
45        Removed.
46
472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
50
512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: AC_PREREQ(2.57).
54
552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Reformat.
58        Add autom4te*cache.
59        Remove autom4te.cache.
60
612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac:
64        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
65        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67
682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
71        * configure.in: Remove.
72        * configure.ac: New file, generated from configure.in by autoupdate.
73
742001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: reformat noinst_HEADERS to work around a bug in
77        automake-1.4-p5.
78        * configure.in: autoupdate to autoconf-2.52, apply
79        RTEMS_CPU_SUBDIRS.
80
812000-12-06      Joel Sherrill <joel@OARcorp.com>
82
83        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
84        to eliminate warnings.
85
862000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
87
88        * shared/src/cache_manager.c
89        (rtems_cache_invalidate_multiple_instruction_lines): If
90        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
91        an instruction cache but no notion of line size.
92
932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
96
972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
100
1012000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
104        Switch to GNU canonicalization.
105
1062000-10-18        John Cotton <john.cotton@nrc.ca>
107
108        * shared/include/cache.h: Improved file header.
109
1102000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
111
112        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
113        last address is invalidated.
114
1152000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
116
117        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
118        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
119        entire address space when flushing zero bytes.
120
1212000-08-10      Joel Sherrill <joel@OARcorp.com>
122
123        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.