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

4.104.114.84.95
Last change on this file since 9b353a5 was 4e7d2181, checked in by Joel Sherrill <joel.sherrill@…>, on 02/14/03 at 19:52:49

2003-02-14 Joel Sherrill <joel@…>

AMD a29k is obsolete.

  • Makefile.am: Removed reference.
  • a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/configure.ac, a29k/clock/.cvsignore, a29k/clock/Makefile.am, a29k/clock/ckinit.c, a29k/clock/clock.S, a29k/clock/clock.h, a29k/timer/.cvsignore, a29k/timer/Makefile.am, a29k/timer/timer.c, a29k/timer/timerisr.c: Removed.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12003-02-14      Joel Sherrill <joel@OARcorp.com>
2
3        AMD a29k is obsolete.
4        * Makefile.am: Removed reference.
5        * a29k/.cvsignore, a29k/ChangeLog, a29k/Makefile.am, a29k/configure.ac,
6        a29k/clock/.cvsignore, a29k/clock/Makefile.am, a29k/clock/ckinit.c,
7        a29k/clock/clock.S, a29k/clock/clock.h, a29k/timer/.cvsignore,
8        a29k/timer/Makefile.am, a29k/timer/timer.c, a29k/timer/timerisr.c:
9        Removed.
10
112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AC_PREREQ(2.57).
18
192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * .cvsignore: Reformat.
22        Add autom4te*cache.
23        Remove autom4te.cache.
24
252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac:
28        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
29        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
30        * Makefile.am: Remove AUTOMAKE_OPTIONS.
31
322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
35        * configure.in: Remove.
36        * configure.ac: New file, generated from configure.in by autoupdate.
37
382001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: reformat noinst_HEADERS to work around a bug in
41        automake-1.4-p5.
42        * configure.in: autoupdate to autoconf-2.52, apply
43        RTEMS_CPU_SUBDIRS.
44
452000-12-06      Joel Sherrill <joel@OARcorp.com>
46
47        * shared/src/cache_aligned_malloc.c: Added include of <stdlib.h>
48        to eliminate warnings.
49
502000-11-14      Jiri Gaisler <jgais@ws.estec.esa.nl>
51
52        * shared/src/cache_manager.c
53        (rtems_cache_invalidate_multiple_instruction_lines): If
54        CPU_INSTRUCTION_CACHE_ALIGNMENT is defined but 0, then there is
55        an instruction cache but no notion of line size.
56
572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
60
612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
64
652000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
68        Switch to GNU canonicalization.
69
702000-10-18        John Cotton <john.cotton@nrc.ca>
71
72        * shared/include/cache.h: Improved file header.
73
742000-10-12      Nick Simon <Nick.SIMON@syntegra.bt.co.uk>
75
76        * shared/src/cache_manager.c: Minor bug fix -- changed > to >= so the
77        last address is invalidated.
78
792000-08-10      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
80
81        * shared/src/cache_manager.c (rtems_cache_flush_multiple_data_lines,
82        rtems_cache_invalidate_multiple_data_lines): Do not operate on the
83        entire address space when flushing zero bytes.
84
852000-08-10      Joel Sherrill <joel@OARcorp.com>
86
87        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.