source: rtems/cpukit/score/cpu/sh/ChangeLog @ 7273b6e

4.104.114.84.95
Last change on this file since 7273b6e was 7273b6e, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:54:58

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * Makefile.am: Remove AUTOMAKE_OPTIONS.
7
82002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Reflect 2002-01-23 changes.
11
122002-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect 2002-01-23 changes.
15
162002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * rtems/Makefile.am: Removed.
19        * rtems/score/Makefile.am: Removed.
20        * configure.ac: Reflect changes above.
21
222001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Add multilib support.
25
262001-11-28      Joel Sherrill <joel@OARcorp.com>,
27
28        This was tracked as PR91.
29        * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which
30        is used to specify if the port uses the standard macro for this (FALSE).
31        A TRUE setting indicates the port provides its own implementation.
32
332001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * cpu.c: Fix #ifdefs, add missing #endif.
36
372001-10-12      Joel Sherrill <joel@OARcorp.com>
38
39        * asm.h, cpu.c, rtems.c, rtems/score/cpu.h, rtems/score/sh.h,
40        rtems/score/sh_io.h, rtems/score/shtypes.h: Consistency changes
41        and made sure there were no includes from the libcpu tree.
42
432001-10-12      Alexandra Kossovsky <sasha@oktet.ru>
44
45        * cpu.c, rtems/score/cpu.h, rtems/score/sh.h: Modified to
46        support SH4.  Reviewed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47        who did the original SH port.
48
492001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
52        * configure.in: Remove.
53        * configure.ac: New file, generated from configure.in by autoupdate.
54
552001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
58        * Makefile.am: Use 'PREINSTALL_FILES ='.
59
602001-07-25  Radzislaw Galler  <rgaller@et.put.poznan.pl>
61
62        * cpu.c (_CPU_ISR_install_vector): Corrected interrupt range
63        checking which was SH1 specific. It didn't work for SH2 (has more
64        interrupt sources).
65
662001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am, rtems/score/Makefile.am:
69        Apply include_*HEADERS instead of H_FILES.
70
712001-01-03      Joel Sherrill <joel@OARcorp.com>
72
73        * rtems/score/cpu.h: Added _CPU_Initialize_vectors().
74
752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
78
792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
82
832000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
86        Switch to GNU canonicalization.
87
882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Include compile.am.
91
922000-08-10      Joel Sherrill <joel@OARcorp.com>
93
94        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.